* {
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  margin: 0;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
:root {
  --black: #232323;
  --gray: #4f4f4f;
  --White: #fff;
  --green: #1bc744;
  --yellow: #ffd201;
  --laptopL: 1440px;
  --laptop: 1024px;
  --tablet: 768px;
  --mobile: 375px;
}

/* bottom-header css code [start] */
.bottom-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 155px;
  margin: 28px auto;
  background-color: var(--White);
}
/* header-links css code [start] */
.header-links a {
  text-decoration: none;
  color: black;
  font-weight: 600;
}
/* header-navigation css code [start] */
.header-navigation {
  display: flex;
  list-style-type: none;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  width: 540px;
  gap: 33px;
  padding: 0;
  position: relative;
}
.header-navigation li {
  position: relative;
  text-align: center;
}
/* header-bar css code [start] */
.header-bar {
  height: min-content;
}
.header-bar:hover a {
  transition: all 300ms ease;
}
.header-bar a:hover {
  color: var(--yellow);
}
.header-bar:hover::after {
  content: "";
  display: block;
  position: absolute;

  color: var(--yellow);
  width: 100%;
  border: 1px solid var(--yellow);
  top: 20px;
  transition-property: all;
  animation: header-bar 500ms forwards 1 ease;
}
@keyframes header-bar {
  0% {
    transform: translatey(1px);
  }
  100% {
    transform: translatey(10px) scaley(2);
  }
}
.header-bar:hover {
  transition: all 300ms ease;
  transition-delay: 8s;
}
/* header-bar css code [end] */

/* top-Elements css code [start] */
.top-Elements:hover > a {
  color: var(--yellow);
  transition: all 300ms ease;
}
.top-Elements:hover ul {
  visibility: visible;
  transition-delay: 1s;
}
/* Elements css code [start] */
.Elements {
  position: absolute;
  display: flex;
  width: max-content;
  top: 37px;
  left: -750px;
  width: 1126px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
  background-color: #fff;
  /* transition: all 0s ease; */
  list-style-type: none;
  padding: 47px 71px 17px 0px;
  z-index: 3;
  height: max-content;
  margin: 0;
  justify-content: space-between;
  align-items: stretch;
  visibility: hidden;
  transition-delay: 1s;
}
.Elements ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* element css code [start] */
.elemenet {
  border-left: 3px solid #23232314;
  padding-left: 46px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.elemenet ul li:hover {
  opacity: 0.4;
}
.elemenet-first {
  border-left: 1px solid #23232300;
}
.elemenet ul {
  display: flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  height: max-content;
  border-left: #232323;
}
.elemenet span {
  display: block;
  margin-bottom: 26px;
}
.elemenet ul li {
  padding: 7px 0px;
}
/* element css code [end] */
/* Elements css code [end] */
/* top-Elements css code [end] */
/* header-navigation css code [end] */
/* header-links css code [end] */

/* call-number css code [start] */
.call-number {
  display: flex;
  margin-top: 10px;
}
.call-number a {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.4px;
  transition: color 0.3s;
  text-decoration: none;
  color: var(--black);
}
.call-number:hover a {
  color: var(--yellow);
}
.call-number:hover .fa-phone {
  transform: scale(1.5);
  transition: all 0.3s ease;
}
.phone-icon {
  background-color: var(--yellow);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
}
.fa-phone::before {
  line-height: 48px;
}
.call-now {
  display: flex;
  flex-direction: column;
  padding-left: 17px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.4px;
  transition: color 0.3s;
}
.call-now {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.4px;
  transition: color 0.3s;
}
/* bottom-header css code [end] */

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*container all css start*/
#container {
  width: 340px;
  float: right;
  margin-right: 180px;

  margin-top: 20px;
}
/*container all css end*/
/*top items css start*/
.top-items {
  margin: 0 auto;
  margin-bottom: 30px;
}
.searchbox-yellow input {
  padding: 6px 80px 6px 12px;
  background-color: #fff;
  border: 1px solid #e5e7e8;
  outline: none;
  background-color: #f0f0f0;
  transition: 0.5s;
}
.searchbox-yellow {
  padding-bottom: 30px;
  border-bottom: 3.5px solid rgb(255, 217, 0);
}
.searchbox-yellow input:hover {
  border: 1.4px solid rgb(255, 217, 0);
  background-color: rgb(255, 255, 255);
}
.searchbox-yellow span {
  color: #fff;
  background-color: rgb(255, 217, 0);
  padding: 11.3px;
  margin-left: -4px;
  cursor: pointer;
  transition: 0.4s;
}
.searchbox-yellow span:hover {
  color: #222222;
}
.CATEGORIES {
  margin-top: 40px;
}
.CATEGORIES h5 {
  font-weight: 700;
  margin-bottom: 25px;
}
.CATEGORIES p {
  font-size: 12.4px;
  font-weight: 650;
  background-color: rgb(238, 238, 238);
  padding: 15px 21px 15px 11px;
  margin-bottom: 3px;
  transition: 0.3s;
}
.CATEGORIES p:hover {
  color: #fff;
  background-color: rgb(255, 217, 0);
}
.CATEGORIES {
  border-bottom: 3.5px solid rgb(255, 217, 0);
}
.CATEGORIES p:nth-child(6) {
  margin-bottom: 30px;
}
.CATEGORIES p:nth-child(3) {
  color: #fff;
  background-color: rgb(255, 217, 0);
}
/*top items css end*/
/*bottom items css start*/
.Dalmar-Johnson p {
  color: rgb(119, 119, 119);
  background: #eeeff2;
  padding: 25px 30px 60px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
}
.Dalmar-Johnson::after {
  content: "";
  bottom: -14px;
  position: absolute;
  left: 65px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 0;
  border-color: #eeeff2 transparent transparent;
}
.Dalmar-Johnson {
  position: relative;
  margin-bottom: 35px;
}
.Dalmar-Johnson::before {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 100px;
  line-height: 39px;
  content: "،،" !important;
  transform: translate3d(0, 0, 0);
  color: rgb(255, 217, 0);
}
.Johnson-PROPHILE {
  margin-bottom: 43px;
}
.Johnson-PROPHILE img {
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.Johnson-PROPHILE H5 {
  font-size: 16px;
  font-weight: 550;
}
.Johnson-PROPHILE p {
  font-size: 11px;
  margin-top: -5px;
  font-weight: 500;
  color: gray;
}
.download-btn span {
  color: #ffffff;
  padding-right: 20px;
  border-right: 3px #fff solid;
  font-size: 20px;
}
.download-btn {
  background-color: rgb(255, 217, 0);
  padding: 11px 60px 3px 16px;
  border-radius: 6px;
  margin-bottom: 40px;
  transition: 0.3s;
  cursor: pointer;
  border: 2px solid rgb(255, 217, 0);
}
.download-btn:hover {
  border: 2px solid #222222;
}
.download-btn h6 {
  font-size: 14px;
  font-weight: 700;
  padding-left: 50px;
  display: inline-block;
  color: #fff;
  transition: 0.3s;
}
.download-btn:hover h6 {
  color: rgb(0, 0, 0);
}
.list-design-part:nth-child(1) {
  border-top: 3px solid #222222;
  padding-top: 40px;
}
.list-design-part img {
  float: left;
  margin-right: 20px;
}
.list-design-part p {
  font-size: 13px;
  font-weight: 500;
  color: rgb(245, 208, 0);
}
.list-design-part h6 {
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
}
.list-design-part {
  border-top: 1px solid rgb(199, 199, 199);
  padding-top: 20px;
  padding-bottom: 20px;
}
.list-design-part:hover h6 {
  color: rgb(245, 208, 0);
}
/*bottom items css end*/
/*SECTION fourteen:Footer CSS [START]*/
.SECTION-footer {
  display: block;
  width: 100%;
}

.ALL-CONTAINER-FOOTER {
  width: 1300px;
  margin: 0 auto;
}

.Container-footer-items {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  justify-content: space-around;
  flex-direction: row;
  align-items: flex-start;
}

.footer-items {
  /* width: 300px;
  margin: 0 auto;
  margin-bottom: 40px; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  gap: 14px;
}

.footer-items:first-of-type {
  width: 350px;
}
.Footer-bottom-item {
  /* margin-left: 41px; */
  opacity: 0.7;
}
.Footer-bottom-item ul li {
  color: rgb(248, 205, 11);
  /* margin-left: -20px; */
  padding: 3px 0;
}

.Footer-bottom-item a:hover {
  color: rgb(248, 205, 11);
}

.Footer-top-item img {
  cursor: pointer;
}

.Footer-bottom-item .ID {
  cursor: pointer;
  font-size: 16px;
}
.Footer-bottom-item p {
  padding: 11px 0;
}

.Footer-top-item {
  margin-bottom: 30px;
}

.bottom-text-footer {
  /* margin: 0 auto; */
  margin: 39px 0;
}

.bottom-text-footer p {
  font-size: 13.8px;
  opacity: 0.7;
}

.bottom-text-footer span:hover {
  text-decoration: underline;
  cursor: pointer;
}

.footer-items:nth-child(2) {
  width: 150px;
}

.Footer-bottom-item span {
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-color: rgb(248, 205, 11);
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.Footer-bottom-item span:nth-child(4) {
  font-family: poppins;
  font-weight: 700;
  transition: all 0.3s;
}

.Footer-bottom-item span:nth-child(4):hover {
  color: rgb(248, 205, 11);
  background-color: rgb(0, 0, 0);
}

.Footer-bottom-item span:hover {
  color: rgb(248, 205, 11);
  background-color: rgb(0, 0, 0);
}
/*SECTION:Footer CSS [END]*/
@media (max-width: 1200px) {
  .container-aboutus {
    gap: 0;
  }
}
@media (max-width: 1000px) {
  .pic-aboutus img {
    width: 333px;
  }
}
@media (max-width: 800px) {
  .container-aboutus {
    flex-direction: column;
  }
  .pic-aboutus img {
    visibility: hidden;
  }
}

/*General Post CSS START*/
a {
  color: #222;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  transition: all ease 0.4s;
}

body {
  font-family: "Poppins";
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  line-height: 1.5em;
}

.container {
  width: 756px;
  margin: 0 auto;
}

div {
  display: block;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}
/*General Post CSS END*/

/* Section head Start */
.stm_post_details ul li:first-child {
  margin: 0;
}

.stm_post_details ul li {
  color: #fff;
  text-transform: none;
  font-weight: 400;
}

.stm_post_details ul li {
  float: left;
  margin: 0 0 0 20px;
  font-size: 13px;
}

.stm_post_details .comments_num {
  font-weight: 400;
  margin-top: 0;
  font-size: 13px;
}

.stm_post_details .comments_num {
  text-transform: uppercase;
  padding-left: 15px;
  margin: -3px 0 0 auto;
  text-align: right;
}

.stm_post_details i {
  font-size: 18px;
}

.stm_single_post_style_24 .stm_post_details {
  padding: 11px 15px 9px;
}

.stm_post_details {
  padding: 15px 30px;
  margin: 0;
  border: 0;
}

.wtc {
  color: #fff !important;
}

.stm_post_details {
  width: 100%;
  display: flex;
  position: relative;
  border-top: 1px solid #ccc;
  padding: 17px 0 0;
  margin: 0 0 14px;
  background-color: #ffd201;
  margin-bottom: 0%;
}

/*.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* Section head END */

/* Section text Start */
.stm_single_post_style_24 .stm_author_box__content {
  line-height: 24px;
}

.stm_author_box__content {
  overflow: hidden;
  line-height: 20px;
}

body .stm_mgb_20 {
  margin-bottom: 20px;
}

.container .vc_container {
  width: 100%;
}

.vc_column_container {
  padding-left: 0;
  padding-right: 0;
}

.text-left {
  text-align: left;
}

.h3,
h3 {
  font-family: "Poppins";
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.wpb_wrapperfirst {
  float: left;
}

.wpb_wrappersecend {
  float: right;
}
/* Section text End */

/* Section BTN Start */
.stm_single_post_style_24 .stm_post_panel .stm_single_post__tags a {
  font-size: 13px;
  background-color: #f5f5f5;
  padding: 10px 22px;
  border-radius: 20px;
  display: inline-block;
  line-height: 20px;
  font-weight: 700;
}

.stm_flex {
  margin-top: 20px;
  margin-bottom: 20px;
}

.stm_single_post_style_24
  .stm_post_panel
  .stm_single_post__tags
  a:not(:last-child) {
  margin-right: 10px;
}

.stm_single_post_style_24 .stm_post_panel .stm_single_post__tags a:hover {
  color: #fff !important;
  background-color: #ffd201;
}

.stm_flex_justify_space_between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stm_flex {
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stm_share {
  margin-bottom: 7px;
}

.icon-box > img {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.stm_share a {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.stm_share img:hover {
  background-color: #bbb;
  color: #fff;
  border-radius: 4px;
  opacity: 1;
}
/* Section BTN End */

/* Section box Start */
.stm_single_post_style_24 .stm_author_box__name {
  margin: -4px 0 3px;
  color: inherit;
  text-transform: none;
  font-size: 14px;
}

.stm_author_box__name {
  font-size: 11px;
  text-transform: uppercase;
  color: #aaa;
  margin: 0 0 10px;
}

.stm_single_post_style_24 .stm_author_box__content {
  line-height: 24px;
}

.stm_author_box__content {
  overflow: hidden;
  line-height: 20px;
}

.stm_author_box {
  position: relative;
  padding: 20px;
  background: #f6f6f6;
}

.stm_author_box__avatar {
  float: left;
  width: 87px;
  margin: 0 27px 0 0;
}

body .stm_mgb_50 {
  margin-bottom: 50px;
}

img {
  max-width: 100%;
  height: auto;
  transform: translateZ(0);
  vertical-align: middle;
  border: 0;
}
/* Section box End */
