@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600&display=swap");
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Ropa+Sans:ital@0;1&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');*/
/*@font-face {*/
/*  font-family: "LemonMilk";*/
/*  src: url("../fonts/LemonMilk.woff");*/
/*  !* IE9*!*/
/*}*/
/*@font-face {*/
/*  font-family: "LemonMilkBold";*/
/*  src: url("../fonts/LemonMilkbolditalic.woff");*/
/*  !* IE9*!*/
/*}*/
/*@font-face { font-family: "Avenir"; src: url("https://petrikorsolutions.com/wp-content/themes/petrikor/assets/fonts/Avenir.ttc");}*/

/*
 * new green: rgb(59, 130, 144, 0.6);
 */

@font-face {
  font-family: "Retroking";
  src:
    url("../fonts/RetrokingRegular.woff2") format("woff2"),
    url("../fonts/RetrokingRegular.woff") format("woff"),
    url("../fonts/RetrokingRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Retroking Rough";
  src:
    url("../fonts/RetrokingRough.woff2") format("woff2"),
    url("../fonts/RetrokingRough.woff") format("woff"),
    url("../fonts/RetrokingRough.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa";
  src:
    url("../fonts/NexaLight.otf") format("woff2"),
    url("../fonts/Nexa Light.otf") format("woff");

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nexa-Bold";
  src: url("../fonts/Nexa-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin-right: auto !important;
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Nunito", sans-serif;
  font-size: 95%;
  line-height: 24px;
  font-weight: 600;
  color: #878787;
  overflow: hidden;
  position: relative;
  /*   background-size: cover; */
  /*   background: #fff url(../img/body-1.jpg) repeat fixed; */
  background-image: url(../img/scrapped-paper-website.png);
  background-size: 100% !important;
}
.top-header .site-title h1 {
  font-size: 2rem;
  line-height: 38px;
}
.preloader,
.ajaxloader {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff !important;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  left: 0;
  justify-content: center;
  overflow: hidden;
}
.preloader #svgloader,
.ajaxloader #svgloader {
  width: 150px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991px),
  (max-width: 575px),
  (min-width: 576px) and (max-width: 767px),
  (min-width: 320px) and (max-width: 475px) {
  .preloader #svgloader,
  .ajaxloader #svgloader {
    width: 100px;
  }
}
.preloader .cls-1,
.preloader .cls-3,
.ajaxloader .cls-1,
.ajaxloader .cls-3 {
  fill: #fff;
  transition: fill 0.8s;
}
.preloader .finished .cls-3,
.ajaxloader .finished .cls-3 {
  fill: #00a19b;
  transition: fill 0.8s;
}
.preloader .end .cls-3,
.ajaxloader .end .cls-3 {
  fill: #00a19b;
  transition: fill 0.8s;
}

.ajaxloader {
  position: absolute;
  display: none;
  border: 2px dashed #00a19b;
}

.lang-and-toggle {
  display: flex;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

figure {
  margin: 0;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.get_know_us-page .site-title {
  width: unset;
}
/*--------------------------------------------------------------- */
/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #878787;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #00a19b;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Retroking Rough", sans-serif;
}

ul,
ol {
  padding: 0;
  margin: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

b,
strong {
  font-weight: 900;
}

uttonb,
button:hover {
  border: none;
}

button:focus {
  outline: none;
}

.site-title {
  font-size: 3rem;
  color: #fff;
  text-transform: capitalize;
  width: 350px;
  font-family: "Retroking Rough", sans-serif;
  /*font-weight: bold;*/
  line-height: 1;
  font-style: italic;
}
.site-title * {
  font-size: 3rem;
  font-family: "Retroking Rough", sans-serif;
  font-weight: normal;
  /*font-weight: bold;*/
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .site-title {
    font-size: 2rem;
  }
  .site-title * {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-title {
    font-size: 1.8rem;
  }
  .site-title * {
    font-size: 1.8rem;
  }
}
@media (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (min-width: 320px) and (max-width: 475px) {
  .site-title {
    font-size: 1.6rem;
  }
  .site-title * {
    font-size: 1.6rem;
  }
}

.site-btn,
.portfolio-first-section .button-box a {
  margin: auto;
  text-align: center;
  background: #00a19b;
  border: 1px solid #00a19b;
  border-radius: 25px;
  padding: 15px 40px;
  color: #f1e4b2 !important;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}
.site-btn::after,
.portfolio-first-section .button-box a::after,
.contact-form .form-sec .contact-bottom .btn-contact::after {
  content: unset;
}
/*nermine*/
.sem_section .button-box a,
.seo_section .button-box a {
  margin: auto;
  text-align: center;
  background: #cc5541;
  border: 1px solid #cc5541;
  border-radius: 25px;
  padding: 15px 40px;
  color: #f1e4b2 !important;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}

.site-btn:focus,
.portfolio-first-section .button-box a:focus,
.site-btn:hover,
.portfolio-first-section .button-box a:hover,
.sem_section .button-box a:hover,
.seo_section .button-box a:hover {
  padding: 15px 60px;
  background: #fff;
  color: #00a19b !important;
}
.sem_section a::after,
.seo_section a::after {
  display: none !important;
}
/*nermine*/
.gray {
  color: #808080;
}

.petrikor-header {
  /*height: 52px;*/
  height: 44px;
  position: absolute;
  z-index: 9980;
  width: 100%;
}
.petrikor-header .container {
  position: relative;
}
.petrikor-header .petrikor-main-menu {
  position: absolute;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  top: 0;
  z-index: 9981;
  padding: 12px 0;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (min-width: 320px) and (max-width: 475px) {
  .petrikor-header .petrikor-main-menu {
    z-index: 0;
  }
}
.petrikor-header .petrikor-main-menu ul {
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.petrikor-header .petrikor-main-menu li {
  margin: 0;
}
.petrikor-header .petrikor-main-menu li a {
  padding: 0 10px;
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.4s;
}
/*.petrikor-header .petrikor-main-menu li:hover a, .petrikor-header .petrikor-main-menu li:focus a, .petrikor-header .petrikor-main-menu li.active a {*/
/*  background-color: #00A19B;*/
/*  color: #F1E4B2;*/
/*  padding: 20px 10px;*/
/*}*/
.petrikor-header .petrikor-main-menu li:hover,
.petrikor-header .petrikor-main-menu li:focus,
.petrikor-header .petrikor-main-menu li.active {
  /*   background-color: #00A19B; */
  color: #f1e4b2;
  padding: 20px 10px;
}

.petrikor-header .petrikor-main-menu li:first-child:hover a,
.petrikor-header .petrikor-main-menu li:first-child:focus a {
  /*  background-color: #00A19B;*/
  /*  color: #F1E4B2;*/
  /*  padding: 20px 10px;*/
}
.petrikor-header .petrikor-main-menu li:first-child:hover a {
  color: #00a19b;
}
.petrikor-header .petrikor-main-menu li:first-child:hover,
.petrikor-header .petrikor-main-menu li:first-child:focus {
  /*background-color: #00A19B !important;*/
  padding: 20px 10px;
}
/*.petrikor-header .petrikor-main-menu li:first-child.active a {*/
/*  background-color: transparent;*/
/*  color: #00A19B;*/
/*}*/
.petrikor-header .petrikor-main-menu li:first-child.active {
  background-color: transparent !important;
}
/* .petrikor-header .petrikor-main-menu li:first-child.active a{
  color: #00A19B !important;
} */
.petrikor-header.petrikor-fixed-top {
  background-color: #00677e;
  position: fixed;
}
.home .petrikor-header.petrikor-fixed-top .petrikor-main-menu li a {
  color: rgb(235, 204, 138) !important;
}
.petrikor-header.petrikor-fixed-top .petrikor-main-menu li:hover a,
.petrikor-header.petrikor-fixed-top .petrikor-main-menu li:focus a,
.petrikor-header.petrikor-fixed-top .petrikor-main-menu li.active a {
  /*background-color: #fff;*/
  color: rgb(235, 204, 138) !important;
  text-decoration: underline;
  text-decoration-color: rgb(235, 204, 138);
}

.petrikor-header.petrikor-fixed-top .petrikor-main-menu li:hover,
.petrikor-header.petrikor-fixed-top .petrikor-main-menu li:focus,
.petrikor-header.petrikor-fixed-top .petrikor-main-menu li.active {
  /*   background-color: #fff !important; */
}

.after-section {
  position: relative;
}
.after-section::after {
  content: "";
  position: absolute;
  bottom: -65px;
  left: -80px;
  background: url(../img/after-section.png) left center no-repeat;
  background-size: contain;
  z-index: 1;
  width: 100%;
  height: 175px;
}

.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-image-fixed {
  background-attachment: fixed;
}

.read-more,
.content a {
  position: relative;
  transition: 0.4s;
  padding-left: 20px;
  color: rgb(59, 130, 144) !important;
  width: 100%;
}

.read-more {
  display: block;
}

.read-more::after,
.content a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  padding: 1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: 0.4s;
  color: #00a19b;
}
.read-more span,
.content a span {
  color: rgb(59, 130, 144) !important;
}
.read-more:hover,
.content a:hover,
.read-more:focus,
.content a:focus {
  padding-left: 25px;
  color: #00a19b !important;
}
.read-more:hover span,
.content a:hover span,
.read-more:focus span,
.content a:focus span {
  color: #00a19b !important;
}
.read-more:hover::after,
.content a:hover::after,
.read-more:focus::after,
.content a:focus::after {
  left: 5px;
}

.content {
  position: relative;
  z-index: 2;
}
.top-header {
  display: flex;
  justify-content: center;
  align-items: center;
  /*min-height: 750px;*/
  background-size: cover;
  background-position: top;
  background-attachment: scroll;
}
.top-header .site-title {
  position: relative;
  margin: auto;
  text-align: center;
  color: #3b8290 !important; /*christmas*/
  /*color: #FFF !important;  !*christmas*!*/
  margin-top: 200px;
  font-size: 2.3rem;
  text-transform: capitalize;
  width: 100%;
}
.top-header .site-title blockquote {
  margin-bottom: 0 !important;
  margin-top: 1.5rem;
}
/*.top-header .site-title * {*/
/*  font-size: 2.3rem;*/
/*}*/
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (min-width: 320px) and (max-width: 475px) {
  .top-header {
    background-size: cover;
    background-position: top;
    background-attachment: scroll;
  }
  /*   .top-header .site-title {
      margin: auto;
      font-size: 1.3rem;
      margin-top:115px;
    } */

  .top-header .site-title * {
    font-size: 1rem !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .top-header {
    /*min-height: 550px;*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-header {
    min-height: 550px;
    /* 	  badges */
    /* 	min-height: 450px; */
    /* 	  badges */
  }
}
/*@media (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {*/
/*  .top-header {*/
/*    min-height: 300px;*/
/*  }*/
/*}*/
/*petrikor-fixes*/
@media (max-width: 575px) {
  .top-header {
    /* 	  badges */
    /*     min-height: 300px; */
    /* 	  badges */
    min-height: 400px;
  }
  .flex-half {
    flex: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .top-header {
    /*     min-height: 370px; */
    /* 	  badges */
    min-height: 520px;
    /* 	  badges */
  }
}
/* 	  badges */
@media (max-width: 576px) {
  .partnerships {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .partnerships .google {
    width: 50px !important;
    height: 50px !important;
    margin-right: 0 !important;
  }
  .partnerships .designrush {
    width: 100px !important;
    height: auto !important;
    margin-right: 0 !important;
  }
  .partnerships .creative_strategy_professional,
  .partnerships .digital_marketing_associate {
    width: 50px !important;
    height: 50px !important;
    margin-right: 0 !important;
  }
  .partnerships .shopify {
    width: 75px !important;
    height: auto !important;
    margin-right: 0 !important;
  }
  .perf-dubai-arrow {
    transform: rotate(90deg);
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .partnerships {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .partnerships .google {
    width: 70px !important;
    height: 70px !important;
  }
  .partnerships .designrush {
    width: 140px !important;
    height: auto !important;
  }
  .partnerships .creative_strategy_professional,
  .partnerships .digital_marketing_associate {
    width: 70px !important;
    height: 70px !important;
  }
  .partnerships .shopify {
    width: 140px !important;
    height: auto !important;
    margin-right: 0 !important;
  }
}
/* 	  badges */
@media (min-width: 990px) and (max-width: 1023px) {
  .top-header {
    min-height: 550px;
  }
}

@media only screen and (min-width: 1024px) {
  .top-header {
    /* 	  badges */
    min-height: unset !important;
    /* 	  badges */
  }
  .top-header .site-title {
    padding: 10% 0 30% 0 !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 2080px) {
  .top-header {
    min-height: unset !important;
  }

  .top-header .site-title {
    padding: 11% 0 32% !important;
    margin: 0 !important;
  }
}

/*petrikor-fixes*/

.get-to-section {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our_full_capabilities-section .service {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}
.our_full_capabilities-section .service .icon {
  background-size: contain;
  background-position: left center;
  width: 60px;
  /*height: 120px;*/
  padding: 30px;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}

.our_full_capabilities-section .service .icon.social-media-marketing {
  width: 90px;
}

.our_full_capabilities-section .service .title {
  color: #00a19b;
  /*font-weight: bold;*/
}
.our_full_capabilities-section .service .content {
  color: #000;
}
.our_full_capabilities-section .service:hover .icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.we_work_with-section .work {
  margin-bottom: 30px;
}
.we_work_with-section .work .icon {
  background-size: contain;
  /*width: 100px;*/
  height: 150px;
  padding: 30px;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  filter: grayscale(85%);
  margin: auto;
}
.we_work_with-section .work:hover .icon {
  filter: drop-shadow(0px 1px 7px #cccccc);
  cursor: pointer;
}

.slick-prev {
  left: 0;
  position: absolute;
  z-index: 13;
}

.slick-next {
  right: 0;
}

.lets_talk-section {
  background-color: #ca6250;
  padding: 20px 0;
  mix-blend-mode: multiply;
  z-index: 1;
}
.lets_talk-section .title,
.lets_talk-section a {
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}

.lets_talk-section h3 span {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
}
.lets_talk-section a {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (min-width: 320px) and (max-width: 475px) {
  .lets_talk-section * {
    font-size: 1.5rem;
  }
}

.portfolio-section {
  position: relative;
  padding-bottom: 15px;
  mix-blend-mode: multiply;
  /*   z-index: 10; */
}
.portfolio-section .cbp-l-filters-buttonCenter .cbp-filter-item {
  background: unset;
  border: 0;
  color: #00677e;
  text-transform: capitalize;
  position: relative;
  font-size: 1.1rem;
  font-family: "Retroking Rough";
}
.portfolio-section .cbp-l-filters-buttonCenter .cbp-filter-item::after {
  position: absolute;
  content: "|";
  top: 0;
  right: -10px;
}
.portfolio-section
  .cbp-l-filters-buttonCenter
  .cbp-filter-item:last-child::after {
  display: none;
}
.portfolio-section
  .cbp-l-filters-buttonCenter
  .cbp-filter-item.cbp-filter-item-active {
  color: #00a19b;
}
.portfolio-section .cbp-l-filters-buttonCenter .cbp-filter-counter {
  background-color: #00a19b;
}
.portfolio-section .cbp-l-filters-buttonCenter .cbp-filter-counter::after {
  border-top: 4px solid #00a19b;
}
.portfolio-section .cbp-l-caption-buttonLeft,
.portfolio-section .cbp-l-caption-buttonRight {
  background-color: #00a19b;
  text-transform: uppercase;
}

.cbp-filter-counter {
  display: none;
}
.portfolio-section .cbp-l-caption-buttonLeft:focus,
.portfolio-section .cbp-l-caption-buttonLeft:hover,
.portfolio-section .cbp-l-caption-buttonRight:focus,
.portfolio-section .cbp-l-caption-buttonRight:hover {
  color: #f1e4b2;
}
/*.portfolio-section::before, .portfolio-section::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: auto;*/
/*}*/
/*.portfolio-section::before {*/
/*  right: -200px;*/
/*  top: -75px;*/
/*  background: url(../img/petrikor-after.png) left center no-repeat transparent;*/
/*  background-size: cover;*/
/*  height: 601px;*/
/*  width: 501px;*/
/*  transform: scale(1.5) rotate(-12deg);*/
/*}*/
/*.portfolio-section::after {*/
/*right: 0;*/
/*bottom: 0;*/
/*background: url(../img/after-section-3.png) center center no-repeat transparent;*/
/*background-size: contain;*/
/*height: 200px;*/
/*}*/

.contact-form {
  min-height: 600px;
  width: 100%;
  /*background-image: url(../img/contact-form.jpg);*/
  background-size: cover;
  padding: 50px 0;
  background-attachment: fixed;
  mix-blend-mode: multiply;
}
.contact-form .social-sec-box {
  position: relative;
}
.contact-form .social-sec-box .social-sec {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2022/10/new-design-web-items-05.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80%;
  height: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (min-width: 320px) and (max-width: 475px) {
  .contact-form .social-sec-box .social-sec {
    background-position: center;
    height: 365px;
  }
}
.contact-form .social-sec-box .social-sec .boxed {
  position: relative;
}
.contact-form .social-sec-box .social-sec .boxed:before {
  content: "";
  position: absolute;
  left: -70px;
  top: 0;
  background: url(../img/7abel_without_icon.png) left center no-repeat
    transparent;
  background-size: contain;
  width: 125%;
  height: 75px;
  /*z-index: 4;*/
}
@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .contact-form .social-sec-box .social-sec .boxed:before {
    top: 38px;
    width: 140%;
    z-index: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (min-width: 320px) and (max-width: 475px) {
  .contact-form .social-sec-box .social-sec .boxed:before {
    top: 35px;
    left: 0;
    width: 98%;
    z-index: 0;
  }
}
.contact-form .social-sec-box .social-sec .boxed .linkedin,
.contact-form .social-sec-box .social-sec .boxed .instagram,
.contact-form .social-sec-box .social-sec .boxed .tiktok,
.contact-form .social-sec-box .social-sec .boxed .facebook,
.contact-form .social-sec-box .social-sec .boxed .twitter,
.contact-form .social-sec-box .social-sec .boxed .behance,
.contact-form .social-sec-box .social-sec .boxed .youtube,
.contact-form .social-sec-box .social-sec .boxed .pinterest {
  content: "";
  position: absolute;
  background-size: contain !important;
  width: 60px;
  height: 60px;
  left: 70px;
  top: 25px;
  z-index: 1;
}
.contact-form .social-sec-box .social-sec .boxed .linkedin:hover,
.contact-form .social-sec-box .social-sec .boxed .instagram:hover,
.contact-form .social-sec-box .social-sec .boxed .tiktok:hover,
.contact-form .social-sec-box .social-sec .boxed .facebook:hover,
.contact-form .social-sec-box .social-sec .boxed .twitter:hover,
.contact-form .social-sec-box .social-sec .boxed .behance:hover,
.contact-form .social-sec-box .social-sec .boxed .youtube:hover,
.contact-form .social-sec-box .social-sec .boxed .pinterest:hover {
  filter: brightness(0.5);
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5),
  (min-width: 768px) and (max-width: 991px),
  (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (min-width: 320px) and (max-width: 475px) {
  .contact-form .social-sec-box .social-sec .boxed .linkedin,
  .contact-form .social-sec-box .social-sec .boxed .instagram,
  .contact-form .social-sec-box .social-sec .boxed .tiktok,
  .contact-form .social-sec-box .social-sec .boxed .facebook,
  .contact-form .social-sec-box .social-sec .boxed .twitter,
  .contact-form .social-sec-box .social-sec .boxed .behance,
  .contact-form .social-sec-box .social-sec .boxed .youtube,
  .contact-form .social-sec-box .social-sec .boxed .pinterest {
    width: 55px;
  }
}
.contact-form .social-sec-box .social-sec .boxed .linkedin {
  background: url(../img/icons/linkedin.png) center center no-repeat transparent;
  left: -28px;
  top: 19px;
}
.contact-form .social-sec-box .social-sec .boxed .instagram {
  background: url(../img/icons/instagram.png) center center no-repeat
    transparent;
  left: 26px;
  top: 24px;
}

.contact-form .social-sec-box .social-sec .boxed .tiktok {
  background: url(../img/icons/tiktok.png) center center no-repeat transparent;
  left: 86px;
  top: 30px;
}
.contact-form .social-sec-box .social-sec .boxed .facebook {
  background: url(../img/icons/facebook.png) center center no-repeat transparent;
  left: 143px;
  top: 31px;
}
.contact-form .social-sec-box .social-sec .boxed .twitter {
  background: url(../img/icons/twitter.png) center center no-repeat transparent;
  left: 200px;
  top: 39px;
}
.contact-form .social-sec-box .social-sec .boxed .behance {
  background: url(../img/icons/behance.png) center center no-repeat transparent;
  left: 257px;
  top: 39px;
}
.contact-form .social-sec-box .social-sec .boxed .youtube {
  background: url(../img/icons/youtube.png) center center no-repeat transparent;
  left: 319px;
  top: 43px;
}
.contact-form .social-sec-box .social-sec .boxed .pinterest {
  background: url(../img/icons/pintrest.png) center center no-repeat transparent;
  left: 380px;
  top: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .contact-form .social-sec-box .social-sec .boxed .linkedin {
    left: -55px;
    top: 62px;
  }
  .contact-form .social-sec-box .social-sec .boxed .instagram {
    left: 1px;
    top: 68px;
  }

  .contact-form .social-sec-box .social-sec .boxed .tiktok {
    left: 53px;
    top: 71px;
  }

  .contact-form .social-sec-box .social-sec .boxed .facebook {
    left: 105px;
    top: 74px;
  }
  .contact-form .social-sec-box .social-sec .boxed .twitter {
    left: 158px;
    top: 81px;
  }
  .contact-form .social-sec-box .social-sec .boxed .behance {
    left: 212px;
    top: 81px;
  }
  .contact-form .social-sec-box .social-sec .boxed .youtube {
    left: 263px;
    top: 83px;
  }
  .contact-form .social-sec-box .social-sec .boxed .pinterest {
    left: 312px;
    top: 87px;
  }
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (min-width: 320px) and (max-width: 475px) {
  .contact-form .social-sec-box .social-sec .boxed .linkedin {
    left: 40px;
    top: 54px;
  }
  .contact-form .social-sec-box .social-sec .boxed .instagram {
    left: 98px;
    top: 57px;
  }

  .contact-form .social-sec-box .social-sec .boxed .tiktok {
    left: 156px;
    top: 62px;
  }

  .contact-form .social-sec-box .social-sec .boxed .facebook {
    left: 212px;
    top: 65px;
  }
  .contact-form .social-sec-box .social-sec .boxed .twitter {
    left: 270px;
    top: 72px;
  }
  .contact-form .social-sec-box .social-sec .boxed .behance {
    left: 329px;
    top: 72px;
  }
  .contact-form .social-sec-box .social-sec .boxed .youtube {
    left: 393px;
    top: 79px;
  }
  .contact-form .social-sec-box .social-sec .boxed .pinterest {
    left: 455px;
    top: 79px;
  }
}
@media only screen and (width: 375px) and (height: 635px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3),
  (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (min-width: 320px) and (max-width: 475px) {
  .contact-form .social-sec-box .social-sec {
    display: flex;
    margin: auto;
  }
  .contact-form .social-sec-box .social-sec .boxed {
    display: flex;
    margin-bottom: auto;
    width: 100%;
  }
  .contact-form .social-sec-box .social-sec .boxed::after {
    top: 102px;
    left: -32px;
    width: 120%;
    z-index: 0;
    transform: skewY(-3deg);
  }
  .contact-form .social-sec-box .social-sec .boxed .linkedin,
  .contact-form .social-sec-box .social-sec .boxed .instagram,
  .contact-form .social-sec-box .social-sec .boxed .tiktok,
  .contact-form .social-sec-box .social-sec .boxed .facebook,
  .contact-form .social-sec-box .social-sec .boxed .twitter,
  .contact-form .social-sec-box .social-sec .boxed .behance,
  .contact-form .social-sec-box .social-sec .boxed .youtube,
  .contact-form .social-sec-box .social-sec .boxed .pinterest {
    position: relative;
    /*top: 130px;*/
    left: 0;
    display: block;
  }
}
.contact-form .form-sec {
  background: url(../img/contact-back.png) top center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 30px 50px;
  /*border: 2px solid #ccc;*/
  /*border-radius: 25px;*/
  overflow: hidden;
}
.contact-form .form-sec .contact-us-title {
  color: #00677e;
  text-transform: capitalize;
  text-align: center;
  /*opacity: 0.8;*/
  /*text-shadow: 2px 0px 3px #878787;*/
}
.contact-form .form-sec .contact-content {
  color: #00677e;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
}
.contact-form .form-sec .form-control {
  border-color: #f5f2d9;
  border-radius: 0;
  background: #f5f2d9;
  border-radius: 0;
  border: 0;
  background: url(//petrikorsolutions.com/wp-content/themes/petrikor/assets/css/../img/ctrl-back.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  /*color: #F1E4B2;*/
  font-weight: 400;
}
.contact-form .form-sec textarea {
  resize: none;
  height: 100px;
}
.contact-form .form-sec .contact-bottom {
  display: flex;
  flex-direction: column;
}
.page-top-section .header-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(59, 130, 144, 0.4);
  background-attachment: scroll;
}

.get_know_us-page-primary .header-img {
  background-position: right center;
}

.page-top-section .header-img .container {
  position: relative;
  min-height: 450px;
  width: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-top-section .header-img .container {
    min-height: 550px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-top-section .header-img .container {
    min-height: 450px;
  }
}
@media (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (min-width: 320px) and (max-width: 475px) {
  .page-top-section .header-img .container {
    min-height: 250px;
  }
}
.page-top-section .header-img .page-title {
  position: absolute;
  top: 50%;
  right: 30px;
  color: #e8c583;
  text-transform: capitalize;
  font-size: 3rem;
  /*filter: drop-shadow(2px 4px 6px black);*/
  line-height: 1;
  font-family: "Retroking Rough", sans-serif;
  font-weight: bold;
}
.text-gold {
  color: #e8c583 !important;
}
.page-top-section .header-img .page-title * {
  /*font-size: 3rem;*/
  font-family: "Retroking Rough", sans-serif;
  font-weight: normal;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-top-section .header-img .page-title {
    font-size: 2rem;
  }
  .page-top-section .header-img .page-title * {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-top-section .header-img .page-title {
    font-size: 1.8rem;
  }
  .page-top-section .header-img .page-title * {
    font-size: 1.8rem;
  }
}
@media (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (min-width: 320px) and (max-width: 475px) {
  .page-top-section .header-img .page-title {
    font-size: 1.6rem;
  }
  .page-top-section .header-img .page-title * {
    font-size: 1.6rem;
  }
}

.page-main-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  min-height: 900px;
}

.right-image-overlay {
  width: 100%;
  /*   height: 70%; */
  height: 40%;
  position: absolute;
  top: 30%;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: top right;
  z-index: 1;
}

@media (max-width: 576px) {
  .right-image-overlay {
    display: none;
  }
}

.blog-main .blog-in-list {
  margin-top: 40px;
  background: #3b8290;
}
.blog-main .blog-in-list .blog-img {
  height: 165px;
}
.blog-main .blog-in-list .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-main .blog-in-list .blog-content {
  padding: 20px;
}
.blog-main .blog-in-list .blog-content * {
  color: #fff;
}
.blog-main .blog-in-list .blog-content .blog-title {
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
.blog-main .blog-in-list .blog-content .blog-title a {
  font-size: 1.5rem;
}
.blog-main .blog-in-list .blog-content .blog-date {
  color: #fff;
  font-size: 0.8rem;
}
.blog-main .blog-in-list .blog-content .content {
  color: #fff;
  text-align: justify;
}
.blog-main .blog-in-list .read-more-btn,
.blog-main .blog-in-list .read-more-btn:hover {
  /*background: #428c8e;*/
  /*border: 2px solid #428c8e;*/
  /*padding: 10px;*/
  color: #ebcc8a !important;
  text-transform: uppercase;
}
.blog-main .blog-in-list .read-more-btn:hover,
.blog-main .blog-in-list .read-more-btn:focus {
  /*background: #fff;*/
  /*color: #428c8e;*/
  text-decoration: underline;
}

.btn-petrikor-load {
  color: #3b8290 !important;
  font-size: 1.5rem !important;
  text-transform: uppercase !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 20px auto !important;
}

.people-page .container {
  padding: 20px 0;
}
.people-page .people-post {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.people-page .people-post figure {
  height: 450px;
}
.people-page .people-post figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.people-page .people-post .people-details {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #525252;
  background: #525252cc;
  display: block;
  left: 100%;
  top: 0px;
  color: #fff;
  padding: 10px;
}
.people-page .people-name {
  color: #000;
}

.portfolio-page {
  padding: 20px 0;
  margin: 0;
}
.portfolio-page::before,
.portfolio-page::after {
  display: none;
}

.portfolio-first-section {
  padding: 20px 0;
  background-position: top right;
  background-size: 60%;
}
.portfolio-first-section .icon {
  background-size: contain;
  height: 110px;
  width: 110px;
  margin: 10px auto;
}
.portfolio-first-section .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 10px 0;
}
/*nermine*/
.portfolio-first-section .button-box,
.sem_section .button-box,
.seo_section .button-box {
  margin: 10px auto;
}
.portfolio-first-section .button-box a,
.sem_section .button-box a,
.seo_section .button-box a {
  margin: auto;
  padding: 10px 20px;
}
.portfolio-first-section .button-box a:focus,
.portfolio-first-section .button-box a:hover,
.sem_section .button-box a:focus,
.sem_section .button-box a:hover,
.seo_section .button-box a:focus,
.seo_section .button-box a:hover {
  padding: 10px 40px;
}
/*nermine*/
.portfolio-cat {
  padding: 20px 0 !important;
}

.section-in-page {
  padding: 40px 0 40px 0;
  position: relative;
}
.section-in-page .section-image {
  position: relative;
}
.section-in-page .section-image-after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0%;
  width: 50%;
  height: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5),
  (min-width: 768px) and (max-width: 991px),
  (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (min-width: 320px) and (max-width: 475px) {
  .section-in-page .section-image-after {
    right: 0;
    background-position: center;
  }
}
.section-in-page .image-overlay {
  position: absolute;
  background: #00a19b;
  width: 350px;
  height: 100%;
  top: 0;
  right: 13%;
  -webkit-transform: skew(-36deg);
  -moz-transform: skew(-36deg);
  -o-transform: skew(-36deg);
  opacity: 0.3;
  z-index: 1;
}
.section-in-page .full .image-overlay {
  position: absolute;
  background: #00a19b;
  width: 58%;
  height: 100%;
  top: 0;
  right: -8%;
  -webkit-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -o-transform: skew(-14deg);
  opacity: 0.3;
}
.section-in-page .full .image-overlay.left {
  left: -8%;
  right: unset;
  -webkit-transform: skew(14deg);
  -moz-transform: skew(14deg);
  -o-transform: skew(14deg);
}
.section-in-page.animate .section-image-after {
  right: 0%;
}

.section-in-page em {
  color: rgb(59, 130, 144);
}

@media (min-width: 768px) and (max-width: 991px),
  (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (min-width: 320px) and (max-width: 475px) {
  .footer-menu {
    margin: 30px auto;
  }

  .site-btn,
  .contact-form .form-sec .contact-bottom .btn-contact,
  .portfolio-first-section .button-box a {
    padding: 10px;
  }
}
footer .footer-widget {
  margin: 40px auto 20px;
  height: 100%;
}
footer .footer-widget h6 {
  color: #00a19b;
  font-size: 20px;
  font-weight: 400;
}
footer .footer-widget li a {
  color: #f1e4b2;
  text-transform: capitalize;
}
footer .footer-widget li:hover a,
footer .footer-widget li:focus a {
  color: #00a19b;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  display: block;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
footer .footer-last-widget {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60%;
}
footer .footer-last-widget .site-address,
.site-phone {
  display: flex;
  justify-content: left;
  align-items: baseline;
}
footer .footer-last-widget i {
  color: #f1e4b2;
  padding: 0px 10px 4px 0;
}
footer .footer-social-network li a {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
footer .footer-social-network li:hover a,
footer .footer-social-network li:focus a {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border: 1px solid #cc5541;
  color: #cc5541;
}

.footer-copyright {
  color: #fff;
  position: relative;
}
.footer-copyright::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #00a19b;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.footer-copyright .container {
  position: relative;
  z-index: 4;
}
.footer-copyright a.text-site {
  color: #fff !important;
  text-transform: capitalize;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (min-width: 320px) and (max-width: 475px) {
  .footer-copyright .col-sm {
    text-align: center !important;
  }
}

.slick-slide {
  height: unset !important;
}
.portfolio-section a {
  font-weight: bold;
  position: relative;
  z-index: 20;
}
.grecaptcha-badge {
  display: none !important;
}
#menu-main-2 li a,
#menu-footer-column-2 li a {
  text-transform: capitalize !important;
}
@media (min-width: 1000px) and (max-width: 1024px) {
  #trigger-right {
    width: 410px !important;
  }
}
@media (min-width: 1200px) {
  #trigger-right {
    width: 410px !important;
  }
}

.get-to-section {
  /*background-color: rgba(80, 171, 179, 0.6);*/
  background-color: rgba(117, 164, 173, 0.88);
  mix-blend-mode: multiply;
}
.our_full_capabilities-section {
  background-color: rgba(235, 204, 138, 0.3);
  background-image: url(../img/blue-cloud.png) !important;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 22% auto;
}

.portfolio-section {
  background-color: #f2e6cc;
}
.contact-form {
  background-color: rgba(235, 204, 138, 0.3);
  /*mix-blend-mode: multiply;*/
}
.we_work_with-section {
  background-color: #bad2d6;
  mix-blend-mode: multiply;
}
.petrikor-header.petrikor-fixed-top {
  /*background: #fff url(../img/body-1.jpg) repeat fixed;*/
  box-shadow: -4px -3px 14px #2f2e2e;
}

@media (min-width: 1024px) {
  #menu-main-1 li {
    margin: 0 1px;
    padding: 10px 0 !important;
    text-align: center;
  }

  .petrikor-header .petrikor-main-menu {
    padding: 0 !important;
  }

  .petrikor-header .petrikor-main-menu li a {
    padding: 0 !important;
  }

  #menu-main-1 li a {
    font-size: 13px !important;
  }

  .petrikor-header .petrikor-main-menu ul {
    justify-content: space-between !important;
  }
}
@media (min-width: 1200px) {
  #menu-main-1 li {
    padding: 10px 0 !important;
    min-width: fit-content !important;
    text-align: center;
  }
  .petrikor-header .petrikor-main-menu {
    padding: 0 !important;
  }
  .petrikor-header .petrikor-main-menu li a {
    padding: 0 !important;
    margin: 0 10px !important;
  }
  #menu-main-1 li a {
    font-size: 14px !important;
  }
}

.page-template-template-portfolio #svgloader_,
.blog #svgloader_ {
  width: 80px !important;
}
.petrikor-header .petrikor-main-menu {
  padding: 0 !important;
  display: block;
}

.petrikor-header .petrikor-main-menu li:hover a,
.petrikor-header .petrikor-main-menu li:focus a,
.petrikor-header .petrikor-main-menu li.active a {
  color: #e8c583;
}
.home .petrikor-header .petrikor-main-menu li:hover a,
.home .petrikor-header .petrikor-main-menu li:focus a,
.home .petrikor-header .petrikor-main-menu li.active a {
  /*  background-color: #00a19b;*/
  color: #00a19b;
  /*text-decoration: underline;*/
  /*text-decoration-color: #00a19b;*/
}
.petrikor-header .petrikor-main-menu li a {
  /*text-decoration: none;*/
  /*transition: all ease-in-out 1s;*/
}

/*nermine*/
/*a {*/
/*  color: blue;*/
/*  text-decoration: none;*/
/*  transition: all ease-in-out 1s;*/
/*}*/

/*nermine*/
.petrikor-header .petrikor-main-menu li:hover,
.petrikor-header .petrikor-main-menu li:focus,
.petrikor-header .petrikor-main-menu li.active {
  /*background-color: #00a19b !important;*/
  color: #f1e4b2 !important;
  padding: 0 !important;
}
.disabled {
  pointer-events: none !important;
}
/*new*/
@media (min-width: 1200px) {
  /* .petrikor-header li.menu-item-21:hover a, .petrikor-header li.menu-item-184:hover a, .petrikor-header li.menu-item-185:hover a, .petrikor-header li.menu-item-936:hover a, .petrikor-header li.menu-item-25:hover a, .petrikor-header li.menu-item-26:hover a, .petrikor-header li.menu-item-186:hover a{ */
  .petrikor-header li:hover a {
    /*visibility: hidden;*/
    text-decoration: underline !important;
  }

  /*.petrikor-header li.menu-item-21:hover a:after {*/
  /*  animation: changeLetter 1.5s linear alternate;*/
  /*  animation-fill-mode: forwards;*/
  /*  display: block;*/
  /*  position: absolute;*/
  /*  top: 10px;*/
  /*  margin-left: 10px;*/
  /*  visibility: visible;*/
  /*  font-size: 14px;*/
  /*  content: "Home";*/
  /*  text-decoration: underline;*/
  /*}*/
  /*@keyframes changeLetter {*/
  /* 0% {*/

  /*  }*/
  /*  50%{*/
  /*    color: transparent;*/
  /*    opacity: 0.5;*/
  /*  }*/
  /*  100% {*/
  /*    opacity: 1;*/
  /*    content: "Petrikor";*/
  /*    text-decoration: underline;*/
  /*      }*/
  /*}*/

  /*nermine*/
  /*.petrikor-header li.menu-item-21 a:after {*/
  /*  animation: stillLetter 2s linear alternate;*/
  /*  animation-fill-mode: forwards;*/
  /*  display: block;*/
  /*  position: absolute;*/
  /*  top: 10px;*/
  /*  margin-left: 10px;*/
  /*  visibility: visible;*/
  /*  font-size: 14px;*/
  /*  content: "Home ";*/
  /*}*/
  /*@keyframes stillLetter {*/
  /*  0% {*/
  /*    content: " ";*/
  /*    opacity: 1;*/
  /*  }*/
  /*  50%{*/
  /*    color: red;*/
  /*    opacity: 1;*/
  /*    !*content: " ";*!*/
  /*  }*/
  /*  100% {*/
  /*    !*content: " ";*!*/
  /*    opacity: 1;*/

  /*  }*/
  /*}*/
  /*nermine*/

  /*.petrikor-header li.menu-item-184:hover a:after {*/
  /*  animation: changeLetter-2 1.5s linear  alternate;*/
  /*  animation-fill-mode: forwards;*/
  /*  display: block;*/
  /*  position: absolute;*/
  /*  top: 10px;*/
  /*  margin-left: 10px;*/
  /*  visibility: visible;*/
  /*  font-size: 14px;*/
  /*  content: "Our services";*/
  /*  text-decoration: underline;*/

  /*}*/
  /*@keyframes changeLetter-2 {*/
  /*  0% {*/

  /*  }*/
  /*  50% {*/
  /*    color: transparent;*/
  /*    opacity: 0.5;*/
  /*  }*/
  /*  100% {*/
  /*    opacity: 1;*/
  /*    content: "Magic Hands";*/
  /*    text-decoration: underline;*/
  /*  }*/
  /*}*/
  /*.petrikor-header li.menu-item-185:hover a:after {*/
  /*  animation: changeLetter-3 1.5s linear  alternate;*/
  /*  animation-fill-mode: forwards;*/
  /*  display: block;*/
  /*  position: absolute;*/
  /*  top: 10px;*/
  /*  margin-left: 10px;*/
  /*  visibility: visible;*/
  /*  font-size: 14px;*/
  /*  content: "Our clients";*/
  /*  text-decoration: underline;*/

  /*}*/
  /*@keyframes changeLetter-3 {*/
  /*  0% {*/

  /*  }*/
  /*  50% {*/
  /*    color: transparent;*/
  /*    opacity: 0.5;*/
  /*  }*/
  /*  100% {*/
  /*    opacity: 1;*/
  /*    content: "Love Them!";*/
  /*    text-decoration: underline;*/
  /*  }*/
  /*}*/

  /*.petrikor-header li.menu-item-936:hover a:after {*/
  /*  animation: changeLetter-4 1.5s linear  alternate;*/
  /*  animation-fill-mode: forwards;*/
  /*  display: block;*/
  /*  position: absolute;*/
  /*  top: 10px;*/
  /*  margin-left: 10px;*/
  /*  visibility: visible;*/
  /*  font-size: 14px;*/
  /*  content: "Our work";*/
  /*  text-decoration: underline;*/

  /*}*/
  /*@keyframes changeLetter-4 {*/
  /*  0% {*/

  /*  }*/
  /*  50% {*/
  /*    color: transparent;*/
  /*    opacity: 0.5;*/
  /*  }*/
  /*  100% {*/
  /*    opacity: 1;*/
  /*    content: "Our Masterpieces";*/
  /*    text-decoration: underline;*/
  /*  }*/
  /*}*/

  /*.petrikor-header li.menu-item-25:hover a:after {*/
  /*  animation: changeLetter-5 1.5s linear  alternate;*/
  /*  animation-fill-mode: forwards;*/
  /*  display: block;*/
  /*  position: absolute;*/
  /*  top: 10px;*/
  /*  margin-left: 10px;*/
  /*  visibility: visible;*/
  /*  font-size: 14px;*/
  /*  content: "Our people";*/
  /*  text-decoration: underline;*/

  /*}*/
  /*@keyframes changeLetter-5 {*/
  /*  0% {*/

  /*  }*/
  /*  50% {*/
  /*    color: transparent;*/
  /*    opacity: 0.5;*/
  /*  }*/
  /*  100% {*/
  /*    opacity: 1;*/
  /*    content: "Brainy Brains";*/
  /*    text-decoration: underline;*/
  /*  }*/
  /*}*/

  /*.petrikor-header li.menu-item-26:hover a:after {*/
  /*  animation: changeLetter-6 1.5s linear  alternate;*/
  /*  animation-fill-mode: forwards;*/
  /*  display: block;*/
  /*  position: absolute;*/
  /*  top: 10px;*/
  /*  margin-left: 10px;*/
  /*  visibility: visible;*/
  /*  font-size: 14px;*/
  /*  content: "Blog";*/
  /*  text-decoration: underline;*/

  /*}*/
  /*@keyframes changeLetter-6 {*/
  /*  0% {*/

  /*  }*/
  /*  50% {*/
  /*    color: transparent;*/
  /*    opacity: 0.5;*/
  /*  }*/
  /*  100% {*/
  /*    opacity: 1;*/
  /*    content: "Food for Thought";*/
  /*    text-decoration: underline;*/
  /*  }*/
  /*}*/

  /*.petrikor-header li.menu-item-186:hover a:after {*/
  /*  animation: changeLetter-7 1.5s linear  alternate;*/
  /*  animation-fill-mode: forwards;*/
  /*  display: block;*/
  /*  position: absolute;*/
  /*  top: 10px;*/
  /*  margin-left: 10px;*/
  /*  visibility: visible;*/
  /*  font-size: 14px;*/
  /*  content: "Contact Us";*/
  /*  text-decoration: underline;*/

  /*}*/
  /*@keyframes changeLetter-7 {*/
  /*  0% {*/

  /*  }*/
  /*  50% {*/
  /*    color: transparent;*/
  /*    opacity: 0.5;*/
  /*  }*/
  /*  100% {*/
  /*    opacity: 1;*/
  /*    content: "Hello?";*/
  /*    text-decoration: underline;*/
  /*  }*/
  /*}*/
}

#menu-main-1 li {
  text-align: left !important;
}
/*new*/

a.no-after {
  padding-left: 0 !important;
}

a.no-after::after {
  content: "" !important;
}

/*digital marketing*/
.services-template-default .portfolio-first-section em,
.sem_section em,
.seo_section em {
  color: rgb(59, 130, 144);
}
.single_serivce .right_overlay_image-section {
  width: 100%;
  height: 60%;
  position: absolute;
  top: 18%;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: top right;
  z-index: 1;
}
.blue-heading {
  color: #4c86a0;
}
.seo_section .blue-heading p,
.sem_section .blue-heading p {
  font-family: "Retroking Rough", sans-serif;
}
.seo_section p {
  text-align: justify !important;
}
.sem_section .button-box,
.seo_section .button-box {
  padding-top: 40px !important;
}
@media (max-width: 577px) {
  .single_serivce .right_overlay_image-section {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .single_serivce .right_overlay_image-section {
    top: 22% !important;
  }
}
.turquoise {
  color: rgb(59, 130, 144) !important;
}

.ocre-back {
  background-color: #cc5541d1;
  mix-blend-mode: multiply;
}
/*SEM page*/
#post-1131 .portfolio-first-section,
#post-1132 .portfolio-first-section {
  /*   background-size: 37% !important; */
  background-size: contain !important;
}
.single_serivce .section-2 a::after,
.single_serivce .section-3 a::after {
  display: none !important;
}
.single_serivce .section-2 a,
.single_serivce .section-3 a {
  padding-left: 0 !important;
}
@media (max-width: 576px) {
  #post-1131 .portfolio-first-section,
  #post-1132 .portfolio-first-section {
    background: none !important;
  }
}
@media (min-width: 576px) and (max-width: 1250px) {
  #post-1131 .portfolio-first-section,
  #post-1132 .portfolio-first-section {
    background-position: 100% 68% !important;
    background-size: 44% !important;
  }
}
/* @media (min-width: 1530px) and (max-width: 1830px) {
	#post-1131 .portfolio-first-section, #post-1132 .portfolio-first-section {
    background-size: 30% !important;
}
}
@media (min-width: 1830px) {
	#post-1131 .portfolio-first-section, #post-1132 .portfolio-first-section {
    background-size: 27% !important;
} */
/* } */
.single-services .desc ul {
  list-style-type: disc !important;
  padding-left: 15px !important;
}
.single-services .section-2 ul.flex-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 0 15px;
}
.single-services .section-2 ul.flex-inline li {
  flex: 0 0 50%;
}
.single-services .section-6 .desc h3 {
  padding-top: 50px !important;
}
.bottom_banner {
  color: white;
  text-align: center;
  background-color: rgba(76, 134, 160, 0.7);
  padding: 5px;
}

.bottom_banner p {
  width: 44% !important;
  margin: auto;
}
@media (max-width: 960px) {
  .bottom_banner p {
    width: 90% !important;
    margin: auto;
  }
}
.title-normal {
  font-style: italic;
}
@media (max-width: 769px) {
  .title-normal p,
  .desc h3 {
    font-size: 1.4rem;
  }
}

/*SEM page*/
/*digital marketing*/
.partnerships img {
  transition: all 0.5s;
  transform: scale3d(1, 1, 1);
}
.partnerships img:hover {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  -moz-transform: scale3d(1.2, 1.2, 1.2);
  -transform: scale3d(1.2, 1.2, 1.2);
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .top-header {
    min-height: 700px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .top-header {
    min-height: 610px !important;
  }
}
@media (min-width: 1300px) and (max-width: 1400px) {
  .top-header {
    min-height: 800px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .top-header {
    min-height: 900px !important;
  }
}
@media (min-width: 1700px) and (max-width: 1900px) {
  .top-header {
    min-height: 1000px !important;
  }
}
@media (min-width: 1900px) and (max-width: 2079px) {
  .top-header {
    min-height: 1050px !important;
  }
}
/*!*Christmas*!*/
/*.gif-overlay{*/
/*  width: 100% !important;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*}*/

.gif-overlay img {
  width: 100% !important;
}
.top-header {
  position: relative !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-header {
    min-height: 560px !important;
  }
  .testimol-home-2024-container .title p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .top-header {
    min-height: 720px !important;
    background-position: bottom !important;
  }
}

/* Ramadan */
/* @media (min-width: 1300px) {
  .top-header {
    min-height: 800px !important;
    background-position: center;
  }
}
@media (min-width: 1500px) {
  .top-header {
    min-height: 900px !important;
    background-position: top;
	  background-size: cover;
  }
}
@media (min-width: 1800px) {
  .top-header {
    min-height: 1000px !important;
   background-position: center;
  }
}
	@media (min-width: 2000px) {
  .top-header {
    min-height: 1100px !important;
    background-position: center;
  }
}
.top-header .site-title{
		color: #f1e4b2 !important;
	}
#menu-main-1 li a {
    color: #f1e4b2 !important;
} */
/* Ramadan */
/* .home .top-header .site-title{
  color: #f1e4b2 !important;
}
@media (min-width: 992px) {
  .home .petrikor-header .petrikor-main-menu li a{
    color: #f1e4b2 !important;
  }
} */

@media (max-width: 1200px) {
  .top-header {
    /*background-image: url(https://petrikorsolutions.com/wp-content/uploads/2021/11/christmas-mobile.jpg) !important;*/
  }
}
/*Christmas*/

/*snow-animation*/

html {
  background-color: #000;
  background-image: url(https://images.unsplash.com/photo-1531972497489-8eb337acf6e5?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=193456e9385b553747a5e0f0cbc7badb&auto=format&fit=crop&w=1334&q=80);
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
}

.more-snow:before,
.more-snow:after {
  content: "";
  position: fixed;
  top: -3000%;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-large-075d267ecbc42e3564c8ed43516dd557.png);
  background-size: 30%;
  -webkit-animation-name: MOVE-BG;
  -webkit-animation-duration: 500s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.more-snow:before {
  /*    filter: blur(4px); */
  opacity: 1;
  top: -2500%;
  background-size: 60%;
  animation-duration: 400s;
}
.more-snow:after {
  /*    filter: blur(2px); */
  opacity: 1;
  top: -2000%;
  background-image: url(https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-large-075d267ecbc42e3564c8ed43516dd557.png);
  background-size: 70%;
  animation-duration: 300s;
}

@-webkit-keyframes MOVE-BG {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(70%);
  }
}
.portfolio-section .container {
  position: relative !important;
  z-index: 10;
}
.footer {
  position: relative;
  z-index: 10;
}
.contact-form .column-2 {
  z-index: 10;
}
.contact-form {
  position: relative;
}
.blog-main .petrikor-posts-container article {
  position: relative !important;
  z-index: 11 !important;
}

.blog-main .petrikor-posts-container article.aos-animate {
  z-index: 12 !important;
}
.joinchat__box {
  width: 300px !important;
}

/*snow-animation*/
.joinchat.bubble::before {
  content: "1";
  background-color: red !important;
  border-radius: 50% !important;
  position: absolute;
  content: "";
  background-color: #25d30e !important;
  top: -50px !important;
  padding: 3px !important;
  width: 15px !important;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -20px;
}
/* .chat-visibility{
	opacity: 1 !important;
} */

/*CASE STUDY STYLE*/

/*.page-template-template-case-studies .header-img{*/
/*   background: url(https://petrikorsolutions.com/wp-content/themes/petrikor/assets/img/case-study-img.png) , url(https://petrikorsolutions.com/wp-content/themes/petrikor/assets/img/case-study-img-back.png); */

/*background: url(https://petrikorsolutions.com/wp-content/uploads/2022/10/case-study-01-1.png) ;*/

/*background-size: 90%, cover;*/
/*background-position: center;*/
/*background-repeat: no-repeat;*/
/*}*/
/*.page-template-template-case-studies .header-img{*/
/*  padding: 7% 0 0 15px !important;*/
/*}*/
/*.page-template-template-case-studies .page-title{*/
/*  display: none !important;*/
/*}*/
.small-title {
  font-style: italic;
  color: #4c86a0;
  text-align: center;
  margin-top: 25px;
  font-family: "Retroking Rough";
}
.small-title-int {
  font-style: italic;
  color: #4c86a0;
  text-align: center;
  /*margin-top: 25px;*/
  font-family: "Retroking Rough";
}
.small-description {
  text-align: center;
  color: #00677e;
  font-size: 20px;
  margin-top: 25px !important;
  margin-bottom: 30px;
  font-family: "Retroking Rough";
  font-weight: 400;
}
.painted-btn {
  /*   background: url("https://petrikorsolutions.com/wp-content/themes/petrikor/assets/img/get-proposal.png"); */
  background: url("https://petrikorsolutions.com/wp-content/uploads/2022/10/BOX-01-1.png");
  padding: 10px 25px;
  background-size: 100% 100%;
  color: #00677e !important;
  /*text-transform: uppercase;*/
  font-style: italic;
  font-family: "Retroking Rough";
}
.painted-btn-large {
  background: url("https://petrikorsolutions.com/wp-content/themes/petrikor/assets/img/back-box-btn.png");
  padding: 10px 25px;
  background-size: 100% 100%;
  color: #00677e !important;
  /*text-transform: uppercase;*/
  /*font-style: italic;*/
  font-family: "Retroking Rough";
  display: block;
  text-align: center;
  width: 70%;
  margin: auto;
  font-size: 18px;
  /*float: right;*/
}
.title-case-studies {
  text-align: center;
  margin-bottom: 50px;
}
.case-study-tabs #js-filters-juicy-projects,
.portfolio-tabs #js-filters-juicy-projects {
  /*border-top: 1px solid #4C86A0;*/
  /*text-align: left !important;*/
}
.case-study-section .cbp-l-filters-buttonCenter .cbp-filter-item::after,
.portfolio-section .cbp-l-filters-buttonCenter .cbp-filter-item::after {
  content: unset !important;
}
.case-study-section .cbp-filter-item,
.portfolio-section .cbp-filter-item {
  border-top: 3px solid transparent !important;
}
.case-study-section .cbp-filter-item-active,
.portfolio-section .cbp-filter-item-active {
  /*border-top: 3px solid #4C86A0 !important;*/
  /*color: #373A36 !important;*/
  font-weight: bold !important;
}

.portfolio-underline {
  background-image: url("../img/ocre-underline.svg");
  background-repeat: no-repeat;
  color: transparent;
  visibility: hidden;
}
.case-study-section .cbp-filter-item-active .portfolio-underline,
.portfolio-section .cbp-filter-item-active .portfolio-underline {
  visibility: visible;
}
.case-study-section .cbp-l-filters-buttonCenter .cbp-filter-item,
.portfolio-section .cbp-l-filters-buttonCenter .cbp-filter-item {
  margin-top: -2px !important;
}
.case-study-section
  .cbp-l-filters-buttonCenter
  .cbp-filter-item.cbp-filter-item-active,
.portfolio-section
  .cbp-l-filters-buttonCenter
  .cbp-filter-item.cbp-filter-item-active {
  color: #cc5541 !important;
}

.case-study-section .cbp-l-filters-buttonCenter .cbp-filter-item svg,
.portfolio-section .cbp-l-filters-buttonCenter .cbp-filter-item svg {
  width: 2rem;
}

.case-study-section
  .cbp-l-filters-buttonCenter
  .cbp-filter-item.cbp-filter-item-active
  svg
  path,
.portfolio-section
  .cbp-l-filters-buttonCenter
  .cbp-filter-item.cbp-filter-item-active
  svg
  path {
  fill: #cc5541;
}
@media (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (min-width: 320px) and (max-width: 475px) {
  .page-template-template-portfolio .page-top-section .header-img .container {
    min-height: 200px;
  }
  .page-template-template-case-studies .header-img {
    background-size: 100%, cover;
  }
  .testimol-home-2024-container .title p {
    font-size: 1.6rem;
  }
}
/*.single.single-portfolio .header-img{*/
/*  background: url("https://petrikorsolutions.com/wp-content/themes/petrikor/assets/img/header-internal-case-study1.png");*/

/*}*/
.single.single-portfolio .page-title {
  width: 100% !important;
  text-align: center !important;
  left: 0 !important;
  filter: unset !important;
  font-style: italic !important;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 3.5rem !important;
}
.single.single-portfolio .section-in-page .section-image-after {
  width: 100%;
  background-position: center center;
}
.single.single-portfolio .site-title * {
  font-size: 1.4rem;
  font-family: "Retroking Rough", sans-serif;
  color: #4c86a0;
}
.single.single-portfolio .site-title {
  width: 100%;
}
.single.single-portfolio .content p {
  color: #373a36;
  text-align: justify;
}
.some-images .col-sm-4 {
  text-align: center;
}
.title-of-custom-img {
  color: #4c86a0;
  text-transform: uppercase;
  font-family: "Retroking Rough";
  font-weight: 100;
  font-style: italic;
  margin-top: 13px;
}
.custom-box-container {
  background: url("https://petrikorsolutions.com/wp-content/themes/petrikor/assets/img/back-box.png");
  margin-bottom: 15px;
  background-size: 100% 100%;
  padding: 25px 10px;
}
.custom-box-title {
  font-family: "Montserrat", sans-serif !important;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #3b8290;
  margin-bottom: 7px;
}
.custom-box-desc {
  color: #373a36;
  text-align: center;
  margin: 0;
}
.row-cols {
  align-items: center;
}
.row-cols .small-description * {
  color: #373a36 !important;
}
.row-7-5 .content-div ul li::before {
  content: "⬤";
  color: #4c86a0;
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
  margin-left: -1em;
}
.row-7-5 .content-div ul li {
  color: #373a36 !important;
}
.single.single-portfolio
  .section-in-page
  .row-7-5
  .col-md-5
  .section-image-after {
  background-position: center right;
  height: 100%;
}
.solutions-rafaa-hallab .col-md-6:first-child {
  padding: 50px 0 !important;
}
.problem-rafaa-hallab .col-md-6:first-child {
  padding: 50px 0;
}
.disp-flex-box {
  display: flex !important;
}
.disp-flex-box .custom-box-container {
  padding: 8px 15px;
  flex: 20%;
  margin-right: 15px;
}
.disp-flex-box .custom-box-title {
  font-size: 1.1em;
  margin-bottom: 0px;
}
.disp-flex-box .custom-box-desc {
  font-family: "Ropa Sans", sans-serif;
}
.row-cols .col-md-12:first-child p {
  color: #373a36;
}
.painted-btn:hover {
  box-shadow: 6px 5px 8px -1px #888888;
}
.painted-btn-large:hover {
  box-shadow: 6px 5px 8px -1px #888888;
}
.img-with-text-style1 .col-md-5.content-div {
  padding-left: 10% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(241, 228, 178, 0.35);
}
.img-with-text-style1 .col-md-7 {
  padding: 0 !important;
}
.img-with-text-style2 .col-md-5.content-div {
  padding-left: 10% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(241, 228, 178, 0.35);
}
.img-with-text-style2 .col-md-7 {
  padding: 0 !important;
}
.img-with-text-style2 {
  position: relative;
}
.img-with-text-style2 .col-md-5.content-div {
  order: 10;
  padding-left: 25px !important;
  padding-right: 10%;
  background: rgba(76, 134, 160, 0.2);
}

.img-with-text-style1.row {
  /*align-items: center !important;*/
}
/*END CASE STUDY STYLE*/
@media (max-width: 768px) {
  .custom-box-title {
    font-size: 1.2em;
    margin-bottom: 0px;
  }
  .custom-box-desc {
    font-size: 12px;
  }
  .custom-box-container {
    padding: 12px 10px;
  }
  .img-with-text-style1 .col-md-5.content-div {
    padding-left: 30px !important;
    padding-top: 15px;
  }
  .single.single-portfolio .content p {
    font-size: 14px;
  }
  .img-with-text-style2 .col-md-5.content-div {
    padding-left: 25px !important;
    padding-right: 30px;
    padding-top: 15px;
  }
  .single-portfolio .page-top-section .header-img .container {
    /*min-height: 300px;*/
  }
  .row-7-5 {
    padding: 15px !important;
  }
  .disp-flex-box .custom-box-title {
    font-size: 1em;
  }
  .disp-flex-box .custom-box-container {
    padding: 8px 10px;
  }
}
@media (max-width: 767px) {
  .single.single-portfolio .section-in-page .section-image-after {
    position: relative;
    height: 200px;
  }
  .problem-rafaa-hallab .col-md-6:first-child {
    padding: 15px !important;
  }
  .solutions-rafaa-hallab .col-md-6:first-child {
    padding: 15px !important;
  }
  .row.some-images {
    padding: 0 !important;
  }
}
@media (max-width: 500px) {
  .disp-flex-box {
    flex-direction: column;
  }
  .disp-flex-box .custom-box-container {
    width: 80% !important;
    margin: 10px auto !important;
  }
}
.contact-form .social-sec-box {
  z-index: 10 !important;
}
.instagram-icon-link {
  font-size: 35px !important;
  color: wheat;
  position: absolute;
  bottom: 0;
  top: -57px;
  left: 32px;
}
.pos-relative:hover img,
.pos-relative:hover .instagram-icon-link {
  transform: scale(1.05);
}
.pos-relative img,
.pos-relative .instagram-icon-link {
  transition: all 0.2s ease-in-out;
}
.pos-relative {
  position: relative;
}

/* landing page */
.landing-page h2 {
  color: #00677e;
  font-style: italic;
}
.tnp-subscription .tnp-submit {
  /*border-radius: 19px !important;*/
  padding: 10px 20px !important;
  color: #f1e4b2 !important;
  background-color: transparent !important;
  /*border: 0;*/
  border-radius: 0 !important;
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2023/10/Bootom-2-1.png) !important;
  background-size: contain;
  padding: 12px;
  width: 129px;
  display: block;
  text-align: center;
  font-family: Retroking;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 24px;
}
.tnp-subscription form {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.tnp-subscription .tnp-field-email {
  width: 70% !important;
}
.landing-page .section_2 .tnp-subscription .tnp-button {
  border-radius: 19px !important;
  padding: 10px 20px !important;
  color: #ebcc8a !important;
  background-color: #3b8290 !important;
}
.tnp-subscription .tnp-field-email label {
  display: none !important;
}
.tnp-subscription .tnp-email {
  background-color: #efd09e !important;
  height: 20px !important;
  /* 	background-image: url('https://petrikorsolutions.com/wp-content/uploads/2022/04/input-back.png'); */
}
.tnp-subscription .tnp-email::placeholder {
  color: #f1e4b2 !important;
}
.tnp-subscription .tnp-field-email {
  border: 10px solid transparent !important;
  /* 	border-image: url('https://petrikorsolutions.com/wp-content/uploads/2022/04/input-background.png') 30 round !important; */

  border-image: url("https://petrikorsolutions.com/wp-content/uploads/2022/10/BOX-01-1.png")
    30 round !important;
}
.landing-page .container {
  z-index: 11 !important;
  position: relative !important;
}
.landing-page .section_2 .row-seo-sem-smm {
  max-width: 80% !important;
  margin: auto !important;
}
.landing-page .seo_icon,
.landing-page .sem_icon,
.landing-page .smm_icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
}

.landing-page .seo_icon img,
.landing-page .sem_icon img,
.landing-page .smm_icon img {
  max-width: 40% !important;
}
.landing-page .seo_icon p,
.landing-page .sem_icon p,
.landing-page .smm_icon p {
  color: black !important;
}
.landing-page .seo_icon,
.landing-page .sem_icon,
.landing-page .smm_icon {
  border-bottom: 7px solid transparent !important;
  border-image: url("https://petrikorsolutions.com/wp-content/uploads/2022/10/bottom-border-beige.svg")
    30 round !important;
}
.landing-page .section_2 {
  background-size: cover !important;
}
.landing-page .description-seo,
.landing-page .description-sem,
.landing-page .description-smm {
  text-align: justify !important;
  padding-top: 5% !important;
  padding-bottom: 5% !important;
}
.landing-page seo_icon:hover,
.landing-page sem_icon:hover,
.landing-page smm_icon:hover {
  cursor: pointer !important;
}
.landing-page .section_2 .right_backimg {
  width: 300px !important;
  position: absolute;
  bottom: 40px;
  right: 138px;
}
.landing-page .content a:after {
  content: "" !important;
}
.landing-page .pointer-img {
  width: 100px !important;
}
.landing-page .lampe-img {
  width: 50px !important;
}
.landing-page .grp-img,
.landing-page .msg-img {
  width: 80px !important;
}
.landing-page .msg-img {
  padding-bottom: 8px;
}
.disp-flexend {
  display: flex !important;
  justify-content: center !important;
  align-items: end !important;
  flex-direction: row !important;
}
.landing-page .content a {
  padding-left: 0 !important;
}
.landing-page .section_3 a {
  color: #3b8390 !important;
}
.landing-page .section_3 .text-2 {
  margin-left: -110px !important;
}
.landing-page .section_3 .text-4 a {
  font-size: 20px !important;
}
.landing-page .section_3 .text-1 {
  margin-bottom: 0 !important;
}
.landing-page .section-in-page.section_3 {
  padding: 20px 0 !important;
}
.landing-page .section_3 .text-4 {
  margin-left: 80px !important;
}
.landing-page .section_3 .pointer-img {
  position: absolute !important;
  bottom: -60px !important;
  left: 125px !important;
}
.landing-page .disp-flexcenter {
  align-items: center !important;
}
.landing-page .section_2 .column-2 {
  /* 	    margin-left: -75px !important; */
}
.landing-page .section_2 .tnp-subscription .tnp-field-email,
.landing-page .section_2 .tnp-subscription .tnp-field-button {
  display: inline-block !important;
}
.landing-page .section_2 .tnp-field-button {
  margin-left: 20px !important;
}
.landing-page .section_2 .tnp-subscription .tnp-button {
  height: 40px !important;
}
.landing-page .section_2 {
  min-height: 725px !important;
}
.landing-page .active-marketing {
  border-image: url(https://petrikorsolutions.com/wp-content/uploads/2022/10/bottom-border-green.svg)
    30 round !important;
}
.landing-page .section-in-page.section_1 {
  padding: 10% 0 40px 0 !important;
}
.page-template-template-landingpage #menu-main-1 li a {
  color: #3b8290 !important;
}
.page-template-template-landingpage .fixed-top #menu-main-1 li a {
  color: #ebcc8a !important;
}

/* sprite */

.facebook-animation {
  width: 100px;
  height: 100px;
  background-size: 600px 600px;
  /* 	background-size: 540px  540px; */
  background-image: url("https://petrikorsolutions.com/wp-content/uploads/2022/04/FB-icon-v1-2.png");
  /*   background-position: -360px 90px;  */
  /* 	 background-position: -451px 90px;  */
  background-position: -400px 100px;
}
@keyframes moveOnX {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -600px;
  }
}

@keyframes moveOnY {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: -600px;
  }
}

.youtube-animation {
  width: 80px;
  height: 80px;
  background-size: 640px 525px;
  background-image: url("https://petrikorsolutions.com/wp-content/uploads/2022/04/YT-icon-v1.png");
  /*   background-position: -320px 75px;  */
  background-position: -480px 75px;
}
.youtube-animation:hover {
  animation:
    fadeout 0.3s,
    moveOnXYoutube 1.5s steps(8) 1 0.3s,
    moveOnYYoutube 1.5s steps(7) 1 0.3s;
}

@keyframes moveOnXYoutube {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -640px;
  }
}

@keyframes moveOnYYoutube {
  from {
    background-position-y: 0;
  }
  /*   to   {background-position-y: -560px;} */
  to {
    background-position-y: -525px;
  }
}

.linkedin-animation {
  width: 80px;
  height: 80px;
  background-size: 560px 640px;
  background-image: url("https://petrikorsolutions.com/wp-content/uploads/2022/05/LI-icon-v1.png");
  /*   background-position: -320px 80px;  */
  background-position: -562px 80px;
}
.linkedin-animation:hover {
  animation:
    fadeout 0.3s,
    moveOnXLinkedin 1.5s steps(7) 1 0.3s,
    moveOnYLinkedin 1.5s steps(8) 1 0.3s;
}

@keyframes moveOnXLinkedin {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -560px;
  }
}

@keyframes moveOnYLinkedin {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: -640px;
  }
}

.twitter-animation {
  width: 100px;
  height: 100px;
  background-size: 600px 500px;
  /* 	background-size: 540px  450px; */
  background-image: url("https://petrikorsolutions.com/wp-content/uploads/2022/04/Twit-icon-v1-2.png");
  /*   background-position: -360px 90px;  */
  /* 	background-position: -451px 90px; */
  background-position: -400px 100px;
}
.twitter-animation:hover {
  animation:
    fadeout 0.3s,
    moveOnXTwitter 1.5s steps(6) 1 0.3s,
    moveOnYTwitter 1.5s steps(5) 1 0.3s;
}

@keyframes moveOnXTwitter {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -600px;
  }
}

@keyframes moveOnYTwitter {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: -500px;
  }
}

.facebook-animation:hover {
  animation:
    fadeout 0.3s,
    moveOnX 1.5s steps(6) 1 0.3s,
    moveOnY 1.5s steps(6) 1 0.3s;
}

.instagram-animation {
  width: 100px;
  height: 100px;
  background-size: 600px 400px;
  background-image: url("https://petrikorsolutions.com/wp-content/uploads/2022/04/INSTA-icon-v1-03.png");
  background-position: -400px 100px;
}
.instagram-animation:hover {
  animation:
    fadeout 0.3s,
    moveOnXInstagram 1.5s steps(6) 1 0.3s,
    moveOnYInstagram 1.5s steps(4) 1 0.5s;
}

@keyframes moveOnXInstagram {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -600px;
  }
}

@keyframes moveOnYInstagram {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: -400px;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.animated-socialicons li {
  display: inline-block !important;
}
.social-sprite-sheet {
  width: 50%;
  height: 100px;
  text-align: center;
  margin: auto;
}
.social-sprite-sheet {
  margin-bottom: 3% !important;
}
.seo_icon,
.sem_icon,
.smm_icon {
  cursor: pointer !important;
}
.landing-page .section_1 a:hover,
.landing-page .section_2 a:hover,
.landing-page .section_3 a:hover {
  font-weight: bold !important;
}
.landing-page .section_2 p {
  color: black !important;
}
.landing-page .section_2 h2 p {
  color: #4c86a0 !important;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (min-width: 320px) and (max-width: 475px) {
  .landing-page .section_1 .title p,
  .landing-page .section_2 .title p,
  .landing-page .section_3 .title p {
    font-size: 1.1rem;
  }
}
@media (max-width: 500px) {
  .landing-page .section_2 .tnp-subscription .tnp-field-email {
    width: 67% !important;
  }
  .landing-page .section-in-page.section_1 {
    padding: 22% 0 40px !important;
  }
  .social-sprite-sheet {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 0 !important;
  }
  .instagram-animation {
    width: 50px;
    height: 50px;
    background-size: 300px 200px;
    background-image: url("https://petrikorsolutions.com/wp-content/uploads/2022/04/INSTA-icon-v1-03.png");
    background-position: -200px 50px;
  }
  .twitter-animation {
    width: 50px;
    height: 50px;
    background-size: 300px 250px;
    background-image: url("https://petrikorsolutions.com/wp-content/uploads/2022/04/Twit-icon-v1-2.png");
    background-position: -200px 50px;
  }
  .linkedin-animation {
    width: 50px;
    height: 50px;
    background-size: 350px 400px;
    background-image: url("https://petrikorsolutions.com/wp-content/uploads/2022/05/LI-icon-v1.png");
    background-position: -200px 50px;
  }
  .facebook-animation {
    width: 50px;
    height: 50px;
    background-size: 300px 300px;
    background-image: url("https://petrikorsolutions.com/wp-content/uploads/2022/04/FB-icon-v1-2.png");
    background-position: -200px 50px;
  }

  .youtube-animation {
    width: 50px;
    height: 50px;
    background-size: 400px 350px;
    background-image: url("https://petrikorsolutions.com/wp-content/uploads/2022/04/YT-icon-v1.png");
    background-position: -200px 50px;
  }
}
.animated-socialicons {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
@media (min-width: 500px) and (max-width: 767px) {
  .social-sprite-sheet {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .landing-page .section_3 .pointer-img {
    left: 0 !important;
  }
  .landing-page .seo_icon img,
  .landing-page .sem_icon img,
  .landing-page .smm_icon img {
    max-width: 60% !important;
  }
  .landing-page .section_2 .row-seo-sem-smm .icons p {
    text-align: center !important;
  }
  .landing-page .section_2 .row-seo-sem-smm {
    max-width: 100% !important;
  }
  .landing-page .section_2 .right_backimg {
    right: 10px !important;
  }
  .landing-page .section_2 .column-2 {
    /*     margin-left: -40px !important; */
  }

  .landing-page .section_2 .tnp-field-button {
    margin-left: 0 !important;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .landing-page .section_3 .pointer-img {
    left: 54px !important;
  }
  .landing-page .section_2 .column-2 {
    /*     margin-left: -44px !important; */
  }
}
@media (max-width: 767px) {
  .landing-page .section_2 .monthly-newsletter {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .landing-page .section_2 .row-seo-sem-smm {
    max-width: 100% !important;
  }
  .landing-page .section_2 .desktop-section {
    display: none !important;
  }
  .landing-page .section_2 .right_backimg img {
    display: none !important;
  }
  .landing-page .section_2 .column-2,
  .landing-page .section_3 .text-2 {
    margin-left: 0 !important;
  }
  .landing-page .pointer-img {
    width: 65px !important;
  }
  .landing-page .section_3 .pointer-img {
    position: absolute !important;
    bottom: 0 !important;
    left: -14px !important;
  }
  .landing-page .section_3 .text-4 {
    margin-left: 38px !important;
  }
  .section_2 .description-sep,
  .section_2 .description-sem,
  .section_2 .description-smm {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .landing-page .section_2 .mobile-section {
    display: none !important;
  }
}
.notification_message {
  margin: auto !important;
  max-width: 500px !important;
  padding: 0 20px !important;
}
.notification_message small {
  color: #5d9c99 !important;
}
.tnp-subscription {
  margin: 15px auto 0 auto !important;
}
.landing-page .section_2 .column-1 p {
  margin-bottom: 0 !important;
}

.notification_message small {
  font-size: 90% !important;
}
@media (min-width: 575px) and (max-width: 767px) {
  .landing-page .mobile-section .row-seo-sem-smm .column-1,
  .landing-page .mobile-section .row-seo-sem-smm .column-2,
  .landing-page .mobile-section .row-seo-sem-smm .column-3,
  .landing-page .monthly-newsletter .column-1,
  .landing-page .monthly-newsletter .column-2 {
    max-width: 100% !important;
    width: 100% !important;
  }
  .landing-page .mobile-section .row-seo-sem-smm,
  .landing-page .monthly-newsletter {
    flex-direction: column !important;
  }
  .landing-page .monthly-newsletter {
    align-items: flex-start !important;
  }
}
.landing-page .link-sxx {
  color: #3b8290 !important;
}
.landing-page .description-seo .link-sxx:hover,
.landing-page .description-sem .link-sxx:hover,
.landing-page .description-smm .link-sxx:hover {
  text-decoration: underline !important;
  font-weight: 600 !important;
}

/* sprite */
/* landing page */

@media (min-width: 1400px) {
  .top-header .site-title {
    padding: 20% 0 30% !important;
    margin: 0 !important;
  }
}
@media (max-width: 575px) {
  .top-header .site-title {
    margin: auto;
    font-size: 1.3rem;
    margin-top: 90px !important;
  }
  .top-header .site-title h1 {
    line-height: 24px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .top-header .site-title {
    margin: auto;
    font-size: 1.3rem;
    margin-top: 114px !important;
  }
  .top-header .site-title h1 {
    line-height: 28px;
  }
}
@media (min-width: 990px) and (max-width: 1400px) {
  .top-header .site-title {
    padding: 20% 0 30% !important;
    margin: 0 !important;
  }
  .top-header .site-title * {
    font-size: 1.4rem !important;
  }
  .top-header .site-title h1 {
    font-size: 1.2rem !important;
    line-height: 26px;
  }
}
@media (max-width: 300px) {
  .top-header .site-title * {
    font-size: 0.9rem !important;
  }
}

/*rita*/
span a.lebanon-tab:hover,
span a.uae-tab:hover {
  /*color: rgb(59, 130, 144);*/
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  cursor: pointer;
  /*text-decoration-color: rgb(59, 130, 144);*/
  text-decoration-style: solid;
  text-decoration-line: underline;
}
span a.lebanon-tab,
span a.uae-tab {
  font-weight: bold;
  font-size: 18px;
  color: #f1e4b2 !important;
}
.lebanon-address {
  display: none;
}
span a.uae-tab {
  text-decoration: underline;
}

footer .footer-last-widget {
  justify-content: normal;
}
span a.lebanon-tab.active {
  text-decoration: underline;
}
span a.uae-tab.active {
  text-decoration: underline;
}
/* cookie banner */
.wpcc-privacy {
  display: none !important;
}
.wpcc-container {
  z-index: 10000 !important;
  border-top-right-radius: 25px !important;
  border-top-left-radius: 25px !important;
  box-shadow: 0px 0px 4px 2px #e2dfdd !important;
}

/* Rebranding version 1 */
.home .petrikor-header .petrikor-main-menu li a {
  color: rgb(59, 130, 144) !important;

  /*color: #FFF !important; !*christmas*!*/
}
/*.petrikor-header.petrikor-fixed-top {*/
/*    background-color: #00677e !important;*/
/*}*/
.petrikor-header.petrikor-fixed-top .petrikor-main-menu li a,
.portfolio-section .cbp-l-caption-buttonLeft:focus,
.portfolio-section .cbp-l-caption-buttonLeft:hover,
.portfolio-section .cbp-l-caption-buttonRight:focus,
.portfolio-section .cbp-l-caption-buttonRight:hover {
  color: rgb(235, 204, 138) !important;
}
.read-more:hover,
.content a:hover,
.read-more:focus,
.content a:focus,
.page-id-1705 .read-more:hover span,
.content a:hover span,
.read-more:focus span,
.content a:focus span {
  color: rgb(59, 130, 144) !important;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter,
.cbp-l-caption-buttonLeft,
.page-id-1705 .cbp-l-caption-buttonRight {
  color: white !important;
}

.section-in-page .image-overlay {
  background: rgb(59, 130, 144) !important;
}
.portfolio-section .cbp-l-caption-buttonLeft,
.portfolio-section .cbp-l-caption-buttonRight {
  background: #cc5541 !important;
}

.read-more:after,
.content a:after,
.our_full_capabilities-section .service .title,
a:hover,
a:focus {
  color: #00677e !important;
}
/* .contact-form .form-sec{*/
/*	background-color: rgb(235,204,138) !important;*/
/*}*/
.site-btn,
.portfolio-first-section .button-box a {
  background: #cc5541 !important;
  border: 1px solid #cc5541 !important;
}
.site-btn:focus,
.portfolio-first-section .button-box a:focus,
.site-btn:hover,
.portfolio-first-section .button-box a:hover,
.sem_section .button-box a:hover,
.seo_section .button-box a:hover {
  color: #cc5541 !important;
  background: #f5f2d9 !important;
}
/* footer .footer-last-widget i{*/
/*	color: rgb(59,130,144) !important;*/
/*}*/
footer .footer-widget h6 {
  color: #f1e4b2 !important;
}
.footer-copyright:after {
  background: #00677e;
}
footer .footer-social-network li:hover a,
footer .footer-social-network li:focus a {
  color: #cc5541 !important;
}
.portfolio-section .cbp-l-filters-buttonCenter .cbp-filter-counter {
  background-color: rgb(59, 130, 144) !important;
}
.portfolio-section .cbp-l-filters-buttonCenter .cbp-filter-counter:after {
  border-top: 4px solid rgb(59, 130, 144) !important;
}
.contact-form {
  background-color: rgba(235, 204, 138, 0.2) !important;
}
.after-section:after {
  background: url("https://petrikorsolutions.com/wp-content/uploads/2022/10/kite-ocre.png")
    left center no-repeat !important;
  background-size: contain !important;
  z-index: 10;
}
/*.our_full_capabilities-section{
 background-image: url(../img/blue-cloud.png) !important;
 background-repeat: no-repeat;
 background-position: left,center !important;
 background-size: 22% auto, 100% !important;
}*/

/* .portfolio-section:before {*/
/*    background: url(https://petrikorsolutions.com/wp-content/uploads/2022/10/new-design-web-items-07.png) left center no-repeat transparent;*/
/*	    background-size: contain !important;*/
/*}*/

/*.contact-form .social-sec-box .social-sec {*/
/*    background-image: url(https://petrikorsolutions.com/wp-content/uploads/2022/10/new-design-web-items-05.png);*/
/*}*/
.blog-in-list .blog-title a:hover,
.blog-in-list .blog-title a:focus {
  color: #ebcc8a !important;
}
/* Rebranding version 1 */

/* nour  */
.flexi-column {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0 0 0 15px;
}
.flex-half,
.flexi-column li {
  flex: 0 0 50%;
}

.flex-half a:after,
.no-style:after {
  content: none !important;
}

.flex-half a,
.no-style,
a.no-style:hover {
  padding-left: unset !important;
}

/* nour */
.single-services .portfolio-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.job-title {
  font-family: "Nunito" !important;
}
/*!*Baker*!*/
/*.hea-title{*/
/*  font-size: 2.4rem;*/
/*  color: #3b8088;*/
/*  text-align: left;*/
/*  line-height: 3rem;*/
/*  font-family: "Retroking Rough",sans-serif;*/
/*  font-weight: 500;*/
/*}*/

/*.hea1title{*/
/*  font-size: 2.3rem;*/
/*  color: #3b8088;*/
/*  text-align: left;*/
/*  text-align: center;*/
/*  line-height: 2.6rem;*/
/*  font-family: "Retroking Rough",sans-serif;*/
/*  font-weight: 500;*/
/*}*/
/*.head2title{*/
/*  font-size: 1.65rem;*/
/*  color: #3b8088;*/
/*  text-align: center;*/
/*  line-height: 2rem;*/
/*  font-family: "Retroking Rough",sans-serif;*/
/*  font-weight: 500;*/
/*}*/

/*.section-in-page em {*/
/*  color: #00617c !important;*/
/*}*/
/*.new-container{*/
/*  padding: 0 0%;*/
/*}*/

/*.right_overlay_image-section1{*/
/*  width: 100%;*/
/*  height: 60%;*/
/*  position: absolute;*/
/*  top: 9.5%;*/
/*  background-repeat: no-repeat;*/
/*  background-size: 33%;*/
/*  background-position: top right;*/
/*  z-index: 1;*/
/*}*/
/*.heading-des{*/
/*  font-size: 2.1rem !important;*/
/*  font-family: "Retroking Rough","Rough" !important;*/
/*  color: #00617c !important;*/
/*  margin-bottom: 2.5rem !important;*/
/*  line-height: 3rem;*/
/*  letter-spacing: 3px;*/
/*}*/

/*.smal-heading{*/
/*  font-size: 1.250rem !important;*/
/*  color: #3B8088;*/
/*  font-family: "Nunito",sans-serif;*/
/*  font-weight: 500;*/
/*}*/
/*.img-head{*/
/*  width: 10rem;*/
/*  margin-bottom: 2rem;*/
/*}*/
/*.img-heading{*/
/*  width: 8rem;*/
/*  margin-bottom: 2rem;*/
/*}*/
/*.img-work{*/
/*  display: inline-block !important;*/
/*  margin-right: 1.5rem;*/
/*  margin-top: 4rem;*/
/*}*/
/*.work-sec{*/
/*  margin: 50px 0px 120px 0;*/
/*}*/

/*.wework_section .img-work img{*/
/*  width:6.5rem;*/
/*  margin-bottom: 1.2rem;*/

/*}*/
/*.wework_section .img-work h5{*/
/*  font-size: 1.5rem;*/
/*  margin-left: 8px;*/
/*  font-family: "Nunito",sans-serif;*/
/*  color: #4f4f4f;*/
/*}*/

/*.wework_section .content a:after{*/
/*  content:"";*/

/*}*/
/*.wework_section .content a{*/
/*  padding-left: 0;*/
/*}*/
/*.wework_section .title-normal {*/
/*  text-align: left;*/
/*}*/
/*.work-with h5{*/
/*  width: 89%;*/
/*  margin-bottom: 12%;*/
/*  font-size: 100%;*/
/*  margin-right: 2rem !important;*/
/*  color: #4f4f4f;*/
/*  line-height: 1.8rem;*/

/*}*/
/*.head-sec {*/
/*  padding: 3.5rem;*/
/*  padding-left: 0;*/
/*  font-size: 1.9rem;*/
/*  word-spacing: 0.25rem;*/
/*  line-height: 2rem;*/
/*  font-family: "Retroking Rough","Rough"!important;*/
/*  color: #fff !important;*/
/*  width: 101%;*/
/*  font-synthesis-weight: none;*/
/*}*/
/*.ninth-section .right_overlay_image-section{*/

/*  width: 99rem !important;*/
/*  height: 250% !important;*/
/*  right: -2.5rem!important;*/
/*  margin-top: -256.5px;*/

/*}*/
/*.cont-ten{*/
/*  font-size: 1.23rem;*/
/*  color: #4F4F4F;*/
/*  text-align: left;*/
/*}*/
/*.cont-stim{*/
/*  font-size: 1.23rem;*/
/*  color: #4F4F4F;*/
/*  text-align: left;*/
/*  padding: 2% 5% 8% 5%;*/
/*}*/
/*.tenth-section .title-normal{*/
/*  text-align: left;*/
/*}*/
/*.cont1{*/
/*  margin-top: 2rem;*/
/*  margin-bottom: 2rem;*/
/*  text-align: left;*/
/*  font-size: 1.27rem;*/
/*  font-weight: 900 !important;*/
/*  color: #00617C;*/
/*}*/
/*.backg-section{*/
/*  margin: 40px 0;*/
/*}*/

/*.right-bg-section1 {*/
/*  right:0%;*/
/*  width: 100%;*/
/*  height: 60%;*/
/*  position: absolute;*/
/*  top: 747px;*/
/*  background-repeat: no-repeat;*/
/*  background-size: 27.5%;*/
/*  background-position: top right;*/
/*  z-index: 1;*/
/*}*/

/*@media (max-width: 575.98px) {*/
/*  .new-container{*/
/*    padding: 0 2% !important;*/
/*  }*/
/*  .cont-ten {*/
/*    font-size: 0.95rem !important;*/
/*    line-height: 20px !important;*/
/*  }*/
/*  .cont-stim{*/
/*    font-size: 0.95rem !important;*/
/*    line-height: 20px !important;*/
/*    padding: 0 2% 5% 2%;*/

/*  }*/

/*  .head2title{*/
/*    font-size: 1rem !important;*/
/*    margin-bottom: 26px !important;*/
/*    line-height: 1.4rem;*/
/*  }*/
/*  .img-work {*/
/*    width: 3rem !important;*/
/*    margin-right: 1.4rem;*/
/*    margin-top: 1rem;*/
/*    margin-left: 1rem;*/
/*  }*/
/*  .right-bg-section1{*/
/*    display: none !important;*/
/*  }*/

/*  .heading-des {*/
/*    font-size: 1.6rem !important;*/
/*    line-height: 2rem;*/
/*  }*/
/*  .work-with h5 {*/
/*    width: 36% !important;*/
/*    margin-bottom: 9% !important;*/
/*    font-size: 46% !important;*/
/*    margin-right: 0.5rem !important;*/
/*  }*/
/*  .work-sec {*/
/*    margin: -2px 0 56px;*/
/*  }*/

/*  .head-sec {*/
/*    padding: 0.5rem !important;*/
/*    padding-left: 0 !important;*/
/*    font-size: 1.33rem !important;*/
/*  }*/

/*  .hea-title {*/
/*    font-size: 1.6rem !important;*/
/*  }*/

/*  .cont1 {*/
/*    margin-top: 1rem !important;*/
/*    margin-bottom: 1rem !important;*/
/*    font-size: 0.888rem !important;*/
/*    line-height: 0.88rem !important;*/
/*  }*/
/*  .backg-section {*/
/*    margin:  0 !important;*/
/*  }*/

/*  .wework_section .img-work h5 {*/
/*    font-size: 0.95rem;*/
/*    margin-left: 3px;*/
/*  }*/
/*  .smal-heading{*/
/*    font-size: 0.95rem !important;*/
/*  }*/
/*  .img-heading{*/
/*    width: 6rem;*/
/*  }*/

/*}*/
/*@media (min-width: 576px) and (max-width: 767.98px) {*/
/*  .hea1title{*/
/*    font-size: 1.2rem;*/
/*  }*/
/*  .new-container{*/
/*    padding: 0 2.5% !important;*/
/*  }*/
/*  .cont-ten {*/
/*    font-size: 1rem !important;*/
/*    line-height: 18px !important;*/
/*    font-weight: normal;*/
/*  }*/
/*  .cont-stim{*/
/*    font-size: 1rem !important;*/
/*    line-height: 18px !important;*/
/*    font-weight: normal;*/
/*    padding: 0 2.5% 5% 2.5%;*/
/*  }*/

/*  .head2title{*/
/*    font-size: 1rem !important;*/
/*    margin-bottom: 26px !important;*/
/*    line-height: 1.4rem;*/
/*  }*/
/*  .img-work {*/
/*    width: 3rem !important;*/
/*    margin-right: 1.8rem;*/
/*    margin-top: 1rem;*/
/*    margin-left: 1rem;*/
/*  }*/

/*  .heading-des {*/
/*    font-size: 1.6rem !important;*/
/*    line-height: 2rem;*/
/*  }*/
/*  .work-with h5 {*/
/*    width: 36% !important;*/
/*    margin-bottom: 9% !important;*/
/*    font-size: 46% !important;*/
/*    margin-right: 0.5rem !important;*/
/*  }*/
/*  .work-sec {*/
/*    margin: -2px 0 56px;*/
/*  }*/

/*  .head-sec {*/
/*    padding: 0.5rem !important;*/
/*    padding-left: 0 !important;*/
/*    width: 81%;*/
/*    font-size: 1.2rem !important;*/
/*  }*/

/*  .hea-title {*/
/*    font-size: 1.6rem !important;*/
/*  }*/

/*  .cont1 {*/
/*    margin-top: 1rem !important;*/
/*    margin-bottom: 1rem !important;*/
/*    font-size: 0.888rem !important;*/
/*    line-height: 0.88rem !important;*/
/*  }*/
/*  .backg-section {*/
/*    margin:  0 !important;*/
/*  }*/

/*  .wework_section .img-work h5 {*/
/*    font-size: 0.95rem;*/
/*    margin-left: 3px;*/
/*  }*/
/*  .smal-heading{*/
/*    font-size: 1rem !important;*/
/*    color: #3B8088;*/
/*    font-family: "Nunito",sans-serif;*/
/*    font-weight: bolder;*/
/*  }*/
/*  .img-heading{*/
/*    width: 6rem;*/
/*    margin-bottom: 2rem;*/
/*  }*/
/*  .ninth-section .right_overlay_image-section {*/
/*    width: 87rem !important;*/
/*    height: 200% !important;*/
/*    right: -1.5rem!important;*/
/*    background-size: 27%;*/
/*    margin-top: -131.5px;*/
/*  }*/
/*}*/

/*!* // Medium devices (tablets, 768px and up) *!*/
/*@media (min-width: 768px) and (max-width: 991.98px) {*/
/*  .new-container{*/
/*    padding: 0 8% !important;*/
/*  }*/
/*  .hea1title{*/
/*    font-size: 1.48rem;*/
/*  }*/
/*  .cont-ten {*/
/*    font-size: 1rem !important;*/
/*    line-height: 18px !important;*/
/*    font-weight: normal;*/
/*  }*/
/*  .cont-stim{*/
/*    font-size: 1rem !important;*/
/*    line-height: 18px !important;*/
/*    font-weight: normal;*/
/*    padding: 0 8% 5% 8%;*/
/*  }*/

/*  .head2title{*/
/*    font-size: 1.2rem !important;*/
/*    margin-bottom: 26px !important;*/
/*    line-height: 1.6rem;*/
/*  }*/
/*  .img-work {*/
/*    width: 3.5rem !important;*/
/*    margin-right: 2rem;*/
/*    margin-top: 1.2rem;*/
/*    margin-left: 1.2rem;*/
/*  }*/

/*  .heading-des {*/
/*    font-size: 1.8rem !important;*/
/*    line-height: 2.2rem;*/
/*  }*/
/*  .work-with h5 {*/
/*    width: 40% !important;*/
/*    margin-bottom: 11% !important;*/
/*    font-size: 50% !important;*/
/*    margin-right: 0.8rem !important;*/
/*  }*/
/*  .work-sec {*/
/*    margin: -4px 0 62px;*/
/*  }*/

/*  .head-sec {*/
/*    padding: 0.7rem !important;*/
/*    padding-left: 0 !important;*/
/*    width: 85%;*/
/*    font-size: 1.4rem !important;*/
/*  }*/

/*  .hea-title {*/
/*    font-size: 1.8rem !important;*/
/*  }*/

/*  .cont1 {*/
/*    margin-top: 1.2rem !important;*/
/*    margin-bottom: 1.2rem !important;*/
/*    font-size: 1rem !important;*/
/*    line-height: 1rem !important;*/

/*  }*/
/*  .backg-section {*/
/*    margin:  0 !important;*/
/*  }*/

/*  .wework_section .img-work h5 {*/
/*    font-size: 1.15rem;*/
/*    margin-left: 5px;*/
/*  }*/
/*  .smal-heading{*/
/*    font-size: 1.2rem !important;*/
/*    color: #3B8088;*/
/*    font-family: "Nunito",sans-serif;*/
/*    font-weight: bolder;*/
/*  }*/
/*  .img-heading{*/
/*    width: 6.5rem;*/
/*    margin-bottom: 2.1rem;*/
/*  }*/
/*  .ninth-section .right_overlay_image-section {*/
/*    width: 87rem !important;*/
/*    height: 200% !important;*/
/*    right: -1.5rem!important;*/
/*    background-size: 32%;*/
/*    margin-top: -167.5px;*/
/*  }*/
/*  .right-bg-section1 {*/
/*    top: 11.5%;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 34%;*/
/*  }*/

/*}*/

/*!* // Large devices (desktops, 992px and up) *!*/
/*@media (min-width: 992px) and (max-width: 1199.98px) {*/

/*  .new-container{*/
/*    padding: 0 10% !important;*/
/*  }*/
/*  .hea1title{*/
/*    font-size: 2rem;*/
/*  }*/
/*  .right-bg-section1 {*/
/*    top: 14.5%;*/
/*  }*/
/*  .cont-ten {*/
/*    font-size: 1.25rem !important;*/
/*    line-height: 23px !important;*/
/*    font-weight: normal;*/
/*  }*/
/*  .cont-stim{*/
/*    font-size: 1.05rem !important;*/
/*    line-height: 20px !important;*/
/*    font-size: 1rem !important;*/
/*    line-height: 18px !important;*/
/*    font-weight: normal;*/
/*    padding: 2% 8% 5% 8%;*/
/*  }*/

/*  .head2title{*/
/*    font-size: 1.45rem !important;*/
/*    margin-bottom: 26px !important;*/
/*    line-height: 1.8rem;*/
/*  }*/
/*  .img-work {*/
/*    width: 3.4rem !important;*/
/*    margin-right: 1.5rem;*/
/*    margin-top: 1.2rem;*/
/*    margin-left: 1.5rem;*/
/*  }*/

/*  .heading-des {*/
/*    font-size: 2.4rem !important;*/
/*    line-height: 2.8rem;*/
/*  }*/
/*  .work-with h5 {*/
/*    width: 40% !important;*/
/*    margin-bottom: 11% !important;*/
/*    font-size: 50% !important;*/
/*    margin-right: 0.8rem !important;*/
/*  }*/
/*  .work-sec {*/
/*    margin: -4px 0 62px;*/
/*  }*/

/*  .head-sec {*/
/*    padding: 0.7rem !important;*/
/*    padding-left: 0 !important;*/
/*    font-size: 1.9rem !important;*/
/*  }*/

/*  .hea-title {*/
/*    font-size: 2.1rem !important;*/
/*    line-height: 2.5rem;*/
/*  }*/

/*  .cont1 {*/
/*    margin-top: 1.5rem !important;*/
/*    margin-bottom: 1.5rem !important;*/
/*    font-size: 1.15rem !important;*/
/*    line-height: 1.3rem !important;*/

/*  }*/
/*  .backg-section {*/
/*    margin:  0 !important;*/
/*  }*/

/*  .wework_section .img-work h5 {*/
/*    font-size: 1.15rem;*/
/*    margin-left: 5px;*/
/*  }*/
/*  .smal-heading{*/
/*    font-size: 1.3rem !important;*/
/*    color: #3B8088;*/
/*    font-family: "Nunito",sans-serif;*/
/*    font-weight: bolder;*/
/*  }*/
/*  .img-heading{*/
/*    width: 9rem;*/
/*    margin-bottom: 2.1rem;*/
/*  }*/
/*  .ninth-section .right_overlay_image-section {*/
/*    width: 90rem !important;*/
/*    height: 224% !important;*/
/*    right: -1.5rem!important;*/
/*    background-size: 34%;*/
/*    margin-top: -135.5px;*/
/*  }*/

/*}*/
/*@media (min-width: 1200px) and (max-width: 1499.98px) {*/

/*  .right-bg-section1 {*/
/*    right:6%;*/
/*    top: 780px;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 34%;*/
/*  }*/
/*  .right_overlay_image-section{*/
/*    height: 231% !important;*/
/*  }*/

/*}*/
/*@media (min-width: 1500px) and (max-width: 1699.98px) {*/
/*  .right-bg-section1 {*/
/*    right:10%;*/
/*    width: 100%;*/
/*    height: 60%;*/
/*    position: absolute;*/
/*    top: 800px;}*/
/*}*/
/*!* // Extra large devices (large desktops, 1200px and up) *!*/
/*@media (min-width: 1700px) {*/
/*  .right-bg-section1 {*/
/*    right:2%;*/
/*    width: 100%;*/
/*    height: 60%;*/
/*    position: absolute;*/
/*    top: 720px;}*/
/*}*/
/*!*baker*!*/
.new-case-bottom .title {
  color: #f1e4b2;
  text-align: center;
  font-family: Retroking;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px; /* 0% */
}
.new-case-bottom h4 {
  margin-bottom: 0 !important;
}
.new-case-bottom .lets_talk-section {
}
.new-case-bottom h4 span {
  color: #f1e4b2;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px; /* 0% */
}
.divider-blog-before-new {
  margin-top: 75px;
}
.divider-blog-before-new {
  background-color: #fff !important;
  mix-blend-mode: multiply;
}
/*.divider-blog-after-new img,.divider-blog-before-new img{*/
/*	height:66px !important;*/
/*}*/
/*.new-case-bottom.lets_talk-section{*/
/*	    background-color: #cc5541e3 !important;*/
/*    mix-blend-mode: unset !important;*/
/*	    padding: 0!important;*/
/*}*/
.divider-blog-after-new {
  mix-blend-mode: multiply;
  background: #ca6250 !important;
}
/*.new-contact-from-23{*/
/*	    margin-top: -46px;*/
/*    z-index: 0;*/
/*}*/
.sous-title-case-23 {
  color: #00677e !important;
  font-family: Nexa !important;
  font-size: 30px !important;
  font-style: italic !important;
  font-weight: 700 !important;
  text-align: left !important;
  line-height: normal !important;
}
.sous-title-case-23 span {
  font-weight: 400 !important;
  font-family: Nexa !important;
}
.clouds {
  /*display:none !important;*/
}
.removechild {
  display: none !important;
}
.single_portfolio.page-main-content .container:has(#Perfume-Dubai-2022-2023) {
  max-width: 100% !important;
  padding: 0 !important;
}
.header-csd {
  position: relative;
  /* background: url(https://petrikorsolutions.com/wp-content/uploads/2023/10/Untitled-x1.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* margin-top: -9px; */
  background-color: rgba(232, 197, 131, 0.3);
  mix-blend-mode: multiply;
}
.header-csd .container.mt-5 {
  margin-top: 0rem !important;
  padding-top: 50px;
  padding-bottom: 20px;
}
.usc-single-section ul li::marker {
  content: "\2022";
  font-size: 10px;
  line-height: 1;
  color: #888;
  margin-right: 33px;
  min-width: 18px;
  display: inline-block; /* Make the bullet a block element */
}
.usc-single-section ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 26px;
}
.for-analyse .col-for-analyse:nth-child(1) p {
  color: #cc5541;
}
.for-analyse .col-for-analyse:nth-child(2) p {
  color: #86aead;
}
.for-analyse .col-for-analyse:nth-child(3) p {
  color: #00677e;
}
.for-analyse .col-for-analyse:nth-child(4) p {
  color: #888;
}
.col-for-analyse p:nth-child(1) {
  text-align: center;
  font-family: Retroking;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  white-space: nowrap;
}

.usc-single-section .container {
  padding: 0 !important;
}
/* .usc-sec-could.right-cloud{
	position:absolute;

	right:0;
	z-index:1;
} */
.usc-sec-could.left-cloud {
  top: -250px !important;
}
.usc-sec-could.right-cloud {
  top: -70px !important;
}
.usc-sec-des p {
  color: #888;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.usc-content-td {
  align-self: center;
}
.last-col-1 p {
  color: #00677e;
  font-family: Retroking;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 300px;
}
.content-c-bio {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2023/10/Frame-1-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 80%;
  transform: translatex(-35%);
  padding: 56px 42px;
  margin-bottom: 30px;

  padding-bottom: 66px;
  width: 560px;
  height: 373.333px;
}
.last-col-2 {
  background: #6c9290;
  padding-top: 102px;
}
.last-col-1 p {
  color: #00677e;
  font-family: Retroking;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bottom-quota {
  position: absolute;
  bottom: 42px;
  right: 38%;
}
.content-c-bio p {
  color: #888;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sem-btn {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2023/10/Frame-1-3.png);
  background-size: contain;
  padding: 12px;
  width: 142px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: Retroking;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
}
.seo-btn {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2023/10/Bootom-2-1.png);
  background-size: contain;
  padding: 12px;
  width: 142px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: Retroking;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
}
.btn-section {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.top-quota {
  position: absolute;
  right: 37px;
  top: 26px;
}
.usc-end-section .container {
  max-width: unset !important;
}
.usc-end-section {
  position: relative;
  z-index: 1;
}
.company-description p {
  color: #888;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.usc-sec-des p {
  margin: 0;
}
.yellow-cloud {
  position: absolute;
  top: -50%;
  left: -30%;
  height: 173%;
  width: 50vw;
  width: 100vw;
}
.last-col-1 {
  padding-left: calc(50vw - 570px);
  position: relative;
  padding-top: 60px;
}
.seo-btn:hover {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2023/10/Frame-1-3.png);
  color: #fff !important;
}
.sem-btn:hover {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2023/10/Bootom-2-1.png);
  color: #fff !important;
}
.usc-header-bio {
  margin-bottom: 43px;
}
.ucs-small-img {
  margin-right: 7px;
}
.usc-sec-title {
  color: #00677e;
  font-family: Retroking;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.usc-sec-img {
  position: relative;
  z-index: 2;
}
.usc-single-section {
  position: relative;
  padding: 50px 0;
  z-index: 2;
}
.col-for-analyse p:nth-child(2) {
  text-align: center;
  font-family: Retroking;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 100% */
}
.back-csd-header {
  /* position: absolute;
      background: url(https://petrikorsolutions.com/wp-content/uploads/2023/10/Group-11.png);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      z-index: 1; */
}
.top-img-header-csd {
  position: absolute;
  top: -6px;
  height: auto;
  z-index: 2;
  left: 0;
  width: 100%;
}
.bottom-img-header-csd {
  z-index: 2;
  position: absolute;
  bottom: 0px;
  height: auto;
  left: 0;
  width: 100%;
}
.title-case-studies-23 {
  color: #00677e !important;
  font-family: Retroking !important;
  font-size: 50px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-align: left !important;
  line-height: 60px !important;
}
.portfolio-container {
  padding: 30px;
}

.footer {
  background-color: #00677e;
  mix-blend-mode: multiply;
}

.divider {
  mix-blend-mode: multiply;
  background: rgba(235, 204, 138, 0.2) !important;
}

.divider-banner {
  mix-blend-mode: multiply;
  background: rgba(232, 232, 232, 0.4) !important;
}

.divider-weworkwith-talk {
  mix-blend-mode: multiply;
  background: #bad2d6 !important;
}

.divider-talk-portfolio {
  mix-blend-mode: multiply;
  background: #ca6250 !important;
}

.divider-portfolio {
  mix-blend-mode: multiply;
  margin-top: -1px;
}

.divider-blog-before {
  background: #fff !important;
  mix-blend-mode: multiply;
}

.lebanon-address,
.uae-address,
.site-phone,
.site-email a {
  color: #f1e4b2;
}

footer .footer-widget li a:hover {
  color: #d6ca9b !important;
}

.site-email a:hover {
  color: #f1e4b2 !important;
}

.lines-button {
  border: 1px solid #00677e !important;
  background-color: #00677e !important;
}
.mt-3.mb-4:has(.case-study) {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
#post-2514 .mt-3.mb-4,
#post-2542 .mt-3.mb-4 {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
/* <baker> */

/* .clouds{
  display: none !important;
} */
.clutch-c {
  width: 100px;
  margin: 30px 0;
}
.flex-riv-row-p {
  margin-bottom: 30px;
}
.flex-riv-row-p,
.flex-riv-row-ch1,
.flex-riv-row-ch2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rev-value {
  color: #17313b;

  text-align: center;
  font-family: Retroking;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  margin-bottom: 0;
  margin-right: 16px;
}
.for-mobile-clut {
  display: none;
}
.rev-start #data1 {
  max-width: 200px;
}
.rev-start {
  width: 208.257px;
}
.flex-riv-row-ch2 a {
  color: #fff;
  text-align: center;
  font-family: Retroking;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5px 17px;
  /* height: fit-content; */
  width: fit-content;
  height: fit-content;
}
.flex-riv-row-ch2 a:nth-child(1) {
  background-image: url("https://petrikorsolutions.com/wp-content/uploads/2024/03/Bootom-1-2.png");
  margin-right: 16px;
}
.flex-riv-row-ch2 a:nth-child(2) {
  background-image: url("https://petrikorsolutions.com/wp-content/uploads/2024/03/Bootom-1-3.png");
}
.flex-riv-row-ch2 a:nth-child(1):hover {
  background-image: url("https://petrikorsolutions.com/wp-content/uploads/2024/03/Bootom-1-copy-1.png");
  margin-right: 16px;
  color: white !important;
}
.flex-riv-row-ch2 a:nth-child(2):hover {
  background-image: url("https://petrikorsolutions.com/wp-content/uploads/2024/03/Bootom-1-1-copy.png");
  color: white !important;
}
.page-top-section .header-img .page-title:has(.title-case-studies-23) {
  right: unset;
  left: 30px;
}
.sous-title-case-23,
.sous-title-case-23 span {
  font-size: 30px;
  font-style: normal;
}
.header-title {
  color: #00677e !important;
  font-family: Retroking !important;
  font-size: 50px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

.header-subtitle,
.header-more-content-title {
  color: #00677e !important;
  font-family: Nexa !important;
  font-size: 30px !important;
  font-style: normal !important;
  line-height: 40px !important;
  text-transform: none !important;
}
.header-more-content-title {
  font-weight: 400 !important;
}
.divider-portfolio {
  margin-top: 0px !important;
  display: none;
}
.header-subtitle {
  font-weight: 800 !important;
}
.header-intro,
.header-intro-seodubei {
  color: #888;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header-intro span {
  color: #888;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.header-intro a {
  color: #00a19b;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.new-style32-content {
  margin-top: 44px;
}
.section-img-b {
  width: 100vw;
}
.project-type {
  color: white !important;
  font-wight: 900 !important;
  text-transform: capitalize !important;
}
.new-style32-content .balance-marg-pad {
  max-width: 1300px;
  width: 1300px;
  margin-left: -50px;
}
.new-style32-content .section-title {
  color: #00677e;
  font-family: Retroking;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 25px;
}
.new-style32-content .section-title-cont {
  color: #888;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.new-style32-content .section-title-cont .scgreen {
  color: #00a19b;
}
.new-style32-content .section-title-cont .scgray {
  font-weight: 800;

  color: #888;
}
.scgray {
  font-weight: 800;
}

.new-style32-content .sub-title-blog {
  color: #00a19b;
  font-family: Retroking;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.underline {
  text-decoration-line: underline;
}
.seo-parag {
  color: #888;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.seo-parag li {
  counter-increment: my-counter;
  margin-top: 11px;
  position: relative;
  padding-left: 2em; /* Adjust the padding as needed */
  margin-bottom: 10px;
}

.seo-parag li::before {
  content: counter(my-counter) ". ";

  position: absolute;
  left: 0;
  width: 1.5em; /* Adjust this width as needed */
  text-align: right;
  font-weight: bold;
}
.seo-parag.rednumber li::before {
  color: #cc5541;
}
.new-style32-content section {
  margin: 36px 0;
  position: relative;
}
.right-cloud img,
.left-cloud img,
.right-cloud1 img {
  width: 100%;
}
.right-cloud1 {
  width: 280px;
  position: absolute;
  top: -120px;
  right: calc(-50vw + 585px);
}
.forz3 {
  position: relative;
  z-index: 3;
}
.forz2 {
  position: relative;
  z-index: 2;
}
.top-bottom-cloud img {
  width: 43%;
  display: block;
  margin: auto;
}
.top-bottom-cloud {
  z-index: 0;
  position: absolute;
  top: -343px;
  width: 100vw;
  left: calc(-50vw + 585px);
}
.bootom-bottom-cloud img {
  width: 100%;
  display: block;
  margin: auto;
  height: 554px;
}
.bootom-bottom-cloud {
  position: absolute;
  bottom: -208px;
  width: 100vw;
  /* opacity: 0.75; */
  left: calc(-50vw + 585px);
}

.right-cloud {
  width: 345px;
  position: absolute;
  top: -28px;
  right: calc(-50vw + 585px);
}
.left-cloud {
  width: 346px;
  position: absolute;
  top: 0;
  left: calc(-50vw + 585px);
}
.norm-cont-blog {
  color: #888;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.last-seo p {
  margin: 16px 0;
  color: #888;
  font-family: Nexa;
  font-size: 20px;
}
.red-bg {
  color: #cc5541 !important;
}
.text-light-blue {
  color: #5d9c99 !important;
}
.white-color {
  color: white !important;
}
.maxwidth73 {
  max-width: 73%;
}
.blue2 {
  color: #00677e !important;
}
ul.bg-dots-list {
  list-style-type: disc;
  padding-left: 22px;
  margin: 20px 0;
}
.bg-dots-list li {
  font-weight: 800;
}
.bold-f {
  font-weight: 800 !important;
}
.blog-pgh {
  color: #888;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.seo-dubai-end {
  color: #00677e;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
p:has(.before-end-section-seo-dub) {
  z-index: 3;
  position: relative;
}
.end-section-seo-dub {
  z-index: 2;
}
.page-top-section .header-img .page-title:has(.petrikor-Bstyle-2023) {
  top: 30%;
  left: 40px;
}
.site-content:has(#Perfume-Dubai-2022-2023)
  .petrikor-header
  .petrikor-main-menu
  li
  a {
  color: #00677e;
}
.site-content:has(#Perfume-Dubai-2022-2023)
  .petrikor-header
  .petrikor-main-menu
  li
  a:hover {
  text-decoration: underline !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .top-quota {
    position: absolute;
    right: 14px;
    top: 20px;
    width: 100px;
  }
  .last-col-1 {
    padding-left: calc(50vw - 489px);
  }
  .col-for-analyse p:nth-child(2) {
    font-size: 29px;
  }
  .col-for-analyse p:nth-child(1) {
    font-size: 31px;
  }
}
.usc-sec-could.left-cloud,
.usc-sec-could.right-cloud {
  z-index: 0;
}
@media (max-width: 768px) {
  .new-case-bottom .title {
    line-height: 36px;
  }
  .for-analyse .mb-4,
  .for-analyse .my-4 {
    margin: 0 !important;
  }
  .content-c-bio {
    transform: unset;
    width: 100%;
  }
  .usc-header-bio {
    display: flex;
    align-items: flex-end;
  }
  .title-case-studies-23 {
    font-size: 25px !important;
    line-height: 36px !important;
  }
  .col-for-analyse {
    margin-bottom: 6px;
  }
  .col-for-analyse p:nth-child(2) {
    font-size: 26px;
  }
  .page-top-section .header-img .page-title:has(.title-case-studies-23) {
    top: 23%;
  }
  .header-csd {
    /*margin-top: -23px;*/
  }
  .top-quota {
    max-width: 70px;
  }
  .usc-single-section {
    padding: 11px 0;
  }
  .usc-section-even .row {
    flex-direction: column-reverse !important;
  }
  .usc-sec-img {
    margin-top: 33px;
  }
  .bottom-quota {
    max-width: 50px;
    top: 0px;
    right: 45%;
  }

  .last-col-1 p {
    font-size: 30px;
    margin: auto;
  }

  .yellow-cloud {
    position: absolute;
    top: unset;
    left: unset;
    height: unset;
    width: unset;
  }
  .header-csd {
    padding-bottom: 52px;
  }
  .col-for-analyse p:nth-child(1) {
    font-size: 28px;
  }
  .usc-single-section .container {
    padding: 15px !important;
  }
  .last-col-1 {
    /*display: flex;*/
    justify-content: center;
    text-align: center;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .container:has(.new-style32-content),
  .container-lg:has(.new-style32-content),
  .container-md:has(.new-style32-content),
  .container-sm:has(.new-style32-content),
  .container-xl:has(.new-style32-content) {
    max-width: 1200px;
  }
}
@media (max-width: 576px) {
  .content-c-bio p {
    font-size: 17px;
  }
  .header-title {
    font-size: 20px !important;
  }
  .header-subtitle,
  .header-more-content-title {
    font-size: 14px !important;
  }
  .left-cloud {
    left: -15px;
  }
  .right-cloud {
    right: -15px;
  }
  .new-style32-content .balance-marg-pad {
    max-width: calc(100% + 15px);
    width: calc(100% + 15px);
    margin-left: -7px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .left-cloud {
    left: calc(-50vw + 255px);
  }
  .right-cloud {
    right: calc(-50vw + 255px);
  }
  .new-style32-content .balance-marg-pad {
    max-width: 560px;
    width: 560px;
    margin-left: -25px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .top-quota {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 90px;
  }

  .last-col-1 p {
    font-size: 30px;
  }
  .last-col-1 img {
    max-width: 150px;
  }
  .last-col-1 {
    padding-left: calc(50vw - 383px);
  }
  .left-cloud {
    left: calc(-50vw + 345px);
  }
  .right-cloud {
    right: calc(-50vw + 345px);
  }
  .new-style32-content .balance-marg-pad {
    max-width: 760px;
    width: 760px;
    margin-left: -35px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .left-cloud {
    left: calc(-50vw + 465px);
  }
  .right-cloud {
    right: calc(-50vw + 465px);
  }
  .new-style32-content .balance-marg-pad {
    max-width: 980px;
    width: 980px;
    margin-left: -25px;
  }
}
@media (min-width: 1200px) and (max-width: 1250px) {
  .new-style32-content .balance-marg-pad {
    max-width: 1200px;
    width: 1200px;
    margin-left: 0;
  }
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .new-style32-content .balance-marg-pad {
    max-width: 1250px;
    width: 1250px;
    margin-left: calc(-50vw + 610px);
  }
}
/* </baker> */
.btn-contact {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2024/05/red-btn.png);
  display: block;
  color: #f1e4b2 !important;
  text-align: center;
  font-family: "Retroking Rough";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5px 17px !important;
}

.btn-contact:hover {
  mix-blend-mode: multiply;
}

.landing-page1 h2 {
  font-style: normal !important;
}
.landing-page1 .section_1 {
  background-color: rgba(0, 103, 126, 0.15);
}

.landing-page1 .section_3 .text-4 {
  max-width: 800px;
  margin: auto !important;
}

.section_testimonials .item {
  background: url("../img/testimonial-back1.png");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 360px;
  padding: 50px 50px 35px;
}

.section_testimonials .owl-item:nth-child(3n + 1) .item {
  background-image: url("../img/testimonial-back1.png");
}

.section_testimonials .owl-item:nth-child(3n + 2) .item {
  background-image: url("../img/testimonial-back2.png");
}

.section_testimonials .owl-item:nth-child(3n) .item {
  background-image: url("../img/testimonial-back3.png");
}

.section_testimonials {
  color: #fff;
  font-family: "Nunito", sans-serif !important;
  font-size: 95%;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-image: url(../img/divider-landing-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.section_testimonials h3 {
  font-family: "Nunito", sans-serif !important;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.section_testimonials h4 {
  font-family: "Nunito", sans-serif !important;
  font-size: 17px;
  font-weight: 600;
}

.title-pic {
  background: #00677e;
  height: 50px;
  display: inline-block;
  border-radius: 25px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
  font-size: 16px;
}

.section_testimonials .owl-item:nth-child(2n + 1) .item .title-pic {
  background: #00677e;
}

.section_testimonials .owl-item:nth-child(2n) .item .title-pic {
  background: #cc5541;
}

.section_contact {
  background-image: url(https://petrikorsolutions.com/wp-content/themes/petrikor/assets/img/torn-back.png) !important;
  background-size: 100% 100% !important;
  background-position: top left;
  background-attachment: unset !important;
  background-color: #f2e6cc !important;
}

.contact-form.section_contact .form-sec .contact-us-title {
  text-transform: unset;
}

.contact-form.section_contact .form-sec {
  background-image: unset !important;
  padding: 0;
}
/*.contact-form.section_contact .social-sec-box .social-sec{*/
/*  background-image: url("../img/small-window.png");*/
/*  background-position: top;*/
/*}*/

.contact-form.section_contact .form-sec .contact-us-title {
  color: #00677e !important;
}

.section_contact .btn-contact {
  margin: auto;
}

.section_contact .wpcf7-list-item {
  display: block;
}

@media (max-width: 991px) {
  .section_testimonials .item {
    padding: 50px 20% 30px;
    background-size: contain;
  }

  .section_contact {
    background-size: cover !important;
    padding-bottom: 170px !important;
  }
}

@media (max-width: 767px) {
  .section_testimonials .item {
    padding: 50px 10% 30px;
  }

  .landing-page1 .section-in-page.section_4,
  .ecom-landing .section-in-page.section_3,
  .ecom-landing .section-in-page.section_5 {
    background-size: contain !important;
  }
}

@media (max-width: 450px) {
  .section_testimonials .item {
    padding: 50px 20% 30px;
  }

  .section_testimonials .owl-item:nth-child(3n + 1) .item {
    background-image: url("../img/testimonial-back1_mob.png");
  }

  .section_testimonials .owl-item:nth-child(3n + 2) .item {
    background-image: url("../img/testimonial-back2_mob.png");
  }

  .section_testimonials .owl-item:nth-child(3n) .item {
    background-image: url("../img/testimonial-back3_mob.png");
  }
}

@media (max-width: 380px) {
  .section_testimonials .item {
    padding: 30px 10% 30px;
  }
}
/**** Checkbox Design **/
.section_contact .wpcf7-list-item input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.section_contact .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  color: #00677e;
  font-family: "Nunito", sans-serif !important;
  font-size: 1rem;
  font-weight: bold;
}

.section_contact .wpcf7-list-item-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url("../img/checkbox.png");
  background-size: contain;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.section_contact input:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #00677e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.divider-banner-landing {
  mix-blend-mode: multiply;
}

.landing-page1 .section-in-page.section_4,
.ecom-landing .section-in-page.section_3,
.ecom-landing .section-in-page.section_5 {
  background-image: url(https://petrikorsolutions.com/wp-content/themes/petrikor/assets/img/divider-landing-3.png) !important;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  mix-blend-mode: multiply;
}

@media (min-width: 768px) and (max-width: 991px),
  (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (min-width: 320px) and (max-width: 475px) {
  .landing-page1 .section_1 .title p,
  .landing-page1 .section_2 .title p,
  .landing-page1 .section_3 .title p {
    font-size: unset !important;
  }
}

.landing-page1 .section-in-page {
  padding: 5% 0 0;
  position: relative;
}

.landing-page1 .section_portfolio {
  padding: unset !important;
}

.landing-page1 .services .row div {
  text-align: center;
  line-height: 130px;
}

.landing-page1 .services .row div img {
  max-width: 80px;
  max-height: 80px;

  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.landing-page1 .services .row div span {
  display: block;
  line-height: 1;
  color: black;
}

@media (max-width: 991px) {
  .landing-page1 .contact-row {
    display: flex;
    flex-direction: column-reverse;
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.landing-page1 .services .row div img:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

.landing-page1 .section-in-page.section_1,
.landing-page1 .section-in-page.section_4,
.ecom-landing .section-in-page.section_3,
.ecom-landing .section-in-page.section_5 {
  background-image: url(../img/blue-still-clouds.png) !important;
}

.landing-page1 .section-in-page.section_4,
.ecom-landing .section-in-page.section_3,
.ecom-landing .section-in-page.section_5 {
  background-size: 60% 100%;
  background-position: left;
}
.testimol-home-2024 .owl-item:nth-child(3n) .item {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2024/02/Vector-49.png) !important;
}
.testimol-home-2024 .owl-item:nth-child(3n + 1) .item {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2024/02/Vector-50.png) !important;
}
.testimol-home-2024 .owl-item:nth-child(3n + 2) .item {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2024/02/Vector-51.png) !important;
}
.testimol-home-2024-container {
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 3rem !important;
}
.testimol-home-title-2024 {
  color: white;
  font-family: Nexa !important;
  font-size: 1.5rem !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: normal;
  text-transform: uppercase !important;
  margin-bottom: 0;
}
.testimol-home-sub-title-2024 {
  color: white;
  font-family: Nexa !important;
  font-size: 95% !important;
  font-style: normal !important;
  font-weight: 700 !important;

  line-height: 24px;
  text-transform: capitalize;
}
.testimol-home-content-2024 {
  color: white;
  font-family: Nexa;
  font-size: 95%;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}
.testimol-home-2024 .owl-item:nth-child(3n) .item .testimol-home-content-2024,
.testimol-home-2024 .owl-item:nth-child(3n) .item .testimol-home-title-2024,
.testimol-home-2024
  .owl-item:nth-child(3n)
  .item
  .testimol-home-sub-title-2024 {
  color: #00677e;
}
.testimol-home-2024 .item {
  padding: 50px 40px 32px !important;
  background-size: 100% 100% !important;
  display: block;
  height: 320px;
}
.testimol-home-2024 .item .item-testi {
  height: fit-content;
}
.testimol-home-2024 {
  background-image: unset !important;
  background-color: rgba(232, 232, 232, 0.4);
  mix-blend-mode: multiply;
}
.testimol-home-2024 .title {
  color: #00677e;
  text-align: center;
  font-family: Retroking;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .testimol-home-2024-container {
    margin-left: calc(-600px + 50vw) !important;
  }
}
@media (max-width: 768px) {
  .flex-riv-row-p {
    align-items: flex-start;
  }

  .flex-riv-row-p {
    flex-direction: column;
  }
  .for-desk-clut {
    display: none;
  }
  .for-mobile-clut {
    display: block;
    margin-right: 23px;
  }
}
@media (max-width: 575px) {
  .flex-riv-row-ch2 a {
    font-size: 12px;
    width: 45%;
  }
  .testimol-home-2024 .title {
    font-size: 1.6rem !important;
    margin-bottom: 0;
  }
  .clutch-c {
    margin: 24px;
    width: 72px;
    margin-left: 0;
  }
  .rev-value {
    font-size: 27px;
  }
  .rev-start #data1 {
    max-width: 160px;
  }
  .flex-riv-row-ch2 {
    width: 100%;
  }

  .testimol-home-2024-container {
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 15px;
    padding-left: 15px;
  }
  .testimol-home-2024 {
    background-image: unset;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .testimol-home-2024 .item {
    padding: 50px 10% 30px !important;
    background-size: 100% 100% !important;
  }
  .testimol-home-title-2024 {
    font-size: 20px;
  }
  .testimol-home-sub-title-2024 {
    font-size: 17px;
  }
  .testimol-home-content-2024 {
    font-size: 14px;
  }
  flex-riv-row-p {
    flex-direction: column;
  }
}

.it-scrolling {
  top: 65px;
}
.fixed-top.petrikor-fixed-top.it-scrolling {
  top: 0 !important;
}

.content a.cta-btn {
  color: #f1e4b2 !important;
  text-align: center;
  font-family: "Retroking Rough";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5px 17px !important;
  width: fit-content;
  height: fit-content;
}
.red-btn {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2024/05/red-btn.png);
}

.green-btn {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2024/05/green-btn.png);
}

.ecom-landing .section_contact {
  background-color: transparent !important;
}

.section_3 .content {
  color: #424241;
}

.section_4 {
  color: #fff;
}

.landing-page1.ecom-landing .services .row div img {
  max-width: 120px;
  max-height: 120px;
}

.landing-page1.ecom-landing .section_contact .btn-contact {
  margin: unset !important;
}

.landing-page1.ecom-landing .contact-form.section_contact .form-sec {
  margin-top: 25px;
}

.cta-btn:hover {
  text-shadow: 2px -1px #0000007d !important;
}

.landing-page.ecom-landing .section_1 a:hover,
.landing-page.ecom-landing .section_3 a:hover {
  font-weight: 400 !important;
}

.promises-title {
  color: #f1e4b2 !important;
  text-align: left;
  font-family: "Retroking Rough";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.promises-text {
  text-align: left;
}

.process-content {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2024/05/line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  background-position-y: 90%;
}

.process-content div {
  text-align: center;
}

.process-content-text p,
.packages-title {
  text-align: center;
  font-family: "Retroking Rough";
  font-size: 18px;
  color: #424241;
  font-weight: 100;
}

.packages-content.bronze {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2024/05/bronze.png);
}
.packages-content.silver {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2024/05/silver.png);
}
.packages-content.gold {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2024/05/gold.png);
}

.packages-content {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 30%;
  min-height: 750px;
  padding-top: 175px;
  text-align: center;
}

.packages-list {
  font-size: 13px;
  width: 90%;
  margin: auto;
  text-align: left;
}

.bronze .packages-list li:before {
  content: url(https://petrikorsolutions.com/wp-content/uploads/2024/05/bronze-li.svg);
}

.silver .packages-list li:before {
  content: url(https://petrikorsolutions.com/wp-content/uploads/2024/05/silver-li.svg);
}

.gold .packages-list li:before {
  content: url(https://petrikorsolutions.com/wp-content/uploads/2024/05/gold-li.svg);
}

.packages-list li:before {
  padding-right: 10px;
}

.packages-prev {
  font-size: 13px;
  width: 90%;
  margin: auto;
  text-align: left;
  color: #00677e;
  font-weight: bold;
}

.packages-btn {
  width: 90%;
  margin: auto;
  position: absolute;
  bottom: 115px;
}

.section-promises {
  mix-blend-mode: multiply;
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2024/05/promises-back.png) !important;
  background-size: 100% 100% !important;
  background-position: top left;
  background-attachment: unset !important;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ecom-landing .title p {
  margin-bottom: 30px;
}

.ecom-landing .section-in-page.section_3 {
  background-size: unset !important;
  background-position: left -100% !important;
}

.packages-mobile {
  display: none;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .packages-content {
    padding-top: 130px;
    min-height: 800px;
  }
  .packages-content.bronze {
    background-image: url(https://petrikorsolutions.com/wp-content/uploads/2024/05/bronze-992.png);
  }
  .packages-content.silver {
    background-image: url(https://petrikorsolutions.com/wp-content/uploads/2024/05/silver-992.png);
  }
  .packages-content.gold {
    background-image: url(https://petrikorsolutions.com/wp-content/uploads/2024/05/gold-992.png);
  }
}
@media (max-width: 992px) {
  .ecom-landing .contact-row {
    flex-direction: unset !important;
  }
  .ecom-landing .section-in-page.section_3 {
    background-position: left -60% !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .packages-content {
    padding-top: 120px;
    min-height: 980px;
  }

  .ecom-landing .section-in-page.section_3 {
    background-position: left -40% !important;
  }

  .packages-content.bronze {
    background-image: url(https://petrikorsolutions.com/wp-content/uploads/2024/05/bronze-768.png);
  }
  .packages-content.silver {
    background-image: url(https://petrikorsolutions.com/wp-content/uploads/2024/05/silver-768.png);
  }
  .packages-content.gold {
    background-image: url(https://petrikorsolutions.com/wp-content/uploads/2024/05/gold-768.png);
  }
  .packages-btn {
    bottom: 110px;
  }
}

@media (max-width: 767px) {
  .ecom-landing .contact-row {
    flex-direction: column-reverse !important;
  }

  .ecom-landing .section-in-page.section_3 {
    background-position: left -30% !important;
    margin-top: -70px;
  }
}

.promises-row div {
  margin-bottom: 30px;
}

.promises-row div {
  border-right: none;
}

.process-content-text-575 {
  display: none;
}

.packages-text-below {
  width: 70%;
  margin: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .promises-row div:nth-child(1),
  .promises-row div:nth-child(2),
  .promises-row div:nth-child(4),
  .promises-row div:nth-child(5) {
    border-right: 1px solid #fff;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .promises-row div {
    margin-bottom: 30px;
  }

  .promises-row div:nth-child(1),
  .promises-row div:nth-child(3),
  .promises-row div:nth-child(5) {
    border-right: 1px solid #fff;
  }
}

@media (max-width: 576px) {
  .promises-title,
  .promises-text {
    text-align: center;
  }

  .section-promises {
    background-size: cover !important;
  }

  .page-template-template-ecomlandingpage2024 h1,
  .page-template-template-ecomlandingpage2024 h1.title p,
  .page-template-template-ecomlandingpage2024 h2,
  .page-template-template-ecomlandingpage2024 h2.title p {
    font-size: 22px !important;
  }

  .landing-page1 .services .row div {
    line-height: 95px;
  }

  .landing-page1.ecom-landing .services .row div img {
    max-width: 95px;
    max-height: 95px;
  }

  .process-content {
    background-image: unset;
  }

  .process-content img {
    width: 70%;
  }

  .process-content-text {
    display: none;
  }

  .process-content-text-575 {
    display: block;
    text-align: center;
    font-family: "Retroking Rough";
    color: #424241;
    font-weight: 100;
  }
}

@media (max-width: 767px) {
  .ecom-landing .section-in-page.section_3 {
    margin-top: -100px;
    background-position: left -15% !important;
  }

  .packages-text-below {
    width: 90%;
    padding-top: 30px;
  }

  .packages-desktop {
    display: none;
  }

  .packages-mobile {
    display: block;
  }

  #our-packages .container {
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .packages-btn {
    width: 90%;
    margin: auto;
    position: relative;
    text-align: center;
    padding: 40px;
    bottom: unset;
  }

  .packages-list {
    font-size: 15px;
    width: 100%;
    margin: auto;
    text-align: left;
    padding-top: 10px;
    color: #000;
  }

  .packages-prev {
    font-size: 15px;
  }

  #contact-page .row {
    flex-direction: column-reverse;
  }
}

/* Style tab links */
.tablink {
  background-color: transparent;
  font-family: "Retroking Rough";
  cursor: pointer;
  padding: 14px 0;
  font-size: 14px;
  background-position: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
}

/*.tablink:hover {*/
/*  background-color: #777;*/
/*}*/

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 20px;
  margin-top: -1px;
}

#bronze-mobile {
  background-color: #eaba94;
}
#silver-mobile {
  background-color: #cdcdcd;
}
#gold-mobile {
  background-color: #ebd9a7;
}
/* zakaria */
.challenge-card {
  /* border: 2px solid #eee; */
  border-radius: 8px;
  padding: 30px;
  text-align: left;
  height: 100%;
  transition: all 0.3s ease;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
  position: relative;
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Vector-4.svg);
  background-size: cover;
  background-position: bottom;
}

.challenge-card:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); */
}
.pf .challenge-title {
  color: #00677e !important;
}
.challenge-title {
  font-weight: 700;
  margin-bottom: 20px;
  color: #cc5541;
  font-family: Nexa-Bold;
  /* example red shade */
}

.challenge-card p {
  color: #000;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pf.edited-pf .challenge-card p {
  color: #fff !important;
}
/* Left border accent */
.border-accent {
  border-left: 10px solid #006d77;
  /* teal example */
  border-top-left-radius: 2%;
  border-bottom-left-radius: 2%;
}
.flex-riv-row-ch2.edited-buttons a:nth-child(1) {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2024/03/Bootom-1-copy-1.png) !important;
}
.flex-riv-row-ch2.edited-buttons a:nth-child(1):hover {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2024/03/Bootom-1-2.png) !important;
}
.edited-buttons a {
  font-family: Nexa-Bold !important;
}
/* Mobile adjustments */
@media (max-width: 767px) {
  .challenge-card {
    text-align: center;
    padding: 15px;
  }

  /* .challenge-title {
    font-size: 14px;
  } */
  .paid-growth .result-result {
    font-size: 14px !important;
  }
}
.edited-width {
  max-width: 60%;
  top: 30% !important;
}
.desc-desc {
  font-size: 15px;
  color: #000 !important;
  font-weight: 600 !important;
  font-family: Nexa !important;
  text-transform: none;
  line-height: 20px;
}

.phase-section {
  /* background: #fdfaf6; */
  position: relative;
  overflow: hidden;
  height: 115vh;
  background: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Group-101.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.ruban-section {
  position: relative;
  overflow: hidden;
  height: 115vh;
  background: url(https://petrikorsolutions.com/wp-content/uploads/2025/12/Vector-47.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.phase-section-edited {
  /* background: #fdfaf6; */
  position: relative;
  overflow: hidden;

  background: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Group-101.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.challenge-section {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Cloud.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.edited-height {
  height: 100%;
}
.content-block {
  position: relative;
  z-index: 5;
  max-width: 700px;
  text-align: left;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.content-block .stats {
  width: 75%;
}
.right-cloud-image {
  position: absolute;
  top: 2rem;
  right: -20rem;
  transform: rotate(180deg);
  z-index: 0;
}
.left-cloud-image {
  position: absolute;
  bottom: 2rem;
  left: -20rem;
  z-index: 0;
}
.youtube-approach {
  font-size: 25px;
  font-weight: 900;
  color: #00677e;
  margin-top: 10px;
  font-family: Nexa-Bold !important;
  line-height: 25px;
}
.youtube-text {
  font-size: 17px;
  color: #000;
  font-weight: 600;
  font-family: Nexa !important;
  max-width: 70%;
}
.stat-stat-text {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  font-family: Nexa !important;
}
.stats .stat-number {
  font-family: "Retroking Rough", sans-serif;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  line-height: 105%;
  color: #cc5541;
}
.pf.edited-pf .stats .stat-number {
  color: #fff;
  font-size: 40px;
}
.stats .stat-label {
  color: #00677e;
  text-align: center;
  font-family: "Nexa-Bold";
  font-size: 15px;
  margin-bottom: 0;
}
.text-bold {
  font-family: "Nexa-Bold" !important;
}
.text-correct {
  color: #000;
  font-family: Nexa;
  font-size: 20px;
  font-weight: 400;
}
/* Suitcase */
.suitcase-img {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 2;
}

/* Arrows */
.arrow {
  position: absolute;
  z-index: 1;
}

.arrow1 {
  top: 15%;
  right: 20%;
}

.arrow2 {
  top: 10%;
  right: 8%;
}

/* Responsive */

.phase3-section {
  /* background: #fdfaf6;
  font-family: Arial, sans-serif; */
}

.phase3-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1e3c72;
}

/* .pyramid {
  max-width: 900px;
  margin: 0 auto;
} */

.pyramid-tier {
  color: #fff;
  padding: 34px;
  width: 70%;
  margin-bottom: 19px;
  position: relative;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  z-index: 1;
}

.pyramid-tier h6 {
  font-weight: bold;
  margin-bottom: 5px;
}

.pyramid-tier.tier1 p {
  margin: 0;
  width: 80%;
}
.pyramid-tier.tier2 p {
  margin: 0;
  width: 80%;
}
.pyramid-tier.tier3 p {
  margin: 0;
  width: 70%;
}
.pyramid-tier.tier4 p {
  margin: 0;
  width: 40%;
}

.tier-icon {
  font-size: 1.8rem;
  opacity: 0.8;
}

/* Colors for each tier */
.tier1 {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Group-92.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.tier2 {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Group-93.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.tier3 {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Group-94.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.tier4 {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Group-95.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.pyramid-pyramid {
  position: absolute;
  right: 0;
  z-index: 4;
  top: 0;
}
/* Responsive */

.results-section {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Group-96-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 900px;
}

.results-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1e3c72;
  margin-bottom: 25px;
}

.result-item {
  margin-bottom: 20px;
}
.edited-margin {
  margin-top: 5rem;
}
.result-item .bar {
  display: inline-block;
  width: 5px;
  background: #00677e;
  margin-right: 20px;
  border-radius: 2px;
  height: 90px;
}
.result-item:nth-of-type(1) .bar,
.result-item:nth-of-type(3) .bar {
  background: #4f808c;
}
.result-number {
  font-size: 1.8rem;
  font-weight: bold;
  color: #d84315; /* reddish */
  margin-bottom: 5px;
}

.result-number .currency {
  font-size: 1rem;
  font-weight: 600;
}

.results-note {
  font-size: 17px;
  color: #000;
  font-family: Nexa !important;
  margin: 0;
  font-weight: 600;
}

.results-img {
  max-width: 100%;
  border-radius: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .result-number {
    font-size: 1.4rem;
  }
}

.takeaways-section {
  /* background: #fdfaf6; */
}

.takeaway-box {
  background: url("https://petrikorsolutions.com/wp-content/uploads/2025/10/Group-87.png")
    no-repeat center center;
  background-size: contain;
  padding: 80px 40px;
  height: 100%;
  text-align: left;
}

/* .takeaway-box p {
  font-size: 0.95rem;
  margin: 0;
  color: #222;
} */

/* Button */
.strategy-btn {
  display: inline-block;
  background: #b23b2d;
  color: #fff;
  padding: 12px 25px;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s ease;
}

.strategy-btn:hover {
  background: #8a2e23;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .takeaway-box {
    text-align: center;
  }
}
.phase2-text {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  font-family: Nexa !important;
}
.phase2-stat .stat-number {
  font-family: "Retroking Rough", sans-serif;
  font-weight: 400;
  font-size: 50px;
  font-style: normal;
  line-height: 60px;
  color: #00677e;
}

.coin {
  position: absolute;
  width: 80px;
  height: auto;
}

/* Position & rotation for each coin */
.coin1 {
  top: 20px;
  right: 40px;
  transform: rotate(20deg);
}

.coin2 {
  top: 150px;
  right: 200px;
  transform: rotate(-15deg);
  width: 50px;
}

.coin3 {
  top: 160px;
  right: 0;
  transform: rotate(45deg);
}

.coin4 {
  top: 250px;
  right: 300px;
  transform: rotate(-30deg);
}

.coin5 {
  top: 320px;
  right: 80px;
  transform: rotate(10deg);
}

.coin6 {
  top: 400px;
  right: 180px;
  transform: rotate(-50deg);
}
.tier-text {
  color: #fff;
  font-family: Nexa;
}
.tier-text p:first-child {
  font-family: Nexa-Bold !important;
  margin-bottom: 0.5rem;
}
.airplane-img {
  margin-left: -21rem;
}
.phase2-section {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Cloud.png) !important;
  background-repeat: no-repeat;
  background-position: right;
}
.mobile-icon {
  display: none;
}
.edited-talk {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .challenge-card p {
    font-size: 14px;
  }
  .g-4 {
    gap: 2rem;
  }
  .challenge-card {
    padding: 50px;
  }
  .youtube-text {
    max-width: 100%;
  }
  .content-block .stats {
    width: 100%;
  }
  .suitcase-img {
    width: 100%;
    height: auto;
    right: 1rem;
  }
  .edited-height {
    height: auto;
  }
  .arrow1 {
    width: 80px;
    left: 46%;
    bottom: 18rem;
    top: unset;
    transform: translateX(-50%);
  }
  .arrow2 {
    width: 130px;
    left: 50%;
    bottom: 15rem;
    top: unset;
    transform: translateX(-50%);
  }
  .phase2-text,
  .results-note {
    font-size: 14px;
  }
  .phase2-stat .stat-number,
  .stats .stat-number {
    font-size: 25px;
  }
  .perfume-dubai .challenge-card .youtube-approach,
  .challenge-title {
    font-size: 18px !important;
  }
  .airplane-img {
    margin-left: -5rem;
    width: 100%;
  }
  .coin {
    width: 30px;
  }
  .coin2 {
    top: 85px;
    width: 30px;
  }
  .takeaway-box {
    background-size: cover;
    padding: 150px 40px;
  }
  .col-lg-4:nth-of-type(3) .takeaway-box {
    padding: 160px 40px;
  }
  .pyramid-tier {
    border-radius: 35.5px;
    padding: 15px 25px;
    width: 100%;
  }
  .tier-icon {
    margin-top: 10px;
  }
  .pyramid-tier.tier1 p {
    margin: 0;
    width: 100%;
  }
  .pyramid-tier.tier2 p {
    margin: 0;
    width: 100%;
  }
  .pyramid-tier.tier3 p {
    margin: 0;
    width: 100%;
  }
  .pyramid-tier.tier4 p {
    margin: 0;
    width: 100%;
  }
  .tier-text p:first-child {
    font-size: 15px !important;
  }
  .tier-text {
    width: 80%;
  }
  .edited-width {
    max-width: 100%;
  }
  .desc-desc,
  .edited-buttons a {
    font-size: 1rem !important;
  }
  .mobile-icon {
    display: block;
    width: 50px;
  }
  .tier1 {
    background: #cc5541;
  }
  .tier2 {
    background: #e1be80;
  }
  .tier3 {
    background: #4f808c;
  }
  .tier4 {
    background: #00677e;
  }
  .edited-header-img {
    background-position: right !important;
  }
  .paid-growth .takeaways-section,
  .paid-growth .new-section {
    padding-bottom: 10rem !important;
  }
  .paid-growth .takeaways-section .usc-sec-title {
    padding-top: 4rem !important;
  }
  .paid-growth .half-pyramid .challenge-card {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 400px) {
  .takeaways-section .g-4 {
    gap: 0;
  }
  .desc-desc,
  .edited-buttons a {
    font-size: 0.7rem !important;
  }
  .arrow1 {
    bottom: 17rem;
    left: 42%;
  }
  .arrow2 {
    bottom: 14rem;
  }
  .suitcase-img {
    bottom: 5rem;
  }
  .takeaway-box {
    background-size: contain;
    padding: 60px;
  }
  .col-lg-4:nth-of-type(3) .takeaway-box {
    padding: 90px 40px;
  }
  .takeaways-section .flex-riv-row-ch2 a:nth-child(1) {
    font-size: 1rem;
    width: 60%;
  }
  .pyramid-tier.tier1 p,
  .pyramid-tier.tier2 p,
  .pyramid-tier.tier3 p,
  .pyramid-tier.tier4 p {
    font-size: 13px;
  }
  .desc-desc,
  .edited-buttons a {
    font-size: 0.6rem !important;
  }
  .arrow {
    width: 75px !important;
  }
}
@media (min-width: 400px) and (max-width: 530px) {
  .col-lg-4:nth-of-type(1) .takeaway-box {
    padding: 110px 40px;
  }
  .col-lg-4:nth-of-type(3) .takeaway-box {
    padding: 130px 40px;
  }
  .takeaway-box {
    background-size: contain;
    padding: 120px 40px;
  }
  .takeaways-section .flex-riv-row-ch2 a:nth-child(1) {
    font-size: 1rem;
    width: 60%;
    margin-left: 24px;
  }
  .pyramid-tier.tier1 p,
  .pyramid-tier.tier2 p,
  .pyramid-tier.tier3 p,
  .pyramid-tier.tier4 p {
    font-size: 13px;
  }
  .desc-desc,
  .edited-buttons a {
    font-size: 0.8rem !important;
  }
}

@media (min-width: 531px) and (max-width: 575px) {
  .takeaway-box {
    background-size: contain;
    padding: 150px 40px;
  }
}
@media (min-width: 531px) and (max-width: 768px) {
  .arrow1 {
    width: 60px;
    left: 46%;
    bottom: 24rem;
    top: unset;
    transform: translateX(-50%);
  }
  .arrow2 {
    width: 70px;
    left: 50%;
    bottom: 21rem;
    top: unset;
    transform: translateX(-50%);
  }
  .suitcase-img {
    bottom: 6rem;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .edited-height {
    height: auto;
  }
  .suitcase-img {
    width: 700px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .content-block .stats {
    width: 100%;
  }
  .arrow {
    width: 150px;
  }
  .arrow1 {
    top: 13%;
    right: 14%;
  }
  .g-4 {
    row-gap: 2rem;
  }
  .coin {
    width: 50px;
  }
  .coin2 {
    top: 200px;
  }
  .airplane-img {
    margin-left: -16rem;
  }
  .edited-width {
    top: 30% !important;
  }
  .desc-desc,
  .edited-buttons a {
    font-size: 0.8rem !important;
  }
  .mobile-icon {
    display: block;
    width: 50px;
  }
  .tier1 {
    background: #cc5541;
  }
  .tier2 {
    background: #e1be80;
  }
  .tier3 {
    background: #4f808c;
  }
  .tier4 {
    background: #00677e;
  }
  .pyramid-tier.tier1 p {
    margin: 0;
    width: 100%;
  }
  .pyramid-tier.tier2 p {
    margin: 0;
    width: 100%;
  }
  .pyramid-tier.tier3 p {
    margin: 0;
    width: 100%;
  }
  .pyramid-tier.tier4 p {
    margin: 0;
    width: 100%;
  }
  .tier-text {
    width: 80%;
  }
  .pyramid-tier {
    border-radius: 35.5px;
    padding: 15px 25px;
    width: 100%;
  }
}
@media (min-width: 1101px) and (max-width: 1200px) {
  .edited-height {
    height: auto;
  }
  .suitcase-img {
    width: 800px;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .content-block .stats {
    width: 100%;
  }
  .arrow {
    width: 150px;
  }
  .arrow1 {
    top: 13%;
    right: 14%;
  }
  .g-4 {
    row-gap: 2rem;
  }
  .coin {
    width: 50px;
  }
  .coin2 {
    top: 200px;
  }
  .airplane-img {
    margin-left: -16rem;
  }
  .edited-width {
    top: 30% !important;
  }
  .desc-desc,
  .edited-buttons a {
    font-size: 1.2rem !important;
  }
  .mobile-icon {
    display: block;
    width: 50px;
  }
  .tier1 {
    background: #cc5541;
  }
  .tier2 {
    background: #e1be80;
  }
  .tier3 {
    background: #4f808c;
  }
  .tier4 {
    background: #00677e;
  }
  .pyramid-tier.tier1 p {
    margin: 0;
    width: 100%;
  }
  .pyramid-tier.tier2 p {
    margin: 0;
    width: 100%;
  }
  .pyramid-tier.tier3 p {
    margin: 0;
    width: 100%;
  }
  .pyramid-tier.tier4 p {
    margin: 0;
    width: 100%;
  }
  .tier-text {
    width: 80%;
  }
  .pyramid-tier {
    border-radius: 35.5px;
    padding: 15px 25px;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .desc-desc {
    max-width: 60%;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .takeaway-box {
    padding: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) {
  .desc-desc {
    max-width: 100%;
    font-size: 1.5rem !important;
    line-height: 2rem;
  }
  .edited-buttons a {
    font-family: Nexa-Bold !important;
    font-size: 1rem !important;
  }
}
/* paig growth css */
.paid-growth .text-gray {
  color: #888 !important;
}
.paid-growth .challenge-card {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Vector-first.png);
  padding: 40px 30px;
}
.paid-growth .border-img {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

/* top border */
.paid-growth .borderr-top {
  top: -2px;
  left: 0;
  width: 100%;
  height: auto;
}

/* bottom border */
.paid-growth .borderr-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/* left border */
.paid-growth .borderr-left {
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}

/* right border */
.paid-growth .borderr-right {
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}
.paid-growth .phase2-section .usc-sec-title {
  font-family: "Retroking Rough", sans-serif !important;
}
.paid-growth .phase3-section .challenge-card {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Vector-5.svg);
  width: 555px;
  height: 259px;
  padding: 65px;
}
@media (max-width: 768px) {
  .paid-growth .phase3-section .challenge-card {
    width: 100%;
    background-position: center;
    height: 100%;
  }
  .paid-growth .phase3-section .challenge-card .borderr-top {
    left: 0 !important;
    top: -1rem !important;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .paid-growth .phase3-section .challenge-card {
    width: 100%;
    height: 100%;
    background-position: center;
    padding: 30px;
  }
  .paid-growth .phase3-section .challenge-card .borderr-top {
    left: 0rem !important;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .paid-growth .phase3-section .challenge-card .borderr-top {
    left: 0rem !important;
    top: -2.5rem !important;
  }
}
.paid-growth .phase3-section .challenge-card .borderr-top {
  left: 0.6rem;
  top: -1.5rem;
}
.border-accent-edited-red {
  border-left: 8px solid #cc5541;
  padding-left: 20px;
}
.border-accent-edited-yellow {
  border-left: 8px solid #e1be80;
  padding-left: 20px;
}
.border-accent-edited-blue {
  border-left: 8px solid #4c86a0;
  padding-left: 20px;
}
.half-pyramid .challenge-title {
  color: #00677e !important;
}
.half-pyramid-image {
  width: 575px;
  height: 502px;
  aspect-ratio: 575/502;
}
.paid-growth .takeaways-section {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Group-66.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5rem;
}
.paid-growth .stat-title {
  font-family: Retroking;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.paid-growth .red {
  color: #cc5541 !important;
}
.paid-growth .light-green {
  color: #86aead !important;
}
.paid-growth .green {
  color: #00677e !important;
}
.paid-growth .settings-image {
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
}
.edited-row-row {
  height: 60vh;
  align-items: center;
}
.ggap-4 {
  gap: 4rem;
}
.ab-row {
  position: absolute;
  bottom: 10rem;
}
.paid-growth .settings-image-edited {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  width: 758px;
}
.paid-growth .half-pyramid .challenge-card p {
  font-size: 18px;
}
.paid-growth .half-pyramid .challenge-card {
  width: 360.332px;
  height: 221.451px;
}
.paid-growth .new-section {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Group-66.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.paid-growth .number-text {
  font-family: Nexa-Bold !important;
  font-size: 30px;
  color: #fff;
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Ellipse-2.svg);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
}
.pf.paid-growth .number-text {
  padding: 10px 12px;
}
.paid-growth .result-result {
  color: #000;
  font-family: Nexa;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pf.paid-growth .stats .edited-number {
  padding: 10px 15px;
}
.paid-growth .stats .edited-number {
  padding: 20px 25px;
}
/* perfume dubai case study  */
.perfume-dubai .lap-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
.perfume-dubai .red-back {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Vector-14.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 115vh;
}
.perfume-dubai .right-image {
  position: absolute;
  top: 10%;
  left: 55%;
}
.ruban-div {
  position: relative;
  max-width: 65%;
}
.ruban-imabe {
  position: absolute;
  /* z-index: 1; */
  left: 0;
}
.ruban-text {
  z-index: 3;
  position: relative;
  padding: 0rem 7rem;
  margin: 0;
  padding-top: 2rem;
}
.ruban-text p {
  margin: 0;
}
.ruban-text .youtube-approach {
  font-size: 20px;
}
.ruban-text .results-note {
  font-size: 14px;
}
.perfume-dubai .right-margin {
  transform: translateX(3rem);
}
.perfume-dubai .right-right-margin {
  transform: translateX(5rem);
}
.perfume-dubai .blue-back {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2025/12/Vector-45.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 115vh;
}
.perfume-dubai .challenge-card {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Vector-8.svg);
  padding: 30px;
}
.perfume-dubai .edited-challenge-card .challenge-card {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2025/12/Vector-9.svg);
}
.perfume-dubai .pf.edited-pf .challenge-card {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2025/12/Group-118.png);
  padding: 75px 60px;
  /* background-position: bottom; */
}
.perfume-dubai .challenge-card .youtube-approach {
  font-size: 20px;
  font-weight: 900;
  color: #00677e;
  margin-top: 10px;
  font-family: Nexa-Bold !important;
  line-height: 25px;
}
.cloud-1 {
  position: absolute;
  left: 0;
}
.cloud-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pf .key-title {
  font-weight: 700;
  color: #00677e;
  font-family: Nexa-Bold !important;
  text-transform: uppercase;
}
.perfume-dubai .edited-back {
  border-radius: 25px;
  background: rgba(225, 190, 128, 0.38);
  padding: 50px;
}
.base-card {
  border-radius: 8px;
  text-align: left;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Vector-8.svg);
  padding: 30px;
  background-size: cover;
  width: 400px;
}
.image-border {
  position: absolute;
  left: 0;
  top: -35px;
  width: 100%;
  z-index: 1;
}
.base-card:nth-child(2) {
  margin-left: -26px;
}
.base-card:nth-child(3) {
  width: 500px;
  margin-left: -38px;
}
.perfume-dubai .card-card {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2026/01/29842-Converted-02-1-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7rem;
  width: 559px;
  height: 481px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.card-ul {
  list-style: none;
  padding-left: 0;
}

.card-li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #000;
  font-family: Nexa !important;

  font-weight: 600;
}

.card-li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #cc5541; /* match your red dot */
  font-size: 40px;
  /* line-height: 1; */
}
.base-card:nth-child(3) .image-border {
  left: 20px;
}
.left-left-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Line-1-1.svg);
  background-repeat: no-repeat;
  z-index: 2;
}
.base-card:nth-child(2) .left-left-border {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Line-2.svg);
}
.base-card:nth-child(3) .left-left-border {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2025/10/Line-3.svg);
  left: 20px;
}
.base-card p {
  color: #000;
  font-family: Nexa;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.base-card:nth-child(3) p,
.base-card:nth-child(3) h3 {
  padding-left: 20px;
}
.postid-3166 .petrikor-header .petrikor-main-menu li a,
.postid-3239 .petrikor-header .petrikor-main-menu li a {
  color: #3b8290;
}
.mobile-banner,
.edited-mobile-banner {
  display: none !important;
}
.edited-red-back {
  background: url(https://petrikorsolutions.com/wp-content/uploads/2026/01/Vector-52.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 115vh;
}
@media (max-width: 768px) {
  .mobile-banner {
    display: block !important;
  }
  .desktop-banner {
    display: none !important;
  }
  .perfume-dubai .red-back,
  .perfume-dubai .blue-back,
  .edited-red-back,
  .ruban-section {
    height: auto;
    padding-bottom: 10rem !important;
  }
  .padding-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .margin-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mobile-edits .mobile-direction {
    flex-direction: column;
  }
  .mobile-edits .mobile-direction .base-card {
    height: auto !important;
    width: 100% !important;
    padding: 20px;
    /* display: flex;
    align-items: center; */
    gap: 1rem;
  }
  .mobile-edits .image-border {
    top: -7px;
  }
  .mobile-edits .left-left-border {
    display: none;
  }
  .mobile-edits .stats .stat-number {
    line-height: 105%;
    width: 50%;
  }
  .base-card p,
  .text-correct {
    font-size: 14px;
  }
  .perfume-dubai .mobile-edits .edited-back {
    padding: 20px;
    margin-bottom: 0 !important;
    border-top-right-radius: 25px !important;
    border-top-left-radius: 25px !important;
    border-radius: 0;
  }
  .mobile-edits .base-card:nth-child(2),
  .mobile-edits .base-card:nth-child(3) {
    margin-left: 0 !important;
  }
  .mobile-edits .base-card:nth-child(3) .image-border {
    left: 0 !important;
  }
  .mobile-edits .base-card:nth-child(3) p,
  .mobile-edits .base-card:nth-child(3) h3 {
    padding-left: 0 !important;
  }
  .mobile-edits .base-card p {
    width: 80%;
  }
  .phase-section.pf {
    height: 100%;
  }
  .phase-section.pf .container {
    padding-bottom: 3rem;
  }
  .perfume-dubai .pf.edited-pf .challenge-card {
    padding: 40px 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .pf.edited-pf .stats .stat-number {
    font-size: 25px;
  }
  .card-li::before {
    font-size: 25px !important;
  }
  .card-li {
    font-size: 14px !important;
  }
  .youtube-approach {
    font-size: 18px !important;
  }
  .pf.edited-pf .challenge-card p {
    font-size: 16px;
  }
  .phase-section.pf .settings-image-edited {
    position: static;
    transform: none !important;
    width: 100%;
  }
  .phase-section.pf .edited-row-row {
    height: auto;
  }
  .phase-section.pf .edited-row-row .usc-sec-title {
    font-size: 22px;
    text-align: center;
  }
  .phase-section.pf .edited-row-row .result-result {
    font-size: 13px;
    text-align: center;
  }
  .ab-row {
    position: static;
  }
  .ab-row .result-result {
    font-size: 13px;

    margin-top: 0.5rem !important;
  }
  .mobile-card {
    background-image: url(https://petrikorsolutions.com/wp-content/uploads/2026/01/29842-Converted-02-1-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1rem 0;
  }
  .perfume-dubai .mobile-card .card-card {
    background-image: none !important;
    padding: 3rem 2rem;
    width: 100%;
    height: auto;
    align-items: center;
  }
  .edited-mobile-banner {
    display: block !important;
  }
  .edited-desktop-banner {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .perfume-dubai .red-back,
  .perfume-dubai .blue-back,
  .edited-red-back {
    height: auto;
    padding-bottom: 10rem !important;
  }
  .perfume-dubai .lap-image {
    height: 70%;
    width: 75%;
  }
  .image-border {
    top: -15px;
  }
  .pf.edited-pf .stats .stat-number {
    font-size: 25px;
  }
  .pf.edited-pf .challenge-card p {
    font-size: 15px;
  }
  .perfume-dubai .pf.edited-pf .challenge-card {
    padding: 45px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .paid-growth .settings-image-edited {
    width: 500px;
  }
  .ggap-4 {
    gap: 0;
  }
  .edited-mobile-banner {
    display: block !important;
  }
  .edited-desktop-banner {
    display: none !important;
  }
  .perfume-dubai .card-card {
    width: 100%;
    height: auto;
    padding: 3rem;
    align-items: center;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .perfume-dubai .pf.edited-pf .challenge-card {
    padding: 30px 15px;
  }
  .bookBox h6 {
    font-size: 16px !important;
  }
  .bookBox p {
    font-size: 12px !important;
  }
  .clippedImg {
    height: calc(100% + 14px) !important;
  }
  .bookBox {
    padding: 6rem 1rem !important;
  }
  .perfume-dubai .card-card {
    width: 100%;
    height: 100%;
    padding: 3rem 0rem;
    align-items: center;
    background-position: center;
  }
}
/* faq part */
.faq {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2026/02/Cloud-green-1-1.webp);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  /* height: 70vh; */
}
.faq-card {
  position: absolute;
  width: 400px;
  height: 361px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.faq-card.active {
  bottom: 10%;
  z-index: 6;
  transform: rotate(0);
}
.faq-question {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem;
  position: relative;
  z-index: 1;
  background-position: center;
}
.faq-answer {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2026/02/Sticky-Note_10-2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem;
  margin-top: -2rem;
  font-size: 17px;
  width: 90%;
  position: relative;
  margin-left: 1rem;
}
.card-1 {
  bottom: -20%;
  left: 0;
  z-index: 1;
}
.card-1 .faq-question {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2026/02/Group-126.webp);
}
.card-2 {
  bottom: -30%;
  left: 15%;
  transform: rotate(-20deg);
  z-index: 2;
}
.card-2 .faq-question {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2026/02/Group-126-1.webp);
}
.card-3 {
  bottom: -10%;
  left: 30%;
  transform: rotate(10deg);
  z-index: 3;
}
.card-3 .faq-question {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2026/02/Group-126-2.webp);
}
.card-4 {
  bottom: -30%;
  left: 50%;
  transform: rotate(-20deg);
  z-index: 4;
}
.card-4 .faq-question {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2026/02/Group-126-3.webp);
}
.card-5 {
  bottom: -20%;
  right: 0;
  z-index: 5;
}
.card-5 .faq-question {
  background-image: url(https://petrikorsolutions.com/wp-content/uploads/2026/02/Group-126-4.webp);
}

/* FAQ Responsive Styles */
/* @media (min-width: 992px) {
  .faq-card {
    width: 300px;
    height: 320px;
  }
  .card-1 {
    bottom: 5%;
  }
  .card-2 {
    bottom: -5%;
  }
  .card-3 {
    bottom: 10%;
  }
  .card-4 {
    bottom: -5%;
  }
  .card-5 {
    bottom: 5%;
  }
} */

/* @media (max-width: 991px) {
  .faq {
    height: auto !important;
    background-position: center;
  }
  .faq .container {
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
  }
  .faq-card {
    position: relative !important;
    width: calc(50% - 0.75rem) !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-bottom: 0;
  }
  .faq-card:hover {
    bottom: auto !important;
    transform: none !important;
  }
} */

@media (max-width: 768px) {
  .faq-card {
    position: relative !important;
    width: 430px !important;
    height: auto !important;
    bottom: auto !important;
    /* left: auto !important; */
    right: auto !important;
    /* transform: none !important; */
    margin-bottom: 2rem;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .faq-question {
    padding: 3.5rem;
  }
  .faq-answer {
    padding: 4.5rem 2.5rem;
    width: 95%;
    margin-left: 0.5rem;
  }
  .faq {
    height: auto !important;
  }
}

@media (max-width: 479px) {
  .faq-card {
    position: relative !important;
    width: 367px !important;
    height: auto !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    margin-bottom: 2rem;
  }
  .faq-question {
    padding: 2rem;
    font-size: 14px;
  }
  .faq-answer {
    padding: 3rem;
    width: 95%;

    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .faq-card-height {
    height: 500px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .faq-card-height {
    height: auto !important;
  }
  .faq {
    height: auto !important;
  }
  .faq .playbookSection {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    position: relative !important;
  }
  .faq-card {
    position: relative !important;
    width: calc(50% - 0.75rem) !important;
    /* height: auto !important; */
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .faq-card .faq-answer {
    flex: 1;
  }
  .faq-question {
    padding: 2rem 2rem;
  }
  .faq-answer {
    padding: 2.5rem 1.5rem;
    width: 95%;
    margin-left: 0.5rem;
    background-attachment: fixed;
  }
}
