* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

:focus {
  outline: 0;
}

::-moz-selection {
  background: #fefac7;
  color: #404040;
}

::selection {
  background: #fefac7;
  color: #404040;
}

::-moz-selection {
  background: #fefac7;
  color: #404040;
}

.text-block ul li::marker {
  content: "\e97d  ";
  font-family: Entypo;
  padding-right: 5px;
  color: #e45050;
}

/* Defined font family */
@font-face {
  font-family: "Lato Bold";
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Lato Semibold";
  src: url("../fonts/Lato-Semibold.ttf") format("truetype");
  font-display: swap;
}

body {
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #707070;
  font-family: "Rubik", sans-serif;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
}

body,
li,
address {
  line-height: 26px;
}

/* pageid css sub header */

header {
  border-top: 6px solid #e45050;
  position: relative;
}

header .new-layout {
  position: absolute;
  top: 3px;
  right: 0%;
  z-index: 1098;
}

header .new-layout .mobile-head-contact {
  display: none;
}

header .new-layout.menu-red:before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
  height: 50px;
  background-color: #e45050;
}

header .new-layout.menu-red:after {
  content: "";
  position: absolute;
  left: -23px;
  top: -3px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 88% 100%);
  background-color: #e45050;
  width: 25px;
  height: 33px;
}

header .new-layout ul li a {
  color: #fff;
  text-transform: none;
  position: relative;
  font-size: 1vw;
}

header .new-layout ul li:first-child {
  border-left: 0;
  padding-left: 10px;
}

header .new-layout ul {
  position: relative;
  padding: 0;
  margin: 0 65px 0 0;
  display: flex;
  align-items: center;
}

header .new-layout ul li {
  padding: 0 20px;
  border-left: 1px solid #fff;
  margin-left: 0;
  line-height: initial;
  font-size: 16px;
  list-style: none;
  /* display: inline-block; */
  display: flex;
  align-items: center;
  font-weight: 500;
}

header .new-layout ul li i {
  color: #fff;
  font-size: 20px;
  vertical-align: text-top;
  margin-right: 10px;
}

header .new-layout ul li img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 10px;
}

header .new-layout .header-angle-1:before {
  content: "";
  position: absolute;
  left: -33px;
  top: -3px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 70% 100%);
  background-color: rgba(228, 80, 80, 0.6);
  width: 32px;
  height: 33px;
}

header .new-layout .header-angle-2:before {
  content: "";
  position: absolute;
  left: -46px;
  top: -3px;
  clip-path: polygon(0 0, 37% 0, 100% 100%, 70% 100%);
  background-color: rgba(228, 80, 80, 0.4);
  width: 35px;
  height: 33px;
}

#mega-menu-wrap-header
  #mega-menu-header
  > li.mega-menu-item
  > a.mega-menu-link {
  padding: 15px 10px 0px 10px;
}

a.mega-menu-link:focus,
a.mega-menu-link:focus-visible,
a.mega-menu-link:focus-within {
  background: #0000 !important;
}

/* -- Pre-Definedd Basic Css -- */

.icon-color,
.text-color {
  color: #e45050;
}

a {
  transition: all 0.3s;
  color: #404040;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #e45050;
}

/* Pre-defined Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #404040;
  margin-bottom: 10px;
  font-weight: normal;
}

.blog_content h1,
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content h5,
.blog_content h6 {
  margin-bottom: 10px;
}

.blog_content p {
  margin-bottom: 25px;
}

.blog_content ul {
  list-style: disc;
}

h1 {
  font-size: 25px;
  line-height: 32px;
}

h1.post-title,
h2.post-title,
h2 {
  font-size: 23px;
  line-height: 30px;
}

h1.page-title,
h3 {
  font-size: 21px;
  line-height: 28px;
}

h3.post-title,
h4 {
  font-size: 19px;
  line-height: 26px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 15px;
  line-height: 21px;
}

.text-block td,
th {
  padding: 10px;
}

/* Pre-defined Section Title */
.title-color {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.5px;
  font-weight: 500;
  text-transform: uppercase;
}

.section-title {
  font-weight: 300;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 15px;
  position: relative;
}

.section-title {
  margin-bottom: 35px;
}

.section-title.larger {
  font-size: 40px;
  line-height: 48px;
}

/* .section-title-medium {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1px;
} */

.section-title-upper {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.section-title-upper-small {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-title-line {
  position: relative;
}

.section-title-line:before,
.section-title-line:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: inline-block;
  vertical-align: 7px;
}

.section-title.section-title-line:before,
.section-title.section-title-line:after {
  vertical-align: 9px;
}

.section-title-upper.section-title-line:before,
.section-title-upper.section-title-line:after {
  vertical-align: 7px;
}

.section-title-upper-small.section-title-line:before,
.section-title-upper-small.section-title-line:after {
  vertical-align: 5px;
}

.section-title-line.text-center:before,
.section-title-line.text-center:after {
  width: 80px;
}

.section-title-line:before {
  margin-left: -100%;
  margin-right: 20px;
}

.section-title-line:after {
  margin-right: -100%;
  margin-left: 20px;
}

/* Pre-defined Text */
.lead {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 50px;
}

.lead.larger {
  font-size: 26px;
  line-height: 34px;
}

/* Pre-define for form */

input:focus,
select:focus,
textarea:focus,
textarea:focus {
  border-color: #e45050;
}

select,
textarea,
input {
  padding: 0 15px;
  font-size: 14px;
  line-height: 42px;
  color: #707070;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  resize: none;
  vertical-align: middle;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-weight: 400;
}

/* Pre-Defined Layout Background css */
.light-wrapper {
  background: #ffffff;
}

.gray-wrapper {
  background: #fbfbfb;
}

.darkgray-wrapper {
  background: rgba(0, 0, 0, 0.05);
}

/* Blockqouts */

blockquote {
  position: relative;
  padding: 0;
  border: 0;
  background: none;
}

blockquote.small p {
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
  margin: 0;
}

blockquote.border {
  border-left: 3px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}

blockquote p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

blockquote.border:not(.intro-main-text) {
  border-left: 3px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  margin: 22px auto;
}

blockquote.border.intro-main-text {
  border-left: 4px solid #e45050;
  margin: 22px 0px;
}

blockquote.border.intro-main-text p {
  color: #e45050;
  font-weight: 400;
  font-style: italic;
}

/* Pre-Icons Css */

.icon {
  font-size: 48px;
  border-radius: 50px;
  height: 64px;
  width: 64px;
}

.icon-m {
  font-size: 48px;
}

.icon-s {
  font-size: 27px;
}

/* Pre-Feature */
.feature {
  position: relative;
}

.feature-s {
  padding: 0 0 0 70px;
}

.feature-m {
  padding: 0 0 0 85px;
}

.feature .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.feature.right .icon {
  right: 0;
  left: auto;
}

/* Extra */
hr {
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 70px;
  margin-bottom: 70px;
}

.inner {
  padding-top: 90px;
  padding-bottom: 90px;
}

ul,
ol {
  padding-left: 15px;
}

p {
  margin: 0 0 0px;
}

.box {
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.box.bg-white {
  background: #fff;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.1));
}

figure {
  margin: 0;
  padding: 0;
}

figure img {
  max-width: 100%;
  width: 100%;
}

.box.bg-white:hover {
  -webkit-filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.1));
}

b,
strong,
.table th,
dt,
.wt500 {
  font-weight: 600;
}

/* Overlay Css */
.overlay {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 100%;
}

figure.overlay img {
  opacity: 1;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.overlay figcaption,
.overlay .figcaption {
  padding: 30px;
  z-index: 2;
}

.overlay * {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.overlay a,
.overlay span.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
}

.overlay span.bg {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 2;
}

.overlay:hover span.bg {
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.overlay.light span.bg {
  background: rgba(255, 255, 255, 0.8);
}

.overlay1 > * {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
}

.overlay i {
  font-size: 20px;
}

.overlay1 figcaption,
.overlay1 .figcaption {
  opacity: 1;
  height: 100%;
}

.overlay1 figcaption,
.overlay1 .figcaption {
  position: absolute;
  left: 0;
  margin: 0;
  width: 100%;
  opacity: 0;
}

.overlay1 img {
  position: relative;
}

.overlay1 .from-top {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
}

.overlay1:hover figcaption,
.overlay1:hover .figcaption {
  opacity: 1;
}

.overlay1:hover figcaption *,
.overlay1:hover .figcaption * {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay2:before,
.overlay2:after {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.overlay2:before,
.overlay2:after {
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overlay2.light:before,
.overlay2.light:after {
  background-color: #404040;
}

.overlay2:before {
  width: 30px;
  height: 2px;
  left: 100%;
}

.overlay2:after {
  height: 30px;
  width: 2px;
  top: 0%;
}

.overlay2:hover:before,
.overlay2:hover:after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

/* Loader Css */
.loader {
  position: fixed;
  background: linear-gradient(
    0deg,
    #fff,
    #fff,
    #fff,
    #fff,
    #fffffff0,
    #ffffff94
  );
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  /* z-index: -2; */
}

.in_load {
  position: absolute;
  /* background: linear-gradient(90deg, #fff0, #000, #000, #000, #fff0); */
  top: 0%;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.in_load video {
  border-radius: 2rem;
  box-shadow: inset 0 0 50rem 50rem #fff, inset 0 0 50rem 50rem #fff,
    inset 0 0 50rem 50rem #fff, inset 0 0 50rem 50rem #fff,
    inset 0 0 50rem 50rem #fff, inset 0 0 50rem 50rem #fff,
    inset 0 0 50rem 50rem #fff, inset 0 0 50rem 50rem #fff,
    inset 0 0 50rem 50rem #fff, 0 5.5rem 5rem 7rem #fff;
  width: 15%;
}

/* Header Css */

#masthead {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.navbar {
  z-index: 1000;
  max-width: 1920px;
  width: 100%;
  position: relative;
  margin: 10px 0;
}

.navbar .navbar-brand {
  padding: 0;
  line-height: 0;
  float: none;
  height: auto;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-header .navbar .flex-it {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Mega menu Css */
.mega-menu-item-has-children > ul.mega-sub-menu {
  margin-top: 33px !important;
  padding: 10px 0 !important;
}

.mega-menu-item-has-children > ul.mega-sub-menu li a {
  font-size: 16px !important;
}

.mega-menu-item-has-children
  > ul.mega-sub-menu
  .service-sub-menu
  ul.mega-sub-menu {
  margin: 0 !important;
}

.mega-sub-menu li {
  /*margin-bottom: 10px !important;*/
}

.web-dev-sub-item .mega-sub-menu .mega-menu-item a.mega-menu-link,
.cms-dev-sub-item .mega-sub-menu .mega-menu-item a.mega-menu-link,
.andro-dev-sub-item .mega-sub-menu .mega-menu-item a.mega-menu-link,
.js-mdb-sub-item .mega-sub-menu .mega-menu-item a.mega-menu-link {
  margin-bottom: 10px !important;
}

#mega-menu-header .mega-menu-item-has-children .service-sub-menu {
  margin: 0 !important;
}

#mega-menu-wrap-header
  #mega-menu-header[data-effect="fade_up"]
  li.mega-menu-item.mega-menu-megamenu
  > ul.mega-sub-menu,
#mega-menu-wrap-header
  #mega-menu-header[data-effect="fade_up"]
  li.mega-menu-item.mega-menu-flyout
  ul.mega-sub-menu {
  transform: translateX(0) !important;
}

ul.mega-sub-menu > li#mega-menu-26-0 > ul.mega-sub-menu {
  display: none;
}

.hire-rsrc-sub-menu .mega-sub-menu {
  left: -45px !important;
}

@media (min-width: 991px) {
  #mega-menu-wrap-header
    #mega-menu-header
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item:last-child
    > a.mega-menu-link:hover {
    color: #e45050 !important;
  }

  #mega-menu-wrap-header
    #mega-menu-header
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 10px 6px -1px #3f3f3f3b;
  }

  #mega-menu-wrap-header
    #mega-menu-header
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item:last-child
    > a.mega-menu-link {
    color: #404040 !important;
  }

  #mega-menu-wrap-header
    #mega-menu-header
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link,
  #mega-menu-wrap-header
    #mega-menu-header
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link:hover {
    background: #0000;
  }
}

.lead {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
}

/* Home banner Css */
.slider .home-slider {
  margin: 0 !important;
  /* background: #000 !important; */
}

.slider .home-slider .slider-template {
  position: relative;
  max-height: 600px;
  height: 600px;
}

.slider .home-slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider .home-slider .slider-template .slider-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.slider .home-slider .slider-template .slider-text h3 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 30px;
}

.slider .home-slider .slider-template .slider-text h5 {
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-size: 300;
}

.slider .home-slider .slick-dots {
  bottom: 10px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.6s;
}

.slider .home-slider:hover .slick-dots {
  bottom: 20px;
  pointer-events: auto;
  opacity: 1;
}

.slider .home-slider .slick-dots li {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
}

.slider .home-slider .slick-dots li.slick-active {
  background: rgba(255, 255, 255, 1);
}

.slider .home-slider .slick-dots li button {
  height: 10px;
  width: 10px;
  background: #0000;
  border-radius: 50px;
  transition: 0.7s;
}

.slider .home-slider .slick-dots li button:hover {
  background: #ffffff;
}

.slider .home-slider .slick-dots li button:before {
  color: #fff0;
  font-size: 0;
  border-radius: 50px;
  height: 10px;
  width: 10px;
}

.slider .home-slider .slick-slide .slider-template .slider-text h3 {
  transform: translateX(-250px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.5s, opacity 1s;
}

.slider
  .home-slider
  .slick-slide.slick-current.slick-active
  .slider-template
  .slider-text
  h3 {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

.slider .home-slider .slick-slide .slider-template .slider-text h5 {
  transform: translateX(250px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.5s, opacity 1s;
  transition-delay: 1s;
}

.slider
  .home-slider
  .slick-slide.slick-current.slick-active
  .slider-template
  .slider-text
  h5 {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

.slider .home-slider .slick-arrow {
  z-index: 1;
  font-family: "Revicons";
  opacity: 0;
  color: red;
  transition: all 0.6s;
}

.slider .home-slider .slick-arrow::before {
  font-size: 50px;
  transition: all 0.6s;
  font-family: inherit;
}

.slider .home-slider:hover .slick-arrow {
  opacity: 1;
  pointer-events: auto;
}

.slider .home-slider .slick-prev {
  left: 20px;
}

.slider .home-slider .slick-next {
  right: 20px;
}

.slider .home-slider .slick-prev.slick-arrow::before {
  content: "\e824";
}

.slider .home-slider .slick-next.slick-arrow::before {
  content: "\e825";
}

.slider .banner-time {
  position: relative;
  top: -5px;
}

.slider .banner-time span.line.active {
  position: absolute;
  width: 0;
  height: 5px;
  background: #ffffff40;
  z-index: 2;
  border-radius: 3px;
  animation-name: bannerTimer;
  animation-timing-function: cubic-bezier(0.5, 0.5, 0.53, 0.53);
}

.slider:hover .banner-time span.line.active {
  animation-play-state: paused;
}

@keyframes bannerTimer {
  100% {
    width: 100%;
  }
}

.header-redbg {
  background: #e45050 0% 0% no-repeat padding-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 600px;
}

.header-redbg:before {
  background-repeat: no-repeat;
  /* width: 739px; */
  width: 50%;
  background-size: cover;
  left: 0px;
  background-position: right;
  position: absolute;
  height: 100%;
  top: 0;
  content: "";
  background-image: url("../images/testimonial-left-bg.png");
}

.header-redbg:after {
  background-repeat: no-repeat;
  /* width: 495px; */
  width: 50%;
  background-position: left;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover;
  background-image: url("../images/testimonial-right-bg.png");
  content: "";
}

.header-redbg .inner h1.section-title {
  color: #ffffff;
  line-height: 70px;
  margin-bottom: 50px;
  font-size: 55px;
  font-weight: 400;
  position: relative;
}

.header-redbg .inner p {
  position: relative;
  color: #ffffff;
  font-size: 28px;
  line-height: 34px;
  /* min-height: 72px; */
}

/* wrapper css */
/* .wrapper.light-wrapper h3.section-title {
    margin-bottom: 20px;
} */

.wrapper.light-wrapper .row .feature-box {
  margin-bottom: 30px;
  min-height: 120px;
}

.wrapper.gray-wrapper .text-block p {
  text-align: justify;
  margin-bottom: 17px;
}

/* about_service-detail Css */

.about_service-detail .services-image {
  position: relative;
  width: 90%;
  margin-top: 55px;
  z-index: 1;
}

.about_service-detail .services-image:before {
  background-image: url("../images/intro_image_shap.png");
  position: absolute;
  bottom: -85px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 243px;
  height: 243px;
  z-index: -1;
}

.about_service-detail .services-image .main-image {
  max-width: 100%;
}

.about_service-detail .services-image .service-icon {
  position: absolute;
  top: -41px;
  right: -41px;
}

.about_service-detail .services-detail p.service-label {
  margin-bottom: 16px;
  color: #e45050;
  font-size: 14px;
  line-height: 17px;
  margin-top: 0;
}

.about_service-detail .services-detail h2 {
  font-size: 36px;
  line-height: 44px;
  font-family: "Lato Semibold";
  margin-bottom: 0;
}

.about_service-detail .services-detail p {
  margin-top: 35px;
  color: #666666;
  line-height: 30px;
  font-size: 16px;
}

/* .about_service-detail .inner{ padding: 140px 15px 150px 15px; } */

/* Service Detail Css */
.dark-wrapper {
  background: #2b2b2b;
}

.wrapper.service-detail {
  position: relative;
}

.wrapper.service-detail:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background-image: url("../images/main-center-section_rightimg-white.png");
  background-repeat: no-repeat;
  width: 247px;
  height: 80%;
  background-size: contain;
  background-position: right;
  transform: translateY(-50%) rotate(180deg);
  opacity: 0.4;
}

.wrapper.service-detail:after {
  position: absolute;
  top: 50%;
  content: "";
  right: 0;
  background-image: url("../images/contect-right-img.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 254px;
  height: 100%;
  background-position: top right;
  transform: translateY(-50%);
  opacity: 0.4;
}

.wrapper.service-detail .inner h3 {
  color: #fff;
}

.wrapper.service-detail .inner ul li {
  color: #d5d5d5;
  margin-bottom: 10px;
  font-size: 15px;
}

.wrapper.service-detail .inner ul li::marker {
  content: "\e97d  ";
  font-family: Entypo;
  padding-right: 5px;
  color: #e45050;
}

.wrapper.service-detail .inner ul,
.wrapper.service-detail .inner ul.service-list-why,
.resources-advantage .panel .panel-body ul {
  padding-left: 25px;
}

/* .resources-advantage Css */

.resources-advantage .panel .panel-images {
  padding-bottom: 20px;
}

.resources-advantage .panel .panel-images img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.resources-advantage .panel .panel-body {
  height: 191px;
}

.resources-advantage .panel {
  box-shadow: 0 0 0 #fff0;
  border: 1px solid #1111111c;
}

.resources-advantage .panel.pricing {
  text-align: left;
}

.resources-advantage .panel.pricing .panel-title {
  margin: 0;
  padding: 5px 0 15px 0;
  font-size: 22px;
  line-height: 25px;
  color: #404040;
}

.panel.pricing .panel-heading {
  padding: 0;
  padding-top: 10px;
}

.resources-advantage .panel-body {
  padding-top: 25px;
}

.resources-advantage .pricing .panel-body {
  text-align: left;
}

.pricing .panel-body {
  padding: 35px 0 0 0;
  text-align: center;
  border-top: 0;
}

.panel.pricing {
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

.resources-advantage .panel .panel-body li::marker {
  content: "\e97d  ";
  font-family: Entypo;
  padding-right: 5px;
  color: #e45050;
}

/* image-block-wrapper Css */

.image-block-wrapper {
  padding: 90px 0px 40px 0px;
  position: relative;
  overflow: hidden;
}

.about-sec .image-block-wrapper {
  padding: 90px 0px;
  position: relative;
  overflow: hidden;
}

.about-sec .section-title {
  margin-bottom: 15px;
}

.image-block-wrapper .image-block {
  position: relative;
  padding-top: 17px;
}

.image-block-wrapper .image-block .image-block-bg {
  top: 0;
  left: 0px;
  width: calc(100% - 15px);
  height: 500px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
}

.image-block-wrapper .image-block .image-block-bg.bg1 {
  background-image: url("../images/company-team.png");
  position: relative;
  z-index: 1;
  left: 15px;
}

.image-block-wrapper .image-block:before {
  position: absolute;
  top: 0px;
  left: 15px;
  content: "";
  width: calc(100% - 60px);
  height: 82%;
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 10px;
}

.image-block-wrapper .image-block .image-block-bg.bg2 {
  background-image: url("../images/about3.jpg");
}

.image-block-wrapper .image-block span.about-left-icon {
  position: absolute;
  left: 0;
  z-index: 11;
  bottom: 0;
  width: 74px;
  height: 151px;
  background-image: url("../images/about-left-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.image-block-wrapper .image-block span.about-right-icon {
  position: absolute;
  top: -93px;
  right: -73px;
  z-index: 0;
  width: 243px;
  height: 243px;
  background-image: url("../images/about-right-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.image-block-wrapper .text-block {
  margin: 75px auto;
}

/* Industries Serve */

.industries_serve .container {
  padding-left: 0;
  padding-right: 0;
}

.industries_serve .box {
  padding: 25px;
}

.industries_serve .feature .icon {
  font-size: 40px;
}

.industries_serve .feature {
  padding: 0 0 0 60px;
}

.industries_serve .feature h4 {
  padding-top: 8px;
  font-size: 17px;
}

.industries_serve .box.border {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.industries_serve {
  position: relative;
}

.industries_serve:before {
  position: absolute;
  top: -408px;
  content: "";
  right: 0;
  background-image: url("../images/contect-right-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 230px;
  height: 800px;
  background-position: top right;
}

/* Work-Slider Css */

.our-work {
  position: relative;
  padding: 60px 0px;
  margin-bottom: 90px;
}

.our-work:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  background-image: url(../images/main-center-section_leftimg.png);
  background-repeat: no-repeat;
  width: 111px;
  height: 254px;
  background-size: contain;
}

.our-work:after {
  position: absolute;
  bottom: -280px;
  right: 0;
  content: "";
  background-image: url(../images/main-center-section_rightimg.png);
  background-repeat: no-repeat;
  width: 247px;
  height: 534px;
  background-size: contain;
}

.our-work .project-images {
  position: relative;
}

.our-work .work-slider .slick-list {
  padding-bottom: 65px;
}

.our-work .slick-dotted.slick-slider {
  z-index: 3;
}

.our-work .slick-arrow::before {
  color: #e45050;
  opacity: 100%;
  font-family: "Entypo";
  font-size: 85px;
  position: absolute;
  top: -4.8em;
}

.our-work .slick-prev.slick-arrow::before {
  content: "\e925";
  left: -56px;
}

.our-work .slick-next.slick-arrow::before {
  content: "\e926";
  right: -56px;
}

.our-work .slick-dots button {
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #b6c6c9;
}

.our-work .slick-dots button::before {
  content: "";
}

.our-work .slick-dots li.slick-active button {
  background: #e45050;
}

.our-work .slick-dots li button {
  background: #b6c6c9;
  /* opacity: 0; */

  transition: all 0.8s;
}

.our-work .slick-dots li button:hover {
  /* opacity: 100%; */
  background: #e45050 !important;
}

.our-work .project-images .Phone-img {
  left: 43px;
  bottom: 0px;
  position: absolute;
  width: 263px;
}

.our-work .heading {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.our-work .slick-wrapper .slick {
  padding-bottom: 45px;
  border: none;
  z-index: 2;
}

/* Expertise Css */

.progress-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.progress-list p {
  margin-bottom: 5px;
}

.progress-list li {
  margin-bottom: 15px;
}

.panel-group .icon-list {
  list-style: none;
}

.panel-group .panel-heading {
  padding: 0;
}

.panel-group .panel-title > a {
  display: block;
  position: relative;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.panel-group .panel-heading .panel-title {
  color: #404040;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.panel-group .panel-heading a:after {
  font-family: "Entypo";
  content: "\e926";
  font-weight: normal;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: 0;
  line-height: 0;
  font-size: 20px;
}

.panel-group .panel-active .panel-heading a:after {
  content: "\e924";
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

.panel-group-bg .panel-body {
  padding: 0 25px 20px;
}

.panel-group-bg .panel-title > a {
  padding: 15px 25px;
}

.panel-group-border .panel {
  margin-bottom: 15px;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-group-border .panel-heading {
  background: none !important;
  border: 0 !important;
}

.panel-group-border .panel-title > a {
  padding: 15px 25px;
}

.panel-group .panel-heading .panel-title:hover {
  color: #da5050;
}

.panel-group-lined .panel {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-group-lined .panel-title > a {
  padding: 15px 0;
}

.panel-group-lined .panel-body {
  padding: 15px 0;
  border: 0;
}

/* Services Section Css */
#services p {
  text-align: justify;
}

#services .progress-list li .bar {
  border: 1px solid #410000;
  padding: 5px;
  position: relative;
}

#services .progress-list li .bar .bar-bg {
  background: #410000;
  position: absolute;

  height: 100%;
  top: 0;
  left: 0;
}

#services .panel-group-lined .panel-active .panel-heading .panel-title {
  border-bottom: 1px solid #e45050;
  color: #e45050;
}

#services .panel-group-lined .panel-title > a:active {
  color: #e45050;
}

/* Testimonial Css */
#portfolio .testimonial-bg:before {
  background-repeat: no-repeat;
  width: 738px;
  background-position: top right;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url("../images/testimonial-left-bg.png");
  height: 100%;
  background-size: cover;
}

#portfolio .testimonial-bg:after {
  background-repeat: no-repeat;
  width: 738px;
  background-position: top right;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url("../images/testimonial-right-bg.png");
  height: 100%;
  background-size: contain;
}

#portfolio .slick-slider .item:has(.fancybox) {
  max-height: 375px;
}

#portfolio .fancybox {
  height: 285px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#portfolio .fancybox * {
  outline: 0;
}

#portfolio .fancybox a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#portfolio .fancybox a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3f3f3f75;

}
#portfolio .fancybox a::after {
  content: "";
  position: absolute;
  border: 0.7rem solid #fff;
  z-index: 1;
  width: 8rem;
  height: 8rem;
  border-radius: 500rem;
}

#portfolio .fancybox a video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}

#portfolio .slick-slider blockquote:before {
  position: absolute;
  top: -45px;
  left: 0;
  content: "";
  background-image: url("../images/Quotation-mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 26px;
}

#portfolio {
  background: #333333 0% 0% no-repeat padding-box;
  padding: 0px 0px 128px 0px;
  margin-bottom: 310px;
  position: relative;
}

#portfolio .inner {
  position: relative;
  padding-bottom: 0;
}

#portfolio .testimonial-headline .section-title-medium {
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
}

#portfolio .slick-slider {
  /* bottom: -310px; */
  top: 210px;
  left: 0;
  position: absolute;
  width: 100%;
}

#portfolio .testimonial-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#portfolio .testimonial-headline h2 {
  margin-bottom: 16px;
  color: #e45050;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

#portfolio .slick-slider blockquote {
  position: relative;
  min-height: 221px;
  font-style: normal;
}

#portfolio .slick-slider .feature-m {
  padding: 0;
  text-align: center;
}

#portfolio .slick-slider blockquote p {
  margin-top: 46px;
}

#portfolio .slick-dots {
  margin-top: 0 !important;
}

#portfolio .testimonial-headline {
  padding-bottom: 157px;
}

#portfolio .testimonial-slider .slick-dots button {
  height: 19px;
  width: 19px;
  border-radius: 50px;
  background: #b6c6c9;
  transition: all 0.8s;
}

#portfolio .testimonial-slider .slick-dots button:hover {
  background: #e45050;
}

#portfolio .testimonial-slider .slick-dots button::before {
  content: "";
}

#portfolio .testimonial-slider .slick-dots li.slick-active button,
#portfolio .slick-dots li button:hover {
  background: #e45050;
}

#portfolio .slick-slider .item {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #00000029;
  border-radius: 10px;
  padding: 28px 30px 24px 30px;
  margin: 0px 15px 70px 15px;
}

.play_icon,
.play_icon:before,
.play_icon:after {
  width: 3em;
  height: 3em;
}
.play_icon {
  overflow: hidden;
  position: absolute;
  border-radius: 20%;
  transform: rotate(121deg) skewY(30deg) scaleX(0.866);
  cursor: pointer;
  pointer-events: none;
  left: 39%;
}
.play_icon:before,
.play_icon:after {
  position: absolute;
  background: #fff;
  pointer-events: auto;
  content: "";
}
.play_icon:before {
  border-radius: 20% 20% 20% 53%;
  transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%)
    skewX(30deg) scaleY(0.866) translateX(-24%);
}
.play_icon:after {
  border-radius: 20% 20% 53% 20%;
  transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%)
    skewX(-30deg) scaleY(0.866) translateX(24%);
}

/* Parallax Css */
.parallax.inverse-text.custom-parall {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  min-height: 460px;
  max-height: 460px;
  height: 100%;
  background-position-y: calc(100% - 0px);
}

.parallax .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.parallax .inner > * {
  text-align: center;
}

.parallax .inner p {
  font-size: 28px;
  line-height: 34px;
  /* min-height: 72px; */
  color: #fff;
}

.parallax .inner .section-title {
  line-height: 70px;
  margin-bottom: 50px;
  font-size: 55px;
  color: #fff;
  font-weight: 300;
}

.ourmission p {
  text-align: justify;
}

.ourmission ul {
  text-align: left;
}

.we_do .we_do_box .box_heading {
  margin-top: 25px;
}

.we_do .we_do_box ul {
  text-align: left;
  /* list-style: inside; */
}

.we_do li:nth-child(1) i {
  padding-top: 7px;
}

.we_do .we_do_box ul li::marker {
  content: "\e97d  ";
  font-family: Entypo;
  padding-right: 5px;
  color: #e45050;
}

.we_do hr {
  margin-bottom: 0;
}

.timeline-steps .timeline-steps-inner {
  padding-top: 0px !important;
}

.portfolioSingle_page-sec {
  overflow-x: hidden;
}

.single-portfolio-slider .slick-prev {
  left: 20px;
}

.single-portfolio-slider .slick-next {
  right: 20px;
}

.single-portfolio-slider .slick-arrow {
  position: absolute;
  opacity: 75%;
  z-index: 3;
  margin: 0;
  width: 40px;
  height: 41px;
}

.single-portfolio-slider .slick-prev::before {
  content: "\e929";
  color: red;
  font-family: Entypo;
  font-size: 4rem;
}

.single-portfolio-slider .slick-next::before {
  content: "\e92a";
  color: red;
  font-family: Entypo;
  font-size: 4rem;
}

.single-portfolio-slider .slick-arrow:hover {
  opacity: 100%;
}

.single-portfolio-slider .slick-dots li.slick-active {
  border-radius: 5em;
  background: #e45050;
  height: 8px;
  width: 8px;
}

.single-portfolio-slider .slick-dots li.slick-active button {
  height: 8px;
  width: 8px;
}

.single-portfolio-slider .slick-dots li.slick-active button::before {
  font-size: 0;
  height: 8px;
  width: 8px;
}

.single-portfolio-slider .slick-dots li {
  border-radius: 5em;
  background: #e450504d;
  height: 8px;
  width: 8px;
  transition: 0.3s;
}

.single-portfolio-slider .slick-dots li:hover {
  background: #e45050;
}

.single-portfolio-slider .slick-dots li button {
  height: 8px;
  width: 8px;
}

.single-portfolio-slider .slick-dots li button::before {
  font-size: 0;
  height: 8px;
  width: 8px;
}

/* .site-header .navbar .align-center.flex-it {
    display: flex;
    justify-content: end;
} */

.our-work .slick-arrow::before {
  top: 50%;
}

/* -- About Page Css -- */

/* Our Process */
/* .our-process .section-title, 
.company-advantage .section-title,
.timeline-steps-inner .section-title,
.contact-headline .section-title {
    margin-bottom: 15px;
} */

.our-process .process-method .icon {
  margin-bottom: 10px;
  display: block;
  width: unset;
  height: unset;
}

/* Company Advantage Css */
.company-advantage .icon-img.icon-svg.icon-l img {
  width: 300px;
}

.company-advantage .advntg-text-block p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.cmpy-advtg {
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.cmpy-advtg .cmpy-img-blk {
  margin-bottom: 20px;
}

/* Our Mission Css */

.ourmission .icon {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.ourmission .box-bg {
  min-height: 405px;
}

.ourmission .box-bg .icon i {
  font-size: 40px;
}

.ourmission .box-bg .icon i::before {
  background: #e45050;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* about-intro_image Css*/
.about-intro_image {
  position: relative;
  margin-bottom: 200px;
  display: inline-block;
  width: 100%;
  z-index: 1;
}

.about-intro_image span.learning-management_image {
  position: relative;
}

.about-intro_image span.enterprise-solutions_image {
  position: absolute;
  top: 268px;
  right: 63px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 5px;
  display: inline-block;
}

.about-intro_image span.enterprise-solutions_image br {
  display: none;
}

.about-intro_image .our_experience {
  position: absolute;
  top: 50%;
  left: 66%;
  width: 161px;
  height: 161px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #00000029;
  border-radius: 15px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-intro_image .our_experience h3 {
  font-size: 45px;
  line-height: 54px;
  font-family: "Lato Bold";
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.about-intro_image .our_experience span {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
}

.about-intro_image:before {
  background-image: url("../images/intro_image_shap.png");
  position: absolute;
  top: -65px;
  left: -90px;
  content: "";
  width: 243px;
  height: 243px;
}

/* -- Service Page Css -- */

.timeline .timeline-block .timeline-icon .icon-bg {
  background: #e45050;
}

.timeline.dot .timeline-icon:before {
  background: #e45050;
}

.services .box .icon-list {
  text-align: left;
}

.services .box-bg {
  min-height: 448px;
  /* max-height: 448px; */
}

.timeline-icon {
  position: absolute;
  top: 0;
  margin-top: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.timeline-icon .icon {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline {
  position: relative;
  padding: 35px 0;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.timeline-block {
  position: relative;
  margin: -80px 0;
}

.timeline-block:before,
.timeline-block:after {
  content: " ";
  display: table;
}

.timeline-block:after {
  clear: both;
}

.timeline-block:first-child {
  margin-top: 0;
}

.timeline-block:last-child {
  margin-bottom: 0;
}

.timeline-content {
  position: relative;
  width: 42%;
}

.timeline.dot .timeline-content {
  width: 45%;
}

.timeline-content.box-arrow.left {
  float: right;
}

.timeline-content .timeline-box-head {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.box-arrow:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -10px;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.box-arrow.right:after {
  right: -10px;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.box-arrow.left:after {
  left: -10px;
  right: auto;
  border-right: 10px solid #fff;
  border-left: transparent;
}

/* Hire Resource Page */

.hr-content li {
  margin-bottom: 10px;
  font-size: 15px;
}

/* -- Portfolio Page Css -- */

.portfolio .post-content,
.blog.shop .post-content {
  margin-top: 40px;
  margin-bottom: 30px;
}

.portfolioback .portfolio .tiles-l .item {
  margin-bottom: 40px;
}

.portfolioback .portfolio .tiles-l .item a .overlay {
  margin-right: 10px;
}

.portfolio .tiles .item figure {
  border: 1px solid #ccc;
}

.isotope-filter {
  display: flex;
  justify-content: center;
}

.isotope-filter ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.isotope-filter ul li {
  margin-right: 20px;
}

.isotope-filter ul li a.active,
.isotope-filter ul li a:hover {
  text-decoration: none;
  color: #e45050;
}

.isotope-filter ul li a {
  color: #404040;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-size: 16px;
  line-height: 1;
}

/* --Single Portfolio Page-- */
.wrapper.hr-contact {
  background: #2b2b2b;
}

.wrapper.hr-contact .text-center > a {
  background: #e45050;
  padding: 10px 40px;
  font-weight: 500;
  color: #fff;
  margin-top: 40px;
  font-size: 16px;
}

.wrapper.hr-contact p {
  color: #000;
}

.wrapper.hr-contact a {
  color: #e45050;
}

.wrapper.hr-contact .et-mobile {
  color: #e45050;
}

.wrapper.hr-contact ul {
  padding: 0;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper.hr-contact ul li {
  font-size: 20px;
  list-style: none;
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.wrapper.hr-contact p.larger {
  font-size: 34px;
}

.wrapper.hr-contact {
  background: #fff;
}

.wrapper.hr-contact .inner {
  padding: 40px 5px;
}

.wrapper.hr-contact .hr-content-box {
  padding: 40px 10px;
  border-bottom: 4px solid #e45050;
  border-radius: 20px;
  box-shadow: 0 -2px 10px -3px #000;
}

.wrapper.hr-contact .hr-content-box .section-title {
  margin-bottom: 35px;
}

.wrapper.hr-contact .hr-content-box p {
  margin-bottom: 25px;
}

.wrapper.hr-contact a.btn {
  padding: 1rem 5rem;
  background: #0000;
  border: 1px solid #e45050;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: color 0.7s;
}

.wrapper.hr-contact a.btn:hover {
  border: 1px solid #e45050;
  color: #fff;
}

.wrapper.hr-contact a.btn::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #e45050;
  backdrop-filter: blur(5px);
  transition: width 0.5s, height 0.5s;
  z-index: -1;
}

.wrapper.hr-contact a.btn:hover::before {
  width: 500px;
  height: 500px;
}

/* -- Contact Page Css -- */

.contact-address {
  margin-left: 35px;
}

.contact-address .widget-title {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact-address .con-flag {
  display: flex;
  align-items: center;
}

.contact-address .con-flag img {
  margin-right: 3px;
}

.contact-headline p {
  font-size: 16px;
}

.form-group.department {
  position: relative;
  display: flex;
  align-items: center;
}

.form-group.department p {
  width: 100%;
}

.form-group.department {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}

.form-group.department::after {
  content: "\f347";
  font-family: dashicons;
  font-weight: 400;
  position: absolute;
  right: 15px;
  z-index: -1;
}

.form-group.department select {
  background: #0000;
  cursor: pointer;
}

textarea {
  /* height: 100%; */
  width: 100%;
}

span.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
  width: 100%;
}

.contact-headline {
  text-align: center;
  margin-bottom: 10px;
}

.sidebox a {
  color: inherit;
}

.sidebox a:hover {
  color: #e45050;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: #e45050;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  opacity: 0.96;
  margin-top: 35px;
  transition: 0.3s;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  opacity: 1;
}

/* -- Page Not Found */

.pagenotfound-search .search-form {
  position: relative;
}

.pagenotfound-search .search-form input {
  margin: 0;
}

.pagenotfound-search .search-form .search-submit:before {
  content: "\e9d9";
  font-family: "Entypo";
  display: block;
  position: absolute;
  top: 8px;
  right: 70px;
  font-size: 32px;
  color: #fff;
  z-index: 1;
}

.pagenotfound-search .search-form {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.pagenotfound-search .search-form .search-field {
  width: 100%;
  position: relative;
}

.pagenotfound-search .search-form .search-submit {
  position: absolute;
  right: 0px;
  padding: 0 2em 0 3em;
  color: #fff;
  font-size: 1em;
  background: #e45050;
  height: 100%;
  border: 0;
  cursor: pointer;
  border-radius: 4px;
}

.blog_content .blog_head {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}

.blog_content figure.alignleft {
  display: flex;
  justify-content: start;
  align-items: center;
}

.blog_content figure.aligncenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_content figure.alignright {
  display: flex;
  justify-content: end;
  align-items: center;
}

/* Footer Css */

.ftr-hig {
  min-height: 330px;
}

footer.dark-wrapper {
  background: #272727;
}

footer .ftr-hig .ftr-logo p:first-child {
  /* margin-top: -15px; */
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
}

footer .ftr-hig .ftr-logo p:first-child img {
  height: auto;
}

footer .ftr-hig .ftr-logo p:not(:first-child) {
  text-align: justify;
}

footer.inverse-text * {
  color: #d5d5d5;
}

footer.inverse-text .widget-title {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

footer.inverse-text .widget-title,
footer.inverse-text a {
  color: #fff;
}

footer.inverse-text .inner {
  padding: 60px 15px;
}

footer.inverse-text .widget-bottom {
  margin-top: 50px;
}

footer.inverse-text .widget .image-list li .meta * {
  color: #aaa;
}

footer.inverse-text .widget .unordered-list.pointer {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  width: 80%;
}

footer.inverse-text .widget .unordered-list.pointer:not(.upwork) {
  width: 100%;
}

footer.inverse-text .widget .unordered-list.pointer.upwork li a img {
  background: #fafafa;
  padding: 10px;
}

footer.inverse-text .widget ul {
  margin: 0;
  padding: 0;
}

footer.inverse-text .ftr-service .widget ul {
  list-style: none;
}

footer.inverse-text .ftr-service {
  padding-left: 50px;
}

footer.inverse-text .ftr-hig .icon-list {
  margin-left: 20px;
  list-style: none;
}

footer.inverse-text .ftr-hig .icon-list li {
  position: relative;
}

footer.inverse-text .ftr-hig .icon-list li:nth-child(1)::marker {
  content: "\e9d1  ";
  font-family: Entypo;
  padding-right: 5px;
}

footer.inverse-text .ftr-hig .icon-list li:nth-child(2)::marker {
  content: "\e9f0  ";
  font-family: Entypo;
  padding-right: 5px;
}

footer.inverse-text .ftr-hig .icon-list li:nth-child(3)::marker {
  content: "\e9da  ";
  font-family: Entypo;
  padding-right: 5px;
}

footer.inverse-text .ftr-hig .icon-list li:nth-child(4)::before {
  content: "";
  background-image: url("../images/india_flag.png");
  position: absolute;
  left: -25px;
  top: 4px;
  width: 20px;
  height: 20px;
  background-size: cover;
}

footer.inverse-text .ftr-hig .icon-list li:nth-child(5)::before {
  content: "";
  background-image: url("../images/aus_flag.png");
  position: absolute;
  left: -25px;
  top: 4px;
  width: 20px;
  height: 20px;
  background-size: cover;
}

footer.inverse-text .ftr-hig .icon-list li:nth-child(6)::before {
  content: "";
  background-image: url("../images/us_flag.png");
  position: absolute;
  left: -25px;
  top: 4px;
  width: 20px;
  height: 20px;
  background-size: cover;
}

.footer .widget.widget-pointer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

footer.inverse-text .widget .image-list li {
  clear: both;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}

footer.inverse-text .widget .image-list li .post-title {
  margin-bottom: 5px;
}

footer.inverse-text .widget .image-list figure {
  float: left;
  width: 70px;
  height: 70px;
}

footer.inverse-text .widget .image-list .post-content {
  margin-left: 85px;
  margin-bottom: 0;
}

footer.inverse-text ul.social {
  list-style: none;
  display: flex;
  padding: 0;
}

footer.inverse-text ul.social li {
  margin-right: 16px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.4s;
}

footer.inverse-text ul.social li a i {
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px;
}

footer.inverse-text ul.social li {
  background: #e45050;
}

/* Sub Footer Css */

footer .sub-footer.dark-wrapper {
  background: #232323;
}

footer .sub-footer {
  padding-top: 20px;
  padding-bottom: 40px;
}

footer .sub-footer.inverse-text .sub-footer-content a {
  color: #e45050;
}

footer .sub-footer.dark-wrapper.inverse-text .sub-footer-content::before,
footer .sub-footer.dark-wrapper.inverse-text .sub-footer-content::after {
  content: "";
  position: absolute;
}

footer .sub-footer-content ul {
  list-style: none;
  display: flex;
  gap: 2em;
}

footer .sub-footer.dark-wrapper.inverse-text .sub-footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.entry-content a img,
.comment-content a img,
.widget a img {
  width: 100%;
}

/* Footer All Hover */
footer.inverse-text a:hover {
  color: #e45050;
}

footer.inverse-text ul.social li:hover {
  opacity: 0.8;
}

/* Slick Costum Css */

.slick-list.draggable {
  cursor: grab;
}

.slick-list.draggable:active {
  cursor: grabbing;
}

/* Career Page css */
.jobs {
  margin: 90px 0;
}

.jobs .panel-group .panel-active .panel-heading a:after {
  transform: rotate(-180deg);
}

.jobs .panel-group .panel-heading a:after {
  transform: rotate(90deg);
}

.jobs .panel-group .panel-heading .panel-title:hover,
.jobs .panel-group .panel-heading .panel-title a:hover {
  color: unset;
}

.jobs .panel-group {
  margin-bottom: 50px;
}

.jobs .panel .panel-body ul,
.jobs .panel .panel-body p {
  margin-bottom: 20px;
}

.jobs .panel .panel-body ul {
  margin-left: 5px;
}

.jobs .panel .panel-body ul li {
  list-style-position: outside;
}

.jobs .panel .panel-body ul li::marker {
  content: "\e97d  ";
  font-family: Entypo;
  padding-right: 5px;
  color: #e45050;
}

/* Career form */

.career-form {
  padding-top: 50px;
}

.career-form .career-submit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.career-form .career-submit p {
  margin-left: 75px;
}

.career-form form .row .col-md-6,
.career-form form .row .col-md-12 {
  margin-bottom: 20px;
}

.career-form .wpcf7 input[type="file"]::-webkit-file-upload-button {
  border: 2px solid #d5d5d5;
  padding: 1rem 3rem;
  border-radius: 10px 10px 10px 0px;
  transform: translate(-15px, 2.5px);
  background: #0000;
  color: #707070;

  transition: border 0.991s;
}

.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required::-webkit-file-upload-button {
  pointer-events: none !important;
}

.career-form
  .wpcf7-form-control-wrap:hover
  > .wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required::-webkit-file-upload-button,
.career-form
  .wpcf7-form-control-wrap:focus
  > .wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required::-webkit-file-upload-button,
.career-form
  .wpcf7-form-control-wrap:focus-visible
  > .wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required::-webkit-file-upload-button,
.career-form
  .wpcf7-form-control-wrap:focus-within
  > .wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required::-webkit-file-upload-button {
  border: 2px solid #e45050;
}

.career-form .wpcf7-form {
  margin: 50px 0;
}

.career-form .wpcf7-form-control-wrap input,
.career-form .wpcf7-form-control-wrap textarea,
input,
textarea {
  caret-color: #e45050;
}

.career-form .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text:hover,
.career-form .wpcf7-form-control.wpcf7-textarea:hover,
.career-form .wpcf7-form-control.wpcf7-select:hover,
.career-form .wpcf7-form-control.wpcf7-file:hover,
.career-form .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text:focus,
.career-form .wpcf7-form-control.wpcf7-textarea:focus,
.career-form .wpcf7-form-control.wpcf7-select:focus,
.career-form .wpcf7-form-control.wpcf7-file:focus {
  border-bottom: 2px solid #e45050;
  outline: 0;
}

.career-form .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text,
.career-form .wpcf7-form-control.wpcf7-textarea,
.career-form .wpcf7-form-control.wpcf7-select,
.career-form .wpcf7-form-control.wpcf7-file {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #d5d5d5;
  border-radius: 0;
  background: #0000;
  transition: border-bottom 1s;
  outline: 0;
}

/* Upadating new css */

/* web-development css */
.web-development:nth-child(even) {
  background: #fff;
}

.web-development:nth-child(odd) {
  background: #fafafa;
}

.web-development {
  padding: 50px 0;
}

.web-development .development {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.web-development .section-title {
  margin-bottom: 40px;
}

.web-development a.hoverServiceEffect {
  display: flex;
  margin: 7px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0px 3px 25px #00000021;
  padding: 30px;
  color: #333;
  background: #ffffff;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.web-development a.hoverServiceEffect::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50px;
  background: #e45050;
  width: 0;
  height: 3px;
  transition: all 0.5s;
}

.web-development a.hoverServiceEffect:hover::after {
  border-radius: 50px;
  width: 100%;
  left: 0;
  right: unset;
}

.web-development a.hoverServiceEffect h3 {
  margin: 10px 0 20px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.5s;
}

.web-development a.hoverServiceEffect:hover h3 {
  color: #e45050;
}

.web-development a.hoverServiceEffect p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

.web-development a.hoverServiceEffect .link {
  position: relative;
  width: 100%;
}

.web-development a.hoverServiceEffect .link i {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0px);
  color: #333;
  font-weight: 600;
  font-size: 1.5em;
  width: 100%;
  transition: all 0.5s;
}

.web-development a.hoverServiceEffect:hover .link i {
  color: #e45050;
  transform: translateX(10px);
}

/* technology_expertise css */

.technology_expertise {
  margin-bottom: 90px;
}

.technology_expertise .tab-content > .active {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.technology_expertise .tech-exp .card-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  margin: 10px;
  border: 2px solid #eee;
  border-radius: 10px;
  box-shadow: 0 0 0 #dadada, 0 0 0 #dadada;
  transition: all 0.5s;
  height: inherit;
  width: inherit;
}

.technology_expertise .expertise-technology {
  width: 170px;
  height: 170px;
  margin: 10px;
}

.technology_expertise .tech-exp .card-box:hover {
  box-shadow: 0 0 0.1875rem #dadada, 0 0 0.9375rem #dadada;
}

.technology_expertise .tech-exp .card-box img {
  width: 50%;
  margin-bottom: 5px;
  height: 50%;
  object-fit: contain;
}

.tech-exp-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.nav-tabs {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-tabs > li > a {
  border: 0px;
  border-radius: 0;
  font-size: 1.2em;
}

.nav > li > a:hover,
.nav > li > a:focus {
  border: 0;
  background: #0000;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 0;
  color: #e45050;
  position: relative;
}

.nav-tabs > li > a::after,
.nav-tabs > li > a:hover::after,
.nav-tabs > li > a:focus::after {
  content: "";
  position: absolute;
  background: red;
  width: 100%;
  height: 2px;
  border-radius: 50px;
  bottom: 0;
  left: 0;
  scale: 0;
  transition: 0.15s linear;
}

.nav-tabs > li.active > a::after,
.nav-tabs > li.active > a:hover::after,
.nav-tabs > li.active > a:focus::after {
  scale: 1;
}

/* why_choose_us_new css */
.why_choose_us_new {
  background: #fbfbfb;
  padding: 60px 0;
}

.why_choose_us_new .row .col-md-4 {
  height: 100%;
}

.reasons-box {
  border-radius: 15px;
  padding: 20px;
  min-height: 165px;
  box-shadow: 0 0 0.9375rem #dadada;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
}

.reasons-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50px;
  background: #e45050;
  width: 0;
  height: 3px;
  transition: all 0.5s;
}

.reasons-box:hover:after {
  border-radius: 50px;
  width: 100%;
  left: 0;
  right: unset;
}

.reasons-box h4 {
  position: relative;
  padding-bottom: 10px;
}

.reasons-box h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 15%;
  background: #e45050;
  left: 0;
  border-radius: 50px;
}

.project-content {
  width: 100%;
  margin: 0 0 45px 0;
}

.project-content .project-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.project-content img {
  width: 100%;
  border-radius: 10px;
}

.project-content .proj-techno {
  position: absolute;
  background: linear-gradient(
    0deg,
    #000000fa,
    #000000d9,
    #0000007a,
    transparent
  );
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0%;
  width: 100%;
  bottom: 0px;
  border-radius: 10px;
  transition: all 0.8s;
  overflow: hidden;
}

.project-content .project-img:hover .proj-techno {
  height: 40%;
  width: 100%;
  top: unset;
  bottom: 0;
}

.project-content .proj-techno p {
  color: #fff;
  font-size: 18px;
  position: relative;
  top: 30px;
}

.project_link {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500rem;
  border: 2px solid #121212;
  top: -20%;
  font-weight: bolder;
  background: #121212;
  opacity: 0;
  transition: all 0.5s linear;
  position: absolute;
  padding: 1rem;
  z-index: 5;
  height: 80px;
  width: 80px;
  transform: translateY(-50%);
}

.project_link a i {
  padding: 1rem;
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
}

.project-content .project-img:hover .project_link a {
  top: 50%;
  opacity: 1;
}

.portfoli-block {
  margin: 40px 0;
}

.portfoli-block .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.video_testi_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.life_Culture .life_culture_content {
  position: relative;
  height: 100%;
  margin-bottom: 25px;
  z-index: 0;
  overflow: hidden;
}

.life_Culture .life_culture_content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: linear-gradient(
    90deg,
    #ffc9c914,
    #0000,
    #0000,
    #0000,
    #0000,
    #ffc9c914
  );
}

.life_Culture .life_culture_slide {
  display: flex;
  transition: all linear 0.5s;
}

.life_Culture .life_culture_slide > * {
  transition: all linear 0.5s;
}

.life_Culture .life_culture_slide .life_cul_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.life_Culture .life_culture_slide .life_cul_img {
  display: flex;
  flex-direction: column;
  width: 340px;
  height: 490px;
  justify-content: space-between;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}

.life_Culture .life_culture_slide .life_cul_img:not(.single_img) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(257px, 1fr));
}

.life_Culture
  .life_culture_slide
  .life_cul_img:not(.single_img)
  div:first-child {
  grid-row: 1;
  grid-column: 1 / span 50;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 101%, 0 0);
}

.life_Culture
  .life_culture_slide
  .life_cul_img:not(.single_img)
  div:nth-child(2) {
  grid-row: 2;
  grid-column: 1 / span 50;
  clip-path: polygon(0 20%, 100% -1%, 100% 100%, 0 100%, 0 100%);
  margin-top: -25px;
}

.life_Culture .life_cul_img:not(.single_img) div {
  height: 260px;
}

.life_Culture .life_culture_slide .slick-slide {
  width: 340px !important;
}

.life_Culture .life_culture_slide .slick-track {
  display: flex;
  gap: 25px;
}

.life_Culture .life_culture_slide .life_cul_img.single_img div {
  height: 100%;
}

.life_Culture .life_cul_img div {
  height: 230px;
}

.life_Culture .slide_reverse {
  transform: rotateY(180deg);
}

@media (min-width: 1200px) {
  .navbar.wide {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (max-width: 1450px) {
  .wrapper.service-detail:after {
    width: 100px;
  }

  .wrapper.service-detail:before {
    width: 100px;
  }
}

/* Maximum Layout Width is 1300px  */
@media (max-width: 1300px) {
  #portfolio .testimonial-bg::before,
  #portfolio .testimonial-bg::after {
    width: 50% !important;
    overflow: hidden;
  }
}

/* Maximum Layout Width is 1200px  */
@media screen and (max-width: 1200px) {
  header .new-layout ul {
    margin: 0 0px 0 0;
  }

  .navbar {
    margin: 10px 20px;
  }

  .our-work .slick-arrow::before {
    top: 0 !important;
    bottom: -2px !important;
    font-size: 70px;
    padding: 0;
    z-index: 5;
  }

  .our-work .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -10px !important;
    width: 0;
    z-index: 5;
  }

  .our-work .slick-prev.slick-arrow {
    left: 35%;
  }

  .our-work .slick-next.slick-arrow {
    right: 35%;
  }

  footer .ftr-hig .ftr-logo p:first-child {
    margin-left: 0;
  }

  footer.inverse-text .widget .unordered-list.pointer {
    width: 100%;
  }

  #portfolio .testimonial-headline {
    padding-bottom: 240px;
  }

  .portfoli-block h2.post-title {
    font-size: 20px;
  }

  .resources-advantage .panel .panel-body {
    min-height: 210px;
    height: auto;
  }

  .wrapper.service-detail:after {
    display: none;
  }

  .wrapper.service-detail:before {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  ul#mega-menu-header > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px !important;
  }
}

@media (max-width: 991px) {
  #mega-menu-wrap-header .mega-menu-toggle + #mega-menu-header {
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  #portfolio .slick-slider blockquote {
    min-height: 120px;
  }

  .image-block-wrapper .image-block {
    margin-bottom: 100px !important;
  }

  .wrapper.hr-contact .inner {
    padding: 0 15px;
    margin-bottom: 40px;
  }

  .wrapper.hr-contact ul {
    flex-wrap: wrap;
  }

  .wrapper.hr-contact ul li {
    font-size: 18px;
  }

  #mega-menu-wrap-header
    #mega-menu-header
    > li.mega-menu-item
    > a.mega-menu-link {
    padding: 0 50px;
  }

  header .new-layout ul.top-header-contact-link {
    display: none;
  }

  header .new-layout ul.mobile-head-contact {
    display: flex;
    margin: 0 55px 0 0;
  }

  header .new-layout ul li {
    padding: 0 15px;
  }

  header .new-layout ul li img {
    margin: 0 0 0 10px;
  }

  #mega-menu-wrap-header
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated {
    position: relative;
    top: 20px;
  }

  header .mobile-head-contact li .et-phone:before {
    transform: rotate(90deg);
    display: inline-block;
  }

  footer.inverse-text .widget .unordered-list.pointer.upwork li a img {
    width: 45%;
  }

  #portfolio .testimonial-headline {
    padding-bottom: 100px;
  }

  .portfoli-block .row {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .web-development .development {
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: center;
  }

  .about_service-detail .services-image .service-icon {
    right: 45px;
  }

  .about_service-detail .services-image {
    margin-bottom: 55px;
  }

  .resources-advantage .panel .panel-body {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .in_load video {
    width: 20%;
  }

  #mega-menu-wrap-header
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated {
    position: relative;
    top: 15px;
  }

  .wrapper.hr-contact ul li {
    font-size: 16px;
  }

  .ftr-hig {
    min-height: auto !important;
  }

  footer.inverse-text .ftr-service {
    padding-left: 15px;
    margin-top: 40px;
  }

  .navbar {
    margin: 10px 0;
  }

  footer.inverse-text .widget-bottom {
    margin: 40px 0px;
  }

  .widget .unordered-list.pointer {
    margin-left: 0px !important;
  }

  #mega-menu-wrap-header
    #mega-menu-header
    > li.mega-menu-item
    > a.mega-menu-link {
    padding: 0 35px;
  }

  header .new-layout ul.mobile-head-contact {
    margin: 0 35px 0 0;
  }
}

@media (max-width: 567px) {
  #mega-menu-wrap-header
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated {
    top: 0px;
  }

  .navbar {
    margin: 50px 0 20px 0 !important;
  }

  .site-header .navbar .flex-it {
    margin: auto 15px !important;
  }

  #portfolio .testimonial-headline .section-title-medium {
    font-size: 30px;
    line-height: 38px;
  }

  #portfolio .testimonial-headline {
    padding-bottom: 180px;
  }

  ul.unordered-list.pointer.upwork {
    margin-bottom: 40px !important;
  }

  footer.inverse-text .inner {
    padding: 40px 15px;
  }

  .about_service-detail .services-image .service-icon {
    right: -40px;
    width: 151px;
    height: auto;
  }

  .header-redbg .inner h1.section-title {
    line-height: 40px !important;
    font-size: 30px !important;
  }

  .slider .home-slider .slick-prev,
  .slider .home-slider .slick-next {
    display: none !important;
  }

  .section-title {
    font-size: 25px;
    line-height: 35px;
  }

  .our-work:before {
    height: 130px;
  }

  .wrapper.hr-contact ul li {
    margin: 0 5px 10px 0;
  }

  .our-work:after {
    bottom: -120px;
    width: 100px;
    height: 250px;
  }

  .cmpy-advtg .cmpy-img-blk {
    margin-bottom: 30px;
  }

  .our-work .work-slider .slick-list {
    padding-bottom: 40px;
  }

  .nav-tabs > li > a {
    font-size: 1em;
    padding: 10px 8px;
  }

  .technology_expertise .expertise-technology {
    width: 150px;
    height: 150px;
  }

  .wrapper.darkgray-wrapper.our-process .inner {
    padding: 60px 15px 30px 15px;
  }

  #mega-menu-wrap-header
    #mega-menu-header
    > li.mega-menu-item
    > a.mega-menu-link {
    padding: 0 16px;
  }

  header .new-layout ul.mobile-head-contact {
    margin: 0 5px 0 0;
  }
}

/* New css Between css */
@media screen and (max-width: 1350px) and (min-width: 992px) {
  /* header .new-layout ul {margin: 0;} */
  header .new-layout ul li {
    padding: 0 7px;
  }
  header .new-layout ul li img {
    margin-right: 6px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1000px) {
  header .new-layout ul li:first-child {
    padding-left: 3px;
  }
}
