video{
    width:100%;
    }
    
    .cus-h1{
      font-size: 4rem !important;
      color: #fff !important;
    }
    .header-b .btn-c {
        background: -webkit-gradient(linear,left top,right top,from(#ff5917),to(#ff9317));
        background: -webkit-linear-gradient(left,#ff5917,#ff9317);
        background: -o-linear-gradient(left,#ff5917,#ff9317);
        background: linear-gradient(to right,#ff5917,#ff9317);
        padding: 7px 20px;
        color: #fff;
        border-radius: 2px;
        font-size: 20px;
        display: inline-block;
        margin-top: 15px;
    }
    .exp{
      font-size: 1.3rem;
      margin-top: 27px;
          font-weight: 500;
    }
    .bg-fa h2{
          color: #1e1765;
    }
    
    .bg-fa h2 span{
          color: #ff7f00;
    }
    
    .bg-fa h3 span{
          color: #ff7f00;
              font-size: 38px;
    }
    
    .bg-fa h3{
          color: #1e1765;
        }
    
    .cl p{
      text-align: justify;
    }
    .serviceBox{
        color: #fff;
        font-family: 'Poppins', sans-serif;
        text-align: center;
        padding: 25px 25px 55px;
        position: relative;
        z-index: 1;
    }
    .serviceBox:before,
    .serviceBox:after{
        content: '';
        background: linear-gradient(#ae00e6, #ae00e6);
        border-radius: 20px;
        position: absolute;
        left: 10px;
        right: 0;
        top: 15px;
        bottom: 0;
        z-index: -1;
    }
    .serviceBox:after{
        background: #fff;
        left: 0;
        right: 10px;
        top: 0;
        bottom: 15px;
        clip-path: polygon(30% 0, 100% 0, 100% 85%, 75% 100%, 0 100%, 0 20%);
    }
    .serviceBox .service-icon{
        color: #882FD5;
        font-size: 35px;
        text-shadow: 4px 4px rgba(0,0,0,0.1);
        margin: 0 0 10px;
    }
    .serviceBox .title{
        color: #882FD5;
        font-size: 25px;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 0 10px;
    }
    .serviceBox .title span{ font-weight: 700; }
    .serviceBox .description{
        font-family: Rubik,sans-serif;
        font-size: 16px;
      text-align: left;
      color:#333;
        letter-spacing: 0.5px;
        margin: 0;
      margin-bottom:15px;
    }
    .serviceBox .read-more{
        color: #fff;
        font-size: 22px;
        line-height: 22px;
        position: absolute;
        right: 15px;
        bottom: 9px;
        transition: all 0.3s ease 0s;
    }
    .serviceBox .read-more:hover{
        color: rgba(255,255,255,0.7);
        text-shadow: 3px 3px rgba(255,255,255,0.1);
    }
    .serviceBox.darkgreen:before{     background: linear-gradient(#ff7f00, #ff7f00);}
    .serviceBox.darkgreen .service-icon,
    .serviceBox.darkgreen .title{
       color: #ff7f00;
    }
    .serviceBox.blue:before{ background: linear-gradient(#ae00e6, #ae00e6); }
    .serviceBox.blue .service-icon,
    .serviceBox.blue .title{
        color: #882FD5;
    }
    .serviceBox.green:before{ background: linear-gradient(#93c916, #3AB447); }
    .serviceBox.green .service-icon,
    .serviceBox.green .title {
        color: #3AB447;
    }
    @media only screen and (max-width:990px){
        .serviceBox{ margin: 0 0 30px; }
    }
    .serviceBox p{color:#000;}
    .serviceBox ul li{color:#000;list-style:none;text-align: left;}
    .serviceBox  .more{color:#882FD5;}
    .service-icon .fa{font-size:30px;}
    
    
    .main-timeline {
      margin-top:30px;
      padding: 20px 0;
      position: relative;
    }
    
    .main-timeline::before,
    .main-timeline::after {
      content: "";
      height: 40px;
      width: 40px;
      background-color: #e7e7e7;
      border-radius: 50%;
      border: 10px solid #303334;
      transform: translatex(-50%);
      position: absolute;
      left: 50%;
      top: -15px;
      z-index: 2;
    }
    
    .main-timeline::after {
      top: auto;
      bottom: 15px;
    }
    
    .main-timeline .timeline {
      padding: 35px 0;
      margin-top: -30px;
      position: relative;
      z-index: 1;
    }
    
    .main-timeline .timeline::before,
    .main-timeline .timeline::after {
      content: "";
      height: 100%;
      width: 50%;
      border-radius: 110px 0 0 119px;
      border: 15px solid #46b2bc;
      border-right: none;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
    }
    
    .main-timeline .timeline::after {
      height: calc(100% - 30px);
      width: calc(50% - 12px);
      border-color: #65c7d0;
      left: 12px;
      top: 15px;
    }
    
    .main-timeline .timeline-content {
      display: inline-block;
    }
    
    .main-timeline .timeline-content:hover {
      text-decoration: none;
    }
    
    .main-timeline .timeline-year {
      color: #65c7d0;
      font-size: 50px;
      font-weight: 600;
      display: inline-block;
      transform: translatey(-50%);
      position: absolute;
      top: 50%;
      left: 10%;
    }
    
    .main-timeline .timeline-icon {
        color: #65c7d0;
        font-size: 70px;
        display: inline-block;
        transform: translateY(-50%);
        position: absolute;
        left: 34%;
        top: 50%;
    }
    
    .main-timeline .content {
      color: #909090;
      width: 80%;
      padding: 20px;
      display: inline-block;
      float: right;
    }
    
    .main-timeline .title {
      color: #65c7d0;
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0 0 5px 0;
    }
    
    .main-timeline .description {
      font-size: 16px;
      margin: 0;
      color: #212529;
    }
    
    .main-timeline .timeline:nth-child(even)::before {
      left: auto;
      right: 0;
      border-radius: 0 110px 110px 0;
      border: 15px solid red;
      border-left: none;
    }
    
    .main-timeline .timeline:nth-child(even)::after {
      left: auto;
      right: 12px;
      border-radius: 0 100px 100px 0;
      border: 15px solid green;
      border-left: none;
    }
    
    .main-timeline .timeline:nth-child(even) .content {
      float: left;
    }
    
    .main-timeline .timeline:nth-child(even) .timeline-year {
        left: auto;
        right: 10%;
    }
    
    .main-timeline .timeline:nth-child(even) .timeline-icon {
      left: auto;
      right: 32%;
    }
    
    .main-timeline .timeline:nth-child(5n+1)::before {
      border-color: #ae00e6;
    }
    
    .main-timeline .timeline:nth-child(5n+1)::after {
      border-color: #e183ff;
    }
    
    .main-timeline .timeline:nth-child(5n+1) .timeline-icon {
      color: #65c7d0;
    }
    
    .main-timeline .timeline:nth-child(5n+1) .timeline-year {
      color: #ff7f00;
    }
    
    .main-timeline .timeline:nth-child(5n+1) .title {
      color: #1e1765;
    }
    
    .main-timeline .timeline:nth-child(5n+2)::before {
      border-color: #ffbd7c;
    }
    
    .main-timeline .timeline:nth-child(5n+2)::after {
      border-color: #ff7f00;
    }
    
    .main-timeline .timeline:nth-child(5n+2) .timeline-icon {
      color: #EA3C14;
    }
    
    .main-timeline .timeline:nth-child(5n+2) .timeline-year {
      color: #ff7f00;
    }
    
    .main-timeline .timeline:nth-child(5n+2) .title {
      color: #1e1765;
    }
    
    .main-timeline .timeline:nth-child(5n+3)::before {
      border-color: #ae00e6;
    }
    
    .main-timeline .timeline:nth-child(5n+3)::after {
      border-color: #e183ff;
    }
    
    .main-timeline .timeline:nth-child(5n+3) .timeline-icon
    {
      color: #8CC63E;
    }
    
    .main-timeline .timeline:nth-child(5n+3) .timeline-year {
      color: #ff7f00;
    }
    
    .main-timeline .timeline:nth-child(5n+3) .title {
      color: #1e1765;
    }
    
    .main-timeline .timeline:nth-child(5n+4)::before {
      border-color: #ffbd7c;
    }
    
    .main-timeline .timeline:nth-child(5n+4)::after {
      border-color: #ff7f00;
    }
    
    .main-timeline .timeline:nth-child(5n+4) .timeline-icon {
      color: #F99324;
    }
    
    .main-timeline .timeline:nth-child(5n+4) .timeline-year {
      color: #ff7f00;
    }
    
    .main-timeline .timeline:nth-child(5n+4) .title {
      color: #1e1765;
    }
    
    .main-timeline .timeline:nth-child(5n+5)::before {
      border-color: #0071BD;
    }
    
    .main-timeline .timeline:nth-child(5n+5)::after {
      border-color: #0050A3;
    }
    
    .main-timeline .timeline:nth-child(5n+5) .timeline-icon {
      color: #0071BD;
    }
    
    .main-timeline .timeline:nth-child(5n+5) .timeline-year {
      color: #0071BD;
    }
    
    .main-timeline .timeline:nth-child(5n+5) .title {
      color: #0071BD;
    }
    
    @media screen and (max-width:1200px){
        .main-timeline .timeline:after{ border-radius: 88px 0 0 88px; }
        .main-timeline .timeline:nth-child(even):after{ border-radius: 0 88px 88px 0; }
    }
    
    
    @media screen and (max-width:991px){
    .chat_img_gif img{bottom: 20%;}
    }
    @media screen and (max-width:767px){
    .header-b{padding:30px 0px;}
    .chat_img_gif img {
        bottom: 0%;
    }
    .plans .col-md-4 img{
      width: 100%;
  }
  .deliver-sec .col-md-4 img{
    width: 100%;
}
  .client_says .col-md-4 img{
    width: 100%;
    margin-bottom: 30px;
}
        .main-timeline .timeline{ margin-top: -19px; }
        .main-timeline .timeline:before {
            border-radius: 50px 0 0 50px;
            border-width: 10px;
        }
        .main-timeline .timeline:after {
            height: calc(100% - 18px);
            width: calc(50% - 9px);
            border-radius: 43px 0 0 43px;
            border-width:10px;
            top: 9px;
            left: 9px;
        }
        .main-timeline .timeline:nth-child(even):before {
            border-radius: 0 50px 50px 0;
            border-width: 10px;
        }
        .main-timeline .timeline:nth-child(even):after {
            height: calc(100% - 18px);
            width: calc(50% - 9px);
            border-radius: 0 43px 43px 0;
            border-width: 10px;
            top: 9px;
            right: 9px;
        }
        .main-timeline .timeline-icon{ font-size: 60px; }
        .main-timeline .timeline-year{ font-size: 40px; }
    .header-b .btn-c {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 27px;
    }
    }
    
    
    
    @media screen and (max-width:576px){
    .chat_img_gif img {bottom: 0;}
    }
    @media screen and (max-width:479px){
        .main-timeline .timeline-icon{
            font-size: 50px;
            transform:translateY(0);
            top: 25%;
            left: 10%;
        }
        .main-timeline .timeline-year{
            font-size: 25px;
            transform:translateY(0);
            top: 65%;
            left: 9%;
        }
        .main-timeline .content{
            width: 68%;
            padding: 10px;
        }
        .main-timeline .title{ font-size: 18px; }
        .main-timeline .timeline:nth-child(even) .timeline-icon{
            right: 10%;
        }
        .main-timeline .timeline:nth-child(even) .timeline-year{
            right: 9%;
        }
    }
    .chat_img_gif img {
        width: 200px;
        margin-right: -80px;
    }
    @media screen and (max-width:479px){
    .chat_img_gif img{position: absolute;
        margin-right: 0;
        right: 15px;
        height: auto;
        width: 150px;}
    .chat_img_gif{text-align: center;}
    }
    
    
    .cus-h1 {
        font-size: 4rem !important;
        color: #424242 !important;
    } 
    .header-b{background-color: #f3f4ff; }
    .name_rating {display: flex;justify-content: space-between;align-items: center;}
    .rating_star span {color: orange;}
    .testi-card hr {border-color: #ccc;}
    .client_says{background:#f7f7f7; padding: 30px 0;}
    .clients {text-align: center;}
    .clients span {color: #ff7816;font-weight: 700;}
    .testi-card {text-align: center;margin-top: 20px;}
    .testi-card img {width: 30% !important; border-radius: 50%; margin: auto;}
    .testi-card p {text-align: center;font-size: 14px;margin-top: 15px; min-height: 110px;}
    .name_client h5 {font-size: 16px;}
    .client_says .owl-theme .owl-dots .owl-dot span{background: #ccc;}
    .client_says .owl-theme .owl-dots .owl-dot.active span, .client_says .owl-theme .owl-dots .owl-dot:hover span{background: #ae00e6;}
    .h_banner{position:relative;}
    .s_icon{position:absolute;top:50%;right:3%;
    
    animation-name: spin;
      animation-duration: 4s;
      animation-iteration-count: infinite;
      animation-direction: alternate-reverse; 
    }
    @-moz-keyframes spin { 
          0%   {right:3%; top:50%;}
      25%  {right:2%; top:50%;}
      50%  {right:2%; top:48%;}
      75%  {right:3%; top:48%;}
      100% {right:3%; top:50%;}
    }
    @-webkit-keyframes spin { 
          0%   {right:3%; top:50%;}
      25%  {right:2%; top:50%;}
      50%  {right:2%; top:48%;}
      75%  {right:3%; top:48%;}
      100% {right:3%; top:50%;}
    }
    .h_header {
     
    }
    
    @keyframes slideInLeft {
      0% {
        transform: translateX(50%);
      }
      100% {
        transform: translateX(0);
      }
    }
    @media(max-width:700px){
    .h_header {
      animation: 0s ease-out 0s 0 slideInLeft;
    }
    }
    
    
    .bg_black{
      padding: 30px 0px;  
      background: #ff7f00;
      background-repeat: no-repeat;
      background-size: cover;
    }
    
    .bg_black .list_style_ul li a{
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
            }
    
      .list_style_ul li span {
        left: 0;
        right: 0;
        color: #fff;
        padding-right: 12px;
    }
    
    .list_style_ul{
        position: relative;
    }
    .list_style_ul li{
        transition: 0.4s;
        margin-left: 30px;
        line-height: 40px;
    }
    @keyframes fa-hand-o-right {
        from {
          transform: translateX(0px);
        }
        to {
          transform: translateX(-4px);
        }
      }
      
      .fa-hand-o-right{
        animation:
        fa-hand-o-right 600ms
          alternate infinite
          cubic-bezier(.2, .65, .6, 1);
      }
       .faq-section-design h2 {
            color: #1e1765;
            font-size: 2rem;
            margin-bottom: 30px;
            font-weight: 700;
    
        }
    
        .faq-section-design h2 span {
            color: #ff7f00;
        }
    
        section.faq-section {
            padding: 50px 0;
        }
    
        .faq-section-design h3 {
            color: #1e1765;
            margin-bottom: 15px;
        }
    
        .faq-section-design p {
            font-size: 18px;
            margin-bottom: 30px;
            color: #333;
        }
    
        .faq-section-design {
            background: #fafafa;
            padding: 30px 50px;
            box-shadow: rgb(187 30 168 / 77%) 2px 5px 50px;
        }
    
        .faq-section-design h3 span {
            color: #ff7f00;
        }
    
        .case-study-box {
        background-image: url(https://www.firstrankseoservices.com/assets/images/MacBookAir.png);
        background-size:100% 100%;
        background-position: 50% 0;
        background-repeat: no-repeat;
        bottom: 0;
        height: 300px;
        padding: 21px 43px 33px;
        right: 0;
        max-width: 100%;
        LEFT: 0;
        MARGIN: AUTO;
        animation: 2s ease-out 0s 1 slideInLeft;
    }
    
    .case-study-box .screen {
      background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        cursor: n-resize;
        height: 100%;
        overflow: hidden;
        transition: background-position 3s ease-in-out;
        width: 100%;
    }
    
    .case-study-box .screen:hover {
        background-position: 50% 100%;
    }
    
    

    .scrl-bg {
      background: linear-gradient(to right, #5e047a, #b856d7);
  }


    .scrl-bg h2{ color:#ffffff; text-shadow: 2px 2px 4px #500552;}
  
    .scrl-bg p{ color:#ffffff; text-shadow: 2px 2px 4px #500552;}
    .portfolio_button{box-shadow:0px 0px 10px #500552;}
    .portfolio_button:hover {
        background: #fff;
        color: #ff7816 !important;
        text-decoration: none;
        box-shadow:0px 0px 10px #ff7816;
    }
    /*slider-box*/
    body {font-family: Verdana, sans-serif;}
    .mySlides {display: none;}
    img {vertical-align: middle;}
    
    /* Slideshow container */
    .slideshow-container {
      max-width: 1000px;
      position: relative;
      margin: auto;
    }
    
    /* Caption text */
    .text {
      color: #f2f2f2;
      font-size: 15px;
      padding: 8px 12px;
      position: absolute;
      bottom: 8px;
      width: 100%;
      text-align: center;
    }
    
    /* Number text (1/3 etc) */
    .numbertext {
      color: #f2f2f2;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
    }
    
    /* The dots/bullets/indicators */
    .dot {
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
    }
    
    .active {
      /*background-color: #717171;*/
    }
    
    /* Fading animation */
    .fade {
      animation-name: fade;
      animation-duration: 1.5s;
    }
    
    @keyframes fade {
      from {opacity: .4} 
      to {opacity: 1}
    }
    
    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
      .text {font-size: 11px}
    }
    
    .shadow-box-slide .owl-stage-outer{box-shadow:-6px 6px 20px #360436c9 !important;}
    
/*
     FILE ARCHIVED ON 01:36:03 Oct 12, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:50:58 Nov 11, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 85.063
  exclusion.robots: 0.076
  exclusion.robots.policy: 0.066
  cdx.remote: 0.06
  esindex: 0.01
  LoadShardBlock: 57.906 (3)
  PetaboxLoader3.datanode: 57.006 (4)
  load_resource: 29.285
  PetaboxLoader3.resolve: 23.858
*/