
/** service-section **/
.services{
  padding: 40px 0 40px;
}
.service-section{
  position: relative;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
  border-radius: 300px 300px 30px 150px;
  padding: 0px 25px;
  max-width: 300px;
  margin: 0 auto;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  border-radius: 50%;
}

.service-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  opacity: 0.2;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 10px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box:before{
  opacity: 1;
}

.service-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.service-block-one .inner-box .image-box .image img{
  width: 100%;
  border-radius: 50%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

.service-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 40px 0px 35px 0px;
}

.service-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 10px;
}

.service-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.service-block-one .inner-box .lower-content h3 a:hover{

}

.service-block-one .inner-box .lower-content p{
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
}

.service-block-one{
  padding-bottom: 30px;
  margin-bottom: 25px;
}

.service-block-one .inner-box .lower-content .link{
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -30px;
}

.service-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 66px;
  background: #fff;
  text-align: center;
  font-size: 25px;
  color: var(--text-color);
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.service-block-one .inner-box .lower-content .link a:hover{
  color: #fff;
}

.service-section .inner-container{
  position: relative;
  z-index: 2;
  margin-top: -210px;
}

.service-section .inner-container .service-block-one .inner-box{
  padding-top: 25px;
}


/** service-style-two **/

.service-style-two{
  position: relative;
}

.service-style-two .inner-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-block-two{
  position: relative;
  display: inline-block;
  max-width: 250px;
  margin-right: 30px;
}

.service-block-two:last-child{
  margin-right: 0px;
}

.service-block-two .inner-box{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.service-block-two .inner-box .icon-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  line-height: 250px;
  border-radius: 125px 125px 50px 125px;
  background: #ECF3EA;
  text-align: center;
  font-size: 80px;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .icon-box{
  color: #fff;
}

.service-block-two .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .icon-box:before{
  height: 100%;
}

.service-block-two .inner-box h3{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 12px;
}

.service-block-two .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.service-block-two .inner-box h3 a:hover{

}

.service-style-two.home-5 .inner-container{
  margin-top: -125px;
}

.service-style-two.home-5 .service-block-two .inner-box .icon-box{
  border: 20px solid #fff;
  background: #EFF2F2;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
}


/** rtl-css **/



/** responsive-css **/

@media only screen and (max-width: 1200px){
  .service-style-two .inner-container{
    display: block;
  }
}

@media only screen and (max-width: 991px){
  
}

@media only screen and (max-width: 767px){
  .service-section{
    padding: 65px 0px 40px 0px;
  }

  .service-section.pt_0{
    padding-top: 0px;
  }

  .service-style-two{
    padding: 75px 0px 40px 0px;
  }

}

@media only screen and (max-width: 599px){
  .service-block-two{
    display: block;
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 499px){

}




.main-services {
  position: relative;
  background: rgb(244, 245, 252);
  background: linear-gradient(to top, #00416a 0%, #799f0c  51%, #ffe000  100%);
}

.services-content p {
  margin-bottom: 17px;
}

.services-content ul {
  font-size: 0;
  line-height: 1;
  list-style: none;
  margin-bottom: 33px;
}

.services-content ul li {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  color: #010f2e;
  padding-left: 50px;
  margin-bottom: 17px;
}

.services-content ul li:last-child {
  margin-bottom: 0;
}

.services-content ul li .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  width: 35px;
  height: 35px;
  background: linear-gradient(to right, #705fed, #c6beff);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}

.services-content ul li:nth-child(1) .icon {
  background: linear-gradient(to right, #705fed, #c6beff);
}

.services-content ul li:nth-child(2) .icon {
  background: linear-gradient(to right, #f57b00, #ffb66c);
}

.services-content ul li:nth-child(3) .icon {
  background: linear-gradient(to right, #31ca7b, #83ffbf);
}

.service-box {
  width: 100%;
  background: #ffffff;
  position: relative;
  padding: 35px 30px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 1px 1px 60px rgba(0,0,0,0.08);
  overflow: hidden;
  margin-bottom: 30px;
}

.service-box.idea-research-service,
.service-box.seo-service {
  margin-bottom: 0;
}

.service-box-text {
  position: relative;
  z-index: 1;
}

.service-icon {
  width: 80px;
  height: 80px;
  background: #f5ecfd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  transition: 0.3s;
}

.service-box:hover .service-icon {
  animation: bounceIn 1s linear infinite alternate;
  animation-duration: 2s;
}

.service-box.idea-research-service .service-icon {
  background: #dcfcef;
}

.service-box.seo-service .service-icon {
  background: #faf8e1;
}

.service-box.development-service .service-icon {
  background: #ffd2db;
}

.service-box.time-data-service .service-icon {
  background: #ffeddd;
}

.service-box.analysis-service .service-icon {
  background: #ccd7ff;
}

.service-box.penalty-service .service-icon {
  background: #ffcbdc;
}

.service-box.support-service .service-icon {
  background: #d2f7ff;
}

.service-box-text .h3-title {
  transition: 0.5s;
}

.service-box-text p {
  margin-bottom: 0;
  transition: 0.3s;
}








.services .service-card {
    border-radius: 3px;
    padding: 30px;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.services .service-card .icon {
    max-width: 100px
}
.services .service-card h3 {
    color: #fff;
    font-weight: 700;
    margin: 10px 0 15px;
}

        .services .service-card p {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 20px;
            color: #fff;
            min-height: 120px;
        }
        .services .service-card .btn-primary {
            -webkit-appearance: none;
            background: #fff;
            border: none;
            border-radius: 3px;
            box-shadow: 0 15px 35px -5px rgba(0, 0, 0, .25);
            cursor: pointer;
            display: block;
            font-weight: 700;
            font-size: 16px;
            max-width: 100%;
            padding: 0.45em 1.45em;
            text-align: center;
            text-decoration: none;
            transition: transform .3s ease, box-shadow .3s ease;
            color: #000000;            
        }
        .services .service-card .more-link {
            display: block;
            color: #fff;
            font-weight: 500;
            text-decoration: none;
        }
        .blue-gradient {
            background: linear-gradient(225deg,#00dcc0,#005af0 75%);
        }
        .orange-gradient {
            background: linear-gradient(225deg,#ec6600,#ffdc00 75%);
        }
        .green-gradient {            
            color: #fff;
            background: linear-gradient(225deg,#eb49e1,#5500d7 75%);
        }
        .purple-gradient {
            background: linear-gradient(225deg,#09a600,#e1eb64 75%);
        }
        .services .row > *:nth-child(2) .service-card p,
        .services .row > *:nth-child(2) .service-card h3{
            color: #000000;
        }

        @media (max-width: 767px) {
            .services .service-card {
            text-align: center;
            }
            .services .service-card.mt-5{
                margin-top: 0px !important;
            }
        }




































