/*----Color---*/
.black-color{
    color: black;
}
.brand-color{
    color: #25A9E0;
}
.gray-color{
    color: rgb(107, 107, 107);
}
/*-- About Section btn*/
.about-btn{
    padding-top: 20px;
    margin-bottom: -50px;
}

/*--Support-Button--*/
.support-btn {
    margin-top: 15px !important;
}

/*--support--*/
.header-menu-buttons .support .support-btn .nav-item .nav-link {
    color:rgb(184, 179, 179);
}
@media (max-width: 468px) {
    .header-menu-buttons .support{
        margin-left: 0px !important;
        margin-bottom: 10px !important;
    }
}

.support-btn .c-animation {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 20px 0;
  }

  .c-btn {
      text-transform: uppercase;
  }

  .c-btn:hover, .c-btn:focus {
    color: #25A9E0;
    background: #fff;
    text-decoration: none;
    transform: translateY(-6px);
  }

  #callbtn a:hover::before, #callbtn a:focus::before {
    opacity: 1;
  }

  #callbtn a::after {
    content: '';
    width: 30px; height: 30px;
    border-radius: 100%;
    border: 6px solid #25A9E0;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
  }

  #callbtn a:hover::after, #callbtn a:focus::after {
    animation: none;
    display: none;
  }

  @keyframes ring {
    0% {
      width: 10px;
      height: 10px;
      opacity: 1;
    }
    100% {
      width: 200px;
      height: 200px;
      opacity: 0;
    }
  }

  /*-Project Delivery Process-*/

.main-block .main-block-body h4{
    font-size: 20px;
  }
  .text-justify{
    text-align: justify;
  }

  .read-more-btn-padding{
    padding: 10px 0px 2px 0px;
  }

  .boxed-block, .boxed-block-2x, .boxed-block-2y, .boxed-block-sm{
      padding: 30px;
  }

/*-- testimonial--*/
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom:80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 100%;
    width: auto;
    margin: 0 auto 17px;
}

.portfolio .owl-carousel .owl-item img {
    width: 100%;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
/*-- Tutorial page --*/
iframe {
    border: 0;
    width: 100%;
}

/*-- Service page --*/
.main-block .main-block-content .custom-section{
   float: left;
}
.main-block .main-block-content .feel-btn{
    margin-left: 900px;
}
@media (max-width: 468px) {
    .main-block .main-block-content .feel-btn{
        margin-left: 84px !important;
    }
}

@media (max-width: 1400px) {
    .margin-top {
        margin-top: 40px !important;
    }
    
}

.image-special{
    margin-bottom: 38px !important;
}
.image-special2{
    margin-bottom: 78px !important;
}
/*--btn-icon--*/
.btn-icon{
    margin-left: 10px;
    float: right;
}
/*--other btn--*/
.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }

  .button:hover span {
    padding-right: 25px;
  }

  .button:hover span:after {
    opacity: 1;
    right: 0;
  }

  /*--Contact from --*/
.contact-select{
    border-color: #25A9E0;
    padding: 5px 10px;
}

.wrapper{

    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

    .file-upload{

      height:90px;
      width:90px;
      border-radius: 100px;
      position:relative;

      display:flex;
      justify-content:center;
      align-items: center;

      border:4px solid #FFFFFF;
      overflow:hidden;
      background-image: linear-gradient(to bottom, #2590EB 50%, #FFFFFF 50%);
      background-size: 100% 200%;
      transition: all 1s;
      color: #FFFFFF;
      font-size:40px;
    }
      /* input[type='file']{

        height:100px;
        width:100px;
        position:absolute;
        top:0;
        left:0;
        opacity:0;
        cursor:pointer;

      } */

      .wrapper :hover{

        background-position: 0 -100%;

        color:#2590EB;

      }

#back-to-top.show {
    bottom: 100px;

}
/*--Nav --*/
@media (max-width: 468px) {
    .header-top-section-container{
        padding: 1px 0 0;
    }

    .header-top-section-content{
        padding:0 0 0;
    }

    .social-networks{
        display: none;
    }
}


/*-- Footer Social links --*/
.social-links {
    text-align: center;
    margin: 0px 0px;
}
.social-btn {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #25A9E0;
    margin: 10px;
    border: 5px;
    color: #ffffff;
    overflow: hidden;
    position: relative;

}
.social-btn i {
    line-height: 25px;
    font-size: 20px;
    transition: 0.2s linear;
    margin-top: 3px;
}
.social-btn:hover i{
    transform: scale(1.3);
    color: #f1f1f1;
}
.social-btn::before{
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #25A9E0;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}
.social-btn:hover::before{
    animation: effect 0.6s 1;
    top: -10%;
    left: -10%;
}
 
/**  portfolio-page title **/

.section-title-heading .portfolio-title{
    margin-top: -30px;
    padding-bottom: 50px;
}

/** Gallary page **/

.caption-margin{
    margin-top: -35px !important;
    margin-bottom: 10px !important;
}
@media (max-width: 468px) {
    .caption-margin{
        margin-top: -36px !important;
        margin-bottom: 35px !important;
    } 
}

/** payment page **/
@media (max-width: 468px) {
    .c-margin{
        margin-top: -90px;
    } 
}
@media (max-width: 1400px){
    .c-margin{
    margin-top: -95px !important;
}
}
.online-payment a:hover img {
        transform: scale(1.1);
        transition: transform 0.3s ease; 
    }
    
 @keyframes slideIn {
        0% {
            opacity: 0;
            transform: translateX(-200px); 
        }
        100% {
            opacity: 1;
            transform: translateX(0); 
        }
    }

    .online-payment a img {
        animation: slideIn 1.0s ease;
    }