/*IE8, IE9*/

.displayNone {
  display: none;
}

.services-body {
  background: #fff;
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

.containerContent {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

ul {
  list-style: none;
  list-style-position: outside;
}

a {
  outline: none;
}

p {
  line-height: 150%;
}

a:link,
a:visited {
  text-decoration: none;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

/*****************************************************************************************************************/

/*GENERAL SECTION SETTINGS*/

section {
  width: 100%;
}

#services {
  padding: 80px 0px 50px 0px;
  position: relative;
  display: block;
  background: rgba(215, 215, 215, 0.52);
}

.set_size_section1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: inline-block;
}

/*****************************************************************************************************************/

#services .article_center2 article {
  text-align: center;
  flex: 0 0 25%;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: none;
  margin: 25px;
  z-index: 1;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s ease-in-out,
    -webkit-box-shadow 0.4s ease-in-out;
  -moz-transition: opacity 0.4s linear, -moz-transform 0.4s ease-in-out,
    -moz-box-shadow 0.4s ease-in-out;
  -o-transition: opacity 0.4s linear, -o-transform 0.4s ease-in-out,
    -o-box-shadow 0.4s ease-in-out;
  -ms-transition: opacity 0.4s linear, -ms-transform 0.4s ease-in-out,
    -ms-box-shadow 0.4s ease-in-out;
  transition: opacity 0.4s linear, transform 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

#services article img,
#services article h3,
#services article p {
  -webkit-transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out,
    color 0.5s ease-in-out;
  -moz-transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out,
    color 0.5s ease-in-out;
  -o-transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out,
    color 0.5s ease-in-out;
  -ms-transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out,
    color 0.5s ease-in-out;
  transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out,
    color 0.5s ease-in-out;
}

#services article.blur {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9, M12=0, M21=0, M22=0.9, SizingMethod='auto expand')";
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.8;
  /*zoom:0.9;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

#services article.active {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.08, M12=0, M21=0, M22=1.08, SizingMethod='auto expand')";
  -o-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 100;
  /*zoom:1.08;*/
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

#services article.active img,
#services article.active p,
#services article.active h3 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

#services article.blur img {
  text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.9);
  color: rgba(51, 51, 51, 0);
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

#services article.blur h3 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  color: rgba(100, 100, 100, 0.3);
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

#services article.blur p {
  text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.9);
  color: rgba(100, 100, 100, 0.3);
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.services_h2 {
  font-family: "Exo 2", sans-serif;

  color: #262626;
  margin-bottom: 5px;
  margin-top: 1.15rem;
  font-size: 1.5rem;
}

.services_p {
  font-family: "Poppins";
  width: 60%;
  font-size: 1rem;
  line-height: 1.5;
  margin: 1.5rem auto;
}

.section1_article {
  text-align: center;
}

.section1_article h3 {
  font-family: "Cookie", sans-serif;
  color: black;
  margin-bottom: 3%;
  font-size: 25px;
}

.section1_article img {
  width: 50%;
  height: auto;
  margin-bottom: 10px;
}

.article_center2 {
  margin: 0 auto;
  width: 80%;
  /* align-items: flex-start; */
  width: 80%;
  flex-direction: row;
  justify-content: center;
  display: flex;
  margin-top: 50px;
  /* flex-flow: row wrap; */
  /* justify-content: space-between; */
  flex-direction: row;
  flex-wrap: wrap;
}

/* SECTION LOADING */

.is-hidden {
  visibility: hidden;
}

.bounce-inInverse {
  -webkit-animation: cd-bounce-2-inverse 1s;
  -moz-animation: cd-bounce-2-inverse 1s;
  -ms-animation: cd-bounce-2-inverse 1s;
  -o-animation: cd-bounce-2-inverse 1s;
  animation: cd-bounce-2-inverse 1s;
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateY(200px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -o-transform: translateY(200px);
  }

  60% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }

  100% {
    -o-transform: translateY(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  60% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 650px) {
  #services .article_center2 article {
    flex: 0 0 100%;
    margin-bottom: 7%;
  }
}

/* AUTHOR LINK */

.about-me-img {
  width: 80px;
  height: 80px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}

.authorWindow {
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper {
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}

.trans {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
  .authorWindow {
    width: 210px;
  }

  .authorWindowWrapper {
    bottom: -170px;
    margin-bottom: 20px;
  }

  .ad-pay-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }

  .upi-net-btn {
    width: 50px !important;
    height: 20px;
    padding: 0 !important;
  }

  .ad-pay-box-info {
    margin-top: 1rem;
  }

  .ad-pay-box-info p {
    position: relative;
    top: 15px;
    color: #fff;
    font-family: "Exo 2", sans-serif;
  }
}

.read-service {
  font-family: "Poppins", sans-serif;
  margin-top: 1.5rem;
  background: linear-gradient(220.55deg, #ff0000 0%, #470000 100%);
  cursor: pointer;
  border: none;
  padding: 0.75rem 1.75rem;
  color: #fff;
  border-radius: 0.8rem 0 0.8rem 0;
}

.read-service:hover {
  background: linear-gradient(220.55deg, #00b960 0%, #00552c 100%);
}

.article_center2 h3 {
  font-family: "Exo 2", sans-serif;
  margin: 1rem 0;
  font-size: 1.25rem;
}

.article_center2 p {
  font-family: "Montserrat", sans-serif;
}
