 .testim {
    width: 100%;
    position: relative;
  background: radial-gradient(circle, #089adc 0%, #140050 65%);
    /*top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);*/
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #fff;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: green;
}
    

.testim .arrow.left {
    left: 70px;
}

.testim .arrow.right {
    right: 70px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #fff;
    border-color: #fff;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    /*position: relative;
    overflow: hidden;*/
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 20px;
    left: 0;
    /*padding: 0 0 70px 0;*/
    opacity: 0;
}
.testim .cont > div i{color: #f6b72f;}

.testim .cont > div.inactive {
    opacity: 0;
}

#testim-dots{display: none;}   

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: green;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #fff;
    width: 70%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}


/* ======================PART-2================= */


.container-center {display: flex; flex-wrap: wrap; position: relative; z-index: 1; justify-content: center; }
.equalize {display: flex; margin: 5px 0;}

.large-header{background: none;}
.large-header:before{display: none;}

#related_blogs .attachment-post-thumbnail {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 10px;
}
/*new css*/
.pad{
    padding: 3% 0%;
}
.magic{padding-top: 100px;}
.main-timeline{ font-family: 'Exo 2', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 49%;
    gap: 2px;
    margin: 0 0 20px 5px;
    float: left;
}
.main-timeline .timeline-content{
    color: #fff;
    background: linear-gradient(140deg, #00001b, #14219a);
    padding: 15px 15px 45px 140px;
    border-radius: 50px 0;
    border: 20px solid #e7e7e7;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:hover{
    color: #000!important;
}
.main-timeline .timeline-content:hover .title{
    color: #fff!important;
}
.main-timeline .description:hover{
     color: #fff!important;
}
.main-timeline .timeline-content:before{
    content: '';
    background-color: rgba(255,255,255,0.25);
    height: 300px;
    width: 300px;
    border-radius: 50%;
    position: absolute;
    left: -180px;
    bottom: -125px;
    z-index: -1;
}
.main-timeline .timeline-icon{
    font-size: 60px;
    position: absolute;
    left: 20px;
    bottom: 15px;
}
.main-timeline .title{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
    color: #fff;
}
.main-timeline .description{
    font-size: 14px;
    margin: 0;
     color: #fff !important;
}
.main-timeline .timeline:nth-child(even){
    margin: 0 5px 20px 0;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 15px 211px 35px 20px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    left: auto;
    right: -180px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 20px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content{
    background: linear-gradient(140deg, #00001b, #14219a);
}
@media screen and (max-width:990px){
    .main-timeline .timeline{ width: 70%; }
    .ovr {text-align: center;}
}
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 35px 0;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        text-align: center;
        padding: 100px 15px 15px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        transform: translateX(-50%);
        left: 50%;
        right: auto;
        bottom: auto;
        top: -215px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        font-size: 40px;
        transform: translateX(-50%);
        left: 50%;
        top: 10px;
    }
}
/*end*/
.blog_info h3 {
  margin: 0 10px 10px 10px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}
.blog_info {
    border: 1px solid #eee;
    background: #f5f5f5;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px #888;
    min-height: 445px;
    margin-bottom: 30px;
}
.blog_info .except {
    margin: 0 10px 10px 10px;
    text-align: left;
}
.pre_data {
    margin: 0 10px 10px 10px;
    overflow: hidden;
    font-weight: bold;
}
.pre_data .date_dt {
    float: left;
    color: #000;
}
.pre_data .read_mr {
    float: right;
}
.pre_data .read_mr a {
    border-bottom: 2px solid;
    padding-bottom: 1px;
}
#related_blogs h2 {
    text-align: center;
    margin-bottom: 20px;
}

/*------Blog Style End-----*/
  #about.about-one hr {
    margin: 10px 0 15px;
}
.feature-box .icon img {
    padding: 5px;
    background: #fff;
    width: 100%;
    border: 5px solid #5bbc8499;
}
#content-sec.content-section .underline:after {
    right: 0;
    margin: 0 auto;
    left: 0;
    width: 32px;
}
.feature-box {
    background: #fff;
    padding: 0px 0px 20px 0px;
    box-shadow: 0 0 10px #ccc;
}
.feature-box:hover{
    transform: translateY(-10px);
}
.feature-box .feature-desc {
    text-align: center;
    padding: 0 15px;
    color: #333;
}
.form-right input.submit_send {
    width: 100% !important;
    margin: 0 !important;
    display: inline-block !important;
    background: #140050 !important;
    color: #fff !important;
    border: 0 !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    padding: 10px 0 !important;
}
.timeline-center .tm-icon span:before {
    line-height: 60px;
}
#how-to-start .timeline-center::before {
    position: absolute;
    top: 0;
    left: 50%;
    height: 88%;
    width: 2px;
    background: #140050;
}
h3.btc {
    font-size: 32px;
}
.sub_ff strong {
    display: block;
   /* padding-left: 26px;*/
    font-size: 17px;
    /*margin-bottom: 10px;*/
    color: #00000a !important;
    font-weight: 900;
}

/* width */
.sub_ff::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.sub_ff::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.sub_ff::-webkit-scrollbar-thumb {
  background: #140050; 
  border-radius: 10px;
}

/* Handle on hover */
.sub_ff::-webkit-scrollbar-thumb:hover {
  background: #318b57; 
}

.sub_ff {
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
    max-height: 360px;
    overflow-y: scroll;
    padding: 15px;
}
.sub_ff p{background: #fff; border-radius: 10px; padding: 15px; box-shadow: 0 0 16px 5px rgb(147 147 147/20%);}

.sub_ff i {
    /*position: absolute;
    left: 0;*/
    float: left;
    color: #140050;
    line-height: 1.5;
    font-size: 19px;
    margin-right: 10px;
}
.feature-box.feat_he {
    /*min-height: 554px !important;*/
}
.feature-box.feat_he p {
    /*min-height: 200px;*/
    margin-bottom: 20px;
}
.What-one h4 {
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 21px;
}
.wht_box i {
    width: 45px;
    height: 45px;
    color: #fff;
    background: #140050;
    text-align: center;
    font-size: 25px;
    border-radius: 6px;
    line-height: 1.8;
}

.wht_box  .ww_cnnt {
    padding-left: 60px;
}
.What-one h5 {
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 30px;
}
.wht_box .ww_cnnt h6 {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.4;
}
ul.list-ico {
    padding: 0;
    margin-bottom: 10px;
}
.list-ico li {
    background: url(https://www.blockchainappfactory.com/images/ico/big-tick.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto auto;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 10px;
    background-size: 20px;
    background-position: 0 4px;
}
.panel-body{
    color: #333 !important;
}
.panel-title{
    color: #333;
}
 
.panel-body p {
    margin-bottom: 5px;
    color: #333;
}

.panel-body h5 {
    margin-bottom: 10px;
    color: #333;
}

.panel-body ul {
    padding-left: 15px;
    color: #333;
}
.contentall{padding-top: 110px;}

@media (max-width: 768px) {
    .blog_info, .feature-box.feat_he p, .feature-box.feat_he {
    min-height: auto !important;
}
}
@media (max-width: 500px){
a.nectar-button {
    display: inline-block;
    width: 84%;
    margin-top: 10px;
}
.contentall{padding-top: 0px;}
.txt {text-align: center;}
.banner, .large-header{height: auto;}
}
body{
    color: #333;
}
.med-btn{
        border-radius: 30px !important;
    }
.med-btn:hover {
        background: skyblue;
        transform: scale(0.9);
}
.grid-ul li {
    display: grid;
    width: 100%;
    padding: 0px !important; 
    grid-template-columns: auto auto;
    grid-column-gap: 25px;
}
@media (max-width: 375px){
.contentall h1 {
    font-size: 28px !important;
    line-height: 30px !important;
    margin-top: 50px !important;
    text-align: center !important;
}
.contentall p{
    text-align: center !important;
}
.med-btn-1{
    text-align: center !important;
}
}
 

    @media (max-width: 320px){
        .banner{
            height: 700px;
        }
    }

  .timeline-scroll {
        padding: 60px 0px;
  white-space: nowrap;
  overflow-x: hidden;
}
.timeline-scroll::before{display: none;}

.timeline-scroll ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s;
}

.timeline-scroll ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 180px;
  height: 3px;
  background: #010317;
}

.timeline-scroll ol li:last-child {
  width: 100%;
}

.timeline-scroll ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline-scroll ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #00b7c2;
}

.timeline-scroll ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: black;
  background: #f5f5f9;
}

.timeline-scroll ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline-scroll ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline-scroll ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: #f5f5f9 transparent transparent transparent;
}

.timeline-scroll ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline-scroll ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #f5f5f9;
}

.timeline-scroll time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #00b7c2;
}

/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline-scroll .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.timeline-scroll button{padding: 0;}
.timeline-scroll .arrows .arrow__prev {
  margin-right: 20px;
  background: none;
  border: 0;
}
.timeline-scroll .arrows .arrow__next{
  background: none;
  border: 0;
}

.timeline-scroll .disabled {
  opacity: 0.5;
}

.timeline-scroll .arrows img {
  width: 45px;
  height: 45px;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline-scroll ol,
  .timeline-scroll ol li {
    width: auto;
  }

  .timeline-scroll ol {
    padding: 0;
    transform: none !important;
  }

  .timeline-scroll ol li {
    display: block;
    height: auto;
    background: transparent;
  }

  .timeline-scroll ol li:first-child {
    margin-top: 25px;
  }

  .timeline-scroll ol li:not(:first-child) {
    margin-left: auto;
  }

  .timeline-scroll ol li div {
    position: static;
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }

  .timeline-scroll ol li:nth-child(odd) div {
    transform: none;
  }

  .timeline-scroll ol li:nth-child(odd) div::before,
  .timeline-scroll ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }

  .timeline-scroll ol li:last-child,
  .timeline-scroll ol li:nth-last-child(2) div::before,
  .timeline-scroll ol li:not(:last-child)::after,
  .timeline-scroll .arrows {
    display: none;
  }
}



/*-- Travel App --*/
.travel-app{ padding: 60px 0px;}
.travel-app-items, .travel-app-items1{clear: both; min-height: 90px; margin-bottom: 20px; display: flex; }
.travel-app-items p strong, .travel-app-items1 p strong{display: block; font-size: 20px; color: #350068; text-align: left;}
.travel-app-items p{color: #000; text-align: justify; width:80%; }
.travel-app-items1 p{color: #000;}
.travel-app-items .icons, .travel-app-items1 .icons{width: 80px; height: 80px; border:4px solid #350068; float: left; margin-right: 20px; position: relative; padding: 13px; border-radius: 50%; margin-bottom: 30px; }
/*.travel-app-items .icons:before{content: ''; position: absolute; width: 40px; height: 8px;background: #fff; z-index: 1; top: -8px; left: -8px;}*/
/*.travel-app-items .icons img{-webkit-filter: brightness(0) invert(1);  filter: brightness(0) invert(1);}*/
.travel-app-items1 .icons img{}
.travel-app .app-screen1{padding: 10px; max-width: 320px; }

/*------------ Complimentary-Features Style -----------*/
.complimentary-features{padding: 60px 0px 0 0; background: #fff;}
.complimentary-features ul{display: flex; flex-wrap: wrap; width: 100%; margin: 0px; padding: 0px; justify-content: center;}
.complimentary-features ul li{width: 29%; margin: 2%; text-align: left; background: #fff; box-shadow: 0px 4px 34px rgb(59 54 100 / 15%); border-radius: 15px; padding: 30px 30px 20px 30px;}
.complimentary-features ul li:nth-child(even){background:#f4faff;}
.complimentary-features ul li .icons{float: left;}
.complimentary-features ul li .icons img { width: 80px; height:80px;padding: 10px;}
.complimentary-features ul li .content{background: transparent;}
.complimentary-features ul li p strong{display: block; font-size: 20px; color: #200b52;   text-align: left; padding-bottom: 10px;}
.complimentary-features ul li h4{display: block; font-size: 20px; color: #200b52; font-weight: bold; text-align: left; line-height: 1.3em; margin-bottom: 10px;}
.complimentary-features ul li h3{display: block; font-size: 18px; color: #200b52; font-weight: bold; text-align: left; line-height: 1.3em; margin-bottom: 10px;}

/*------------ Tech Stack -----------*/
.tech-stack{padding: 0 0 60px 0px;}
.tech-stack ul{display: flex; border: 1px solid #eee; background: #fff; padding: 10px; justify-content: center; column-gap: 5%;} 
.tech-stack ul li{width: 25%; margin: 5px 0; text-align: center;}
.tech-stack ul img{max-width: 50px;}
.tech-stack h4{text-align: center; background: #140050; color: #fff; font-size: 20px; font-weight: bold; padding: 0px; margin-bottom: 0;}

/*-- Technology --*/               
.technologies {background:#140050; padding: 50px 0;}
.technologies ul {display: flex; flex-wrap: wrap; justify-content: center;}
.technologies ul li {width:26%; text-align: center; font-size: 16px; padding: 15px; margin: -1px; border: 1px solid #fff; }
/*.technologies ul li img {height: 60px;}*/
.technologies ul li p{margin-bottom: 0 !important;}

/*------------ Mobile View Style -----------*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
.technologies ul li {width: 49%;}
.technologies ul li img {width: 60px;}
.technologies ul li{margin:0px;}

.complimentary-features ul li{width: 100%; display: block;}
.complimentary-features ul li .icons{width: 100%; clip-path:none; border-radius: 0px;}
.complimentary-features ul li .content{width:100%; clip-path:none; border-radius: 0px; padding: 15px;}

.travel-app-items .icons {margin-bottom: 0px;}

.tech-stack ul{flex-wrap: wrap;}
.tech-stack ul li{width: 30%; margin: 5px 0; text-align: center;}
}

/*------------ Ipad View Style -----------*/
@media only screen and (min-width: 768px) and (max-width: 899px) {
.complimentary-features ul li{width: 100%;}
.travel-app-items .icons, .travel-app-items1 .icons{margin-bottom: auto;}
}
 .contentall h1 {
            color: #fff!important;
        }
        
        .contentall p {
            color: #fff!important;
        }
        
        .contentall h1,
        .ban_tirt {
            margin-bottom: 20px;
            line-height: 1.3;
            font-weight: 700;
            font-size: 32px;
        }
        
        .contentall p {
            font-weight: normal;
            margin-bottom: 30px;
            line-height: 1.6;
            font-size: 21px;
            max-width: 800px;
            margin: 0 auto 30px;
            display: block;
        }
        
        .contentall a {
            background: linear-gradient(45deg, #192590, #3f9cf7);
            color: #fff;
            cursor: pointer;
            margin: 10px;
            text-transform: capitalize!important;
            box-shadow: 0px 3px 0px 2px #63acff;
        }
        .contentall a:hover{background: #192590;}
@media (max-width: 1199px){
.contentall h1, .ban_tirt {
    font-size: 23px;
}
}
@media (max-width: 768px) {
    .contentall h1,
            .ban_tirt {
                font-size: 25px;
            }
    }


    /* ===============POPUP-CSS=========== */
    

    .popup-ul{display:flex;flex-wrap:wrap;padding:0;margin:0;width:100%;border-radius:7px; justify-content: center;}.popup-ul li{width:25%;margin-bottom: 20px;justify-content:center;padding:0px; text-align: center;}.popup-ul li p{color: #fff; margin-bottom: 0;} .popup-ul li img{width:50px;height:50px;border:2px solid #eee;border-radius:50%;background:#fff;padding:5px}.login-popup .box-1 .form .form-control::placeholder{color: #fff;} .login-popup{position:fixed;left:0;top:0;width:100%;height:100%;z-index:1099;background-color:rgba(0,0,0,.8);visibility:hidden;opacity:0;transition:1s}.login-popup.show{visibility:visible;opacity:1}.login-popup .box-1{background-color:#000a30;min-width:870px!important; position:absolute;left:50%;top:55%;transform:translate(-50%,-50%);display:flex;flex-wrap:wrap;opacity:0;margin-left:50px;transition:1s}.login-popup.show .box-1{opacity:1;margin-left:0}.login-popup .box-1 .img-area{flex:0 0 50%;max-width:50%;position:relative;overflow:hidden;padding:50px 30px 0px;align-items:center;justify-content:center}.login-popup .box-1 .img-area h1{font-size:30px}.login-popup .box-1 .img{position:absolute;left:0;top:0;width:100%;height:100%;background: url('https://www.blockchainappfactory.com/images/crypto/crypto-development-banner.webp') top 150px left -50px no-repeat #0195d5;/*animation:7s linear infinite zoomInOut;*/z-index:-1;opacity:.2}@keyframes zoomInOut{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.login-popup .box-1 .form{flex:0 0 50%;max-width:50%;padding:20px 30px 20px;/*background-color:#fff*/}.login-popup .box-1 .form h2{color:#fff;font-size:30px;margin:0 0 30px}.login-popup .box-1 .form .form-control{height:40px;margin-bottom:10px;width:100%;border:none; font-size:15px; background: #ffffff36; box-shadow: 0px 0px 7px #0000004a; border-radius: 5px; color: #fff;padding: 10px 15px;}.login-popup .box-1 .form .btn:focus,.login-popup .box-1 .form .form-control:focus{outline:0}.login-popup .box-1 .form label{font-size:15px;color:#555}.login-popup .box-1 .form .btn{width:auto;background-color:#e91e63;height:45px;border:none;border-radius:25px;font-size:15px;text-transform:uppercase;color:#fff;cursor:pointer;line-height:0}.login-popup .box-1 .form .close{position:absolute;right:10px;top:0;font-size:30px;cursor:pointer;width: 30px; height: 30px; opacity: 1; color: #fff; background: #ffffff91; border-radius: 20px; text-align: center;}@media(max-width:767px){.login-popup .box-1{width:calc(100% - 30px); min-width: 90%!important;}.login-popup .box-1 .img-area{display:none}.login-popup .box-1 .form{flex:0 0 100%;max-width:100%}} .social{margin-top: 25px;} .social a{color: #fff;} .social .fa{width: 30px; height: 30px; font-size: 18px; color: #fff;background: #2db942; border-radius: 50%;text-align: center; line-height: 26px; padding: 2px;} .social .fa.fa-envelope{background: #0195d5 !important;}@media screen and (min-width:768px) and (max-width:900px) {.login-popup .box-1{min-width: 90%!important;} .popup-ul li p{font-size: 12px;}}


    /* ==============OWL-SLIDER============ */

    .owl-carouselfour img{
        width: 150px!important;
        height: auto;
        margin: 0 auto;
        box-shadow: 0 0 20px 3px #00000026;
        border-radius: 9px;
        padding: 13px;
    }
    .owl-carouselfour .owl-stage{
        min-height: 200px!important;
        margin: 26px auto!important;
    }
    .projectFactsWrap{
        display: flex;
      margin-top: 0px;
      flex-direction: row;
      flex-wrap: wrap;
    }
    #projectFacts .fullWidth{
      padding: 0;
    }
    
    .projectFactsWrap .item{
        width: 33.3%;
        height: 100%;
        padding: 18px 0px;
        text-align: center;
    }
    
    .projectFactsWrap .item:nth-child(1){
      background: #140050;
    }
    
    .projectFactsWrap .item:nth-child(2){
      background: #3a9d64;
    }
    
    .projectFactsWrap .item:nth-child(3){
      background: #478f65;
    }
    
    .projectFactsWrap .item:nth-child(4){
      background: rgb(23, 44, 66);
    }
    
    .projectFactsWrap .item p.number{
      font-size: 40px;
      padding: 0;
      font-weight: bold;
      margin-bottom:2rem;
    }
    
    .projectFactsWrap .item p{
      color: rgba(255, 255, 255, 0.8);
      font-size: 18px;
      margin: 0;
      padding: 10px;
      font-family: 'Open Sans';
    }
    
    
    .projectFactsWrap .item span{
      width: 60px;
      background: rgba(255, 255, 255, 0.8);
      height: 2px;
      display: block;
      margin: 0 auto;
    }
    
    
    .projectFactsWrap .item i{
      vertical-align: middle;
      font-size: 50px;
      color: rgba(255, 255, 255, 0.8);
    }
    
    
    .projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
      color: white;
    }
    
    .projectFactsWrap .item:hover span{
      background: white;
    }
    
    @media (max-width: 786px){
      .projectFactsWrap .item {
         flex: 0 0 50%;
      }
    }
    section#counter-stats {
        /* display: flex; */
        justify-content: center;
        margin-top: 0;
        /* padding: 3rem 0; */
        background: rgb(26 26 26);
        color: #fff;
    }
    
    .stats {
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        padding: 1rem 0;
    
    }
    
    .stats .fa {
      color: #008080;
      font-size: 60px;
    }
    .stats p {
        font-size: 14px;
        margin-bottom:0;
    }
    #counter-stats .stats:nth-child(1){
        background:#2834a8;
    }
    #counter-stats .stats:nth-child(2){
        background:#4047df;
    }
    #counter-stats .stats:nth-child(3){
        background:#2834a8;
    }
    #counter-stats .stats:nth-child(4){
        background:#4047df;
    }
    

    /* ===========CLIENT-LIST=========== */

    .client-list{display: flex; flex-wrap: wrap; width: 100%; padding: 0; margin: 0; justify-content: center; align-items: center;}
.client-list li{width: 10%; margin: 25px 1%; padding: 0 10px;}
.client-list li img{filter: grayscale(1);}    
@media (min-width: 320px) and (max-width: 768px) {
    .client-list li{width: 31%;margin: 15px 1%;}
}

/* =============EQUALIZE-START============ */


.container-center {display: flex; flex-wrap: wrap; position: relative; z-index: 1; justify-content: center; }
.equalize {display: flex;}


/* ==============TRAVEL-APP============== */

.main-timeline7 .timeline7{
    padding: 0 5px;
    position: relative;
}
.main-timeline7 .timeline7-icon{
    display: block;
    text-align: center;
    padding: 20px 0 55px 0;
    z-index: 1;
    position: relative;
}
.main-timeline7 .timeline7:nth-child(2n) .timeline7-icon{
    padding: 55px 0 20px 0;
}
.main-timeline7 .timeline7-icon:before{
    content: "";
    width: 1px;
    height: 75%;
    background: #140050;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.main-timeline7 .timeline7:nth-child(2n) .timeline7-icon:before{
    bottom: auto;
    top: 0;
}
.main-timeline7 .timeline7:hover .timeline7-icon:before{
    background: #555;
}
.main-timeline7 .timeline7-icon i{
    width: 45px;
    height: 45px;
    line-height:45px;
    border-radius: 50%;
    background: #140050;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.main-timeline7 .timeline7:hover .timeline7-icon i{
    background: #555;
    animation: icon-load 2.5s ease 0s infinite;
}
.main-timeline7 .border{
    height: 15px;
    background: #140050;
/*    margin-bottom: 20px;*/
    transition: all 0.3s ease 0s;
}
.main-timeline7 .timeline7:hover .border{
    background: #555;
}
.main-timeline7 .timeline7:first-child .border{
    border-radius: 4px 0 0 4px;
}
.main-timeline7 .timeline7:last-child .border{
    border-radius: 0 4px 4px 0;
}
.main-timeline7 .timeline7:nth-child(2n) .border{
/*    margin: 18px 0 0 0;*/
}
.main-timeline7 .timeline7-content{
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
}
.main-timeline7 .timeline7:hover .timeline-content{
    background: #555;
}
.main-timeline7 .title{
    font-size: 18px;
    font-weight: 700;
    color: #140050;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    transition: all 0.3s ease 0s;
}
.main-timeline7 .timeline7:hover .title{
    color: #fff;
}
.timeline7-content .description{
    font-size: 14px;
    color: #888;
    margin: 0;
    transition: all 0.3s ease 0s;
}
.main-timeline7 .timeline7:hover .description{
    color: #fff;
}
@keyframes icon-load{
    0%{ transform: rotate(-12deg); }
    8%{ transform: rotate(12deg); }
    10%{ transform: rotate(24deg); }
    18%,20%{ transform: rotate(-24deg); }
    28%,30%{ transform: rotate(24deg); }
    38%,40%{ transform: rotate(-24deg); }
    48%,50%{ transform: rotate(24deg); }
    58%,60%{ transform: rotate(-24deg); }
    68%{ transform: rotate(24deg); }
    100%,75%{ transform: rotate(0deg); }
}
@media only screen and (max-width: 990px){
    .main-timeline7 .timeline7{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px){
    .main-timeline7 .timeline7-icon{
        padding-top: 0;
    }
    .main-timeline7 .timeline7:nth-child(2n) .timeline7-icon{
        padding-bottom: 0;
    }
    .main-timeline7 .border{
        margin-bottom: 10px;
    }
    .main-timeline7 .timeline7:nth-child(2n) .border{
        margin: 10px 0 0 0;
    }
    .main-timeline7 .timeline7-content{
        text-align: center;
    }
}


 /*-- Client section --*/
 .category-grid-style-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 /*   background: #fff;
    -webkit-box-shadow: 5px 5px 24px 0 rgb(2 45 98 / 10%);
    box-shadow: 5px 5px 24px 0 rgb(2 45 98 / 10%);*/
    border-radius: 5px;
}
.teck .category-grid-style-01 .category-item {
    padding: 30px;
    text-align: center;
    width: 25%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer;
}
.teck .category-grid-style-01 .category-item:before {
    content: "";
    background: #fff;
    width: 110%;
    height: 110%;
    display: inline-block;
    position: absolute;
    left: -5%;
    top: -5%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(.96);
    transform: scale(.96);
    transition: all .3s ease-in-out;
}
.teck .category-grid-style-01 .category-item .category-icon {
    color: #333;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.category-grid-style-01 .category-item:hover:before {
    -webkit-box-shadow: 5px 5px 24px 0 rgb(2 45 98 / 10%);
    box-shadow: 5px 5px 24px 0 rgb(2 45 98 / 10%);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.teck .category-grid-style-01 .category-item{padding: 10px !important;}
.category-item.aos-item .text-center{font-size: 12px !important; margin-bottom: 0px !important;} 
.teck .category-grid-style-01 .category-item .category-icon{margin-bottom: 0 !important;}
.teck .category-icon img{height: 80px !important;}
 .category-item.aos-item:hover .text-center{position: relative; z-index: 99; color: #000 !important;}
/*-- Client section --*/

/* ================FEATURED-SECTION============ */

.featured-icon-box.style3 .featured-desc:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 34px solid #140050;
    border-left: 30px solid transparent;
    right: 0px;
    bottom: 0px;
    transition: .7s all ease;
}

.featured-icon-box.style3:after {
    content: '';
    position: absolute;
    height: 2px;
    left: 0px;
    right: auto;
    top: 0;
}

.featured-icon-box.style3:after,
.featured-icon-box.style3:before {
    content: '' !important;
    position: absolute;
    height: 2px;
    left: 0px;
    width: 100px;
    right: auto;
    top: 0;
    transition: .7s all ease;
}


.featured-icon-box.style3 .featured-title h3 {
    line-height: 30px;
}
  .featured-icon-box.style3:before {
    background-color: #140050;
}

.featured-icon-box.style3 .cmt-icon.cmt-icon_element-size-lg {
    margin-bottom: 0px;
}
   .featured-icon-box.style3:after,
.featured-icon-box.style3:before {
    content: '' !important;
    position: absolute;
    height: 2px;
    left: 0px;
    width: 100px;
    right: auto;
    top: 0;
    transition: .7s all ease;
}
   .featured-icon-box.style3 {
    padding: 25px;
/*            min-height: 355px;*/
}

.featured-icon-box.style3:hover {
border-left: 2px solid #140050;
transition: .1s all ease;
}

.featured-icon-box.style3 {
position: relative;
margin: 15px 0;
background-color: #f4f4f4;
}


/* ==============CATEGORY-ICON=============== */

.teck .category-icon img {
    height: 60px !important;
    margin-bottom: 5px;
    border-radius: 10px;
}
.tech-padding {
    padding-bottom: 100px;
}

.space-pt {
    padding: 60px 0 0;
}

.tech-padding:before {
    height: 470px !important;
}

.bg-dark-half-md {
    position: relative;
}

.bg-dark-half-md:before {
    content: "";
    background: #fff;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}



/* =================CATEGORY-ITEM============= */


.category-item.aos-item:hover .text-center{position: relative; z-index: 99; color: #000 !important;}
/*-- Client section --*/
.category-grid-style-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
}
.teck .category-grid-style-01 .category-item {
    padding: 30px;
    text-align: center;
    width: 18%;
    border: 1px solid #000;
        border-radius: 10px;
        margin: 5px;
    position: relative;
    cursor: pointer;
    justify-content: center;
}
.teck .category-grid-style-01 .category-item:before {
    content: "";
    background: #fff;
    width: 80%;
    height: 80%;
    display: inline-block;
    position: absolute;
    left: -5%;
    top: -5%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(.96);
    transform: scale(.96);
    transition: all .3s ease-in-out;
}
.teck .category-grid-style-01 .category-item .category-icon {
    color: #333;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.category-grid-style-01 .category-item:hover:before {
    -webkit-box-shadow: 5px 5px 24px 0 rgb(2 45 98 / 10%);
    box-shadow: 5px 5px 24px 0 rgb(2 45 98 / 10%);
/*    opacity: 1;*/
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.teck .category-grid-style-01 .category-item{padding: 10px !important;}
.category-item.aos-item .text-center{font-size: 12px !important; margin-bottom: 0px !important;} 
.teck .category-grid-style-01 .category-item .category-icon{margin-bottom: 0 !important;}
.teck .category-icon img{height: 60px !important; margin-bottom: 5px; border-radius: 10px;}
 .category-item.aos-item:hover .text-center{position: relative; z-index: 99; color: #000 !important;}
/*-- Client section --*/
    @media only screen and (min-width: 320px) and (max-width: 767px) {
           
            .teck .category-grid-style-01 .category-item {width: 46%!important;}
        }


/* ================== */

.crypto{
    font-size: 18px; 
    font-weight: 900; 
    color: #00000a;
}
.currency{
    margin-top: 20px !important;
}

.crypto_1{
    font-size: 17px; 
    font-weight: 900; 
    color: #333;
    margin: 20px 0px!important;
}

.crypto_3{
    color: #333;
    font-weight: 900 !important;
  }
/* 
================ */

/* 
===================NEWSLETER-SECTION============== */

#newsletter-form-sec .form-group{margin-bottom:7px;}
    #mailForm_common .form-group label{color: #fff;}
    .contact-content{padding-top: 40px; padding: 30px; margin-top: -40px; margin-left: -40px; background-color: #f9f9f9; box-shadow: 0 0 6px 1px rgba(0,0,0,.22); border-radius: 7px;}
    .contact-content p{font-size: 18px; line-height: 30px;}
    .contact-content a{font-size: 18px; display: block;margin-bottom: 20px;}
    .contact-content a i{color: #47b475; font-size: 24px;}
    .form-control{background: #fff;}
    .pad-40-20{padding: 25px 25px 0 25px;}
    input#phone_common{background: #fff;}
    #mailForm_common .form-group label{color: #fff;}
    a.home-talk-experts{border-radius: 25px;}

    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .contact-content{margin-top: 20px; margin-left: 0;padding: 20px !important;}
        .pad-40-20{padding: 20px;}
        .contact-content a{font-size: 14px;}
        .sticky-form{display: none;}
    }

    @media only screen and (min-width: 768px) and (max-width: 899px) {
        .contact-content{margin-top: 20px; margin-left: 0;}
    }
    .newsletter_videos h5 {
    color: #fff;
        font-size: 25px!important;
}
h5.section-title {
    font-size: 27.46px;
}
.client h5 {
    color: #444!important;
}
h5.common_h3 {
    font-size: 25px!important;
}


/* =================FORM-FIELD============= */


.formdiv .form-left .form-group:last-child{margin-bottom:0}.common_newsletter .form-right textarea{height:240px}.form-right input.common_send_btn{width:100%!important;margin:0!important;display:inline-block!important;background:#140050!important;color:#fff!important;border:0!important;text-transform:uppercase!important;font-weight:700!important;padding:10px 0!important}body input.common_send_btn.my_send{margin-top:41px!important}.timeline-center::before{background:#f2f2f2}.thumb{position:relative}.photo,.play{position:absolute;width:40px;height:28px;left:45%;top:40%}.thumb:hover .photo,.thumb:hover .play{background-position:0 -252px}.play{-webkit-animation:1s ease-in-out infinite breathing;animation:1s ease-in-out infinite breathing;-webkit-font-smoothing:antialiased;background:url(https://www.blockchainappfactory.com/images/play.webp) 0 -252px no-repeat}.contact-inner-1{padding-top:70px;padding-bottom:100px}@-webkit-keyframes breathing{0%,60%{-webkit-transform:scale(1.5);transform:scale(1.5)}25%{-webkit-transform:scale(2);transform:scale(2)}100%{-webkit-transform:scale(1.45);transform:scale(1.45)}}@keyframes breathing{0%,60%{-webkit-transform:scale(1.5);transform:scale(1.5)}25%{-webkit-transform:scale(2);transform:scale(2)}100%{-webkit-transform:scale(1.45);transform:scale(1.45)}}@media (max-width:991px){.height_row{margin-top:10px}}@media (max-width:767px){.formdiv .form-left .form-group:last-child{margin-bottom:15px}.stats{min-height:140px}}