/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h6 {
  font-size: 15px;
  font-weight: 700;
  color: #726ae3;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-heading h4 {
  color: #2a2a2a;
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.section-heading h4 em {
  font-style: normal;
  color: #726ae3;
}

.section-heading .line-dec {
  width: 50px;
  height: 2px;
  /*background-color: #726ae3;*/
  background-color: #fbd301;
}


.border-first-button.button-left {
  float: left;
}

.border-first-button.button-right {
  float: right;
}

.border-first-button a {
  font-family: 'Poppins', sans-serif;
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #fbd301 !important;
  border: 1px solid #fbd301 !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .3s ease-in-out;
  text-decoration: none !important;
  box-shadow: 0 2px 4px 0 rgba(5, 16, 44, .15);
}

.border-first-button a:hover {
  background-color: #fbd301;
  color: #fff !important;
}

.border-first-button a.active {
  background-color: #eec600;
  color: #fff !important;
}

@media only screen and (max-width: 991px){
  .border-first-button.button-left, .border-first-button.button-right{
    float: unset;
    text-align: center;
  }
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  /*padding-top: 130px;*/
  position: relative;
}

.services:after {
  content: '';
  /*background-image: url(../images/services-left-dec.jpg);*/
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 786px;
  height: 1217px;
  z-index: 0;
}

.services:before {
  content: '';
  /*background-image: url(../images/services-right-dec.jpg);*/
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 400px;
  width: 161px;
  height: 413px;
  z-index: 0;
}

.services .section-heading {
  text-align: center;
  /*margin-bottom: 80px;*/
  margin-bottom: 70px;
}

.services .section-heading .line-dec {
  margin: 0 auto;
}

.services .naccs {
  position: relative;
  z-index: 1;
}

.services .icon {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.services .naccs .menu div h4 {
  font-family: 'Poppins', sans-serif !important;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}

.services .icon img {
  margin-bottom: 10px;
  max-width: 60px;
  min-width: 60px;
}

.services .naccs .menu {
  text-align: center;
  margin-bottom: 30px;
}

.services .naccs .menu div {
  color: #2a2a2a;
  margin: 0px;
  width: 15%;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services .naccs .menu div .thumb {
  display: inline-block;
  width: 100%;
  padding: 30px 0px;
  background-color: #fff;
}

.services .naccs .menu div.active {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.services div.nacc {
  /*height: 100% !important;*/
  position: relative;
  /*min-height: 100%;*/
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  margin-bottom: 1.5rem;
}

/*.services ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}*/


.services div.nacc .thumb p{
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
  font-size: 15px;
  font-weight: 300;
  color: #afafaf;
}


.services div.nacc{
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 15px;
  /*padding: 80px 120px 50px 120px;*/
  /*padding: 30px 80px 30px 80px;*/
  padding: 30px 50px 30px 50px;
}

@media only screen and (max-width: 767px){
    .services div.nacc{
      padding: 30px 30px 30px 30px;
    }
}


.services div.nacc {
  width: 100%;
}

.services div.nacc .right-image img {
  /*max-width: 420px;*/
  max-width: 450px;
  float: right;
}

.services div.nacc .left-image img {
  /*max-width: 420px;*/
  max-width: 450px;
  float: left;
}

@media only screen and (max-width: 991px){
  .services div.nacc .left-image img, .services div.nacc .right-image img {
    width: 100%;
    max-width: unset;
    margin-top: 1.5rem;
  }

  .services div.nacc .left-image img{
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px){
  .services div.nacc .left-image img, .services div.nacc .right-image img {
    width: 100%;
    float: unset;
  }
}

.services div.nacc .thumb h4 {
  font-family: 'Poppins', sans-serif;
  color: #2a2a2a !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  /*margin-bottom: 25px;*/
  margin-bottom: 1rem;
}

.services div.nacc .thumb h6 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.services .nacc .thumb .main-white-button {
  text-align: right;
  margin-top: 40px;
}

.services .nacc .thumb .main-white-button a {
  background-color: #8d99af;
  color: #fff;
}

.services .nacc .thumb .main-white-button a i {
  background-color: #fff;
  color: #8d99af;
}

.services .left-text h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  /*color: #fa65b1 !important;*/
}

/*.services .left-text p {
  margin-bottom: 30px;
}*/

.nacc .ticks-list span {
  display: inline-block;
  opacity: 1;
  margin-right: 45px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}