/*
Theme Name: Tom Products
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: Hello Tamizha
Author URI: https://hellotamizha.com/
Description: This theme is created for Tom Products private company at 2024.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 6.0
Tested up to: 6.5.5
Requires PHP: 8.1.29
License: The Standard License grants a worldwide license to use the theme and its related plugins and graphics, for a personal usage or to create a single end-user product.
License URI: 
Text Domain: tomproducts
*/

:root {
  --text-color: #ebebeb;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
  background-color: #000000;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {

  color: #fff;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}


/* 2. Theme Specific CSS */

/* General */

:root {
  /* Measurements */
  --tp-big-padding: 60px 0;
  --tp-mobile-padding: 20px 0;
  --tp-light-padding: 0 25px;
  /* Colors */
  --tp-gray1: #7C7C7C;
  --tp-gray2: #F7F7F7;
  --tp-gray3: #DDDDDD;
  --tp-light-blue: #2A92D3;
  --tp-deep-blue: #111;
  --tp-black-blue: #001E32;
  --tp-yellow: #CFAF07;
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  font: normal, 21px/2.1rem, 'Poppins', sans-serif;
}

h1 {
  font-size: 42px;
  line-height: 70px;
  margin: 0;
}

h2 {
  font-size: 56px;
  line-height: 4.0rem;
  font-weight: bold;
}

h3 {
  font-size: 36px;
  line-height: 3.6rem;
  font-weight: bold;
}

h4 {
  font-size: 28px;
  line-height: 2.8rem;
  font-weight: bold;
}

h5 {
  font-size: 22px;
  line-height: 2.2rem;
  font-weight: bold;
}

p {
  font-size: 15px;
  line-height: 1.7rem;
}

a {
  color: var(--tp-gray1);
  text-decoration: none;
}

a:hover,
a:visited {
  color: #6d6d6d;
}

img {
  max-width: 100%;
  height: auto;
}

/* Containers */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 575px) {
  .container {
    padding: var(--tp-light-padding);
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding-right: 15px;
    padding-left: 15px;
  }
}


@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/************** HOME PAGE *****************/

/* Top Bar Section */
.top-bar {
  background: #ffffff;
  color: #000000;
  padding: 15px 0;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.searchbox input[type="text"] {
  padding: 7px 10px;
  border: 1px solid #C6C6C6;
}

.searchbox input[type="submit"] {
  padding: 9px 10px;
  background: #000000;
  color: #FFFFFF;
  border: none;
}

@media (max-width: 768px) {
  .searchbox {
    display: none;
  }

  .top-bar .container {
    justify-content: center;
  }
}

/* Main Menu */

.menu-area {
  background: none;
  /*(--tp-gray2);*/
}

.main-menu {
  height: 55px;
  display: flex;
  justify-content: center;
}

.main-menu ul {
  margin: 0;
  padding-left: 0;
}

.main-menu ul li {
  display: inline-block;
  line-height: 55px;
  position: relative;
}

.main-menu ul li.current_page_item>a {
  font-weight: bold;
}

.main-menu ul li a {
  color: #111;
  padding: 0 16px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}

.main-menu ul li a:hover,
.main-menu ul li a:active {
  color: #555;
  /*var(--tp-gray1);*/
  transition: .5s all;
}

.main-menu ul li a:focus+ul {
  display: block;
}

.main-menu li.menu-item-has-children::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 6px);
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000000;
  border-left: 6px solid transparent;
}

.main-menu ul.sub-menu {
  position: absolute;
  padding-left: 0;
  background-color: #000000;
  z-index: 1;
  text-align: left;
  display: none;
}

.main-menu ul .menu-item-has-children:hover>ul,
.main-menu ul .menu-item-has-children:focus+ul {
  display: block
}

.main-menu ul.sub-menu li {
  width: max-content;
}

.main-menu ul.sub-menu a {
  color: #FFFFFF;
}

.menu-icon,
.check-button {
  cursor: pointer;
  display: none;
}

.menu-icon .bar1,
.menu-icon .bar2,
.menu-icon .bar3 {
  width: 28px;
  height: 3px;
  background-color: #111;
  margin: 5px 0;
  transition: 0.4s;
}

@media (max-width: 991px) {

  .menu-icon,
  .check-button {
    display: block;
  }

  .check-button {
    border: none;
    background: transparent;
    height: 55px;
  }

  .main-menu ul {
    position: absolute;
    width: 100%;
    background: #000000;
    left: -999px;
    text-align: left;
    transition: all cubic-bezier(.79, .14, .15, .86) .5s;
    padding: 0;
    margin: 0;
    z-index: 1;
  }

  .main-menu ul:not(.sub-menu) {
    margin-top: 55px;
  }

  .main-menu ul li {
    display: block;
    margin: 15px 0;
    line-height: 30px;
  }

  .main-menu ul li a {
    color: #FFFFFF;
  }

  .main-menu ul.sub-menu {
    position: relative;
    top: 0;
    margin-left: 30px;
    display: block;
    width: auto;
  }

  .main-menu ul.sub-menu a {
    color: var(--tp-gray1);
  }

  .show-dropdown {
    left: 0 !important;
  }

  .animate-button .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
  }

  .animate-button .bar2 {
    opacity: 0;
  }

  .animate-button .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
  }
}

/* Hero */
.hero {
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
  text-align: center;
}

.hero-items {
  padding: var(--tp-light-padding);
}

.hero .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  width: 70%;
}

.hero .hero-items h1 {
  margin-top: 0;
  font-weight: normal;

}



.special-btn {
  color: #111;
  padding: 15px 25px;
  display: inline-block;
  background: #fff;
  transition: .5s all;
}

.special-btn:hover {
  color: #fff;
  background: var(--tp-yellow);
}

#menu-item-48 {
  background-color: #fff !important;
}

.menu-item-48 a {
  background-color: #111;
  padding: 10px 15px !important;
  transition: .5s all;
}

.menu-item-48 a:hover {
  background: var(--tp-yellow);
}

/* Services */
.services {
  background: var(--tp-deep-blue);
  padding: var(--tp-big-padding);
  color: #ffffff;
}

.services .container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.services .container>* {
  flex: 1 1 250px;
}

.services-item {
  padding: var(--tp-light-padding);
}

.services-item p {
  margin-bottom: 40px;
}

.services-item figure {
  background: var(--tp-black-blue);
  padding: 15px;
}

.services h2 {
  text-align: center;
  position: relative;
}

.services h2::after {
  content: '';
  position: absolute;
  background-color: var(--tp-light-blue);
  width: 35px;
  height: 5px;
  right: calc(50% - 15px);
  bottom: 0;
}

.services h4 {
  margin: 0;
}

@media (max-width: 768px) {
  .services .container {
    flex-direction: column;
    padding: 0;
  }

  .services-item {
    max-width: 100%;
  }
}

/* Home Blog */
.home .home-blog {
  padding: var(--tp-big-padding);
}

.home-blog .container article:first-child {
  grid-area: feat-item;
}

.home-blog .container {
  display: grid;
  grid-template-areas: 'feat-item feat-item';
  grid-gap: 25px;
}

.home .home-blog h2 {
  text-align: center;
  position: relative;
}

.home .home-blog h2::after {
  content: '';
  position: absolute;
  background-color: var(--tp-light-blue);
  width: 35px;
  height: 5px;
  right: calc(50% - 15px);
  bottom: 0;
}

.home .home-blog .latest-news {
  text-align: center;
}

.home .home-blog .col-12 .latest-news {
  margin-bottom: 40px;
}

.home .home-blog .latest-news img {
  float: none !important;
  margin: 0 0 25px 0 !important;
}

.home .home-blog .latest-news h3 {
  color: #000000;
  margin: 0;
  line-height: 2.6rem;
}

.home .home-blog .meta-info p {
  font-weight: bold;
  margin-bottom: 0;
}

.home .home-blog .meta-info p:last-child {
  margin-top: 5px;
}

.home .home-blog span,
.home .home-blog span a {
  color: var(--tp-gray1);
  font-weight: normal;
  text-decoration: none;
  margin: 0 2px 0 0;
}

@media (max-width: 768px) {
  .home-blog .container {
    display: block;
  }
}

/* Footer */
footer {
  padding: 50px 0 0;
  color: #111;
  background-color: #fff;
}

footer .container .row {
  align-items: center;
}

/* Footer - Footer Menu */
.site-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-footer .copyright p {
  margin: 0;
}

.footer-logo {
  width: 250px;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu ul li {
  display: inline;
  margin: 0 15px 0 0;
}

.footer-menu ul li:last-child {
  margin: 0;
}

.footer-menu ul li a {
  text-decoration: none;
  color: #FFFFFF;
}

.footer-menu ul li.current_page_item a {
  font-weight: bold;
}

@media (max-width: 768px) {
  .site-footer .container {
    justify-content: safe;
  }
}

@media (max-width: 575px) {
  .site-footer .container {
    flex-wrap: wrap;
  }
}

/************** INNER PAGES *****************/

/* Blog, Archive, Search */
.blog main .container,
.archive main .container {
  display: flex;
}

.blog .blog-items,
.archive .archive-items {
  padding: 0 15px 0 0;
  flex: 1;
}

.blog .blog-items h2,
.archive .blog-items h2 {
  margin-top: 0;
}

.blog article {
  margin-bottom: 20px;
}

.blog aside,
.archive aside {
  padding: 25px;
  background: var(--tp-gray2);
  height: 100%;
  width: 30%;
}

@media screen and (max-width: 991px) {

  .blog aside,
  .archive aside,
  .blog .blog-items,
  .archive .archive-items {
    min-width: 100%;
  }
}

.blog h1,
.archive h1 {
  text-align: center;
  margin-top: 0;
}

.archive-description {
  text-align: center;
  max-width: 50%;
  margin: 0 auto 30px auto;
}

.archive-description p {
  font-size: 85%;
}

.home #primary>#main {
  padding: 0;
}

#primary>#main {
  padding: var(--tp-big-padding);
}

@media screen and (max-width: 991px) {
  #primary>#main {
    padding: var(--tp-mobile-padding);
  }
}

.meta-info p {
  margin: 0;
}

.wp-post-image {
  float: left;
  margin: 0 15px 10px 0;
}

@media screen and (max-width: 550px) {
  .wp-post-image {
    width: 100%;
  }
}

article {
  display: inline-block;
  width: 100%;
}

article.post h1,
.search h1,
.archive h1 {
  font-size: 50px;
  line-height: 4.0rem;
  margin-bottom: 15px;
}

article.post h2 {
  line-height: 3rem;
  text-transform: none;
}

article h2 {
  line-height: 3rem;
  margin-bottom: 10px;
  text-transform: none;
}

article.post h3,
article.post h4,
article.post h5 {
  margin-bottom: 0;
}

.searchform input[type="text"] {
  padding: 7px 10px;
  border: 1px solid #C6C6C6;
}

.searchform input[type="submit"] {
  padding: 11px 10px;
  background: #000000;
  color: #FFFFFF;
  border: none;
}

.searchform div {
  display: flex;
}

.searchform input[type=text] {
  max-width: 70%;
}

.searchform input[type=submit] {
  max-width: 70%;
}

@media (max-width: 991px) {

  .blog .container,
  .archive .container {
    flex-wrap: wrap;
  }
}

/* Comments */
#commentform input[type="submit"] {
  color: #FFFFFF;
  padding: 15px 25px;
  display: inline-block;
  background: var(--tp-light-blue);
  margin: 20px 0 0;
  border: none;
}

#commentform input[type="submit"]:hover {
  background: var(--tp-yellow);
  transition: .5s all;
}

#commentform label {
  display: block;
}

#commentform label[for="wp-comment-cookies-consent"] {
  display: inline;
  margin-left: 5px;
}

#commentform input[type="text"],
#commentform textarea {
  padding: 7px 10px;
  border: 1px solid #C6C6C6;
  width: 100%;
}

.comments-area #reply-title {
  border-top: 1px solid #ebebeb;
  padding: 20px 0 0;
}

/* Pagination */
.tp-pagination {
  display: flex;
  justify-content: space-between;
}

.pages {
  margin-top: 20px;
}

.nav-links {
  margin-top: 40px;
}

.nav-links .page-numbers {
  padding: 10px 15px;
  display: inline-block;
  background: var(--tp-gray3);
}

.nav-links .current {
  background-color: #000000;
  color: #ffffff;
}

.nav-links .next,
.nav-links .prev {
  background-color: transparent;
}

.nav-links .prev {
  padding-left: 0;
}


/* Theme CSS */
.wrapper {}

.container {
  width: 1370px;
  margin: 0 auto;
}

.nav-bar-wrapper {
  background-color: #fff;
  padding: 10px 0;
}

.nav-bar {
  display: flex;
  justify-content: space-between;
}

.logo-img {
  height: 50px;
  width: auto;
}

.logo-link {
  display: block;
}


.btn {
  display: block;
  color: var(--text-color);
  padding: 10px 20px;
}

.btn-fill {
  background-color: var(--text-color);
}

.btn-outline {
  border: 1px solid var(--text-color);
  color: var(--text-color);
}

.top-info-bar {
  padding: 20px 0;
}

.top-infobar-inwrap {
  color: var(--text-color);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.min-contact {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  flex-direction: row;
}

.soc_link {
  margin: 0 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.text-center {
  text-align: center;
}

/* Hero Section */
.hero {
  background-image: url(http://tomproducts.local/wp-content/uploads/2024/07/Bg-img-scaled.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  align-items: center;
  display: flex;
}

.header-overlay {}

.highlight-container {
  display: flex;
  justify-content: space-around;
  margin: -25px 0 0 0;
  flex-wrap: wrap;
  gap: .5rem;
}

.highlight {
  background-color: #ebebeb;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0, 0, 0);
  display: flex;
  padding: 10px;
  flex-basis: 150px;
  flex-grow: 1;
}

.highlight-icon {
  background-color: #000000;
  font-size: 50px;
  color: var(--text-color);
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.highlight-des {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
}


.highlight-count {
  font-size: 2rem;
  font-weight: 800;
}

.highlight-text {
  font-size: 1rem;
  margin: 0;
  color: #111;
}

.about-us-description {
  color: var(--text-color);
}

/*about-us*/
.about-us {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 100px 0 60px;
}

.about-us h2 {
  margin: 0 0 10px 0;
}

.aboutus-image-holder {}

.aboutus-image {
  flex-shrink: 0;
}

.about-us-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  align-self: stretch;

}

.about-us-description p {
  font-size: 1.1rem;
}

.first-para::first-letter {
  float: left;
  font-size: 56px;
  line-height: 50px;
  padding: 10px 5px 0 0;
  color: rgb(255, 255, 255);
}

/* our services */
.our-services {
  background-color: #FCAE1B;
  padding: 30px 0 60px;
}

.services-title {
  color: #fff;
  margin: 30px 0;
}

.services-des {
  font-size: 1.1rem;
  color: #fff;
  margin: 0 0 30px;
  padding: 0 80px;
}

.services-container {
  display: flex;
  flex-basis: 300px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 40px;
  align-self: stretch;
  flex-wrap: wrap;
}

.service,
.product {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}

.service figure,
.product figure {
  margin: 0;
}

.service figcaption,
.product figcaption {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 800;
  margin: 10px;
}

/* Our Laatestt Projects */
.latest-projects {
  padding: 30px 0 60px;
}

.latest-proj-title {
  color: var(--text-color);
  margin: 30px 0;
}

.latest-projects .posts {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.latest-projects .post {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-basis: 400px;
}

.latest-projects .post-img {
  border-radius: 10px;
  border: 15px solid #FFF;
}

.latest-projects .post-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color);
  margin: 0;
  line-height: 100%;
}

.latest-projects .post-des {
  margin: 0;
  color: var(--text-color);
  text-align: center;
  font-family: "Roboto Serif";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.latest-projects .post-link {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #D8A353;
  color: #fff;
}

/* Testimonial */

.testimonials {
  background-color: #fff;
  padding: 30px 0 60px;
}

.testimonials h2 {
  color: #111;
}

.testi-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.testi-title {
  margin: 30px 0 30px;
}

.testimonial-wrapper {
  display: flex;
  padding: 40px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 280px;
  border-radius: 10px;
  border: 2px solid #D8A353;
  /* Soft Shadow */
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
}

.client-photo {
  width: 100px;
  height: 100px;
  border-radius: 121px;
}

.client-name {
  color: #D8A353;
  text-align: center;
  font-family: "Roboto Serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 31.2px */
}

.client-testimonial {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

/* contact us */
.home-contact-us {
  padding: 50px 0;
}

.home-contact-form {
  padding: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
}

/*footer*/
.footer-top h4,
.footer-top li {
  color: #111 !important;
}

footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  font-family: 'Poppins', sans-serif;
}

footer h4 {
  font-size: 1rem;
}

.footer-top {
  background-color: #fff;
  padding: 0 0 50px 0;
}

.footer-top-sec-con {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

.footer-top-sec-con h4 {
  margin: 0;
}

.footer-top .sec1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.social-media-links {
  display: flex;
  gap: 10px;
}

.social-img {
  width: 40px;
}

.footer-top .sec2 {
  display: flex;
  gap: 60px;
}

.footer-top .sec3 {}

.footer-bottom {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
}

.link-container p {
  padding: 0;
  margin: 0;
  color: #111;
  line-height: 160%;
  font-size: 1rem;
}

.link-container ul {
  padding: 0 0 0 15px;
  margin: 0;
}

.link-container ul li {
  line-height: 160%;
  font-size: 1rem;
}

.nostyle {
  padding: 0 !important;
}

.nostyle li {
  list-style: none !important;
}

@media (max-width: 768px) {
  .top-info-bar {
    background-color: #D8A353;
    padding: 10px 0;
  }

  .top-infobar-inwrap {
    flex-direction: column;
  }

  .min-contact {
    flex-direction: column;
  }

  .min-address,
  .min-socialmedia {
    display: none;
  }

  .min-email {
    text-align: center;
    font-size: 1rem;
    padding: 0 !important;
  }

  .overlay {
    width: 100% !important;
  }

  .hero .hero-items {
    text-align: center;
  }

  .highlight-container {
    margin: 25px 0 0 0;
  }

  .services-des {
    padding: 0;
  }

  .sec1 {
    width: 100% !important;
  }

  .sec2 {
    flex-direction: column;
  }

  .footer-bottom-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

@media (max-width: 991px) {}

@media (max-width: 1200px) {
  .main-menu ul li a {
    padding: 0 8px;
  }

  .about-us {
    flex-direction: column;
  }

  .about-us-description h2 {
    align-self: center;
  }

  .about-us-description .btn {
    align-self: center;
  }

  .footer-top-sec-con {
    /* flex-direction: column; */
    flex-wrap: wrap;
  }

  .sec1 {
    width: 50%;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

}

@media (min-width: 991px) {
  #menu-item-48 {
    display: inline-block;
    background-color: #111;
    line-height: 1.5rem;
  }

  #menu-item-48 a {
    color: #fff !important;
    padding: 5px;
  }
}

/* wordpress default */
.wp-block-heading {
  color: var(--text-color);
}

p {
  color: var(--text-color);
}

.page-content {
  padding: 0 0 30px;
}

.page-banner {
  padding: 50px 0;
  margin: 0 0 30px;
  background: url(img/default-page-banner-image-small.jpg) no-repeat bottom right #1A113E;
  /* min-height: 300px; */
}

.products-container,
.projects-container {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.project,
.product {
  width: 100%;
}

/* Single.php */
.page-container {
  padding: 20px 0;
}

.page-container h1 {
  font-size: 2rem;
  line-height: normal;
}

.page-container h2 {
  font-size: 1.7rem;
  line-height: normal;
  margin-top: 10px;
}

.page-container h3 {
  font-size: 1.3rem;
  line-height: normal;
  margin-top: 0;
}

ul,
li {
  color: #fff;
}

/* Contact Page */
.contact-form {
  padding: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
}

.contact-map {
  /* width: 100%; */
  padding: 0 0 50px;
}

.contact-divition {
  min-width: 50%;
}

.contact-details a,
.contact-details p {
  font-size: 1.5rem;
}

.contact-details p {
  line-height: 2.0rem;
}

.contact-details h3 {
  line-height: 2rem;
  margin: 1rem 0;
}

.contact-details address {
  font-style: normal;
}

.contact-details {
  margin: 0 0 2.3rem;
  padding: 0 0 0 100px;
}

.contact-form .contact-form-label {
  font-size: 1.2rem;
}

.contact-form input[type=submit] {
  padding: 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  padding: 7px;
}

/* Product Page */
/* Default Table Style */

.product-title {
  margin-bottom: 10px;
}

table {
  max-width: 960px;
  margin: 0 0 50px 0;
}

caption {
  font-size: 1.6em;
  font-weight: 400;
  padding: 10px 0;
}

thead th {
  font-weight: 400;
  background: #8a97a0;
  color: #FFF;
}

tr {
  background: #f4f7f8;
  border-bottom: 1px solid #FFF;
  margin-bottom: 5px;
}

tr:nth-child(even) {
  background: #e8eeef;
}

th,
td {
  text-align: left;
  padding: 20px;
  font-weight: 300;
}

tfoot tr {
  background: none;
}

tfoot td {
  padding: 10px 2px;
  font-size: 0.8em;
  font-style: italic;
  color: #8a97a0;
}

/* List Style */

.sf-list {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.sf-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  margin-bottom: 15px;
}

.sf-list li:before {
  content: "\2794";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-color: #46A787;
  color: #fff;
  font-size: 20px;
}

ol.sf-list {
  counter-reset: item;
}

ol.sf-list li:before {
  content: counters(item, ".");
  counter-increment: item;
}

@media (max-width: 576px) {

  .project,
  .product {
    width: 100%;
  }

  .page-container h1 {
    font-size: 1.5rem;
  }
}

@media (min-width: 576px) {

  .project,
  .product {
    width: 48%;
  }


}

@media (min-width: 768px) {

  .project,
  .product {
    width: 30%;
  }
}

@media (min-width: 992px) {

  .project,
  .product {
    width: 30%;
  }
}

@media (min-width: 1200px) {

  .project,
  .product {
    width: 30%;
  }
}