#serverMsg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
#serverMsg #serverMsgBox {
  background-color: #fff;
  width: 40%;
  height: 40%;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 25px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 25px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#serverMsg #serverMsgBox .innerMsg {
  height: 100%;
  margin: 0 auto;
}
#serverMsg #serverMsgBox .innerMsg img {
  width: 50px;
  overflow: hidden;
}
#serverMsg #serverMsgBox .innerMsg p {
  font-size: 20px;
}

#msgCross {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -25px;
  top: -25px;
  cursor: pointer;
  opacity: 0.9;
  transition: all 0.3s;
}
#msgCross:hover {
  opacity: 1;
}

.disabled {
  background-color: #d5d5d5 !important;
}

.disabled#form-submit:hover {
  background-color: #d5d5d5 !important;
}

.our-portfolio .owl-nav {
  background-color: transparent !important;
}

.logo {
  line-height: 100px;
}
.logo img {
  width: 150px;
}

.portfolio-item .thumb .hover-content {
  background: none;
}

.portfolio-item:hover .thumb img {
  transform: scale(1.5);
}

.portfolio-item {
  overflow: hidden;
}
.portfolio-item .thumb img {
  transition: all 1s;
}

.main-banner::before {
  content: none !important;
}

.header-area {
  background-color: transparent;
}

.header-area .main-nav .nav li a {
  color: #1A2942;
}

.header-area .main-nav .nav li:hover a, .header-area .main-nav .nav li a.active {
  color: #33ccc5 !important;
}

.main-green-button a {
  color: #fff !important;
}

.main-green-button a:hover {
  color: #fff !important;
}

.header-area .main-nav .nav li:last-child a:hover, .background-header .main-nav .nav li:last-child a:hover {
  color: #fff !important;
}

.main-banner:after {
  top: -30px;
}

.top_desigin_item {
  width: 18%;
  background-color: #1A2942;
  height: 350px;
}
.top_desigin_item:first-child {
  height: 420px;
}
.top_desigin_item:last-child {
  height: 420px;
}
.top_desigin_item:nth-child(3) {
  height: 280px;
}
.top_desigin_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_desigin_items_area::after {
  content: "";
  position: absolute;
  width: 65%;
  bottom: -10px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  box-shadow: -1px 7px 22px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: -1px 7px 22px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -1px 7px 22px 0px rgba(0, 0, 0, 0.35);
}

.background-header {
  background-color: #fff !important;
}

.top_desigin_items_area {
  height: 100%;
  position: relative;
}

.header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span::before, .header-area .main-nav .menu-trigger span::after {
  background-color: none;
  background: linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
}

.header-area .main-nav .menu-trigger.active span {
  background: transparent;
}

#popupProItem {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.protfolioItemInfo {
  width: 500px;
  height: 500px;
  background-color: #FA9D4D;
  position: fixed;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sideBar {
  position: fixed;
}
.top_notification {
  border-bottom: 1px solid #e8e8e8;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .top_desigin_items_area {
    display: none;
  }
  .our-services .container-fluid{
    padding: 0 20px!important;
  }
}/*# sourceMappingURL=style.css.map */