

/* Hero Section CSS Start */
section.ready_game_cover {
    background: linear-gradient(235deg,rgba(0,94,184, 0.6) 0%,rgba(0,94,184, 0.6) 100%), url(../images/php/background_settings.svg);
    /* background: #f2f7fc; */
    padding: 140px 0px 90px;
    /* background-color: #fff; */
    /* background: -webkit-linear-gradient(right, #244640 40%, #345777 80%); */
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* margin-top: 80px; */
  }
  
  .game_cover_content .row {
    display: flex;
    align-items: center;
  }
  .game_cover_hd {
    font-size: 46px;
    padding-bottom: 20px;
    /* font-weight: bold; */
    color: #fff;
    letter-spacing: 1px;
  }
  .game_cover_desc {
    font-size: 16px;
  }
  .game_cover_link {
    margin-top: 30px;
  }
  a.game_cover_btn {
    display: inline-block;
    background-image: linear-gradient(#ffd546, #ffd546);
    padding: 10px 16px;
    color: #333;
    font-size: 16px;
    border-radius: 5px;
    margin: 0px 10px 0px 0px;
  }
  
  .game_cover_right {
    padding-top: 20px;
  }
  .game_cover_left h2 {
    font-size: 14px;
    font-weight: 100;
  }
  .game_cover_img {
    background-size: contain;
    background-position: center;
    height: 400px;
    background-repeat: no-repeat;
  }
  
  @media screen and (max-width: 767px) {
    .game_cover_left {
      text-align: center;
    }
    .game_cover_hd {
      font-size: 30px;
      font-weight: 700;
      text-align: center;
      padding: 0px 0px 0px;
      margin: 0px 0px 10px;
    }
    .game_cover_link {
      margin-top: 30px;
      text-align: center;
    }
  }
  
  .dropbtn-str {
    /* background-color: #000; */
    color: #000;
    padding: 16px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    width: 160px;
    font-weight: 600;
    background-color: transparent;
    background-image: linear-gradient(#ffd546, #ffd546);
    padding: 10px 16px;
  }
  
  .dropdown-str {
    position: relative;
    display: inline-block;
    margin-top: 20px;
  }
  
  .dropdown-str-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 160px;
    z-index: 1;
  }
  .dropdown-str-cont {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .dropdown-str-content a {
    color: black;
    padding: 12px 7px;
    text-decoration: none;
    display: block;
    text-align: initial;
  }
  
  .dropdown-str-content a img {
    width: 40px;
    height: 40px;
  }
  .dropdown-str:hover .dropdown-str-content {
    display: block;
  }
  
  .dropdown-str-content a:hover {
    color: crimson;
  }
  
  .dropdown-str:hover .dropbtn-str {
    background-color: crimson;
    /*border-radius: 50px;*/
  }
  
  /* Hero Section CSS End */


  /* High-Grade PHP Web Development Advancements Section CSS Start */
  

.section-padding {
    padding: 70px 0;
  }
  .top-row {
    margin-bottom: 50px;
  }
  .section-heading {
    margin-bottom: 18px;
    font-size: 30px;
    font-weight: 600;
    line-height: 44px;
    color: #343434;
  }
  .services-section .services-col {
    margin-bottom: 0;
    position: relative;
  }
  .services-section .services-col::before {
    content: '';
    width: 1px;
    background-color: #dedede;
    position: absolute;
    right: 1px;
    top: 0;
    bottom: 0;
    background: #fff;
    background: linear-gradient(0deg,#fff 0,#ccc 50%,#fff 100%);
  }
  .services-section .services-box {
    height: 100%;
    padding: 32px 33px;
    text-align: center;
  }
  .services-section .services-box .icon {
    /* max-width: 60px;
    margin-bottom: 18px; */
    box-shadow: 0 0 40px 0 rgba(79, 33, 185, .3);

    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px dashed rgba(79, 33, 185, .4);
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .services-section .services-box img {
    height: 50px;
    width: 50px;
    margin-top: 14px;
    border-radius: 0;
    object-fit: contain;
  }
  .services-section .services-box .section-sub-heading {
    margin-bottom: 16px;
  }
  .section-sub-heading {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }
  .services-section .services-col:first-child::after {
    background: #fff;
    background: linear-gradient(90deg,#fff 0,#ccc 100%);
  }
  .services-section .services-col:nth-child(2)::after {
    background: #ccc;
    background: linear-gradient(90deg,#ccc 50%,#fff 100%);
  }
  .services-section .services-col:nth-child(3)::after {
    background: #ccc;
    background: linear-gradient(90deg,#ccc 50%,#fff 100%);
  }
  .services-section .services-col::after {
    content: '';
    height: 1px;
    width: 100%;
    /* background-color: #dedede; */
    position: absolute;
    left: 0;
    bottom: 0;
    /* background: #ccc; */
  }
  
  

  /* High-Grade PHP Web Development Advancements Section CSS End */


  /* Hire Dedicated PHP Developers in India Section CSS Start  */
  
  ._lightgray__background {
    background: #f3f6f9;
}
._divPadding {
    padding-top: 90px;
    padding-bottom: 90px;
}
.heading {
    text-align: center;
    margin-bottom: 60px;
    color: #575757;
}
._innerPage ._h2 {
    color: #4f4f4f;
}
._h2 {
    font-size: 33px;
    line-height: 45px;
    font-weight: 500;
    text-transform: capitalize;
}

.heading p {
    display: block;
    margin: 0 0 15px;
    color: #737373;
    font-size: 16px;
    line-height: 28px;
}

@keyframes Ab {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

._listBox__ul {
    color: #737373;
    font-size: 16px;
    line-height: 28px;
    padding: 0;
}
._listBox__ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
._listBox__ul li:before {
    position: absolute;
    content: "";
    background: url(../images/php/checked.svg) no-repeat #33be74 50%;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    line-height: 15px;
    text-align: center;
    color: #fff;
    left: 0;
    top: 5px;
    background-size: 12px;
}
._paddingTop__30 {
    padding-top: 30px;
}
._h5 {
    font-size: 22px;
}


  /* Hire Dedicated PHP Developers in India Section CSS End */



/* php wEB dEVELOPMENT sERVICE wE oFFER bEING tHE bEST Section CSS Start  */

._php__sec3 {
    background: linear-gradient(180deg,#1044a2 1%,#3e74e5 70%,#2b84ea);
    position: relative;
    z-index: 1;
}
._divPadding {
    padding-top: 90px;
    padding-bottom: 90px;
}
._php__sec3:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../images/php/parrernt-img-7.png) no-repeat 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
.heading {
    text-align: center;
    margin-bottom: 60px;
    color: #575757;
}
._php__sec3 .heading ._h2{
    color: #fff;
}
._php__sec3 .heading p {
    color: #fff;
    display: block;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 28px;
}
._iconCard__left {
    margin-bottom: 30px;
}
._showCard {
    padding: 30px 25px;
    box-shadow: 3px 3px 5px rgba(0,0,0,.03);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    background: #fff;
    border-radius: 4px;
    transition: all .5s;
}
._php__sec3 ._iconCard__left__txt {
    width: 100%;
    min-height: 95px;
}
._iconCard__left__txt h4 {
    color: #5d5d5d;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
._iconCard__left__txt p {
    font-size: 15px;
    color: #959595;
    line-height: 20px;
}


/* php wEB dEVELOPMENT sERVICE wE oFFER bEING tHE bEST Section CSS End  */


/* Reasons Why Clients Best PHP Development Company in India Section CSS Start  */


._textCard__row {
    margin-bottom: -45px;
}
._textCard__colum {
    margin-bottom: 45px;
}
._textCardBottomBorder__field ._textCard {
    background: rgba(0,0,0,.05);
    border-bottom: 4px solid #5088dd;
    border-radius: 7px;
}
._textCardBottomBorder__field ._textCard__colum:nth-child(2n) ._textCard {
    border-color: #eb9e00;
}
._textCardBottomBorder__field ._textCard__colum:nth-child(3n) ._textCard {
    border-color: #d364f7;
}
._textCardBottomBorder__field ._textCard__colum:nth-child(4n) ._textCard {
    border-color: #95c65b;
}

._textCard {
    padding: 45px 35px;
    background: #fff;
    border-radius: 4px;
    height: 100%;
    backface-visibility: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .7s;
}
._textCard__header {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}
._textCard__heading {
    font-size: 20px;
    line-height: 28px;
    color: #2f2f2f;
    margin: 0;
    font-weight: 500;
}
._textCard__body:last-child {
    margin-bottom: 0;
}
._textCard__body p {
    color: #565656;
    line-height: 28px;
}


/* Reasons Why Clients Best PHP Development Company in India Section CSS End */
