version
*/

.our_services .section-heading.text-align-center {
  margin-bottom: 52px;
}
.our_services .iitem-desc p {
  margin-bottom: 0px;
  font-family: var(--tertiary_font);
}

.our_services .iitem-icon, .iitem-heading, .iitem-desc {
  position: relative;
  z-index: 2;
}
.our_services .iitem {
  display: block;
  text-align: center;
  text-decoration: none;
}

.our_services .iitem-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  min-width: 96px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--secondary_color);
  /*   background: linear-gradient(to right, var(#1859B4) 0%, var(#0467F1) 100%); */
  margin: 0 auto 20px;
  color: var(--white_color);
  fill:  var(--white_color);
  stroke: transparent;
}
section#services h4 {
  font-size: 22px;
}
.our_services .iitem-icon svg { 
  font-size: 48px;
  width: 48px;
  height: 48px;
}

.our_services .item-style {
  position: relative;
  background-color:  var(--white_color);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.our_services h4 {
  margin-bottom: 16px;
}
.our_services .item-style::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid var( --grey_color);
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  z-index: 1
}

.our_services .iitem-icon-bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 32px;
  z-index: 1;
  opacity: 0;
  color: var(--white_color);
  fill: var(--white_color);
  stroke: transparent;
  -webkit-transition: opacity 0.2s 0.1s;
  -o-transition: opacity 0.2s 0.1s;
  transition: opacity 0.2s 0.1s;
}
.our_services .iitem:hover .iitem-icon-bg {
  opacity: 0.14;
}

.our_services .iitem-icon-bg svg {
  width: 500px;
  height: 500px;
}

.our_services .iitem-desc {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.our_services .iitem:hover .iitem-icon {
  background: #ffffff;
  color: var(--secondary_color );
  fill: var(--secondary_color );
}

.our_services .iitem:hover h4 {
  color:var(--white_color);
}
.our_services .iitem.item-style:hover {
  -webkit-box-shadow: 2px 4px 20px 1px rgba(45, 45, 45, 0.13);
  box-shadow: 2px 4px 20px 1px rgba(45, 45, 45, 0.13);
}

.our_services .iitem:hover {
  background-color: var(--secondary_color );
  color: var(--white_color);
}
.our_services .services_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.our_services .item {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.our_services .item:last-child {
  margin-right: 0%;
}

/* second section css */

.our_services .iitem.iitem-modern::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width:10px;
  height: 10px;
  background-color: transparent;
  z-index: 1;
  -webkit-transition: background-color 0.2s 0.1s;
  -o-transition: background-color 0.2s 0.1s;
  transition: background-color 0.2s 0.1s;}

.our_services .iitem.iitem-modern {
  padding-top: 100px;
  padding-bottom: 48px;
  border:1px solid  var( --grey_color);
}

.our_services .iitem.iitem-modern .iitem-icon {
  position: absolute;
  left: -24px;
  top: -24px;
  padding-top: 16px;
  padding-left: 16px;
  margin: 0;
  z-index: 11;
}

.our_services .iitem.iitem-modern::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: transparent;
  z-index: 1;
  -webkit-transition: background-color 0.2s 0.1s;
  -o-transition: background-color 0.2s 0.1s;
  transition: background-color 0.2s 0.1s;
}

/* Css For Third Section */


.our_services .iitem.iitem.iitem-row.item-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.our_services .iitem.iitem.iitem-row .iitem-icon {
  width: 88px;
  height: 88px;
  min-width:88px;
  margin: 0;
  margin-right: 20px;
}

.our_services .iitem.iitem-row .iitem-icon {
  width: 88px;
  height: 88px;
  min-width: 88px;
  margin: 0;
  margin-right: 20px;
}
.dnd-section .dnd-column{
  padding:0px;
}


/* media-queries */
@media(max-width:1024px){
  .our_services h4 {
    font-size: 22px;
  }
  .our_services .iitem-desc p {
    font-size: 16px;
  }
}

@media(max-width:767px){
  .dnd-section .dnd-column{
    padding: 0 16px;
  }
  .our_services .item {
    margin-right: 0%;
    margin-bottom:30px;
  }
  .our_services .services_container{
    display:block;
  }

  .our_services .item:last-child{
    margin-bottom:0px;
  }
  .our_services .iitem {
    padding: 25px 17px;
  }
  .our_services h4 {
    font-size: 22px;
  }
}

@media(min-width:768px){
  .our_services .item {
    margin-right: 2%;
  }
  .our_services .item {
    margin-bottom: 30px;
  }
}
@media(min-width:768px) and (max-width:1024px){
  .our_services .iitem {
    padding: 10px 5px;
  }
}
@media(min-width:1025px){
  .our_services .iitem {
    padding: 23px;
  }
}