/* 
  Theme Name: sidco 
  Author: Pix Brand Pvt Ltd
  Description: Your description goes here 
  Version: 1.0 
  Template: hello-elementor 
  This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes. 

  (optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain) 
*/

  
 /* --===============|| Reset Css Start ||=================--*/
:root {
  --red: #ff0000;
  --white: #fff;
  --black: #070707;
}

.wpcf7 form .wpcf7-response-output {
    border: 2px solid #fff925b5 !important;
    color: #ffffff;
}

a {
  transition: all 0.3s;
}

p {
  font-family: "Manrope" !important;
}

.page-template a {
  transition: all 0.4s !important;
}

#wpadminbar #adminbarsearch .adminbar-button {
  display: none !important;
}

body {
  overflow-x: hidden;
}

.e-con>.e-con-inner {
  max-width: calc(100% - 200px + 30px) !important;
}
.RedBlackBtn a{
  cursor: pointer;
}
.whataap_svg {
    position: fixed;
    right: 4%;
    bottom: 5%;
    z-index: 99;
    max-width: fit-content !important;
}
.whataap_svg a img {
    width: 50px;
    height: 50px;
}
.grecaptcha-badge{
	display:none;
}
/*--===============|| Reset Css End ||=================--*/
/*--===============|| Header Css Start ||=================--*/
header#masthead {
  position: fixed !important;
  top: 0px !important;
  width: 100%;
  left: 0px;
  transition: all 0.3s;
  transform: unset !important;
  background-color: var(--black);
}

header#masthead .hfe-site-logo {
  max-width: fit-content;
}

.CompanyLogo img {
  /* width: 58px;
  
  height: 59px;*/
  display: block;
}
header#masthead {
    top: 0px !important;
    background-color: var(--black);
    padding: 16px 10px;
}

header#masthead .hfe-nav-menu li a,
header#masthead .hfe-nav-menu li {
  padding: 0px !important;
  margin: 0px !important;
}

header#masthead ul {
  grid-gap: 40px;
  align-items: center;
}

header#masthead ul::before,
header#masthead ul::after {
  display: none;
}

header#masthead .e-con-inner {
  display: block !important;
}

header#masthead .e-con-inner>div {
  width: 100% !important;
  align-items: center !important;
  max-width: 100% !important;
  justify-content: space-between !important;
}

header#masthead .e-con-inner img {
  height: 62.79px !important;
  object-fit: contain;
}

header#masthead .hfe-nav-menu li a {
  transition: all 0.3s;
  font-size: 16px !important;
}

/* header#masthead .hfe-nav-menu li:last-child a {
  background-color: var(--red);
  color: var(--white);
  border-radius: 30px;
  width: 100%;
  padding: 8px 30px !important;
  grid-gap: 12px;
} */

/* header#masthead .hfe-nav-menu li:last-child a:hover {
  background-color: var(--white);
  color: var(--black);
} */

header#masthead.sticky {
  background-color: var(--black);
  box-shadow: 1.563px 0.863px 6px 0 rgb(0 0 0 / 13%);
  animation-name: head;
  animation-duration: 1s;
}

@keyframes head {
  0% {
    transform: translate(0px, -300px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.footer_Sec {
	display:flex;
	flex-flow:wrap;
	align-items:center;
	gap:10px;
}

.footer_contact {
    width: calc(100% / 4 - 8px);
}

.elementor-icon-list--layout-inline ul.elementor-icon-list-items li:nth-child(2) a svg, .elementor-social-icons-wrapper .elementor-grid-item:nth-child(2) a svg {
    width: 30px;
    margin-top: 4px;
    height: 20px;
}
/*--===============|| Header Css End ||=================--*/
/*--------|| toggle_btn css Start ||-----------*/
.toggle_btn {
  display: none;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: var(--white);
  stroke-width: 3px;
  stroke-linecap: round;
}

.ham7 .top {
  stroke-dasharray: 40 82;
}

.ham7 .middle {
  stroke-dasharray: 40 111;
}

.ham7 .bottom {
  stroke-dasharray: 40 161;
}

.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}

.ham7.active .middle {
  stroke-dashoffset: 23px;
}

.ham7.active .bottom {
  stroke-dashoffset: -83px;
}

/*--------|| toggle_btn css End ||-----------*/
.learn_more .elementor-button {
  background-color: transparent !important;
}

.home_content h1 {
  font-size: 65px !important;
}

/* ---------- || Banner Css Start || ------------- */
/* ---------- || About Css Start || ------------- */
.about_Sec h1,
.about_Sec h2 {
  font-family: HelveticaSemi !important;
  font-weight: 500 !important;
}

/* ---------- || About Css Start || ------------- */
/* ----------|| Marquee Section Start || -------------- */
.marque_sec * {
  background-color: var(--red);
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  padding: 5px 0px 5px 0px;
  letter-spacing: 1px;
}

.marque_sec.second * {
  background-color: var(--black);
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  padding: 5px 0px 5px 0px;
  letter-spacing: 1px;
}

.marque_sec .greater {
  position: relative;
  top: 3px;
  width: 20px !important;
  height: 20px !important;
  margin: 0px 10px !important;
}

/* ----------|| Marquee Section Start || -------------- */
.pixbrand_client .client_logo_sec .img_grid figure {
  width: 100%;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
}

.pixbrand_client .client_logo_sec .img_grid figure div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 138px;
}

/*--------|| Single Blog css || ----------- */
.single_blog_inner.e-con>.e-con-inner {
  max-width: 100% !important;
}

.single_blog_inner .author_details .author_inner {
  display: flex;
  align-items: center;
  gap: 16px;
}

.single_blog_inner .author_details .author_inner img {
  border-radius: 50px;
  width: 48px;
  height: 48px;
}

.single_blog_inner .author_details .author_inner .author_content h3 {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Manrope";
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 4px;
}

.single_blog_inner .author_details .author_inner .author_content p {
  color: #b2b2b2;
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}

.single_blog_inner .blog_tags .post_tags .tags_inner {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
}

.single_blog_inner .blog_tags .post_tags .tags_inner a {
  max-width: fit-content;
  padding: 10px 20px;
  color: #cbcbcb;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #292929;
  border-radius: 25px;
}

.single_inner_blog img {
  width: 100%;
}

.single_inner_blog.e-con>.e-con-inner {
  max-width: calc(100% - 70px + 30px) !important;
}

/*--------|| Service Section CSS Start || ----------- */
.service_inner_box {
  z-index: 20;
}

.custom_container>div {
  max-width: 96% !important;
  margin: 0px auto;
}

.service_tab {
  position: relative;
  z-index: 9;
}

.service_tab ul {
  counter-reset: li;
}

.service_content.active {
  display: block;
}

.service_content {
  display: none;
}

.service_tab ul li a.active {
  color: var(--red);
}

.service_tab ul li a {
  display: flex;
  align-items: self-start;
}

.service_tab ul li a {
  color: var(--white);
  font-family: "Manrope" !important;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 100px !important;
  text-transform: capitalize;
  text-decoration: none !important;
}

.project_btn * {
  text-decoration: none !important;
}

.service_grid {
  display:flex;
  flex-flow: wrap !important;
}



.service_right {
  counter-reset: div;
}

.service_content.active {
  display: block;
}

.service_content.active::before {
  animation-name: left;
  animation-timing-function: linear;
  animation-duration: 0.8s;
  transform-origin: left;
}

.service_slide p::before,
.service_content.active::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 0;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 1s;
}

.service_hed {
  display: none;
}

.service_content.active .service_hed * {
  color: var(--black);
}

.service_hed * {
  display: block;
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  line-height: normal !important;
  display: flex;
  align-items: normal;
  margin-bottom: 0px;
}

.service_content.active .service_hed * {
  color: var(--black);
}

.service_content.active::after {
  width: 100%;
}

.service_content::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--white);
  position: absolute;
  bottom: -1px;
  right: 0px;
  animation-name: width;
  animation-timing-function: linear;
  animation-duration: 1s;
  transform-origin: right;
}

.service_list ul {
  display: flex;
  flex-flow: wrap;
  grid-gap: 8px;
}

.service_list ul li {
  background-color: transparent;
  border-radius: 24px;
  padding: 7px 24px !important;
  margin: 0px 5px !important;
  border: 1px solid #fff;
  color: #fff;
}

.service_list ul li span {
  color: var(--white) !important;
  font-family: HelveticaRegular;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  text-transform: capitalize;
}

.tab_content p {
  color: var(--white) !important;
}

.slide_left p a,
.learn_more a {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}

.learn_more a {
  padding-bottom: 15px !important;
  text-align: left;
  position: relative;
}

.service_content.active::before {
  animation-name: left;
  animation-timing-function: linear;
  animation-duration: 0.8s;
  transform-origin: left;
}

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

  50% {
    width: 3px;
  }

  100% {
    width: 100%;
  }
}

@keyframes left {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

/*--------|| Service Section CSS End || ----------- */
/*--------|| Counter section CSS Start || ----------- */
.countrer_grid_box h2 {
  font-family: "Manrope" !important;
  color: #000;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.countrer_grid_box h3 {
  color: #000;
  font-family: "Manrope" !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  max-width: 340px;
  min-width: 100px;
}

/*--------|| Service Section CSS end || ----------- */
/*--------|| Author Section CSS Start || ----------- */
.text_animy h2 {
  color: #000;
  margin: 0px;
  font-size: 80px;
  font-family: "Manrope" !important;
  font-weight: 500;
  line-height: 80px;
  /* 100% */
  text-transform: capitalize;
  overflow: hidden;
  background-color: white;
  position: relative;
}

/*--------|| Author Section CSS end || ----------- */
/*--------|| Contact Section CSS Start || ----------- */
.Contact_form .appointment_form .form_group {
  margin-top: 30px;
  padding: 0px !important;
}

.Contact_form .appointment_form .form_group p {
  display: flex;
  flex-flow: wrap;
  grid-column-gap: 15px;
  margin-bottom: 0px;
}

.contact_inner .sec_head::before {
  display: none;
}

.Contact_form .appointment_form .form_group p span.wpcf7-form-control-wrap {
  width: 100%;
  padding-left: 65px;
}

.Contact_form .appointment_form .form_group label {
  color: var(--white);
  font-family: "Manrope" !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px !important;
  text-transform: capitalize;
  margin-bottom: 0px;
  width: 100%;
  max-width: fit-content;
}

.Contact_form .appointment_form .form_group span.count {
  border: 1px solid var(--white);
  border-radius: 25px;
  width: 48.533px;
  line-height: 28px;
  text-align: center;
  color: var(--white);
  vertical-align: middle;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  background-color: transparent;
  border: 0px !important;
  border-bottom: 1px solid var(--white) !important;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  padding-left: 0px !important;
  font-weight: 400;
  line-height: 26px;
  font-family: "Manrope" !important;
  padding-bottom: 15px;
  transition: all 0.3s;
}

.Contact_form .appointment_form .form_group textarea {
  width: 100% !important;
  height: 48px !important;
  border-radius: unset !important;
  border-bottom: 1px solid var(--white);
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 12px 0px;
  font-family: Turret Road;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  outline: unset !important;
  line-height: normal;
  background: transparent;
  overflow: hidden;
  resize: vertical;
}

.form_grid.sky_btn {
  padding-top: 40px;
}

input:focus-visible {
  outline: 0px dashed black !important;
}

[type="button"],
[type="submit"],
button {
  display: inline-block !important;
  color: var(--white) !important;
  text-align: center !important;
  background-color: transparent !important;
  padding: 0.5rem 1rem !important;
  transition: all 0.3s !important;
  width: 195px !important;
  max-width: 195px !important;
  height: 44.627px !important;
  font-family: "HelveticaSemi" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 20px;
  /* 125% */
  text-transform: capitalize;
  outline: unset;
  border-radius: 41px !important;
  border: 1px solid var(--white) !important;
  position: relative;
}

.form_grid.sky_btn input[type="submit"] {
  background-image: url(data:image/svg+xml;base64PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4IiBmaWxsPSJub25lIj4NCjxwYXRoIGQ9Ik0xLjIxMzMzIDE3LjE1NjNMMTYuNzg2NyAxLjM3MjQ3TTEgMS4xNTYyNUMzLjc3MzMzIDMuMzkwNDggMTAuODU2IDYuNTE4NDEgMTcgMS4xNTYyNUMxMi45MDQgNi4zNDU0NCAxNC40NCAxMy45MTMgMTYuNzg2NyAxNi45NCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+DQo8L3N2Zz4=);
  background-position: calc(100% - 28px);
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 35px !important;
}

.contact_grid {
  position: relative;
}

.contact_grid .wpcf7 form .wpcf7-response-output {
  color: #ffff;
}

.contact_grid>div,
.contact_grid>div>div {
  position: unset;
}

.contact_grid .form_left {
  position: absolute;
  left: 0px;
  top: 145px;
  width: 40%;
}

.contact_grid {
  grid-gap: 30px;
  justify-content: space-between;
}

.contact_grid>div {
  width: calc(100% / 2 - 15px) !important;
}

.contact_grid>div:nth-child(2) {
  max-width: 45%;
}

.form_group p {
  margin: 0px;
}

.form_group input,
.form_group textarea {
  height: 72px;
  background-color: transparent !important;
  outline: unset !important;
  border: 1px solid var(--white) !important;
  border-radius: 8px !important;
  color: var(--white);
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
  padding: 25px 22px !important;
  width: 100% !important;
}

.contact_right>div {
  width: 100%;
}

.form_group input::placeholder,
.form_group textarea::placeholder {
  color: var(--white);
  opacity: 0.85;
}

.form_group textarea {
  min-height: 216px;
}

.form_right {
  display: grid;
  grid-gap: 16px;
}

.form_check h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  font-family: "Manrope";
  margin: 0px 0px 16px;
}

.form_checkbox p {
  margin: 0px;
}

.form_checkbox {
  margin-bottom: 30px;
}

.form_checkbox p>span>span {
  display: flex;
  flex-flow: wrap;
  grid-gap: 8px;
}

.form_checkbox p>span>span>span {
  margin: 0px;
  width: calc(100% / 3 - 6px);
}

.form_checkbox p>span>span>span span {
  border-radius: 24px;
  background-color: #ffffff26;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Manrope";
  color: var(--white);
  font-weight: 500;
  padding: 15px;
  transition: all 0.3s;
}

.form_checkbox p>span>span>span label {
  width: 100%;
  position: relative;
}

.form_checkbox p>span>span>span label input {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}

.form_checkbox p>span>span>span label input:checked+span {
  background-color: var(--white);
  color: var(--black);
}

.form_right span.wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 16px;
  font-family: "Manrope";
  color: var(--white) !important;
}

.form_group_btn input {
  width: 100% !important;
  border: unset !important;
  outline: unset !important;
  background-color: var(--white) !important;
  border-radius: 26px !important;
  color: var(--black) !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  font-family: "Manrope" !important;
  height: 52px !important;
  max-width: 100% !important;
	text-transform:uppercase;
}

.form_group_btn,
.form_group_btn p .wpcf7-spinner {
  position: absolute;
  top: 10px;
  right: 0px;
}

.form_group_btn .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.form_group_btn,
.form_group_btn p {
  position: relative;
  margin: 0px;
}

.privacy_content p a {
  color: #b2b2b2 !important;
}

@media (max-width: 1560px) {
.elementor-4645 .elementor-element.elementor-element-e1c2eff:not(.elementor-motion-effects-element-type-background){
	    background-position: -600px 100px;
}
.form_checkbox p>span>span>span {
    margin: 0px;
    width: calc(100% / 2 - 4px);
}
.footer_Sec .footer_address_content p {
        font-size: 17px !important;
    }
}
@media (max-width: 1280px) {
  .contact_grid .form_left {
    width: 50%;
    left: 20px;
  }
}

@media (max-width: 1600px) {
  .custom_container>div {
    max-width: 100% !important;
  }
}


/*--------|| contact Section CSS End || ----------- */
/* ----------- || latest blog || -------------- */
#latest_blog_post {
  position: relative;
  overflow: hidden;
  z-index: 50;
}

#latest_blog_post .lae-grid-container::before {
  content: "";
  background-image: url(https://thekingsaga.com/sidco/wp-content/uploads/2023/11/Group-58720.png);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 6%;
  background-position: right;
  margin-left: auto;
  width: 40%;
  height: 245px;
}

#latest_blog_post .lae-grid-item.lae-portfolio-item:nth-child(2) {
  padding-top: 250px !important;
}

#latest_blog_post .lae-grid-item.lae-portfolio-item:nth-child(3),
#latest_blog_post .lae-grid-item.lae-portfolio-item:nth-child(5) {
  margin-top: -250px !important;
}

#sidco_cpt {
  position: relative;
}

#sidco_cpt .tiger_img {
  position: absolute;
  left: 20%;
}

.project_grid {
  column-count: 2;
  column-gap: 80px;
  margin-bottom: -80px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 15px;
}

.project_grid>div {
  padding-bottom: 20px;
  float: left;
  width: 100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
}

.project_grid>div:nth-child(1) {
  margin-top: calc(95px + 80px);
}

.project_box a {
  display: block;
  position: relative;
}

.project_box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 100%;
  max-width: 188.62px;
  background-color: var(--white);
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  font-size: 17px;
  color: var(--black);
  font-weight: 500;
  font-family: "Manrope";
  align-items: center;
  grid-gap: 10px;
  opacity: 0;
  transition: all 0.3s;
}

.project_box a {
  text-decoration: none;
}

.project_box a:hover span {
  opacity: 1;
}

.project_box a img {
  width: 100%;
  max-width: 100%;
}

.project_box a h3 {
  color: #000;
  font-family: LotaBold !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: normal;
}

.project_box a p {
  color: #000;
  font-family: "Manrope" !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.lae-portfolio-wrap .lae-heading {
  display: none;
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title {
  color: #000;
  font-family: LotaBold !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: normal;
  text-align: start;
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a {
  text-decoration: none !important;
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary:before {
  display: none;
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary {
  color: #000;
  font-family: "Manrope" !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-align: start;
  margin: 0px !important;
  width: 70ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* ----------- || latest blog Css ENd || -------------- */
/* ------------ || counter_grid_box CSS Start|| ----------------- */
#counter_grid_box {
  position: relative;
  z-index: 0;
}

/* ------------ || counter_grid_box CSS End|| ----------------- */
/* ----------- || Single Page latest blog CSS Start|| -------------- */
.latest_blog {
  position: relative;
}

.latest_blog .lb_heading::before {
  content: " ";
  position: absolute;
  border-top: 3px #f00 solid;
  top: -5%;
  left: 0%;
  width: 40%;
  margin-top: auto;
  margin-bottom: auto;
  color: #000;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 92px;
  /* 115% */
  text-transform: capitalize;
}

.latest_blog .lb_para div {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}

.lb_heading h2 {
  color: #000;
  font-size: 80px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 92px;
  /* 115% */
  text-transform: capitalize;
}

.sidco_lb_middle .sidco_left_lb_content h3 {
  color: #000;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal;
  text-transform: uppercase !important;
}

.sidco_lb_middle .sidco_left_lb_content p {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Manrope" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
}

.sidco_lb_middle .sidco_left_lb_content ul li {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Manrope" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.sidco_right_lb_content h2 {
  color: #000;
  font-family: "Manrope" !important;
  font-size: 52px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  text-transform: uppercase !important;
}

.sidco_right_lb_content div {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Manrope" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.sidco_lb_visit_button {
  position: relative;
}

.sidco_lb_visit_button a {
  background-image: url(data:image/svg+xml;base64PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMjEgMTcuMDAxTDE2LjU0IDEuOTQ5MzVNMSAxLjc0MzE2QzMuNzMgMy44NzM3NiAxMC43MDIgNi44NTY1OSAxNi43NSAxLjc0MzE2QzEyLjcxOCA2LjY5MTY0IDE0LjIzIDEzLjkwODIgMTYuNTQgMTYuNzk0OCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
  background-position: calc(100% - 10px) !important;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 50px !important;
  color: #000;
  font-family: "Manrope" !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-text-wrap {
  text-align: center;
  max-width: 650px;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* ----------- || Single Page latest blog CSS end || -------------- */

/* ----------- || Case Study CPT CSS || -------------- */

.my_case_study.e-con>.e-con-inner {
  max-width: calc(100% - 80px + 30px) !important;
}

.case_study_cpt {
  background-color: #1d1d1d;
  padding: 50px 80px;
  border-radius: 12px;
}

.case_study_cpt .case_study_inner {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  padding-bottom: 60px;
  padding-top: 60px;
  border-bottom: 1px solid;
}

.case_study_cpt .case_study_inner:last-child {
  border: none;
}

.case_study_cpt .case_study_inner>div {
  width: calc(100% / 2 - 10px);
}
.case_study_cpt .case_study_inner .case_study_image img{
  border-radius: 10px;
}
.case_study_cpt .case_study_inner .case_study_post .case_title {
  display: flex;
  gap: 20px;
}

.case_study_cpt .case_study_inner .case_study_post .case_title p {
  color: var(--white);
}

.case_study_cpt .case_study_inner .case_study_post .case_title h2 {
  color: var(--white);
  font-family: "Manrope" !important;
  font-size: 36px;
  line-height: normal;
  font-weight: 700;
  text-decoration: none;
}

.case_study_cpt .case_study_inner .case_study_post .case_file_pdf {
  padding-top: 62px;
}

.case_study_cpt .case_study_inner .case_study_post .case_file_pdf a {
  padding: 12px 54px 12px 27px;
  background-color: var(--red);
  color: var(--white);
  font-size: 17px;
  font-family: "Manrope" !important;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
}

.case_study_cpt .case_study_inner .case_study_post .case_file_pdf a:hover {
  background-color: var(--white);
  color: var(--black);
}

.case_study_tags .tags_inner {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
}

.case_study_tags .tags_inner a {
  max-width: fit-content;
  padding: 10px 20px;
  color: #cbcbcb;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #292929;
  border-radius: 25px;
}

.case_study_cpt .case_study_inner .case_study_post .case_file_pdf a::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDY5MzgwIj4KPGNpcmNsZSBpZD0iRWxsaXBzZSAxMzY2MyIgY3g9IjE4LjcyMjciIGN5PSIxOCIgcj0iMTgiIGZpbGw9IndoaXRlIi8+CjxnIGlkPSJHcm91cCI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0yMS41MDIxIDguOTYyMjFDMjEuNDEyOCA4Ljg2ODE1IDIxLjI5MDQgOC44MTE3MSAyMS4xNjM1IDguODExNzFIMTMuNTY2N0MxMi4xNjQ5IDguODExNzEgMTEuMDA3OCA5Ljk2NDE3IDExLjAwNzggMTEuMzY1OFYyNS43MzE0QzExLjAwNzggMjcuMTMzMSAxMi4xNjQ5IDI4LjI4NTYgMTMuNTY2NyAyOC4yODU2SDIzLjg3NzVDMjUuMjc5MyAyOC4yODU2IDI2LjQzNjQgMjcuMTMzMiAyNi40MzY0IDI1LjczMTRWMTQuMzI0NUMyNi40MzY0IDE0LjIwMjMgMjYuMzc5OSAxNC4wODQ3IDI2LjMgMTMuOTk1M0wyMS41MDIxIDguOTYyMjFaTTIxLjYzODUgMTAuNDcyMkwyNC44NTEyIDEzLjg0NDhIMjIuNzYyN0MyMi4xNDE4IDEzLjg0NDggMjEuNjM4NSAxMy4zNDYyIDIxLjYzODUgMTIuNzI1M1YxMC40NzIyWk0yMy44Nzc1IDI3LjM0NDlIMTMuNTY2N0MxMi42ODcxIDI3LjM0NDkgMTEuOTQ4NiAyNi42MTU4IDExLjk0ODYgMjUuNzMxNFYxMS4zNjU4QzExLjk0ODYgMTAuNDg2MyAxMi42ODI0IDkuNzUyNDcgMTMuNTY2NyA5Ljc1MjQ3SDIwLjY5NzdWMTIuNzI1M0MyMC42OTc3IDEzLjg2ODMgMjEuNjE5NyAxNC43ODU2IDIyLjc2MjcgMTQuNzg1NkgyNS40OTU2VjI1LjczMTRDMjUuNDk1NiAyNi42MTU4IDI0Ljc2MTggMjcuMzQ0OSAyMy44Nzc1IDI3LjM0NDlaIiBmaWxsPSIjMUQxRDFEIi8+CjxwYXRoIGlkPSJWZWN0b3JfMiIgZD0iTTIyLjU5MzggMjQuMDk5M0gxNC44NTEyQzE0LjU5MjYgMjQuMDk5MyAxNC4zODA5IDI0LjMxMDggMTQuMzgwOSAyNC41Njk2QzE0LjM4MDkgMjQuODI4MyAxNC41OTI2IDI1LjA0IDE0Ljg1MTIgMjUuMDRIMjIuNTk4NUMyMi44NTcyIDI1LjA0IDIzLjA2ODkgMjQuODI4MyAyMy4wNjg5IDI0LjU2OTZDMjMuMDY4OSAyNC4zMTA4IDIyLjg1NzIgMjQuMDk5MyAyMi41OTM4IDI0LjA5OTNaTTE4LjM3OTEgMjIuNDEwNUMxOC40Njg2IDIyLjUwNDYgMTguNTkwOCAyMi41NjEgMTguNzIyNSAyMi41NjFDMTguODU0MyAyMi41NjEgMTguOTc2NiAyMi41MDQ2IDE5LjA2NTkgMjIuNDEwNUwyMS44MjIzIDE5LjQ1MThDMjIuMDAxMSAxOS4yNjM2IDIxLjk4NyAxOC45NjI2IDIxLjc5ODkgMTguNzg4NkMyMS42MTA2IDE4LjYwOTkgMjEuMzA5NiAxOC42MjM5IDIxLjEzNTcgMTguODEyMUwxOS4xOTI5IDIwLjg5NThWMTUuNzU5M0MxOS4xOTI5IDE1LjUwMDUgMTguOTgxMiAxNS4yODg5IDE4LjcyMjUgMTUuMjg4OUMxOC40NjM4IDE1LjI4ODkgMTguMjUyMSAxNS41MDA1IDE4LjI1MjEgMTUuNzU5M1YyMC44OTU4TDE2LjMxNDEgMTguODEyMUMxNi4xMzUzIDE4LjYyNCAxNS44MzkgMTguNjA5OSAxNS42NTA4IDE4Ljc4ODZDMTUuNDYyOCAxOC45NjczIDE1LjQ0ODcgMTkuMjYzOCAxNS42Mjc0IDE5LjQ1MThMMTguMzc5MSAyMi40MTA1WiIgZmlsbD0iIzFEMUQxRCIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==);
  width: 32px;
  height: 31px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-size: contain;
}

/* ----------- || Case Study CPT CSS End || -------------- */
/*--======================|| Footer Sec Start ||======================--*/
.page-id-3942 {
  background-color: #000;
}

.footer_Sec .footer_para {
  color: rgba(255, 255, 255, 0.5) !important;
  font-family: "Manrope" !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.footer_Sec .footer_para span {
  border-left: 1px solid;
  font-family: "Manrope" !important;
  stroke-width: 2px;
  height: 50px !important;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.footer_Sec .footer_para span {
  padding-left: 20px;
}

.footer_Sec .social_media {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_Sec .social_media p.mail {
  color: var(--white);
  font-family: "Manrope" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer_Sec .social_media p {
  color: var(--white);
  font-family: "Manrope" !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer_Sec .footer_heading p {
  color: #fff;
  font-family: "Manrope" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_Sec .footer_address_content p {
    color: #fff;
    font-family: "Manrope" !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer_Sec .social_media .social-media a {
  margin-right: 17px;
}

.footer_Sec .copyright-content .elementor-widget-container {
  color: rgba(255, 255, 255, 0.5) !important;
  font-family: "Manrope" !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 32px !important;
  text-transform: capitalize !important;
}

.billa_footer {
  position: absolute;
  top: -55px;
  right: 55px;
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.3s;
}

.billa_footer img {
  position: relative;
  z-index: 999;
}

.footer_contact .footer_address_content span a {
  font-family: "Manrope" !important;
  font-weight: 500 !important;
}

.copyright-content {
  padding-top: 10px;
}
.page-template-work #page {
	background: #000 !important;
}
.list_ul ul li::before {
  content: "";
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlBhdGggMzgzMzYiIGQ9Ik0wLjUgMTAuNTE3NEMwLjUgOC41Mzk1OSAxLjA4NjczIDYuNjA2MjMgMi4xODU1NSA0Ljk2MTc0QzMuMjg0MzYgMy4zMTcyNSA0Ljg0NTU5IDIuMDM1NTEgNi42NzI4NSAxLjI3ODYzQzguNTAwMTEgMC41MjE3NTUgMTAuNTExNCAwLjMyMzkzMiAxMi40NTEyIDAuNzA5Nzg0QzE0LjM5MSAxLjA5NTY0IDE2LjE3MjggMi4wNDc1OSAxNy41NzEzIDMuNDQ2MTFDMTguOTY5OCA0Ljg0NDY0IDE5LjkyMTggNi42MjY5MSAyMC4zMDc2IDguNTY2NzJDMjAuNjkzNSAxMC41MDY1IDIwLjQ5NjEgMTIuNTE2OCAxOS43MzkzIDE0LjM0NDFDMTguOTgyNCAxNi4xNzEzIDE3LjcwMDIgMTcuNzMzIDE2LjA1NTcgMTguODMxOUMxNC40MTEyIDE5LjkzMDcgMTIuNDc3OCAyMC41MTc0IDEwLjUgMjAuNTE3NEM3Ljg0ODczIDIwLjUxNDUgNS4zMDczNSAxOS40NiAzLjQzMjYyIDE3LjU4NTNDMS41NTc4OCAxNS43MTA1IDAuNTAyOTEyIDEzLjE2ODcgMC41IDEwLjUxNzRaTTQuNzM0MzggNC43NTIyNkMzLjM5NzYgNi4wODY0NSAyLjU2NDY1IDcuODQzMDggMi4zNzc5MyA5LjcyMjQ4QzIuMTkxMjEgMTEuNjAxOSAyLjY2MTgzIDEzLjQ4NzggMy43MDk5NiAxNS4wNTg5QzQuNzU4MDkgMTYuNjMgNi4zMTg5OSAxNy43ODkzIDguMTI1OTggMTguMzM4N0M5LjkzMjk3IDE4Ljg4OCAxMS44NzM5IDE4Ljc5MzUgMTMuNjE5MSAxOC4wNzE2QzE1LjM2NDQgMTcuMzQ5NyAxNi44MDU0IDE2LjA0NSAxNy42OTYzIDE0LjM3OTdDMTguNTg3MiAxMi43MTQ0IDE4Ljg3MzggMTAuNzkxNyAxOC41MDU5IDguOTM5MjhDMTguMTM3OSA3LjA4NjgyIDE3LjEzODUgNS40MTkzNyAxNS42Nzg3IDQuMjIxMDFDMTQuMjE4OSAzLjAyMjY2IDEyLjM4ODcgMi4zNjc1NCAxMC41IDIuMzY3NUM5LjQyODkgMi4zNjQ3NyA4LjM2NzczIDIuNTczODggNy4zNzc5MyAyLjk4MzIyQzYuMzg4MTMgMy4zOTI1NiA1LjQ5MDY4IDMuOTkzOCA0LjczNDM4IDQuNzUyMjZaTTcuOTUyMTUgMTQuMzAwNkw1LjMzMzAxIDExLjY4MjRDNS4yNDY5MSAxMS41OTYyIDUuMTk4MjQgMTEuNDc5MSA1LjE5ODI0IDExLjM1NzJDNS4xOTgyNCAxMS4yMzU0IDUuMjQ2OTEgMTEuMTE4OCA1LjMzMzAxIDExLjAzMjVMNi4xNjQwNiAxMC4yMDE1QzYuMjA2MjcgMTAuMTU4NiA2LjI1NjA5IDEwLjEyNDIgNi4zMTE1MiAxMC4xMDA5QzYuMzY2OTYgMTAuMDc3NiA2LjQyNzE2IDEwLjA2NTUgNi40ODczIDEwLjA2NTNDNi41NDcwMiAxMC4wNjU1IDYuNjA2MTggMTAuMDc3NSA2LjY2MTEzIDEwLjEwMDlDNi43MTYwOSAxMC4xMjQzIDYuNzY1MDYgMTAuMTU4NiA2LjgwNjY0IDEwLjIwMTVMOC42OTE0MSAxMi4wODYyTDE0LjIwNyA2LjUzMzUxQzE0LjI0ODQgNi40ODg1MyAxNC4yOTkzIDYuNDUyNjYgMTQuMzU1NSA2LjQyODUzQzE0LjQxMTYgNi40MDQ0MSAxNC40NzIxIDYuMzkyNDMgMTQuNTMzMiA2LjM5MzM4QzE0LjU5NDcgNi4zOTI5OSAxNC42NTU2IDYuNDA1MzYgMTQuNzExOSA2LjQzQzE0Ljc2ODIgNi40NTQ2MyAxNC44MTg5IDYuNDkxMDQgMTQuODYwNCA2LjUzNjQ0TDE1LjY3OTcgNy4zNzcyNkMxNS43NTkxIDcuNDYxIDE1LjgwNTcgNy41NzEgMTUuODA5NiA3LjY4NjM1QzE1LjgxMzQgNy44MDE3IDE1Ljc3NDggNy45MTQzNyAxNS43MDEyIDguMDAzMjRMMTUuNjgyNiA4LjAyNDI0TDkuMzQ3NjYgMTQuMzkxNEg5LjMyOTFDOS4xNTE1MSAxNC41NDc5IDguOTI1OTMgMTQuNjM4NCA4LjY4OTQ1IDE0LjY0ODNDOC40MDc2IDE0LjYzMjUgOC4xNDM2MyAxNC41MDggNy45NTIxNSAxNC4zMDA2WiIgZmlsbD0iI0IyQjJCMiIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}

.ul_grid ul li {
  width: calc(50% - 10px) !important;
  color: var(--white);
}

.list_ul ul li {
  font-size: 18px;
  width: 100%;
  font-family: "Manrope", Sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #b2b2b2;
  display: grid;
  grid-template-columns: 20px auto;
  align-items: center;
  grid-gap: 15.5px;
  list-style: none;
  align-items: baseline;
}

.list_ul ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  grid-gap: 10px;
  flex-flow: wrap;
}

.head_grid .e-con-inner {
  flex-flow: unset !important;
  display: flex;
  align-items: start !important;
  grid-gap: 20px;
  justify-content: space-between !important;
}

.head_grid .e-con-inner .service_head {
  max-width: fit-content !important;
}

.service_head h4 {
  max-width: fit-content;
  display: flex;
  align-items: center;
  grid-gap: 12px;
}

.service_head h4::before {
  width: 64px;
  height: 2px;
  background-color: var(--black);
  display: block;
  content: "";
}

.head_grid .e-con-inner>div:nth-child(2) {
  width: 65% !important;
}

.step_grid>div {
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.step_grid:hover .stpe_right_html,
.step_left {
  opacity: 1;
}

.step_left,
.step_grid p {
  transition: all 0.3s;
  opacity: 1;
}

.step_grid .stpe_right {
  position: unset;
}

.research_box .elementor-image-box-wrapper figure.elementor-image-box-img {
  width: 40px !important;
  height: 40px !important;
  margin-right: 16px !important;
}

.research_box .elementor-image-box-wrapper {
  display: flex !important;
  align-items: center !important;
}

/*--======================|| Slider Css Start ||======================--*/
.gallery_slider .elementor-image-gallery {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  animation: marquee-mobile calc(var(--card-speed, 6s) * var(--card-count, 6)) linear infinite;
}

.gallery_slider .elementor-image-gallery {
  -webkit-animation-name: marquee-desktop;
  animation-name: marquee-desktop;
}

.gallery_slider .elementor-image-gallery>div {
  display: grid;
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
  grid-auto-flow: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
}

.gallery_slider .elementor-image-gallery>div>figure.gallery-item {
  --card-media-width: 360px;
  --card-media-height: 334px;
  position: relative;
  width: var(--card-media-width);
  height: var(--card-media-height);
  overflow: hidden;
  transform: perspective(400px) translate3d(0, 0, var(--card-z-offset, 16px));
  transition: all 0.8s ease-out;
  transition-delay: var(--reveal-delay, 0s);
  border-radius: 26px;
  opacity: var(--card-opacity, 0.001);
  color: #fff;
  max-width: 100%;
}

.gallery_slider .elementor-image-gallery>div>figure.gallery-item {
  --card-opacity: 1;
  --card-z-offset: 0;
}

@media (min-width: 768px) {
  .gallery_slider .elementor-image-gallery>div {
    --card-media-width: 273px;
    --card-media-height: 340px;
    border-radius: 32px;
  }
}

.gallery_slider .elementor-image-gallery>div img {
  width: var(--card-media-width);
  height: var(--card-media-height);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

@keyframes marquee-desktop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(calc(-50% - 16px), 0, 0);
    transform: translate3d(calc(-50% - 16px), 0, 0);
  }
}

.gallery_slider {
  max-width: 100%;
  overflow: hidden;
}

/*--======================|| Slider Css End ||======================--*/
/*--======================|| SIdco Breadcrum CSS Start ||======================--*/
.sidco_ban_head {
  display: flex;
  align-items: center;
}

.bread_left_sidco {
  z-index: 999;
}

.sidco_ban_head .content_ban_sid p {
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: "Manrope" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.sidco_ban_head h1 {
  color: #fff !important;
  font-family: "Manrope" !important;
  font-size: 80px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 92px !important;
  /* 115% */
  text-transform: capitalize !important;
}

.sidco_ban_head .content_ban_sid {
  color: #fff;
  display: flex;
  align-items: baseline;
}

.sidco_ban_head .content_ban_sid:first-child {
  padding-right: 55px;
}

.bread_right_sidco .elementor-widget-heading {
  z-index: 999;
}

.bread_right_sidco h4 {
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: "Manrope" !important;
  font-size: 40px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.hero_sec_two {
  position: unset !important;
  top: 0;
}

.page-id-3942 .service_inner_box {
  position: relative;
  z-index: 9;
}

.about_next .service_inner_box {
  margin-top: 0% !important;
}

.e-con>.left_side_jump .e-con-inner {
  max-width: calc(100% - 10px + 30px) !important;
}

.left_side_jump .table_content ul {
  list-style-type: none;
  padding-left: 0px;
}

.case_right_sticky {
  position: sticky !important;
  padding-bottom: 15px;
  height: 540px;
  top: 20%;
}

.case_left_sticky {
  position: sticky !important;
  height: 300px !important;
  padding-bottom: 15px;
  width: 36px !important;
}

.case_right_sticky,
.case_left_sticky {
  top: 20% !important;
}

.left_side_jump .table_content ul li a {
  position: relative;
  display: block;
  color: #b2b2b2 !important;
  font-family: "Manrope" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20px;
  padding: 8px 10px 0;
  text-decoration: none;
  transition: all 0.3s;
}

.left_side_jump .table_content.two ul li a {
  color: #373737 !important;
}

.left_side_jump .table_content.two ul li a:hover,
.left_side_jump .table_content.two ul li a.active {
  color: var(--black) !important;
  font-weight: 400 !important;
}

.left_side_jump .table_content ul li a:hover {
  color: #fff !important;
}

.left_side_jump .table_content ul li {
  margin-bottom: 16px;
}

.left_side_jump .table_content ul li a.active {
  color: #fff !important;
}

.single_inner_blog .e-con-inner {
  flex-flow: wrap !important;
  justify-content: space-between !important;
}

.left_side_jump .table_content ul li a::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: -1.35px;
  top: 0;
  transition: all 0.3s;
}

.left_side_jump .table_content ul li a.active::before,
.left_side_jump .table_content ul li a:hover::before {
  background-color: rgba(228, 0, 0, 1);
}

/*--======================|| Sidco Breadcrum CSS End ||======================--*/
/* =====================================|| Redesign Css Start||=============================== */
.header_logo {
  width: max-content;
}

.RedBlackBtn a::after,
/* header#masthead .hfe-nav-menu li:last-child a::after {
  content: "";
  position: unset !important;
  display: block !important;
  width: 16.88px;
  height: 17.38px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDIzIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGlkPSJHcm91cCA2OTI5MCI+CjxwYXRoIGlkPSJMaW5lIDQ4OSIgZD0iTTAgNC41SDE4IiBzdHJva2U9IndoaXRlIi8+CjxwYXRoIGlkPSJQb2x5Z29uIDEiIGQ9Ik0yMyA0LjVMMTcgOC4yNVYwLjc1TDIzIDQuNVoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPC9zdmc+Cg==);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDIzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDMuNzVIMTgiIHN0cm9rZT0id2hpdGUiLz4KPHBhdGggZD0iTTIzIDMuNzVMMTcgNy41VjBMMjMgMy43NVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent !important;
  opacity: 1;
} */

.RedBlackBtn a {
  display: flex;
  grid-gap: 10px;
  width: fit-content;
}

.RedBlackBtn a:hover::after,
.RedBlackBtn a:focus::after,
/* header#masthead .hfe-nav-menu li:last-child a:hover::after {
  filter: invert(0.8);
} */

.HomeBannerGrid,
.AvoidSec>div {
  max-width: calc(100% - 200px);
  margin: 0 auto;
}

.SecHeading p {
  position: relative;
  display: flex;
  grid-gap: 16px;
  align-items: center;
}

.SecHeading p::before {
  content: "";
  width: 75px;
  height: 1px;
  display: block;
  background-color: #1d1d1d;
}

.AvoidSecGrid .SecHeading p::before {
  background-color: var(--white);
}

.service_tab ul li a {
  color: #cbcbcb;
  font-family: "Manrope" !important;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 100px !important;
  text-transform: capitalize;
  text-decoration: none !important;
}

.service_tab ul li a {
  display: flex;
  align-items: self-start;
}

.tab_content p {
  color: #1d1d1d;
}

.service_tab ul li a::before {
  color: #cbcbcb;
}

.service_tab ul li a.active::before {
  color: var(--black);
}

.ServiceCategoryList ul li,
.GreenBtn ul li a {
  grid-gap: 15px;
  background-color: #f2f2f2;
  border-radius: 48px;
  padding: 5px 24px 5px 5px !important;
}

.ServiceCategoryList ul li span.elementor-icon-list-icon svg,
.GreenBtn ul li span.elementor-icon-list-icon svg {
  margin: 0px !important;
}

.ServiceCategoryList ul li span.elementor-icon-list-text,
.GreenBtn ul li span.elementor-icon-list-text {
  padding: 0px !important;
}

.ServiceCategoryList ul li span.elementor-icon-list-icon,
.GreenBtn ul li span.elementor-icon-list-icon {
  padding: 10px !important;
  background-color: var(--white);
  border-radius: 50%;
}

.ServiceCategoryList>div {
  max-width: 430px;
  margin-left: auto !important;
}

.GreenBtn ul li a {
  background-color: #25d366;
  grid-gap: 10px;
  padding: 5px 20px 5px 5px !important;
}

.GreenBtn ul li a:hover {
  background-color: var(--red);
}

.ServiceCategoryList ul li:hover {
  background-color: #ff0000;
}

.ServiceCategoryList ul li:hover span.elementor-icon-list-text {
  color: var(--white) !important;
}

.service_tab ul li a {
  font-size: 42px;
  line-height: normal !important;
}

.service_tab ul li a::before {
  padding-top: 0px;
}

.ServiceSec,
.customContainer>div {
  width: calc(100% - 168px);
  margin: 0 auto;
}

.SecHeadText p {
  margin: 0px;
}

.FooterContainer>div {
  width: calc(100% - 200px);
  margin: 0 auto;
}

.service_tab ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: grid;
  grid-gap: 20px;
}

.service_tab ul li a::before {
  counter-increment: li;
  content: "0"counter(li);
  font-size: 12px;
  font-family: "Manrope" !important;
  line-height: 20px;
  /* padding-top: 24px;
  */
  font-weight: 500;
  padding-right: 24px;
  color: #cbcbcb;
  margin-top: 6px;
}

.FooterHeadText p {
  margin-bottom: 0px;
}

.awards_sec .awards_container img {
  background-color: #000000;
}

.step_grid:last-child .e-con-inner {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid #e5e5e5;
}
.awards_sec{
	position:relative;
}
.awards_sec .elementor-widget-heading {
    position: absolute;
    bottom: 10%;
    left: 25%;
}
/*--===============|| Portfolio Css ||=================--*/
.archive.tax-portfolio_category {
  background-color: #000000;
  padding-top: 60px;
}

.portfolio_cpt {
  width: 100%;
  max-width: calc(100% - 80px + 30px) !important;
  margin: 0 auto;
  height: 100%;
}

.portfolio_cpt .portfolio_top {
  margin: 0 auto;
  background-color: #000000;
  padding: 80px;
}

.portfolio_cpt .portfolio_top .portfolio_content h1 {
  color: #fff;
  font-family: "Manrope" !important;
  font-size: 82px;
  font-style: normal;
  font-weight: 700;
  line-height: 92px;
}

.portfolio_cpt .portfolio_top .portfolio_content p {
  color: #b2b2b2;
  font-family: "Manrope" !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.portfolio_cpt .portfolio_main {
  background-color: #1d1d1d;
  padding: 100px 80px 100px 80px;
  border-radius: 10px;
}

.portfolio_cpt .portfolio_main .portfolio_grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  /* Gap between columns */
  grid-row-gap: 40px;
  /* Gap between rows */
}

.portfolio_cpt .portfolio_category .portfolio_inner video{
	width:100% !important;
	height:100%;
	max-height:768px;
	object-fit:cover;
}

.portfolio_cpt .portfolio_main .portfolio_grid .portfolio_inner img {
  margin-bottom: 20px;
  width: 100%;
}

.portfolio_cpt .portfolio_main .portfolio_grid .portfolio_inner h2 {
    color: #fff;
    font-family: "Manrope" !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-align: center;
}

.portfolio_cpt .portfolio_main .portfolio_grid .portfolio_inner h2 a {
  color: #fff;
  text-decoration: none;
}

.portfolio_cpt .portfolio_main .portfolio_grid .portfolio_inner h2:hover a {
  color: #b2b2b2;
}

.portfolio_cpt .portfolio_category {
  display: flex;
	flex-flow: wrap;
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.portfolio_cpt .portfolio_category .portfolio_inner {
    width: calc(100% / 3 - 27px);
}
.portfolio_category nav.navigation.posts-navigation {
    width: 100% !important;
    max-width: 100%;
}
.term-branding .portfolio_cpt .portfolio_category .portfolio_inner img{
	height:350px;
	object-fit:cover;
  border-radius: 12px;
}
.term-packaging .portfolio_cpt .portfolio_category .portfolio_inner img{
	height:100%;
	object-fit:cover;
  border-radius: 12px;
}
.portfolio_cpt .portfolio_category .portfolio_inner img {
  width: 100%;
  border-radius: 12px;
}
.posts-navigation .nav-links{
  display: flex;
  justify-content:center;
  align-items: center;
  padding: 20px 0;
  gap: 16px;
}
.posts-navigation .nav-links .nav-previous, .posts-navigation .nav-links .nav-next{
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
}
.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a{
  color: #1d1d1d;
  font-weight: 500;
  font-family: 'Manrope';
  font-size: 16px;
  line-height: 20px;
}
.posts-navigation .nav-links .nav-previous:hover{
  background-color: #f00;
}
.posts-navigation .nav-links .nav-previous:hover a{
  color: #fff;
}
.posts-navigation .nav-links .nav-next:hover{
  background-color: #f00;
}
.posts-navigation .nav-links .nav-next:hover a{
  color: #fff;
}
.portfolio_inner a,
.portfolio_inner a img {
  display: block;
  position: relative;
}

.portfolio_inner a img {
  border-radius: 12px;
}

.portfolio_inner span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 100%;
  max-width: 188.62px;
  background-color: var(--white);
  height: 48px;
  align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  font-size: 17px;
  color: var(--black);
  font-weight: 500;
  font-family: "Manrope";
  grid-gap: 10px;
  opacity: 0;
  transition: all 0.3s;
}

.portfolio_inner a:hover span {
  opacity: 1;
}

.portfolio_inner span::after {
  content: "";
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC44NDEiIGhlaWdodD0iMTguODQxIiB2aWV3Qm94PSIwIDAgMTguODQxIDE4Ljg0MSI+CiAgPGcgaWQ9Ikljb25fZmVhdGhlci1hcnJvdy11cCIgZGF0YS1uYW1lPSJJY29uIGZlYXRoZXItYXJyb3ctdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuNDA1IDIzLjc0Nykgcm90YXRlKC0xMzUpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzM1NTQ1IiBkYXRhLW5hbWU9IlBhdGggMzU1NDUiIGQ9Ik0wLDBWMTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuOTk3IDAuMDAxKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMWQxZDFkIiBzdHJva2Utd2lkdGg9IjEuNSIvPgogICAgPHBhdGggaWQ9IlBhdGhfMzU1NDYiIGRhdGEtbmFtZT0iUGF0aCAzNTU0NiIgZD0iTTAsMCw4LDhsOC04IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDcuOTk4KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMWQxZDFkIiBzdHJva2Utd2lkdGg9IjEuNSIvPgogIDwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.portfolio_inner a h3 {
  font-size: 24px !important;
  color: var(--white);
  margin: 24px 0px 0px;
  line-height: 40px !important;
}

.portfolio_inner a h3:hover {
  color: #b2b2b2;
}

.single.single-portfolio {
  background-color: #000000;
}

.single_portfolio_content .portfolio_shortcode .category_name::before {
  width: 64px;
  height: 2px;
  background-color: var(--white);
  display: block;
  content: "";
}

.single_portfolio_content .e-con-inner {
  padding: 80px 100px;
}

.single_portfolio_content .portfolio_shortcode .category_name {
  max-width: fit-content;
  display: flex;
  align-items: center;
  grid-gap: 12px;
}

.single_portfolio_bottom.e-parent {
  background-color: #eee;
}

.single_portfolio_bottom.e-parent .e-con-inner {
  background-color: var(--white);
  padding: 50px 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.single_portfolio_content .portfolio_shortcode .category_name a {
  font-size: 17px;
  font-weight: 500;
  font-family: "Manrope" !important;
  color: var(--white);
}

.single_portfolio_content .portfolio_shortcode .post_name h3 {
  color: #fff;
  font-family: "Manrope" !important;
  font-size: 82px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.single_portfolio_content .portfolio_shortcode img {
  width: 100%;
}

.single_portfolio_content {
  position: unset !important;
  top: 0;
}

.single_portfolio_bottom {
  position: relative;
  z-index: 9;
}

.blog_section .blog_inner .blfe-post-grid-details {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.blog_section .blog_inner .blfe-post-grid-details-inner {}

.blog_section .blog_inner .blfe-post-grid-details-inner h3 {
  font-weight: 500 !important;
  position: relative !important;
  top: 60px !important;
}

.blog_section .blog_inner .blfe-post-grid-details-inner .blfe-post-grid-meta {
  position: relative;
  top: -70px !important;
  margin-bottom: 18px;
}

.blog_section .blog_inner .blfe-post-grid-details-inner .blfe-post-grid-meta span {
  background-color: #ffdbc1;
  padding: 8px 20px;
  border-radius: 50px;
}

.service_sec .e-con>.e-con-inner {
  max-width: calc(100% - 150px + 30px) !important;
}
.visionmission_grid {
	display:flex;
	flex-flow:wrap;
}
.visionmission_grid .elementor-position-top{
	    width: calc(100% / 2 - 20px);
}
.visionmission_grid .elementor-position-top figure img{
	width:64px;
	height:64px;
}
.service_middle.e-con>.e-con-inner {
    max-width: 100% !important;
}
.SliderSec .SliderItem .SliderImg img{
		height:600px;
	object-fit:cover;
}
.awards_container .awards_inner img{
	background-color: #000 !important
}
.awards_container {
    display: flex;
    flex-flow: wrap;
}

.awards_inner {
    width: calc( 100% / 3 - 12px);
}
.apply_modal {
    max-width: 1027px !important;
    margin: 0px auto;
    width: calc(100% - 30px);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none !important;
}
.apply_left {
    margin: 0px auto;
    padding: 40px 40px;
}
.apply_group {
    display: grid;
    grid-gap: 4px;
}
.apply_box p {
    position: relative;
	margin: 0px;
}
.apply_box label {
    color: rgba(86, 83, 83, 0.50);
    font-family: Eurostile;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.apply_box input, .apply_box select {
    border: unset !important;
    border-bottom: 1px solid #D6B36A !important;
    color: #565353;
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 0px 14px 6px;
}
.apply_box input[type="submit"] {
    width: 193px !important;
    height: 41px !important;
    background-color: #1E1E1E !important;
    color: #FFF !important;
    font-family: 'Manrope';
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase !important;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px !important;
    margin-top: 10px !important;
    transition: all 0.3s !important;
}
.apply_box p span.wpcf7-spinner {
    position: absolute;
    top: 8px;
    left: 175px;
}
.apply_overlay {
    position: fixed;
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 999;
    display: none !important;
}
.apply_modal .wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.cross_icon {
    position: absolute;
    right: 1px;
    top: -33px;
    cursor: pointer;
    border: 1px solid #1e1e1e;
    border-radius: 50%;
    height: 28px;
}
.job_title_box .elementor-icon-box-wrapper {
    align-items: center !important;
    grid-gap: 15px;
}
.job_title_box .elementor-icon-box-icon {
    margin: 0px !important;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: var(--black);
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.job_title_box .elementor-icon-box-icon svg {
    width: 44px;
    height: 44px;
}
 .description_box{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        position: relative;
        word-break: break-word;
    }
    .description_box.show{
        overflow: unset;
        text-overflow: unset;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: vertical;
    }
.read_more a span{
	color: #ff0000;
}
.elementor-grid-item {
    padding-right: 20px;
}
.elementor-grid-item a.elementor-icon{
	width:100%;
}
	@media (max-width: 991px) {
		.apply_right > div:first-child {
			display: none;
		}
		.apply_right {
        position: absolute;
        top: -46px;
        right: -10px;
    }
	}
    @media (max-width: 820px) {
        .description_box{
            -webkit-line-clamp: 3;
        }
    }
/* =====================================|| Apply Modal Css Start||=============================== */
.apply_modal.show, .apply_modal.show ~ .apply_overlay {
    display: flex !important;
}
/* =====================================|| Redesign Css Start||=============================== */
/*--======================|| Footer Sec End ||======================--*/
/*--===============|| Reponsive Css End ||=================--*/
@media (min-width: 2100px) {
  .custom_container>div {
    max-width: 1920px !important;
  }
}

@media (min-width: 1800px) {
  .e-con {
    --container-max-width: 1320px;
  }
}
@media (max-width: 1367px) {
      .awards_container .awards_inner .elementor-element-d4ce69b {
        left: 100px !important;
    }
    .awards_container .awards_inner .elementor-element-8b4156a {
      left: 120px !important;
    }
    .awards_container .awards_inner .elementor-element-3750f0d{
      left: 70px !important;
    }
    .awards_container .awards_inner .elementor-element-eb83270 {
      left: 0px !important;
  }

    .awards_container .awards_inner .elementor-element-0edcae1 {
        left: 70px !important;
    }

    .awards_container .awards_inner .elementor-element-adf773d {
      left: 90.898px !important;
      top: 150.909px !important;
  }
}

@media (max-width: 1280px) {
  header#masthead ul {
    grid-gap: 20px;
  }

  header#masthead ul li a {
    font-size: 14px !important;
  }

  .contact_heading h1 {
    font-size: 120px !important;
    line-height: 120px !important;
  }

  .service_tab ul li a {
    font-size: 24px;
  }

  .ServiceCategoryList>div {
    max-width: unset;
  }
  .awards_container .awards_inner .elementor-element-d4ce69b {
    left: 85px !important;
}
.awards_container .awards_inner .elementor-element-8b4156a {
  left: 100px !important;
}
.awards_container .awards_inner .elementor-element-3750f0d {
  left: 50px !important;
}
.awards_container .awards_inner .elementor-element-eb83270 {
  left: 0px !important;
}

.awards_container .awards_inner .elementor-element-0edcae1 {
  left: 50px !important;
}

.awards_container .awards_inner .elementor-element-adf773d {
  left: 70.898px !important;
}

}

@media (max-width: 1180px) {
    .elementor-4645 .elementor-element.elementor-element-e1c2eff:not(.elementor-motion-effects-element-type-background) {
        background-position: -400px 0px;
    }
	.elementor-3942 .elementor-element.elementor-element-3ad6d78:not(.elementor-motion-effects-element-type-background){
		 background-position: 0px 0px;
	}
}
@media (max-width: 1140px) {

  .awards_container .awards_inner .elementor-element-d4ce69b {
    left: 60px !important;
}
.awards_container .awards_inner .elementor-element-8b4156a {
  left: 80px !important;
  top: 130px !important;
}
.awards_container .awards_inner .elementor-element-3750f0d {
  left: 30px !important;
}
.awards_container .awards_inner .elementor-element-eb83270 {
  left: 0px !important;
  top: 130px !important;
}

.awards_container .awards_inner .elementor-element-0edcae1 {
  left: 50px !important;
}

.awards_container .awards_inner .elementor-element-adf773d {
  top: 130.909px !important;
}
  .awards_container .awards_inner img {
    background-color: #000 !important;
    max-width: 90% !important;
  }
}

@media (max-width: 1024px) {
    .footer_contact {
        width: calc(100% / 2 - 5px);
    }
		.SliderSec .SliderItem .SliderImg img {
    height: 500px;
    object-fit: cover;
}
	.awards_sec .elementor-widget-heading {
    position: absolute;
    bottom: 10%;
    left: 4%;
}

  .portfolio_cpt .portfolio_main {
    padding: 60px 40px;
  }

  .portfolio_inner a h3 {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .portfolio_cpt .portfolio_top {

    padding: 40px;
  }

  .blog_section .blog_inner .blfe-post-grid-details-inner .blfe-post-grid-meta {
    top: -115px;
  }

  .home #pop_up_form .form_pop {
    width: 860px !important;
    height: auto !important;
  }

  .awards_container .awards_inner .elementor-element-d4ce69b {
    left: 40px !important;
  }
.awards_container .awards_inner .elementor-element-8b4156a {
  left: 60px !important;
  top: 130px !important;
}
.awards_container .awards_inner .elementor-element-3750f0d {
  left: 5px !important;
}
.awards_container .awards_inner .elementor-element-eb83270 {
  left: 0 !important;
  top: 130px !important;
}
.awards_container .awards_inner .elementor-element-0edcae1 {
  left: 8px !important;
}
.awards_container .awards_inner .elementor-element-adf773d {
  left: 30.898px !important;
}
.elementor-4645 .elementor-element.elementor-element-e1c2eff:not(.elementor-motion-effects-element-type-background) {
	background-position: 80% 137px;
}
}

@media (max-width: 991px) {

  .awards_container .awards_inner .elementor-element-0edcae1 {
    left: 20px !important;
}
.awards_container .awards_inner .elementor-element-adf773d {
  left: 40.898px !important;
}
.awards_container .awards_inner .elementor-element-3750f0d {
  left: 20px !important;
}

.awards_container .awards_inner .elementor-element-d4ce69b {
  left: 50px !important;
}
.awards_container .awards_inner .elementor-element-8b4156a {
  left: 70px !important;
  top: 130px !important;
}
  .contact_grid {
    flex-flow: wrap;
  }
  .term-branding .portfolio_cpt .portfolio_category .portfolio_inner img{
    height: 180px !important;
  }
  .contact_grid {
    justify-content: space-between;
  }

  .contact_grid>div {
    width: calc(100% / 1 - 0px) !important;
  }

  .contact_grid>div:nth-child(2) {
    max-width: 100% !important;
  }

  .contact_grid .form_left {
    position: unset;
    width: 100% !important;
  }
  .term-packaging .portfolio_cpt .portfolio_category .portfolio_inner img {
    height: 145px;
    object-fit: cover;
}
.portfolio_inner a h3 {
  font-size: 20px !important;
  line-height: 24px !important;
}
.portfolio_cpt .portfolio_category .portfolio_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .head_grid .e-con-inner>div:nth-child(2) {
    width: 100% !important;
  }

  .step_grid>div {
    display: block !important;
  }

  .service_middle .e-con-inner>div>div {
    width: 100% !important;
  }

  header#masthead .e-con-inner img {
    height: 80px !important;
    transition: all 0.3s;
  }

  .header_menu ul {
    position: unset;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
  }

  header#masthead .header_logo {
    position: relative !important;
    z-index: 999 !important;
  }

  .header_menu.show ul {
    transform: translateX(0%);
  }

  header#masthead .hfe-nav-menu li a {
    padding: 15px 0px !important;

  }
  header#masthead.sticky {
    animation: unset;
  }

  .about_heading h1 {
    font-size: 55px !important;
    line-height: 65px !important;
  }

  .about_sec_author {
    min-height: fit-content !important;
  }

  .about_sec_author .about_Sec h1 {
    font-size: 45px !important;
    line-height: 60px !important;
  }

  .author_h2 h2 {
    font-size: 50px !important;
    line-height: 70px !important;
  }

  .banner_inner .contact_heading h1 {
    font-size: 90px !important;
  }

  .footer_Sec .social_media {
    display: block;
  }

  .footer_head h2 {
    font-size: 35px !important;
    line-height: 45px !important;
  }

  .service_tab {
    padding-bottom: 30px;
  }

  header#masthead .e-con-inner>div {
    display: flex !important;
    flex-flow: unset !important;
    justify-content: space-between !important;
  }

  header#masthead .e-con-inner {
    display: block !important;
  }

  .HomeBannerGrid,
  .AvoidSec>div {
    max-width: calc(100% - 100px);
  }

  .ServiceSec,
  .customContainer>div {
    width: calc(100% - 68px);
  }

  .FooterContainer>div {
    width: calc(100% - 100px);
  }

  .head_grid .e-con-inner {
    padding-bottom: 0px !important;
  }

  .head_grid .e-con-inner {
    display: block;
  }

  .portfolio_cpt .portfolio_top .portfolio_content h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .portfolio_cpt .portfolio_top {
    padding: 60px 40px;
  }

  .portfolio_cpt .portfolio_main {
    padding: 60px 40px;
  }

  .portfolio_cpt .portfolio_main .portfolio_grid .portfolio_inner h2 {
    font-size: 22px;
  }

  .portfolio_cpt .portfolio_main .portfolio_grid .portfolio_inner img {
    margin-bottom: 10px;
  }
		.elementor-6027 .elementor-element.elementor-element-76a736d:not(.elementor-motion-effects-element-type-background), 
	.elementor-6027 .elementor-element.elementor-element-76a736d > .elementor-motion-effects-container > .elementor-motion-effects-layer, 
	.elementor-4645 .elementor-element.elementor-element-e1c2eff:not(.elementor-motion-effects-element-type-background), 
	.elementor-4645 .elementor-element.elementor-element-e1c2eff > .elementor-motion-effects-container > .elementor-motion-effects-layer,	, 
	.elementor-4645 .elementor-element.elementor-element-e1c2eff:not(.elementor-motion-effects-element-type-background),
	{
  	  background-position: -384px 0px;
	}
}

@media (max-width: 820px) {
  .lb_heading h2 {
    font-size: 65px !important;
    line-height: 85px !important;
  }

  .latest_blog .lb_para div {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px !important;
  }

  .sidco_right_lb_content h2 {
    font-size: 35px !important;
  }

  .footer_Sec .footer_address_content p {
    font-size: 16px;
  }

  .footer_Sec .social_media p {
    font-size: 16px;
  }

  .footer_head h2 {
    font-size: 55px !important;
    line-height: 65px !important;
  }

  .service_tab ul li a {
    font-size: 24px;
    line-height: 1 !important;
  }
	     .elementor-3942 .elementor-element.elementor-element-3ad6d78:not(.elementor-motion-effects-element-type-background),
		.elementor-3942 .elementor-element.elementor-element-3ad6d78 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
			background-position: 45px 120px;
    	}
    .elementor-4645 .elementor-element.elementor-element-e1c2eff:not(.elementor-motion-effects-element-type-background) {
        background-position: -580px 50px;
    }
	.elementor-6027 .elementor-element.elementor-element-76a736d:not(.elementor-motion-effects-element-type-background){
        background-position: -40px 35px;
	}
}

@media (max-width: 768px) {
	
	    .elementor-4645 .elementor-element.elementor-element-e1c2eff:not(.elementor-motion-effects-element-type-background) {
        background-position: -455px 50px;
    }
  .term-packaging .portfolio_cpt .portfolio_category .portfolio_inner img {
    height: 150px;
    object-fit: cover;
}
.portfolio_cpt .portfolio_category {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.portfolio_cpt .portfolio_category .portfolio_inner {
  width: calc(100% / 3 - 14px);
}  
	.single_inner_blog.e-con>.e-con-inner .case_left_sticky{
		    display: block;
 		   width: 100% !important;
	}
.term-branding .portfolio_cpt .portfolio_category .portfolio_inner img {
  height: 130px !important;
}
	.left_side_jump .table_content ul li a{
		padding:0px;
	}
	.SliderSec .SliderItem .SliderImg img {
  	   height: 300px;
	    object-fit: cover;
	}
	.awards_inner {
   		 width: calc(100% / 2 - 12px);
		}
	.awards_inner:last-child{
		margin-top:130px;
	}
	.visionmission_grid .elementor-position-top {
   		 width: calc(100% / 2 - 10px);
		}
  .case_study_cpt .case_study_inner .case_study_post .case_title h2 {
    font-size: 26px;
  }

  .case_study_cpt .case_study_inner .case_study_post .case_file_pdf {
    padding-top: 30px;
  }
  .case_study_cpt {
    padding: 30px;
  }
  .portfolio_inner a:hover h3 {
    color: #b2b2b2;
  }
  .single_blog_inner .blog_tags .post_tags .tags_inner,
  .case_study_tags .tags_inner {
    justify-content: start;
  }
  .e-con>.left_side_jump .e-con-inner {
    display: block;
  }
  .case_left_sticky,
  .case_right_sticky {
    position: unset !important;
  }
  .case_left_sticky .social_sharing .icon {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .case_left_sticky {
    width: 50% !important;
    height: unset !important;
  }
  .case_right_sticky {
    width: 100% !important;
    height: unset !important;
  }
  .portfolio_inner a h3 {
    margin: 10px 0px 0px;
  }
  .single_inner_blog.e-con>.e-con-inner {
    max-width: calc(100% - 0px) !important;
  }
  .e-con>.e-con-inner {
    max-width: calc(100% - 40px + 30px) !important;
  }
  .portfolio_cpt .portfolio_main .portfolio_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .single_inner_blog .e-con-inner {
    gap: 0 !important;
  }
  .portfolio_cpt .portfolio_main {
    padding: 40px 40px;
  }
    .portfolio_cpt .portfolio_main .portfolio_grid .portfolio_inner h2 {
        font-size: 24px;
    }
  .portfolio_cpt .portfolio_main .portfolio_grid .portfolio_inner img {
    margin-bottom: 10px;
  }
  .portfolio_cpt .portfolio_category {
    grid-template-columns: repeat(2, 1fr);
  }
  .single_portfolio_content .portfolio_shortcode .post_name h3 {
    font-size: 40px;
  }

  .single_portfolio_content .e-con-inner {
    padding: 80px 20px;
  }

  .e-con>.e-con-inner {
    max-width: calc(100% - 10px) !important;
  }

  .single_portfolio_bottom.e-parent .e-con-inner {
    padding: 50px 10px;
    margin: 20px;
  }

  .home #pop_up_form .form_pop {
    width: 690px !important;
    height: auto;
  }
  .portfolio_inner a h3 {
    font-size: 18px !important;
    line-height: 34px !important;
}
.awards_container .awards_inner .elementor-element-0edcae1 {
  left: 40px !important;
}
.awards_container .awards_inner .elementor-element-adf773d {
  left: 60.898px !important;
}
.awards_container .awards_inner .elementor-element-3750f0d {
  left: 30px !important;
}
.awards_container .awards_inner .elementor-element-d4ce69b {
  left: 65px !important;
}
.awards_container .awards_inner .elementor-element-8b4156a {
  left: 90px !important;
  top: 130px !important;
}
}

@media (max-width: 767px) {
	
	    .elementor-6027 .elementor-element.elementor-element-76a736d:not(.elementor-motion-effects-element-type-background), .elementor-6027 .elementor-element.elementor-element-76a736d > .elementor-motion-effects-container > .elementor-motion-effects-layer, .elementor-4645 .elementor-element.elementor-element-e1c2eff:not(.elementor-motion-effects-element-type-background), .elementor-4645 .elementor-element.elementor-element-e1c2eff > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-position: -81px 8px;
    }
  .header_sec {
    padding: 0px 16px !important;
  }

  .portfolio_cpt .portfolio_category {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer_Sec .footer_para span {
    margin-top: 20px;
  }

  .banner_inner .contact_heading h1 {
    font-size: 80px !important;
    line-height: 80px !important;
  }

  .right_side_image .contact_image img {
    width: 450px !important;
    height: 450px !important;
    object-fit: cover;
  }

  .right_side_image .get_in_touch {
    top: 30% !important;
    left: 50% !important;
  }

  .author_h2 h2 {
    font-size: 45px !important;
    line-height: 50px !important;
  }

  .service_head h2 {
    font-size: 60px !important;
  }

  .sidco_right_lb_content h2 {
    font-size: 50px !important;
  }

  .HomeBannerGrid,
  .AvoidSec>div,
  .ServiceSec,
  .customContainer>div {
    max-width: calc(100% - 0px);
  }

  .ServiceSec,
  .customContainer>div,
  .FooterContainer>div {
    width: calc(100% - 0px);
    padding: 0px 16px;
  }

  header nav .hfe-nav-menu {
    position: fixed;
    top: 0px;
    display: block !important;
    left: 0;
    z-index: 99;
    background-color: var(--black);
    width: 100%;
    padding: 100px 15px 15px !important;
    transform: translateX(-100%);
    transition: all 0.4s linear;
    height: 100vh;
  }

  header.show nav .hfe-nav-menu {
    transform: translateX(0%);
  }

  .toggle_btn {
    display: block;
  }

  .header_sec .header_inner {
    flex-flow: nowrap;
    justify-content: space-between !important;
  }

  .toggle_btn svg {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
  }

  /* header#masthead .hfe-nav-menu li:last-child a::after {
    display: none !important;
  } */

  header#masthead .hfe-nav-menu li:last-child a,
  header#masthead .hfe-nav-menu li a {
    padding: 20px 0px !important;
    background-color: unset;
    display: block;
    text-align: center;
    font-size: 24px !important;
  }

  .AvoidSecGrid .service_grid {
    flex-flow: wrap !important;
  }

  .AvoidSecGrid .service_grid>div {
    width: 100% !important;
  }

  .service_grid {
    flex-flow: wrap !important;
  }

  .service_grid>div {
    width: calc(100% / 1 - 0px) !important;
  }

  .ServiceCategoryList>div {
    max-width: 400px;
    margin-left: unset !important;
  }
}

@media (max-width: 575px) {
	
.elementor-6027 .elementor-element.elementor-element-76a736d:not(.elementor-motion-effects-element-type-background), .elementor-6027 .elementor-element.elementor-element-76a736d > .elementor-motion-effects-container > .elementor-motion-effects-layer, .elementor-4645 .elementor-element.elementor-element-e1c2eff:not(.elementor-motion-effects-element-type-background), .elementor-4645 .elementor-element.elementor-element-e1c2eff > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-position: -285px -22px;
}
	.footer_contact {
        width: 100%;
    }
	.single_portfolio_bottom .elementor-widget-image-box h3{
		margin-bottom: 8px;
	}
	.job_title_box .elementor-icon-box-icon svg {
			width: 30px;
			height: 30px;
		}
	.job_title_box .elementor-icon-box-icon {
   			width: 60px;
			height: 60px;
	}
	.cross_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
		border:none;
}
	.apply_left {
    margin: 0px auto;
    padding: 10px 10px;
}
	.single_portfolio_bottom  .e-con-inner > div{
		    margin-bottom: 20px;
	}
  .portfolio_cpt .portfolio_category{
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .portfolio_cpt .portfolio_category .portfolio_inner {
    width: calc(100% / 2 - 10px);
}
.term-branding .portfolio_cpt .portfolio_category .portfolio_inner img {
  height: 140px !important;
}
  .form_checkbox p>span>span>span {
    width:100%;
  }
  .term-branding .portfolio_cpt .portfolio_category .portfolio_inner img{
    height: 300px;
  }
  .portfolio_cpt .portfolio_category .portfolio_inner img {
    height: 100%;
}
  br {
    display: none;
  }
  .portfolio_cpt .portfolio_main .portfolio_grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .term-packaging .portfolio_cpt .portfolio_category .portfolio_inner img {
    height: 260px;
    object-fit: cover;
}
	.SliderSec .SliderItem .SliderImg img {
    height: 100%;
}
.service_sec .e-con>.e-con-inner {
    max-width: 100% !important;
}
	.awards_inner {
        width: 100%;
    }
	.awards_inner{
		margin-top: 130px;
	}
		.awards_inner:nth-child(1) .elementor-widget-image{
		left: 100px !important;
	}
	.awards_inner:nth-child(3) .elementor-widget-heading{
		left: 40px !important;
	}
		.awards_inner:nth-child(1) .elementor-widget-heading{
		left: 65px !important;
	}
		.awards_inner:nth-child(2) .elementor-widget-image{
		left: 70px !important;
	}
	.awards_inner:nth-child(3) .elementor-widget-image{
		left: 70px !important;
	}
	.visionmission_grid .elementor-position-top {
  		  width: 100%;
	}
  .portfolio_cpt {
    max-width: calc(100% - 50px + 30px) !important;
  }

  .list_ul ul li {
    font-size: 15px;
  }

  .case_study_cpt {
    padding: 15px;
  }

  .case_study_cpt .case_study_inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .case_study_cpt .case_study_inner .case_study_post .case_title {
    gap: 15px;
  }

  .case_study_cpt .case_study_inner .case_study_post .case_file_pdf {
    padding-top: 30px;
  }

  .case_study_cpt .case_study_inner .case_study_post .case_title h2{
    font-size: 24px;
  }

  .case_study_cpt .case_study_inner>div {
    width: 100%;
  }

  .case_study_cpt .case_study_inner .case_study_right {
    margin-top: 30px;
  }


  .gallery_slider .elementor-image-gallery>div>figure.gallery-item {
    --card-media-width: 200px;
    --card-media-height: 200px;
  }

  .single_blog_inner .blog_tags .post_tags .tags_inner,
  .case_study_tags .tags_inner {
    display: flex;
    flex-flow: wrap;
  }

  .single_blog_inner .blog_tags .post_tags .tags_inner a,
  .case_study_tags .tags_inner a {
    display: block;
    margin-bottom: 0;
  }

  .case_left_sticky {
    width: 100% !important;
    height: unset !important;
  }

  .single_inner_blog.e-con>.e-con-inner {
    max-width: calc(100% + 30px) !important;
  }

  .portfolio_cpt .portfolio_main {
    padding: 40px 20px;
  }

  .portfolio_cpt .portfolio_top .portfolio_content h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .portfolio_cpt .portfolio_top {
    padding: 40px 10px;
  }

  header#masthead .e-con-inner {
    display: flex !important;
    flex-flow: unset !important;
  }

  .about_heading h1 {
    font-size: 35px !important;
    line-height: 45px !important;
  }

  .portfolio_cpt .portfolio_category {
    grid-template-columns: repeat(1, 1fr);
  }

  .service_tab ul li a::before {
    padding-top: 0px;
  }

  .service_grid .service_tab {
    padding-bottom: 0px;
  }

  .service_grid .service_right {
    position: relative;
    z-index: 9;
  }

  .banner_inner .contact_heading h1 {
    font-size: 65px !important;
    line-height: 65px !important;
  }

  .footer_Sec .footer_address_content p,
  .footer_Sec .social_media p {
    font-size: 16px;
  }

  .Contact_form .appointment_form .form_group label {
    font-size: 15px;
  }

  .contact_right a,
  .contact_right p {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .footer_Sec .footer_para span {
    font-size: 20px;
  }

  .footer_Sec .copyright-content .elementor-widget-container {
    font-size: 16px !important;
    line-height: 25px !important;
  }

  .social_media .content {
    padding-top: 10px;
  }

  .footer_head h2 {
    font-size: 35px !important;
    line-height: 45px !important;
  }

  .author_h2 h2 {
    font-size: 26px !important;
    line-height: 40px !important;
  }

  .single_portfolio_content .e-con-inner {
    padding: 80px 0px;
  }

  .single_portfolio_content .portfolio_shortcode .post_name h3 {
    font-size: 30px;
  }

  .blog_section .blog_inner .blfe-post-grid-details-inner .blfe-post-grid-meta {
    top: -100px !important;
  }

  .single_portfolio_bottom.e-parent .e-con-full {
    padding: 0;
  }

  .single_portfolio_bottom.e-parent .e-con-inner {
    padding: 30px 10px;
    margin: 0px auto;
    margin-top: 20px;
  }

  .about_sec_author .about_Sec h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .service_head h2 {
    font-size: 35px !important;
    line-height: 55px !important;
    font-weight: 500 !important;
  }

  .counter_heading h2 {
    font-size: 65px !important;
  }

  .lb_heading h2 {
    font-size: 50px !important;
    line-height: 80px !important;
  }

  .latest_blog .lb_para div {
    font-size: 18px !important;
    line-height: 27px !important;
  }

  .sidco_right_lb_content h2 {
    font-size: 45px !important;
  }

  #latest_blog_post .lae-grid-item.lae-portfolio-item:nth-child(2) {
    padding-top: 0 !important;
  }

  #latest_blog_post .lae-grid-item.lae-portfolio-item:nth-child(3),
  #latest_blog_post .lae-grid-item.lae-portfolio-item:nth-child(5) {
    margin-top: 0 !important;
  }

  .AuditHead h2 {
    font-size: 32px !important;
    line-height: normal !important;
  }

  .AuditHead h2 br {
    display: none;
  }

  .SliderImg img {
    min-height: 220px;
    object-fit: cover;
  }
  .home #pop_up_form .form_pop {
    width: 500px !important;
    height: auto !important;
    padding: 30px !important;
    top: 53% !important;
  }

  .home #pop_up_form .close_btn button {
    right: -12px !important;
    top: -50px !important;
  }

  .home .form_right.One {
    display: block !important;
  }

  .home .form_right.One .form_group {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .home #pop_up_form .close_btn button::after {
    width: 38px !important;
    height: 38px !important;
  }

  .home #pop_up_form .form_pop .form_content h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

@media (max-width: 440px) {
  .portfolio_cpt .portfolio_category .portfolio_inner {
    width: 100%;
}
	.home #pop_up_form .form_pop_inner .form_group textarea {
        min-height: 75px !important;
    }
		.home #pop_up_form .form_pop_inner .form_group input, .form_group textarea {
  			  height: 46px !important;
		}
	    .home .form_right.One .form_group {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
	.home .form_right.One{
		margin-bottom:10px !important;
	}
  .home #pop_up_form .form_pop {
      width: 400px !important;
      height: auto !important;
      padding: 30px !important;
      top: 53% !important;
	  z-index:999 !important;
  }
	.home #pop_up_form .form_pop{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.form_group_btn input{
		    height: 46px !important;
	}
  .term-branding .portfolio_cpt .portfolio_category .portfolio_inner img{
    height: 250px;
  }
  .term-packaging .portfolio_cpt .portfolio_category .portfolio_inner img {
    height: 190px;
    object-fit: cover;
}
.portfolio_cpt .portfolio_category .portfolio_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.term-branding .portfolio_cpt .portfolio_category .portfolio_inner img {
  height: 210px !important;
}
		    .elementor-6027 .elementor-element.elementor-element-76a736d:not(.elementor-motion-effects-element-type-background), .elementor-6027 .elementor-element.elementor-element-76a736d > .elementor-motion-effects-container > .elementor-motion-effects-layer,.elementor-4645 .elementor-element.elementor-element-e1c2eff:not(.elementor-motion-effects-element-type-background), .elementor-4645 .elementor-element.elementor-element-e1c2eff > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-position: -250px -9px;
    }
}

@media (max-width: 414px) {
  .blog_section .blog_inner .blfe-post-grid-details-inner .blfe-post-grid-meta {
    top: -70px !important;
  }
  .banner_inner .contact_heading h1 {
    font-size: 35px !important;
    line-height: 45px !important;
  }

  .lb_heading h2 {
    font-size: 40px !important;
    line-height: 80px !important;
  }

  .sidco_right_lb_content h2 {
    font-size: 35px !important;
  }
    .home #pop_up_form .form_pop .form_content h2 {
        font-size: 24px !important;
        line-height: 34px !important;
    }

    .home #pop_up_form .form_pop {
        width: 355px !important;
        height: auto !important;
        padding: 30px 15px !important;
        top: 57% !important;
		z-index: 999;
    }
.portfolio_cpt .portfolio_category .portfolio_inner video {
    max-height: 500px;
}
     .home #pop_up_form .close_btn button {
        right: -7px !important;
        top: -52px !important;
    }
	    .form_group input, .form_group textarea {
        padding: 0px 10px !important;
    }
}

@media (max-width: 390px) {
	    .home #pop_up_form .form_pop .form_content h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
  .term-branding .portfolio_cpt .portfolio_category .portfolio_inner img{
    height: 200px;
  }
  .term-packaging .portfolio_cpt .portfolio_category .portfolio_inner img {
    height: 160px;
    object-fit: cover;
  }
  .portfolio_cpt .portfolio_category .portfolio_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.term-branding .portfolio_cpt .portfolio_category .portfolio_inner img {
  height: 180px !important;
}
	.home #pop_up_form .form_pop {
		padding:26px;
	}
    .form_group input, .form_group textarea {
        padding: 0px 10px !important;
    }

  }

@media (max-width: 375px) {
  .home #pop_up_form .form_pop {
    width: 320px !important;
    height: auto !important;
    padding: 30px ;
    top: 55% !important;
  }
  .awards_inner:nth-child(1){
		margin-top:0;
	}
	.awards_inner:nth-child(1) .elementor-widget-image {
      		  left: 80px !important;
  		}
	.awards_inner:nth-child(2) .elementor-widget-image {
        left: 50px !important;
    }
	    .awards_inner:nth-child(3) .elementor-widget-image {
        left: 55px !important;
    }
	    .awards_inner:nth-child(1) .elementor-widget-heading {
        left: 45px !important;
    }
    .awards_inner:nth-child(3) .elementor-widget-heading {
        left: 15px !important;
    }
}

/*--===============|| Reponsive Css End ||=================--*/


/*--===============|| Tiger Css End ||=================--*/
.form_news p {
  display: flex;
  margin: 0px;
  position: relative;
  width: 100% !important;
  max-width: fit-content;
  grid-gap: 6px;
}

.form_news p span.wpcf7-spinner {
  position: absolute;
  right: 0px;
  top: 8px;
}

.form_news input[type="submit"] {
  max-width: fit-content !important;
  padding: 8px 28px !important;
  border-radius: 30px !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  background-color: #fff !important;
  color: var(--black) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: "LotaRegular" !important;
}

.form_news span.wpcf7-not-valid-tip {
  margin-top: 10px;
}

div#footer_Sec .wpcf7-response-output {
  margin: 12px 0px 0px !important;
  color: var(--white) !important;
}

#pop_up_form {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  height: 100%;
  width: 100%;
  display: none;
}

.home #pop_up_form {
  display: block;
}

.home #pop_up_form .form_pop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 50%;
  padding: 0 0 30px;
  -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
  background-image: url("/wp-content/uploads/2024/05/Frame.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px;
  transition: 0.5s;
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 12px;
}

.page-id-6027 #pop_up_form .form_pop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 50%;
  padding: 0 0 30px;
  -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
  background-image: url("/sidco/wp-content/uploads/2024/07/Frame.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px;
  transition: 0.5s;
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 12px;
}

.home #pop_up_form .form_pop .form_pop_inner {
  max-width: 600px;
  margin: 0 auto;
  max-height: 100%;
}
.page-id-6027 #pop_up_form .form_pop .form_pop_inner {
  max-width: 600px;
  margin: 0 auto;
  max-height: 100%;
}
.page-id-6027 #pop_up_form .close_btn {
  position: relative;
}

.home #pop_up_form .close_btn {
  position: relative;
}
.page-id-6027 #pop_up_form .close_btn button {
  position: absolute;
  right: -43px;
  top: -90px;
  font-size: 0px !important;
  border: None !important;
  outline: none !important;
  width: 0px !important;
  z-index: 999;
}

.home #pop_up_form .close_btn button {
  position: absolute;
  right: -43px;
  top: -90px;
  font-size: 0px !important;
  border: None !important;
  outline: none !important;
  width: 0px !important;
  z-index: 999;
}
.page-id-6027 #pop_up_form .close_btn button::after {
  content: "";
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjgzMzMgMEgyMS4xNjY3QzIxLjExMTEgMCAyMS4wNTU1IDAuMDAwMjEyNzkzIDIxIDAuMDAwNjM3NjAyQzMyLjYxMzMgMC4wODk1MDc3IDQyIDkuNDU3MiA0MiAyMUM0MiAzMi41NDI4IDMyLjYxMzMgNDEuOTEwNSAyMSA0MS45OTk0QzIxLjA1NTUgNDEuOTk5OCAyMS4xMTExIDQyIDIxLjE2NjcgNDJIMjAuODMzM0MyMC44ODg5IDQyIDIwLjk0NDUgNDEuOTk5OCAyMSA0MS45OTk0QzkuMzg2NyA0MS45MTA1IDAgMzIuNTQyOCAwIDIxQzAgOS40NTcyIDkuMzg2NyAwLjA4OTUwNzcgMjEgMC4wMDA2Mzc2MDJDMjAuOTQ0NSAwLjAwMDIxMjc5MyAyMC44ODg5IDAgMjAuODMzMyAwWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEzLjY1NjIgMjcuNjU3NkwyOC4zNDI1IDEyLjk3MTMiIHN0cm9rZT0iIzFEMUQxRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTI4LjM0MzggMjcuNjU3NkwxMy42NTc1IDEyLjk3MTMiIHN0cm9rZT0iIzFEMUQxRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
}
.home #pop_up_form .close_btn button::after {
  content: "";
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjgzMzMgMEgyMS4xNjY3QzIxLjExMTEgMCAyMS4wNTU1IDAuMDAwMjEyNzkzIDIxIDAuMDAwNjM3NjAyQzMyLjYxMzMgMC4wODk1MDc3IDQyIDkuNDU3MiA0MiAyMUM0MiAzMi41NDI4IDMyLjYxMzMgNDEuOTEwNSAyMSA0MS45OTk0QzIxLjA1NTUgNDEuOTk5OCAyMS4xMTExIDQyIDIxLjE2NjcgNDJIMjAuODMzM0MyMC44ODg5IDQyIDIwLjk0NDUgNDEuOTk5OCAyMSA0MS45OTk0QzkuMzg2NyA0MS45MTA1IDAgMzIuNTQyOCAwIDIxQzAgOS40NTcyIDkuMzg2NyAwLjA4OTUwNzcgMjEgMC4wMDA2Mzc2MDJDMjAuOTQ0NSAwLjAwMDIxMjc5MyAyMC44ODg5IDAgMjAuODMzMyAwWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEzLjY1NjIgMjcuNjU3NkwyOC4zNDI1IDEyLjk3MTMiIHN0cm9rZT0iIzFEMUQxRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTI4LjM0MzggMjcuNjU3NkwxMy42NTc1IDEyLjk3MTMiIHN0cm9rZT0iIzFEMUQxRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
}
.page-id-6027 #pop_up_form .form_pop_inner .form_group input,
.form_group textarea {
  height: 52px;
}
.home #pop_up_form .form_pop_inner .form_group input,
.form_group textarea {
  height: 52px;
}
.page-id-6027 #pop_up_form .form_pop_inner .form_group textarea {
  min-height: 150px;
}
.home #pop_up_form .form_pop_inner .form_group textarea {
  min-height: 150px;
}
.page-id-6027 #pop_up_form .form_pop .form_content h2 {
  text-align: center;
  color: var(--white);
  font-size: 42px;
  line-height: 52px;
  font-family: "Manrope" !important;
}

.home #pop_up_form .form_pop .form_content h2 {
    text-align: center;
    color: var(--white);
    font-size: 38px;
    line-height: 52px;
    font-family: "Manrope" !important;
}
.page-id-6027 .form_right.One {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.page-id-6027 .form_right.One .form_group {
  width: calc(100% / 2 - 10px);
}
.home .form_right.One {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.home .form_right.One .form_group {
  width: calc(100% / 2 - 10px);
}

