@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

body { background: #fff; height: 100%; width: 100%; position: relative; padding: 0; margin: 0; font-family: "Poppins", sans-serif; font-size: 16px; font-weight: 400; line-height: 1.42; overflow-x: hidden; }

img { max-width: 100%; } 
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 { font-weight: 700; }

a { color: inherit; }
a:hover, a:focus { text-decoration: none; color: inherit; }
a, .btn { text-decoration: none; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }

.btn:focus { box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 11%); }

.iti { width: 100%; }

textarea { resize: none; }

/**************************************
Common CSS Start
***************************************/
.section-title { font-size: 60px; font-weight: 700; /*margin-bottom: 60px;*/ margin-bottom: 0; }

.section-text { margin-bottom: 0; font-size: 18px; margin-top: 60px; }

section { padding: 90px 0; /*overflow: hidden;*/ }
.faq-section, .cta-blog-main .cta-box, footer, .home-expertise, .footer2, .perks-benefits-section, .open-position, .project-process, .service-advantage{ overflow: hidden; }

/*.hero-section,
.project-process,
.cta-blog-main .cta-box,
.faq-section,
.footer1,
.home-expertise,
.footer2,
.perks-benefits-section,
.open-position,
.service-advantage{
    overflow: hidden;
}*/
section.section-120 { padding: 120px 0; } 
.margin-top-60 { margin-top: 60px; } 
.margin-top-80 { margin-top: 80px; }

/*Primary Button*/
.primary-button {
  background: #fff;
  color: #000 !important;
  border: 1px solid #fff;
  outline: none;
  text-align: center;
  padding: 14px 34px !important;
  border-radius: 30px;
  position: relative;
  display: inline-block;
}

.primary-button span.primary-btn-text {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
  transform: translate3d(0.2rem, 0, 0);
}
.primary-button:hover span.primary-btn-text {
  transform: translate3d(-0.6rem, 0, 0);
}
.primary-button span.primary-btn-arw {
  position: absolute;
  right: 20px;
  opacity: 0;
  top: 17px;
  /*transform: translateY(-50%);*/
  transition: all 300ms ease-out;
  will-change: right, opacity;
  color: #000;
  font-size: 20px;
}

.primary-button:hover span.primary-btn-arw {
  opacity: 1;
}
.primary-button span.primary-btn-dot {
  position: absolute;
  left: 20px;
  top: 20px;
  transition: all 300ms ease-out;
  will-change: right, opacity;
  color: #000;
  font-size: 12px;
}

.primary-button:hover span.primary-btn-dot {
  font-size: 0;
  top: 26px;
}

/*Secondary Button*/
.secondary-button {
  background: transparent;
  color: #fff !important;
  border: 1px solid #fff;
  outline: none;
  text-align: center;
  padding: 14px 34px !important;
  border-radius: 30px;
  position: relative;
  display: inline-block;
}

.secondary-button span.secondary-btn-text {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
  transform: translate3d(0.2rem, 0, 0);
}
.secondary-button:hover span.secondary-btn-text {
  transform: translate3d(-0.6rem, 0, 0);
}
.secondary-button span.secondary-btn-arw {
  position: absolute;
  right: 20px;
  opacity: 0;
  top: 17px;
  transition: all 300ms ease-out;
  will-change: right, opacity;
  color: #fff;
  font-size: 20px;
}

.secondary-button:hover span.secondary-btn-arw {
  opacity: 1;
}
.secondary-button span.secondary-btn-dot {
  position: absolute;
  left: 20px;
  top: 20px;
  transition: all 300ms ease-out;
  will-change: right, opacity;
  color: #fff;
  font-size: 12px;
}

.secondary-button:hover span.secondary-btn-dot {
  font-size: 0;
  top: 26px;
}

/*Third Button*/
.third-button {
  background: transparent;
  color: #000 !important;
  border: 1px solid #000;
  outline: none;
  text-align: center;
  padding: 14px 34px !important;
  border-radius: 30px;
  position: relative;
  display: inline-block;
}

.third-button span.third-btn-text {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
  transform: translate3d(0.2rem, 0, 0);
}
.third-button:hover span.third-btn-text {
  transform: translate3d(-0.6rem, 0, 0);
}
.third-button span.third-btn-arw {
  position: absolute;
  right: 20px;
  opacity: 0;
  top: 17px;
  transition: all 300ms ease-out;
  will-change: right, opacity;
  color: #000;
  font-size: 20px;
}

.third-button:hover span.third-btn-arw {
  opacity: 1;
}
.third-button span.third-btn-dot {
  position: absolute;
  left: 20px;
  top: 20px;
  transition: all 300ms ease-out;
  will-change: right, opacity;
  color: #000;
  font-size: 12px;
}

.third-button:hover span.third-btn-dot {
  font-size: 0;
  top: 26px;
}
/*fourth Button*/
.fourth-button {
  background: #000;
  color: #fff !important;
  border: 1px solid #000;
  outline: none;
  text-align: center;
  padding: 14px 34px !important;
  border-radius: 30px;
  position: relative;
  display: inline-block;
}

.fourth-button span.fourth-btn-text {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
  transform: translate3d(0.2rem, 0, 0);
}
.fourth-button:hover span.fourth-btn-text {
  transform: translate3d(-0.6rem, 0, 0);
}
.fourth-button span.fourth-btn-arw {
  position: absolute;
  right: 20px;
  opacity: 0;
  top: 17px;
  transition: all 300ms ease-out;
  will-change: right, opacity;
  color: #fff;
  font-size: 20px;
}

.fourth-button:hover span.fourth-btn-arw {
  opacity: 1;
}
.fourth-button span.fourth-btn-dot {
  position: absolute;
  left: 20px;
  top: 20px;
  transition: all 300ms ease-out;
  will-change: right, opacity;
  color: #fff;
  font-size: 12px;
}

.fourth-button:hover span.fourth-btn-dot {
  font-size: 0;
  top: 26px;
}
.main-black-section {
  background: #000;
  position: relative;
  overflow: hidden;
}

.main-black-section img.main-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.main-black-section img.main-shape-2 {
  position: absolute;
  width: 100%;
  right: 0;
}

.shape-right {
  right: -16%;
}

.hero-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

@keyframes rotate-full {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.shape-round-animation {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation: rotation-full 5s infinite linear;
  animation: infinite-spinning 50s infinite linear;
}

.main-black-section img.main-shape-3 {
  position: absolute;
  top: 20%;
}

.clr-white {
  color: #fff;
}

/**************************************
Common CSS End
***************************************/

/**************************************
Header CSS End
***************************************/
header.header {
  padding: 14px 0;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: top 0.2s ease-in-out;
  /* backdrop-filter: blur(5px) saturate(180%);
  background-color: rgb(0 0 0 / 50%); */
}

header.nav-up {
  top: -91px;
}

header.sticky {
  backdrop-filter: blur(5px) saturate(180%);
  background-color: rgb(0 0 0 / 50%);
}

header.header .navbar-nav {
  align-items: center;
}

header.header .navbar {
  padding: 0;
}

header.header .navbar li.big-menu:hover .dropdown-menu {
  display: block;
  /*overflow: hidden;*/
}

header.header .nav-menu > li > a {
  position: relative;
  padding: 20px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s, background 0.3s;
  color: #fff;
}

header.header .megamenu-panel {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 25px;
  position: absolute;
  z-index: 98;
  background: #fff;
  border: none;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

header.header .megamenu-lists {
  width: 100%;
  display: table;
}

header.header .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

header.header .megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
}

header.header .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

header.header .desktop-menu .nav .nav-link:hover,
header.header .desktop-menu .nav .nav-link:focus {
  border-color: transparent;
}

header.header .nav-menu li .primary-btn {
  padding: 10px 20px;
}

header.header .desktop-menu {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

header.header .desktop-menu .nav {
  flex: 0 0 auto;
  width: 38%;
  padding: 0 20px 0 0;
  border: none;
  position: relative;
}

header.header .desktop-menu .nav::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 100%, 0),
    #434343 50%,
    hsla(0, 0%, 100%, 0)
  );
}

header.header .desktop-menu .nav li {
  width: 100%;
}

header.header .desktop-menu .nav a {
  position: relative;
  padding: 10px 20px;
  display: flex;
  width: 100%;
  align-items: center;
}

header.header .desktop-menu .nav a.active {
  background: none;
  border-color: transparent;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  color: #cdcdcd;
}

header.header .desktop-menu .nav .nav-link:focus-visible {
  box-shadow: none;
}

/*header.header .desktop-menu .nav a.active::after {
    content: "\e912";
    font-family: 'icomoon';
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 23px;
    color: #FFF0BF
}*/

header.header .desktop-menu .nav a .content .title {
  font-size: 16px;
  color: #000;
  position: relative;
}

header.header .desktop-menu .nav a:before {
  content: "";
  height: 6px;
  width: 6px;
  display: inline-block;
  position: absolute;
  left: 0;
  background: #000;
  border-radius: 100%;
  top: 18px;
}

header.header .desktop-menu .nav a:after {
  content: "\e900";
  font-family: "icomoon";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
  color: #000;
  display: none;
}

header.header .desktop-menu .nav a.active:before {
  background: #cdcdcd;
}

header.header .desktop-menu .nav a.active .content .title {
  color: #cdcdcd;
}

header.header .desktop-menu .nav a.active:after {
  display: block;
  color: #000;
}

header.header .desktop-menu .nav a .content p {
  margin: 0;
  font-size: 14px;
  color: gray;
}

header.header .desktop-menu .tab-content {
  flex: 1 1 auto;
  padding: 0 0 0 15px;
  overflow-y: auto;
  height: auto;
}

header.header .desktop-menu .tab-content .sub-category {
  list-style: none;
  padding: 0;
  margin: 0;
}

header.header .desktop-menu .tab-content .sub-category li {
  padding: 10px 0;
}

header.header .desktop-menu .tab-content .sub-category li a {
  font-size: 16px;
  color: #000;
}

header.header .desktop-menu .tab-content .sub-category li a:hover {
  color: #cdcdcd;
}

header.header .responsive-tabs-container[class*="accordion-"] .accordion-link {
  display: none;
}

header.header .dropdown .dropdown-menu {
  width: 240px;
  background: #fff;
  margin-top: 0;
}

header.header .dropdown:hover .dropdown-menu {
  display: block;
}

header.header .dropdown .dropdown-menu li a {
  padding: 5px 15px;
  width: 100%;
  display: inline-block;
  color: #000;
}

header.header .dropdown .dropdown-menu li a:hover {
  color: #cdcdcd;
}

header .right-side {
  margin-left: auto;
}

header .navbar-nav .menu-item {
  margin: 0 0 0 2.5rem;
}

header .navbar-nav .menu-item a {
  color: #fff;
}

header .navbar-nav .menu-item a:hover,
header .navbar-nav .menu-item a:focus {
  color: #fff;
}

header .menu-list {
  display: flex;
  align-items: center;
}
header .navbar .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #fff;
  transition: all 300ms linear;
}

header .navbar .navbar-toggler-icon::after,
header .navbar .navbar-toggler-icon::before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}

header .navbar .navbar-toggler-icon::after {
  top: 8px;
}

header
  .navbar
  .navbar-toggler[aria-expanded="true"]
  .navbar-toggler-icon::after {
  transform: rotate(45deg);
}

header
  .navbar
  .navbar-toggler[aria-expanded="true"]
  .navbar-toggler-icon::before {
  transform: translateY(8px) rotate(-45deg);
}

header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

header .megamenu-footer {
  margin: 20px -15px -15px;
  background: #000;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

header .megamenu-footer .box .title {
  font-weight: 400;
  margin: 0 0 8px;
  font-size: 18px;
}
header .megamenu-footer .box p {
  margin: 0;
  font-size: 14px;
}

/**************************************
Header CSS End
***************************************/

/***************************************
Home Page Start
***************************************/
.hero-section {
  min-height: 100vh;
  position: relative;
}

.hero-section div{
  z-index: 9;
}

section.header-minus {
  /*padding-top: 180px;*/
  display: flex;
  align-items: center;
}

.hero-section .hero-inner-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section .hero-section-inner {
  /*display: flex;
        align-items: center;
        min-height: 87vh;
   padding: 40px 0;*/
  padding-top: 50px;
}

.hero-section .hero-text h1 {
  font-size: 66px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-section .hero-text p {
  font-size: 20px;
  width: 90%;
  display: block;
  margin: 0 auto;
}

.hero-section .hero-btn {
  display: flex;
  align-items: center;
}

.client-logo #client-logo-slider .item {
  text-align: center;
  padding: 0 20px;
}

.client-logo #client-logo-slider .item img {
  margin: 0 auto;
  opacity: 0.7;
}
.success-story {
  position: relative;
}

.main-black-section .success-story img.main-shape-4 {
  position: absolute;
  width: 100%;
  right: 0;
}
.success-story p.success-text {
  font-size: 20px;
}

.success-story .success-title-box {
  padding: 80px 0 0;
}

.success-story .success-title-box .success-title {
  font-size: 80px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.success-story .success-title-box .success-title .success-title-sr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-story .success-title-box .success-title .success-title-sr p {
  margin: 0;
  width: 230px;
  text-align: center;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-story .success-title-box .success-title .success-title-sr img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.success-story .success-title-box .success-title .success-title-text {
  z-index: 9;
}

.success-story .success-title-box .success-title .success-title-text p {
  line-height: 100px;
  margin: 0;
}

.home-about-section div {
  z-index: 9;
}

.home-about-section .home-about-counter {
  padding: 10px 0 20px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  text-align: center;
}

.home-about-section .home-about-counter .box .anim {
  font-size: 60px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-about-section .home-about-counter .box p {
  font-size: 20px;
}

.home-about-section .home-about-counter .box .anim .years-text {
  font-weight: normal;
  font-size: 34px;
  padding-left: 15px;
}

.home-about-section .home-about-counter .box {
  position: relative;
}

.home-about-section .home-about-counter .box:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  left: -72px;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 100%, 0),
    #fff 50%,
    hsla(0, 0%, 100%, 0)
  );
}

.home-about-section .home-about-counter .box:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: -72px;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 100%, 0),
    #fff 50%,
    hsla(0, 0%, 100%, 0)
  );
}

.home-about-section .home-about-content p {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 18px;
}

.home-about-section .home-about-content a {
  display: inline-block;
}

.home-services #service-slider .item {
  padding: 0 15px;
}

.home-services #service-slider .item .box {
  background: #000;
  padding: 30px 15px;
  border-radius: 10px;
  color: #fff;
  height: 350px;
  position: relative;
  display: block;
}

.home-services #service-slider .item .box img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  opacity: 0.2;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.home-services #service-slider .item h6 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}

.home-services #service-slider .item h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 50px;
}

.home-services #service-slider .item p {
  /* padding: 24px 15px;
    margin: 0;
    background: #000;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    display: none;*/
  margin: 0;
  display: none;
}

.home-services #service-slider .item .box:hover p {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 15px;
}

.home-services #service-slider .slick-arrow,
.blog-list #related-blog .slick-arrow  {
 position: absolute;
    top: -50px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: normal;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all .3s ease-out;
}

.home-services #service-slider .slick-arrow:hover,
.blog-list #related-blog .slick-arrow:hover{
  background: #000;
  color: #fff;
    transition: all .3s ease-out;
}

.home-services #service-slider .slick-arrow.prev-arrow,
.blog-list #related-blog .slick-arrow.prev-arrow {
right:   82px;
}

.home-services #service-slider .slick-arrow.next-arrow,
.blog-list #related-blog .slick-arrow.next-arrow {
  right: 15px;
}

/*.slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -20px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 30px;
}
.slider .slick-arrow.slick-prev {
  left: 0;
  background: url("https://img.icons8.com/ios/50/000000/long-arrow-left.png") 0
    0 / 100% no-repeat;
}
.slider .slick-arrow.slick-next {
  right: 0;
  background: url("https://img.icons8.com/ios/50/000000/long-arrow-right.png") 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}*/

/*.home-services #service-slider .item .box ul{
    padding: 24px 15px;
    margin: 0;
    background: #000;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    display: none;
}

.home-services #service-slider .item .box:hover ul{
    display: block;
    transition: all .3s;
}

.home-services #service-slider .item .box ul li{
    list-style: none;
    display: block;
            font-size: 16px;
    padding-bottom: 17px;
    position: relative;
    padding-left: 26px;
    color: #fff;
}

.home-services #service-slider .item .box ul li:last-child{
    padding-bottom: 0;
}

.home-services #service-slider .item .box ul li:before{
    content: "\e900";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'icomoon' !important;
}

.home-services #service-slider .item .box ul li:hover{
color: #CDCDCD;
}*/

.home-industries {
}

.home-industries .industries-list {
}

.home-industries .industries-list .item {
  position: relative;
  padding: 40px 0;
}

.home-industries .industries-list .item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    1deg,
    hsla(0, 0%, 100%, 0),
    #000 1%,
    hsla(0, 0%, 100%, 0)
  );
  height: 1px;
}

.home-industries .industries-list .item:last-child:after {
  display: none;
}

.home-industries .industries-list .item .box {
  display: flex;
  align-items: center;
}

.home-industries .industries-list .item .box h5 {
  margin: 0;
  width: 320px;
  font-size: 28px;
  font-weight: 600;
  padding-right: 40px;
  word-wrap: break-word;
  word-break: break-word;
}

.home-industries .industries-list .item .box p {
  margin: 0;
  width: calc(100% - 320px);
}

.home-industries .industries-left {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
}

.project-process1{
  overflow: visible;
}

.project-process {
  background: #000;
  position: relative;
}

.project-process .process-shape-1 {
  position: absolute;
  top: -100px;
}

.project-process #processSlider {
  /*margin-top: 80px;*/
  display: flex;
  align-items: center;
  height: 100vh;
}

.project-process #processSlider .item {
  width: 80%;
  flex: 0 0 auto;
}

.project-process #processSlider .item .box {
  display: flex;
  flex: 0 0 auto;
}

.project-process #processSlider .item .img-box {
  width: 190px;
}

.project-process #processSlider .item .img-box img{
  border-radius: 10px;
}

.project-process #processSlider .item .content-box {
  width: calc(100% - 190px);
  padding-left: 30px;
}

.project-process #processSlider .item .content-box h4 {
  font-size: 50px;
  font-weight: normal;
  padding: 60px 0;
  position: relative;
  margin: 0;
}

.project-process #processSlider .item .content-box h4:after {
  content: "";
  width: calc(100% + 30px);
  position: absolute;
  display: block;
  background-image: url("../images/shape/process-shape.svg");
  height: 70px;
  left: -30px;
  bottom: 4px;
}

.project-process #processSlider .item .content-box h5 {
  font-weight: 600;
  margin-bottom: 20px;
}

.project-process #processSlider .item .content-box h5.clr-1 {
  color: #d8fcc7;
}

.project-process #processSlider .item .content-box h5.clr-2 {
  color: #ffb9e3;
}

.project-process #processSlider .item .content-box h5.clr-3 {
  color: #ffb9b9;
}

.project-process #processSlider .item .content-box h5.clr-4 {
  color: #b9d9ff;
}

.project-process #processSlider .item .content-box h5.clr-5 {
  color: #fff0bf;
}

.project-process #processSlider .item .content-box p {
  width: 80%;
  margin: 0;
}

.home-expertise {
  position: relative;
}

.home-expertise .expertise-shape {
  position: absolute;
  top: -100px;
}

.home-expertise .expertise-box {
  background: #000;
  padding: 40px 0;
}

.home-portfolio #portfolio-slider .item {
  padding: 0 15px;
}

.home-portfolio #portfolio-slider .item p.sr-no {
  color: #8f8e8c;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.home-portfolio #portfolio-slider .item a {
  display: block;
}

.home-portfolio #portfolio-slider .item h5.title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.home-portfolio #portfolio-slider .item p.description {
  font-size: 18px;
  color: #565555;
}

.home-portfolio #portfolio-slider .item img {
  border-radius: 8px;
  cursor: url("../images/icon/drag-circle.svg"), pointer;
  width: 100%;
}

.cta-blog-main {
  background: #000;
  position: relative;
  overflow: hidden;
}

.cta-blog-main .cta-img-section div {
  z-index: 9;
}

.cta-blog-main .footer-shape-4 {
  position: absolute;
  top: 15%;
  width: 100%;
  left: 0;
}

.cta-blog-main .cta-box {
  position: relative;
}

.cta-blog-main .cta-box .cta-shape-1 {
  position: absolute;
  bottom: 0;
}

.home-blog {
  color: #fff;
}

.home-blog .home-blog-box {
  margin-bottom: 60px;
  display: block;
  position: relative;
}

.home-blog .home-blog-box img {
  border-radius: 8px;
  margin-bottom: 10px;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}

.home-blog .home-blog-box h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
}

.home-blog .home-blog-box ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.home-blog .home-blog-box ul li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  position: relative;
  color: #666;
}



.faq-section {
  position: relative;
}

.faq-section .faq-accordion .accordion-button,
.faq-section .faq-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  font-size: 28px;
  color: #000;
  padding-left: 0;
  padding-right: 0;
}

.faq-section .faq-accordion .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.faq-section .faq-accordion .accordion-button:focus-visible,
.faq-section .faq-accordion .accordion-header:focus-visible,
.faq-section .faq-accordion .accordion-item:focus-visible {
  outline: none;
}

.faq-section .faq-accordion .accordion-button::after {
  background-image: url("../images/icon/plus-circle.svg");
  height: 30px;
  width: 30px;
  background-size: 30px;
}

.faq-section .faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../images/icon/cross-circle.svg");
  height: 30px;
  width: 30px;
  background-size: 30px;
}

.faq-section .faq-accordion .accordion-item {
  position: relative;
  padding: 10px 0 30px 0;
}

.faq-section .faq-accordion .accordion-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    1deg,
    hsla(0, 0%, 100%, 0),
    #000 1%,
    hsla(0, 0%, 100%, 0)
  );
  height: 1px;
}
.faq-section .faq-accordion .accordion-item:last-child:after {
  display: none;
}

.faq-section .faq-shape-1 {
  position: absolute;
  top: -100px;
}
/***************************************
Home Page End
***************************************/
/***************************************
Who We Are Start
***************************************/
.vision-mission-section .vision-mission-box {
  background: #fff;
  border-radius: 10px;
  color: #000;
  padding: 50px 30px;
      height: calc(100% - 80px);
}

.vision-mission-section .vision-mission-box h5 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}

.vision-mission-section .vision-mission-box h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 50px;
}

.vision-mission-section .vision-mission-box p {
  margin: 0;
}

.vision-mission-section div {
  z-index: 9;
}

.home-industries .industries-list.core-value-list .item:last-child:after {
  display: none;
}

.home-industries .industries-list.core-value-list .item .box h4 {
  margin: 0;
  width: 140px;
  font-size: 28px;
  font-weight: 600;
}

.home-industries .industries-list.core-value-list .item .box h5 {
  width: 400px;
}

.home-industries .industries-list.core-value-list .item .box p {
  width: calc(100% - 540px);
}
/***************************************
Who We Are End
***************************************/
/***************************************
Our Team Start
***************************************/

.team-banner-section div {
  z-index: 9;
}

.team-banner-section img.inner-banner {
  border-radius: 10px;
}

.team-section .team-box {
  margin-bottom: 60px;
}

.team-section .team-box img {
  border-radius: 10px;
}

.team-section .team-box .team-info {
  margin-top: 20px;
}

.team-section .team-box .team-info h4 {
  display: flex;
  flex: 0 0 auto;
  font-size: 22px;
  align-items: center;
}

.team-section .team-box .team-info h4 span {
  width: calc(100% - 32px);
  padding-right: 15px;
}

.team-section .team-box .team-info h4 a {
  width: 20px;
  font-size: 20px;
}

.team-section .valuable-assets {
  margin-top: 30px;
}

.team-section .valuable-assets h3 {
  margin-bottom: 30px;
}
/***************************************
Our Team End
***************************************/
/***************************************
Life at LL Start
***************************************/
.life-banner-section img {
  border-radius: 10px;
}

.life-banner-section div {
  z-index: 9;
}

.life-gallery img {
  width: 100%;
  margin-bottom: 30px;
}
/***************************************
Life at LL End
***************************************/
/***************************************
Career Start
***************************************/
.perks-benefits-section div {
  z-index: 9;
}

.perks-benefits-section {
  position: relative;
}

.perks-benefits-section .career-shape1 {
  position: absolute;
  top: -100px;
}

.perks-benefits-section .benefit-box {
  padding-left: 30px;
  margin-bottom: 80px;
  position: relative;
}

.perks-benefits-section .benefit-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 100%, 0),
    #fff 100%,
    hsla(0, 0%, 100%, 0)
  );
}

.perks-benefits-section .benefit-box img {
  margin-bottom: 40px;
}

.perks-benefits-section .benefit-box h4 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 20px;
}

.perks-benefits-section .benefit-box p {
  color: #fff;
  margin-bottom: 0;
  opacity: 0.8;
}

.open-position {
  position: relative;
}

.open-position .career-shape {
  position: absolute;
  top: -50px;
}
.open-position .career-accordion .accordion-button,
.open-position .career-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  font-size: 28px;
  color: #000;
  padding-left: 0;
  padding-right: 0;
}

.open-position .career-accordion .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.open-position .career-accordion .accordion-button:focus-visible,
.open-position .career-accordion .accordion-header:focus-visible,
.open-position .career-accordion .accordion-item:focus-visible {
  outline: none;
}

.open-position .career-accordion .accordion-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    1deg,
    hsla(0, 0%, 100%, 0),
    #000 1%,
    hsla(0, 0%, 100%, 0)
  );
  height: 1px;
}
.open-position .career-accordion .accordion-item:last-child:after {
  display: none;
}

.open-position .career-accordion .accordion-item {
  position: relative;
  padding: 10px 0 30px 0;
  background-color: transparent;
}

.open-position .career-accordion .accordion-header p {
  font-size: 16px;
  font-weight: normal;
}

.open-position .career-accordion .accordion-header a {
  font-size: 16px;
  font-weight: normal;
  margin-right: 40px;
}

.open-position .career-accordion .accordion-header ul {
  padding: 0;
  margin: 0;
}

.open-position .career-accordion .accordion-header ul li {
  list-style: none;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  padding-left: 14px;
}

.open-position .career-accordion .accordion-header ul li:last-child {
  padding-right: 0;
}

.open-position .career-accordion .accordion-header ul li:before {
  content: "";
  height: 6px;
  width: 6px;
  display: inline-block;
  position: absolute;
  left: 0;
  background: #000;
  border-radius: 100%;
  top: 7px;
}

.open-position .career-accordion .accordion-button::after {
  position: absolute;
  top: 80px;
  right: 0;
}

.open-position .career-accordion .accordion-body ul {
  padding: 0;
  margin: 0;
}

.open-position .career-accordion .accordion-body ul li {
  list-style: none;
  font-size: 16px;
  display: block;
  position: relative;
  padding: 6px 0 6px 14px;
}

.open-position .career-accordion .accordion-body ul li:before {
  content: "";
  height: 6px;
  width: 6px;
  display: inline-block;
  position: absolute;
  left: 0;
  background: #000;
  border-radius: 100%;
  top: 14px;
}

.applyModal .modal-content {
  background: #000;
}

.applyModal .modal-content .modal-body {
  padding: 0;
}

.applyModal .apply-modal-box .apply-box-left {
}

.applyModal .apply-modal-box .apply-box-left h4 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}

.applyModal .apply-modal-box .apply-box-left h2 {
  font-size: 44px;
  margin-bottom: 20px;
}

.applyModal .apply-modal-box .apply-box-left p {
  color: #cfcfcf;
  margin-bottom: 45px;
}

.applyModal .apply-modal-box .apply-box-left ul {
  padding: 0;
  margin: 0;
}

.applyModal .apply-modal-box .apply-box-left ul li {
  display: block;
  list-style: none;
  padding-top: 15px;
}

.applyModal .apply-modal-box .apply-box-left ul li span.ti {
  color: #fff;
  font-size: 18px;
  width: 20px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

.applyModal .apply-modal-box .apply-box-left ul li a {
  color: #cfcfcf;
}

.applyModal .btn-close {
  background: none;
  color: #fff;
  padding: 0;
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
}

.applyModal .apply-modal-box .apply-box-left {
  padding: 30px;
}

.applyModal .apply-modal-box .apply-box-right {
  position: relative;
  padding: 30px 50px;
}

.applyModal .apply-modal-box .apply-box-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 100%, 0),
    #fff 100%,
    hsla(0, 0%, 100%, 0)
  );
}

.applyModal .apply-modal-box form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.applyModal .apply-modal-box form .form-group:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: calc(100% - 20px);
  background: linear-gradient(
    1deg,
    hsla(0, 0%, 100%, 0),
    #fff 1%,
    hsla(0, 0%, 100%, 0)
  );
  height: 1px;
}

.applyModal .apply-modal-box form .form-group p {
  font-size: 14px;
}

.applyModal .apply-modal-box form .form-control,
.applyModal .apply-modal-box form .form-select {
  background: transparent;
  border: none;
  color: #fff;
  padding: 15px 10px;
}

.applyModal .apply-modal-box form .form-select {
  background: url("../images/icon/down-arrow.svg") no-repeat;
  background-position: right center;
}

.applyModal .apply-modal-box form .form-control:focus-visible,
.applyModal .apply-modal-box form .form-select:focus-visible {
  outline: none;
}

.applyModal .apply-modal-box form .form-control:focus,
.applyModal .apply-modal-box form .form-select:focus {
  box-shadow: none;
}

.applyModal .apply-modal-box form .form-control:-moz-placeholder,
.applyModal .apply-modal-box form .form-select:-moz-placeholder {
  color: #fff;
}

.applyModal .apply-modal-box form .form-control::-moz-placeholder,
.applyModal .apply-modal-box form .form-select::-moz-placeholder {
  color: #fff;
}

.applyModal .apply-modal-box form .form-control:-ms-input-placeholder,
.applyModal .apply-modal-box form .form-select:-ms-input-placeholder {
  color: #fff;
}

.applyModal .apply-modal-box form .form-control::-webkit-input-placeholder,
.applyModal .apply-modal-box form .form-select::-webkit-input-placeholder {
  color: #fff;
}

.applyModal .apply-modal-box form p {
  color: #bdbdbd;
  font-size: 14px;
}

.applyModal .apply-modal-box form .primary-button p{
  font-size: unset;
  margin-bottom: 0;
}

.applyModal .apply-modal-box form .primary-button .wpcf7-spinner{
  position: absolute;
    left: 110px;
}

.applyModal .apply-modal-box form .primary-button {
  display: inline-block;
}

.applyModal .apply-modal-box form .primary-button input {
  background: no-repeat;
  border: none;
  color: #000;
  font-weight: normal;
  padding: 0;
}

.applyModal
  .apply-modal-box
  form
  .primary-button
  input[type="submit" i]:focus-visible {
  outline: none;
}

.applyModal .apply-modal-box form .form-select option {
  color: #fff;
  background: #000;
}

.applyModal .apply-modal-box form .resume-upload {
  position: relative;
  align-items: center;
  word-break: break-all;
}
.applyModal .apply-modal-box form .resume-upload label {
  position: relative;
  overflow: hidden;
  padding: 15px 10px;
  align-items: center;
  width: 100%;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}
.applyModal .apply-modal-box form .resume-upload input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  filter: alpha(opacity=0);
}

.applyModal .apply-modal-box form #file-upload-filename {
  position: absolute;
  color: #fff;
  bottom: -32px;
  left: 10px;
}
/***************************************
Career End
***************************************/

/***************************************
Footer Start
***************************************/
footer {
  position: relative;
  padding: 90px 0 0;
  overflow: hidden;
}

footer {
  background: #000;
}

footer .col-12,
footer .col-lg-7,
footer .col-lg-5 {
  z-index: 9;
}

footer .footer-shape-1 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}

footer .footer-shape-2 {
  position: absolute;
  top: 30%;
  width: 100%;
  right: 0;
}

footer .footer-shape-3 {
  position: absolute;
  top: -100px;
}

footer .footer-left p.footer-desc {
  margin-top: 30px;
  margin-bottom: 30px;
}

footer .footer-left ul.social {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-left ul.social li {
  display: inline-block;
  margin: 0 0.3rem 0 0;
}

footer .footer-left ul.social li a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 35px;
  height: 35px;
  font-size: 1rem;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

footer .footer-left .branch-detail {
  margin: 50px 0;
}

footer .footer-left .branch-detail .branch-address {
  margin: 20px 0;
  color: #fff;
}

footer .footer-left .branch-detail .branch-address h5 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

footer .footer-left .branch-detail .branch-address h5 img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

footer .footer-left .branch-detail .branch-address p {
  color: #bdbdbd;
}

.footer-right {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 40px 40px;
}

.footer-right .footer-form .primary-button p { margin: 0; }
.footer-right .footer-form .primary-button .wpcf7-spinner{ position: absolute; left: 110px; }

.footer-right .footer-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.footer-right .footer-form form{
  margin: 0;
}

.footer-right .footer-form .form-group:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: calc(100% - 20px);
  background: linear-gradient(
    1deg,
    hsla(0, 0%, 100%, 0),
    #fff 1%,
    hsla(0, 0%, 100%, 0)
  );
  height: 1px;
}

.footer-right .footer-form .form-group p {
  font-size: 14px;
}

.footer-right .footer-form .form-control,
.footer-right .footer-form .form-select {
  background: transparent;
  border: none;
  color: #fff;
  padding: 15px 10px;
}

.footer-right .footer-form .form-select {
  background: url("../images/icon/down-arrow.svg") no-repeat;
  background-position: right center;
}

.footer-right .footer-form .form-control:focus-visible,
.footer-right .footer-form .form-select:focus-visible {
  outline: none;
}

.footer-right .footer-form .form-control:focus,
.footer-right .footer-form .form-select:focus {
  box-shadow: none;
}

.footer-right .footer-form .form-control:-moz-placeholder,
.footer-right .footer-form .form-select:-moz-placeholder {
  color: #fff;
}

.footer-right .footer-form .form-control::-moz-placeholder,
.footer-right .footer-form .form-select::-moz-placeholder {
  color: #fff;
}

.footer-right .footer-form .form-control:-ms-input-placeholder,
.footer-right .footer-form .form-select:-ms-input-placeholder {
  color: #fff;
}

.footer-right .footer-form .form-control::-webkit-input-placeholder,
.footer-right .footer-form .form-select::-webkit-input-placeholder {
  color: #fff;
}

.footer-right .footer-form p {
  color: #bdbdbd;
}

.footer-right .footer-form .primary-button {
  display: inline-block;
}

.footer-right .footer-form .primary-button input {
  background: no-repeat;
  border: none;
  color: #000;
  font-weight: normal;
  padding: 0;
}

.footer-right .footer-form .primary-button input[type="submit" i]:focus-visible { outline: none; }

.footer-right .footer-form .form-select option {
  color: #fff;
  background: #000;
}

.footer-bottom {
  padding: 80px 0;
  position: relative;
}

.footer-bottom:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    1deg,
    hsla(0, 0%, 100%, 0),
    #fff 1%,
    hsla(0, 0%, 100%, 0)
  );
  height: 1px;
}

.footer-bottom .footer-link {
  margin: 1rem 0;
}

.footer-bottom .footer-link h5.title {
  font-size: 1.2rem;
  margin: 0 0 1.2rem;
  font-weight: 600;
  color: #fff;
}

.footer-bottom .footer-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom .footer-link ul li {
  padding: 0.2rem 0;
  font-size: 1rem;
}

.footer-bottom .footer-link ul li a {
  color: #bdbdbd;
}

.footer-copyright {
  padding: 30px 0;
}

.footer-copyright p {
  margin: 0;
}

footer .contact-detail {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

footer .contact-detail a {
}

footer .contact-detail a:hover {
  color: #fff;
}

footer .contact-detail a i {
  margin-right: 10px;
}
/***************************************
Footer End
***************************************/

/***************************************
Contact us Start
***************************************/
.contact-footer footer {
  padding: 200px 0 0;
}

.contact-footer footer .section-text {
  margin-bottom: 60px;
}

.contact-footer footer .footer-bottom {
  padding: 120px 0 80px 0;
}

.contact-footer footer .footer-shape-3 {
  top: 50px;
}
/***************************************
Contact us End
***************************************/

/***************************************
Blog Start
***************************************/

.blog-list .home-blog .home-blog-box {
  position: relative;
}

.blog-list .home-blog .home-blog-box p.blog-category-text,
.home-blog .home-blog-box p.blog-category-text {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
  background: #fff;
  border-radius: 20px;
  padding: 6px 24px;
  margin: 0;
}
.blog-list .home-blog .home-blog-box .blog-details .category,
.home-blog .home-blog-box .blog-details .category {
  color: #0088E1;
}
.blog-list .home-blog .home-blog-box h4 {
  color: #000;
}

.blog-list .home-blog .home-blog-box ul li:before {
  background: #000;
}

.blog-sidebar {
  /*  min-height: 100vh;*/
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.blog-sidebar h3.title {
  font-weight: 500;
  font-size: 24px;
}

.blog-sidebar .sidebar-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.blog-sidebar .sidebar-box img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.blog-sidebar .sidebar-box h6 {
  font-weight: 600;
  font-size: 14px;
}

.blog-sidebar .sidebar-box p {
  margin: 0;
  font-size: 14px;
}

.blog-sidebar .blog-category {
  margin-top: 30px;
}

.blog-sidebar .blog-category p {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
}

.blog-sidebar .blog-category p a {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 12px;
  padding: 4px 10px;
}

.blog-detail .home-blog-box h1 {
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
  font-size: 34px;
}

.blog-detail .home-blog-box {
  position: relative;
}

.blog-detail p.blog-category-text {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
  background: #fff;
  border-radius: 20px;
  padding: 6px 24px;
}

.blog-list .blog-content{
  margin-bottom: 60px;
  line-height: 32px;
}

.blog-list .blog-content img{
  margin: 20px 0;
}

.blog-list .blog-content a{
      color: #4842A8;
    text-decoration: underline;
}

.blog-list .blog-content h2,
.blog-list .blog-content h3,
.blog-list .blog-content h4,
.blog-list .blog-content h5,
.blog-list .blog-content h6{
  margin: 20px 0;
}

.blog-list .blog-content h2 {
  font-size: 28px;
}

.blog-list .blog-content h3 {
  font-size: 24px;
}

.blog-list .blog-content h4 {
  font-size: 22px;
}

.blog-list .blog-content h5 {
  font-size: 20px;
}

.blog-list .blog-content h6 {
  font-size: 18px;
}

.blog-list .blog-content table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.blog-list .blog-content table tbody tr:nth-child(odd) {
  background-color: #e9e9e9;
}

.blog-list .blog-content table tbody tr td,
.blog-list .blog-content table tbody tr th {
  border: 1px solid;
  padding: 0.5em;
  word-break: break-word;
  border-color: #0000;
}

#related-blog .item{
  padding: 0 15px;
}

.blog-post-details .as-summary-list ul.h2-list{
  padding: 0;
  margin-top: 1.5rem;
}

.blog-post-details .as-summary-list ul.h2-list li{
  list-style: none;
      margin-bottom: 8px;
    background: #f0f0f0;
    border-radius: 10px;
    padding: 10px;
    font-size: 13px;
}
.blog-post-details .as-summary-list ul.h2-list li a.active { color: #4842A8; }
.blog-post-details .as-summary-list ul.h2-list li a:hover{
  color: #4842A8;
}

.blog-post-details .single-article-summary{
  height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    display: flex;
    overflow: auto;
}

.blog-list .blog-content ol,
.blog-list .blog-content ul{
     /* padding: 0;*/
}

.blog-list .blog-content ol li,
.blog-list .blog-content ul li{
  margin: 8px 0;
 /* position: relative;
  padding-left: 14px;*/
}

/*.blog-list .blog-content ol li:before,
.blog-list .blog-content ul li:before{
    content: "";
    height: 6px;
    width: 6px;
    display: inline-block;
    position: absolute;
    left: 0;
    background: #000;
    border-radius: 100%;
    top: 14px;
}*/

/***************************************
Blog End
***************************************/

/***************************************
Service Start
***************************************/
.service-page-section {
  position: relative;
}
.service-page-section div {
  z-index: 9;
}
.service-page-section img.main-shape-4 {
  position: absolute;
  bottom: -140px;
  left: 0;
}
.service-page-section #service-page-slider .item {
  padding: 0 15px;
}

.service-page-section #service-page-slider .item .box {
  /*background: #000;*/
  padding: 30px 15px;
  border-radius: 10px;
  color: #fff;
  height: 350px;
  position: relative;
  display: block;
  border: 1px solid #fff;
}

.service-page-section #service-page-slider .item .box img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  opacity: 0.2;
}

.service-page-section #service-page-slider .item h6 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}

.service-page-section #service-page-slider .item h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
}

.service-page-section #service-page-slider .item p {
  margin: 0;
}
.service-page-section #service-page-slider .slick-arrow {
 position: absolute;
    top: -50px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: normal;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .3s ease-out;
}

.service-page-section #service-page-slider .slick-arrow:hover{
  background: #fff;
  color: #000;
    transition: all .3s ease-out;
}

.service-page-section #service-page-slider .slick-arrow.prev-arrow {
right:   82px;
}

.service-page-section #service-page-slider .slick-arrow.next-arrow {
  right: 15px;
}

.service-advantage {
  position: relative;
}

.service-advantage .advantages-shape {
  position: absolute;
  top: -100px;
}

.service-advantage .box {
  margin-bottom: 40px;
}

.service-advantage .box img {
  border-radius: 10px;
  width: 100%;
}

.service-advantage .box h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 20px;
}

.service-advantage .box h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.service-advantage .box p {
  margin: 0;
}

.why-choose-section .why-choose-box {
  padding: 30px 30px;
  width: 100%;
  height: calc(100% - 20px);
  background: #000;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 20px;
}

.why-choose-section .why-choose-box h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.why-choose-section .why-choose-box h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.why-choose-section .why-choose-box p {
  margin: 0;
}

.engagement-model {
  color: #fff;
}

.engagement-model .engagement-model-list .item {
  position: relative;
  padding: 40px 0;
}

.engagement-model .engagement-model-list .item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    1deg,
    hsla(0, 0%, 100%, 0),
    #fff 1%,
    hsla(0, 0%, 100%, 0)
  );
  height: 1px;
}

.engagement-model .engagement-model-list .item:last-child:after {
  display: none;
}

.engagement-model .engagement-model-list .box {
  position: relative;
}
.engagement-model .engagement-model-list .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
}
.engagement-model .engagement-model-list .box p {
  margin: 0;
  padding-left: 60px;
}

.engagement-model .engagement-model-list .box h4 {
  font-weight: 600;
  padding-left: 60px;
  margin-bottom: 30px;
}
.engagement-model .engagement-model-left {
  height: 100%;
  display: flex;
  align-items: center;
}
/***************************************
Service End
***************************************/
/***************************************
Hire Service Start
***************************************/
.hire-model-process {
  background: #000;
}

.business-idea-section .box {
  padding: 30px 30px;
  width: 100%;
  height: calc(100% - 30px);
  background: #000;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  min-height: 460px;
  position: relative;
}

.business-idea-section .box h3 {
  font-size: 170px;
  font-weight: 600;
  position: absolute;
  top: -35px;
  opacity: 0.1;
  margin: 0;
  left: -68px;
}

.business-idea-section .box h2 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 36px;
}

.business-idea-section .box p {
  margin: 0;
}

.hire-rate-section .box {
  padding: 50px 50px;
  width: 100%;
  height: calc(100% - 30px);
  background: #000;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 30px;
  min-height: 460px;
  position: relative;
  text-align: center;
}

.hire-rate-section .box h3 {
  font-size: 60px;
  margin-bottom: 40px;
}

.hire-rate-section .box h3 sup {
  font-size: 34px;
  margin: 0 10px 0 0;
}

.hire-rate-section .box h4 {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 30px;
}

.hire-rate-section .box p {
  font-size: 18px;
}
.project-process .process-box {
  min-height: 100vh;
}

.project-process .process-box .col-lg-7 {
  position: sticky;
  top: 0;
}

.project-process .process-box .box {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-process .process-box .box .inner-box {
  background: #fff;
  border-radius: 10px;
  padding: 50px;
}

.project-process .process-box .box .inner-box h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 60px;
}

.project-process .process-box .box .inner-box h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.project-process .process-box .box .inner-box p {
  margin: 0;
}

.project-process .process-box .col-lg-7:nth-child(odd) .box .inner-box {
  transform: rotate(3deg);
}

.project-process .process-box .col-lg-7:nth-child(even) .box .inner-box {
  transform: rotate(-3deg);
}

.project-process .process-box .col-lg-7:nth-child(odd) {
  top: 0;
}

.project-process .process-box .col-lg-7:nth-child(even) {
  top: 10px;
}
/***************************************
Hire Service End
***************************************/

/***************************************
Case Study Start
***************************************/
.case-study-list a.item  {
    display: block;
    margin-bottom: 30px;
}

.case-study-list .item h5.title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.case-study-list .item p.description {
    font-size: 18px;
    color: #565555;
}

.case-study-list .item img{
  border-radius: 8px;
  margin-bottom: 15px;
}
/***************************************
Case Study End
***************************************/

/***************************************
Case Study Detail Start
***************************************/



/***************************************
Case Study Detail End
***************************************/
.iti-flag { display: inline-block !important;}