/*================================================
Service Area CSS
=================================================*/
.service-area {
  background-color: #fff8f8;
  position: relative;
  z-index: 1;
}

.service-area .container-fluid {
  max-width: 1170px;
  margin: auto;
}

.service-slider .service-item {
  padding: 30px 30px 30px;
  border-bottom: 3px solid #0865f8;
  border-radius: 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

.service-slider .service-item .image {
  margin-bottom: 25px;
}

.service-slider .service-item .image img {
  display: inline-block;
  width: auto;
}

.service-slider .service-item h3 {
  font-size: 25px;
  margin-bottom: 14px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.service-slider .service-item p {
  margin-bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.service-slider .service-item .service-list {
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 25px;
}

.service-slider .service-item .service-list li {
  list-style-type: none;
  margin-bottom: 8px;
  color: #0d1820;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}

.service-slider .service-item .service-list li:last-child {
  margin-bottom: 0;
}

.service-slider .service-item .service-list li i {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  top: 2px;
  color: #0d1820;
}

.service-slider .service-item .service-btn {
  display: inline-block;
  background-color: #468af8;
  padding: 12px 30px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.service-slider .service-item .service-btn:hover {
  background-color: #0d1820;
}

.service-slider .service-item .service-btn i {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.service-slider .service-item:hover {
  background-color:#96bcf1;
}

.service-slider .service-item:hover h3 {
  color: #ffffff;
}

.service-slider .service-item:hover p {
  color: #ffffff;
}

.service-slider .service-item:hover .service-list li {
  color: #ffffff;
}

.service-slider .service-item:hover .service-list li i {
  color: #ffffff;
}

.service-slider .service-item.two {
  background-color: #0865f8;
}

.service-slider.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #bdbdbd;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 50%;
  border: none;
}

.service-slider.owl-theme .owl-dots .owl-dot:hover span, .service-slider.owl-theme .owl-dots .owl-dot.active span {
  width: 20px;
  border-radius: 10px;
  background-color: #0865f8;
}

.service-slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.service-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}


/*================================================
Cloud Service Area CSS
=================================================*/
.cloud-service-area {
  position: relative;
  z-index: 1;

}

.cloud-service-area::before {
  position: absolute;
  content: "";
  background: #0d1820;
  height: 20%;
  width: 100%;
  right: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
}

.cloud-service-area .container {
  background-color: #ffffff;
  padding: 50px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  max-width: 1400px;
  margin: auto;
}

.cloud-service-area.bg-color::before {
  display: none;
}

.cloud-service-area .section-title {
  max-width: 885px;
}

.cloud-service-content {
  background-color: #f2f2f2;
  padding: 10px;
  /* padding-left: 90px; */
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 15px;
}

.cloud-service-content:last-child {
  margin-bottom: 0;
}

.cloud-service-content .image {
   margin-bottom: 25px;
}

.cloud-service-content .image img {
  position: inherit;
  left: -50px;
  top: 5px;
}

.cloud-service-content h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cloud-service-content p {
  margin-bottom: 0;
}

.cloud-service-content:hover {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.cloud-service-content .read-btn {
    display: inline-block;
    padding: 14px 30px;
    background-color: #0865f8;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid #0865f8;
    border-radius: 2px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin-top: 20px;
}

.cloud-service-content:hover .read-btn {
  background-color: transparent;
  color: #0d1820;
}

.custom-btn {
    display: inline-block;
    font-size: 18px;
    color: #f12711;
    font-weight: 400;
    margin-top: 20px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.custom-btn:hover {
  letter-spacing: 1px;
   color: #f12711;
}

.custom-btn i {
  position: relative;
  top: 2px;
}

.pi-service-list li{
  color : #777777 !important;
}

.bg-gray{
  background-color: #f5f5f5;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .dropdown-menu li{
    position: relative;
  }
  .dropdown-menu .submenu{ 
    display: none;
    position: absolute;
    left:100%; top:-7px;
  }
  .dropdown-menu .submenu-left{ 
    right:100%; left:auto;
  }

  .dropdown-menu > li:hover{ background-color: #f1f1f1 }
  .dropdown-menu > li:hover > .submenu{
    display: block;
  }
} 
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
    margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

} 
/* ============ small devices .end// ============ */

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 250px;
}

ul li{
  color: #777777;
}

.main-navbar .navbar .navbar-nav {
  
   margin-right:10px;
}



.page-title-area::before {
  
  background: #003366;
  
}

.custom-heading:after {
    background-color: #ed8b00;
    content: "";
    display: block;
    height: 2px;
    margin: 10px 0 0;
    width: 50px;
}


.management-item{
  object-fit: contain;
  overflow: hidden;
  height:30vh;
}


.bg-grey {
    background-color: #F8F8F8;
}


ul.default-list > li::before {
    content: '';
    height: 16px;
    width: 16px;
    background: #07BAF4;
    border: 3px solid #04A3D7;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    box-shadow: 4px 4px 15px rgb(7 186 244 / 20%);
}

ul.default-list > li::after {
    content: '';
    width: 2px;
    height: 100%;
    background: #04A3D7;
    position: absolute;
    left: 7px;
    top: 22px;
}

ul.default-list > li {
    list-style-type: none;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 45px;
    position: relative;
}

.indicator {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  .indicator-position {
      width: 0;
      height: 3px;
      background: #f67d48;
  }
