/* header */
.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
}

/* menu */

.main-nav .nav li:hover a {
  color: #8d99af !important;
}

.nav li a.active {
  color: #8d99af !important;
}

.header-area {
  background-color: #fff;
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.main-nav a.logo {
  background-image: url(../images/logo.png);
  width: 100px;
  height: 58px;
  display: inline-block;
  margin-top: 10px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;

}

.main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 12px;
  padding-right: 12px;
}


.header-area .main-nav .nav li:last-child a i,
.main-nav .nav li:last-child a i {
  font-size: 12px !important;
  font-weight: 400 !important;
}

/* .main-nav .nav li:last-child .main-white-button a {
  background-color: #1E3C5C;
  border-radius: 5px;
}

.main-nav .nav li:last-child .main-white-button a i {
  background-color: #fff;
  color: #8d99af;
} */

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #676767;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
  text-decoration: none;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #8d99af !important;
}

.main-nav .nav li:hover a,
.main-nav .nav li a.active {
  color: #8d99af !important;
  opacity: 1;
}

.header-area .main-nav .nav li:last-child a:hover,
.main-nav .nav li:last-child a:hover {
  background-color: #8d99af;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #f5a425 !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.main-nav .menu-trigger span,
.main-nav .menu-trigger span:before,
.main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.main-nav .menu-trigger span:before,
.main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #8d99af;
}

/* menu */

/* .header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
  text-decoration: none;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

 .main-nav .nav li:hover a,
.main-nav .nav li a.active {
  color: #f8a928 !important;
  opacity: 1;
}
 .main-nav a.logo {

  display: inline-block;
  margin-top: 10px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
} */

.menu-bar {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100px;
  font-weight: 700;
}

a.logo img {
  width: 127px;
}

/* header */

.slick-slide {
  position: relative;
}

.slick-slide img {
  width: 100%;
}



.slide-content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
  color: #ffff;
  top: 20%;
}

.slide-content h1 {
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 20px;
}

.slide-content img {
  width: 165px;
  display: inline-block;
  height: auto !important;
}

.btn-1-2 {
  color: #3a73b2;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 55px;
  max-width: 212px;
  margin: 40px auto;
  text-transform: uppercase;
  border: 1px solid #f8a928;
  line-height: 3.5;
  text-decoration: none;
  color: #f8a928;
}

.btn-1-2:before,
.btn-1-2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 80px solid #0e3662;
}

.btn-1-2:before {
  right: -50px;
  border-right: 50px solid transparent;
  transform: translateX(-100%);
}

.btn-1-2:after {
  left: -50px;
  border-left: 50px solid transparent;
  transform: translateX(100%);
}




section.choose-us {
  position: relative;
  padding: 50px 0;
  background: #f3f5f9;

}



.ch-box {
  background-image: url("../images/s1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 50px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0s;
  position: relative;
  margin: 15px 0;
 
}

.absolut-container {
  position: relative;
}

.ch-box p {
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  transition: 0.5s;
}

.ch-box:hover p {
  opacity: 1;
  visibility: visible;
  position: relative;


}


.ch-box:hover h3 {
  margin-bottom: 20px;

}

.ch-box h3 {
  font-size: 35px;
  transition: 0.5s;
}

.ch-box a {
  color: white;
  font-size: 20px;
  text-decoration: none;
}

.ch-box:hover a {
  margin-top: 50px;

}

span.dot {
  height: 10px;
  width: 10px;
  background: rgb(255, 97, 56);
  display: inline-block;
  margin-left: 20px;
}

.heading h3 {
  font-size: 40px;
}

.heading {
  margin: 30px 0;
}

/* .btn-1-2:hover {
  color: #c5d6e8;
}

.btn-1-2:hover:before {
  transform: translateX(-40%);
}

.btn-1-2:hover:after {
  transform: translateX(40%);
} */


/* style */


@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

/* services tab */
button,
.button {
  position: relative;
  display: inline-block;
  color: rgb(0, 0, 0);
  padding: 0.75rem 2rem;
  margin: 0 auto;

  border: none;
  width: 100%;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

button:hover,
.button:hover {}

button:hover:before,
button:hover:after,
.button:hover:before,
.button:hover:after {
  color: #f8a928;
}

button:after,
button:before,
.button:after,
.button:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* ---------------------- Vertical Tabs */
.tabs {
  position: relative;
  min-height: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  /* ---------------------- Tab */
  /* ---------------------- Content */
}

.tabs .tab {
  margin-bottom: 1px;
  /* ---------------------- Tab Toggle */
}

@media screen and (min-width: 55rem) {
  .tabs .tab {
    float: left;
    clear: left;
    width: 30%;
  }
}

.tabs .tab .tab-toggle {
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
  outline: none;
  width: 100%;
  background: transparent;
}

@media screen and (min-width: 55rem) {
  .tabs .tab .tab-toggle {
    text-align: left;
  }
}

.tabs .tab .tab-toggle:after {
  content: "▼";
  position: absolute;
  display: block;
  right: 2rem;
  top: 50%;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -moz-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  -o-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
}

@media screen and (min-width: 55rem) {
  .tabs .tab .tab-toggle:after {
    -webkit-transform: rotate(-90deg) translateX(50%);
    -moz-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    -o-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
  }
}

.tabs .tab .tab-toggle.active {
  color: #f8a928;
  background-color: white;
  cursor: default;
}

.tabs .tab .tab-toggle.active:after {
  color: #f8a928;
  -webkit-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

@media screen and (min-width: 55rem) {
  .tabs .tab .tab-toggle.active:after {
    -webkit-transform: rotate(-90deg) translateX(50%) translateY(0);
    -moz-transform: rotate(-90deg) translateX(50%) translateY(0);
    -ms-transform: rotate(-90deg) translateX(50%) translateY(0);
    -o-transform: rotate(-90deg) translateX(50%) translateY(0);
    transform: rotate(-90deg) translateX(50%) translateY(0);
    right: 1rem;
  }
}

.tabs .content {
  max-height: 0;
  overflow: hidden;
  padding: 0 2rem;
  background-color: #000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  color: #f8a928;
}

.content h3 {
  color: white;
}

@media screen and (min-width: 55rem) {
  .tabs .content {
    max-height: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    opacity: 0;
    padding: 0rem 2rem 2rem 2rem;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.tabs .content.active {
  max-height: 1000px;
}

@media screen and (min-width: 55rem) {
  .tabs .content.active {
    max-height: none;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.tabs .content>.heading {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

section.Services {
  overflow: hidden;
  padding: 60px 0;
}

/* services tab */

/* technologis */
.ph-technology-icon {
  padding: 40px 40px;
  border: 1px solid var(--ph-filed-color);
  height: 170px;
  border-radius: 3px;
  margin-bottom: 25px;
}

.ph-technology-new .ph-technology-icon img {
  width: 100%;
  max-width: 52px;
  height: 52px;
}

section.Technologies {
  padding: 60px 0;
}

.ph-technology-icon:hover {
  position: relative;
}

.ph-technology-icon:hover {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.ph-technology-icon {
  padding: 40px 40px;
  border: 1px solid #dedede;
  height: 170px;
  border-radius: 3px;
  margin-bottom: 25px;
}

.ph-technology-icon:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #f8a928;
  animation: clippath 3s infinite linear;
}

@keyframes clippath {

  0%,
  100% {
    -webkit-clip-path: inset(0 0 95% 0);
    clip-path: inset(0 0 95% 0)
  }

  25% {
    -webkit-clip-path: inset(0 95% 0 0);
    clip-path: inset(0 95% 0 0)
  }

  50% {
    -webkit-clip-path: inset(95% 0 0 0);
    clip-path: inset(95% 0 0 0)
  }

  75% {
    -webkit-clip-path: inset(0 0 0 95%);
    clip-path: inset(0 0 0 95%)
  }
}

.ph-technology-icon:hover img {
  -webkit-transform: scale(1.1);
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  transform: rotate(360deg);
}

section.Technologies {
  background: #f3f5f9;

}


/* technologis */
/* roadmap */

section.roadmap {
  background: #020202;
  padding: 60px 0;
}

.ph-color-white {
  color: #ffff;
}

.ph-process-box p {
  color: #fff;
}

.ph-process-box {
  padding-right: 50px;
}

.ph-process-btn .ph-btn {
  background: transparent;
  color: #f8a928;
  margin-top: 20px;
  border: 1px solid #f8a928;
}

.ph-process-box span {
  color: #f8a928;
}

.ph-process-btn .ph-btn:hover {
  color: #fff;
  border-color: #fff;
}


.ph-btn,
.swal-button {
  display: inline-block;
  min-width: 140px;
  background: var(--ph-main-color);
  color: var(--ph-white-color);
  text-transform: capitalize;
  outline: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  font-family: var(--ph-font-family);
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-radius: 50px;
  transition: all 0.3s;
  text-decoration: none;
  position: relative;
  z-index: 1;
  border: none;
  line-height: normal;
}

/* roadmap */

footer.main-footer {
  background: #000;
  padding: 60px 0 0 0;
}

.ph-footer-logo img {
  width: 150px;
}

.ph-footer-content .ph-content-f {
  color: #fff;
}

.ph-footer-content .ph-content-f {
  display: flex;
  align-items: center;
}

.ph-footer-list h4,
.ph-footer-list .h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.ph-footer-list ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  position: relative;
  padding-left: 12px;
  transition: all 0.3s;
}

.ph-footer-list ul li a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  background: #f8a928;
  height: 4px;
  width: 4px;
  border-radius: 50px;
  margin: auto;
  transition: all 0.3s;
}

.ph-footer-list li {
  list-style: none;
}

.ph-footer-list ul {
  padding: 0;
}

.ph-footer-content .ph-content-f p:first-child {
  margin-right: 20px;
}

.ph-footer-content p {
  display: flex;
  gap: 10px;
  grid-gap: 10px;
  font-size: 14px;
  color: var(--ph-white-color);
  align-items: center;
}

.ph-copy-right p {
  text-align: left;
}

.ph-copy-right p {
  font-size: 14px;
  color: #dedede;
  margin-bottom: 0;
}

.ph-copy-right .ph-social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ph-copy-right .ph-social-icons li:first-child {
  margin-left: 0;
}

.ph-copy-right .ph-social-icons li a {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}

.ph-copy-right .ph-social-icons li {
  margin-left: 28px;
}

.ph-copy-right .ph-social-icons li a {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}

.ph-copy-right {
  padding: 15px;
  text-align: center;
  background: #222;
}


.blue-sec {
  background-color: #141733;
  border-radius: 5px;
  margin-bottom: 90px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 90px;
}

.horizontal-wrapper {
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}


.email-container {
  max-width: 1170px;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subscribe {
  color: #ffff;
  margin-bottom: 0;
}

.text-field {
  min-height: 60px;
  border-radius: 5px;
  flex: 0 auto;
  margin-bottom: 0;
  margin-right: 16px;
  padding-left: 20px;
  padding-right: 70px;
  border: none;
}

.form {
  align-items: center;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
}

.subscribe-button {
  z-index: 5;
  border: 1px solid #fff;
  background-color: #f8a928;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  padding: 13px 25px 20px;
  font-size: 17.5px;
  font-weight: 800;
  transition: border-color .3s, color .3s, background-color .3s;
  position: relative;
}

.subscribe-button:hover {
  border-color: #f8a928;
  color: #f8a928;
  background-color: rgba(0, 0, 0, 0);
}




.op-logo {
  background: #fff;
  text-align: center;
  border-radius: 4px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 50px 0px 50px 0px;
  transition: all ease-in-out .4s;
  margin: 6px 6px;
}


.op-logo img {
  width: auto;
  max-width: 120px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
}

section.slider .slick-slide img {
  height: 700px;
  object-fit: cover;
}

/* design */

.design::before {
  content: '';
  position: absolute;
  background-image: url(../images/design-bg.png);
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-position: right;
}

.design {
  position: relative;
  padding: 60px 0;
  font-family: "Poppins", sans-serif;
  background: #F3F5F9;
}



.design .ph-small-heding {
  font-size: 18px;
  color: var(--ph-darkgray-color);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.design h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  font-weight: 600;
}

.design p {
  margin-bottom: 15px;
  color: var(--ph-darkgray-color);
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ph-why-choose-grid {
  position: relative;
  z-index: 99;
}

.ph-why-choose-grid ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  list-style: none;
}

.ph-why-choose-grid ul li {
  text-align: center;
  padding: 20px 10px 15px;
  transition: all 0.5s;
  border-radius: 10px;
}

.ph-counter-icon {
  max-width: 100px;
  height: 100px;
  margin: auto auto 10px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50px;
  padding: 23px;
  background: #ffffff59;
  box-shadow: 0 0 16px 0 #0d2b5614;
}

.ph-why-choose-grid ul li h2,
.ph-why-choose-grid ul li .h2 {
  display: inline-block;
  font-weight: 700;
  pointer-events: none;
  margin-top: 10px;
  color: var(--ph-darkgray-color);
}

.ph-why-choose-grid ul li span {
  color: var(--ph-black-color);
  font-size: 21px;
  margin-left: 2px;
  font-weight: 500;
  pointer-events: none;
}

.ph-why-choose-grid ul li h3,
.ph-why-choose-grid ul li .h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 400;
  pointer-events: none;
}

.ph-why-choose-grid ul li:hover {
  box-shadow: inset 0 0 0 8.5em var(--ph-white-color);
  padding: 20px 10px 15px;
  border: 1px solid var(--ph-filed-color);
  transform: translateY(-5px);
  background-color: #fff;
}