@charset "UTF-8";
/*
Theme Name: Constimes WordPress Theme
Design by: techsometimes
Developed by: A N Abdullah Al Numan
Version: 1.0
License: 
Tags: 
*/
/*================================================
[  Table of contents  ]
================================================

    1 Theme Default

    2 Top Bar

    3 Menu Bar

    4 Banner

    5 About Us

    6 Services

    7 Work Gallery

    8 Counter Section 

    9 Common Faq’s

    10 Our Simple Step

    11 Clients Review

    12 Get In Touch

    13 Latest News

    14 Who We Are

    15 Company Benefits

    16 Our Team

    17 Talk To Us

    18 FAQ Section 

    19 Team Details

    20 Service Details 

    21 Project Details 

    22 Contact Us

    23 Blog Post

    24 Blog Post Details

    25 Info Footer

    26 Footer Main

======================================
[ End table content ]
======================================*/

/* =================
    Root Color 
=================*/
:root {
  --color-white: #ffffff;
  --color-white2: #f8f8f8;
  --color-black: #15222c;
  --color-blue2: #0f3567;
  --color-blue3: #274975;
  --color-gBlack: #616670;
  --color-gBlack2: #333f4d;
  --color-border: #e3e3e3;
  --color-orange: #d38e25;
  --color-orange2: #ffba08;
  --color-green: #2d947a;
  --color-tr: transparent;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/*====================
   Default
======================*/
*,
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
img,
q,
small,
strong,
sub,
sup,
tt,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
menu,
nav,
section,
mark,
audio,
video,
::before,
::after {
  margin: 0;
  padding: 0;
  border: 0;
}

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

ul,li{
  list-style: none;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

del {
  text-decoration: line-through;
}

table {
  width: 100%;
  max-width: 100%;
}

table th {
  vertical-align: top;
}

pre {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
}

textarea {
  resize: initial;
}

b,
strong {
  font-weight: 700;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
.uneditable-input,
select,
textarea {
  border-radius: 0;
  font-size: 14px;
  min-width: auto;
  letter-spacing: 1.4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  height: 50px;
  padding: 0px 20px;
  vertical-align: middle;
}

input:focus,
.uneditable-input:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25);
}

input[type=submit] {
  padding: 13px 15px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
  border: none;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

/*=====================
    1 Theme Default
=======================*/
.row,
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.875rem;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.5px;
  word-spacing: 0px;
  word-wrap: break-word;
  background: var(--color-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", sans-serif;
  color: var(--color-black);
}

h1 {
  font-size: 54px;
  line-height: 66px;
}

h2 {
  font-size: 48px;
  line-height: 60px;
}

h3 {
  font-size: 32px;
  line-height: 44px;
}

h4 {
  font-size: 24px;
  line-height: 36px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 26px;
  color: var(--color-gBlack);
}

.color-orange {
  color: var(--color-orange);
}

a,
button,
.btn {
  outline: none;
  cursor: pointer;
  color: var(--color-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover,
button:hover,
.btn:hover {
  color: var(--color-orange);
  outline: none;
}

a {
  text-decoration: none;
}
a:hover {
  color: var(--color-orange);
  text-decoration: none;
}

.btn,
.btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25);
}

input,
.uneditable-input,
select,
textarea {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

 section section,
 .blog-post,
 .blog-post-details,
 .page-404 {
  padding: 50px 0px;
} 

/*=====================
    2 Top Bar
=======================*/
.top-bar {
  padding: 15px 0px;
}
.top-bar .my-icon ~ p {
  display: inline-block;
  margin-left: 10px;
}
.top-bar .info-link ul,
.top-bar .social-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-bar .info-link ul,
.top-bar .social-link ul {
  gap: 12px;
}
.top-bar .info-link ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-bar .info-link li:nth-child(3),
.top-bar .social-link {
  display: none;
}
.top-bar .social-link ul {
  gap: 25px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.top-bar .social-link li p {
  font-size: 14px;
}
.top-bar .social-link a {
  font-size: 15px;
}
.top-bar.v1 {
  background: var(--color-black);
}
.top-bar.v1 .info-link .my-icon {
  color: var(--color-orange);
}
.top-bar.v1 p,
.top-bar.v1 p a {
  color: var(--color-white);
}
.top-bar.v1 p a:hover {
  color: var(--color-orange);
}
.top-bar.v1 .social-link li p {
  color: var(--color-white);
}
.top-bar.v1 .social-link a {
  color: var(--color-white);
}
.top-bar.v1 .social-link a:hover {
  color: var(--color-orange);
}
.top-bar.v2, .top-bar.v3 {
  background: var(--color-white2);
}
.top-bar.v2 p,
.top-bar.v2 p a,
.top-bar.v2 .social-link a, .top-bar.v3 p,
.top-bar.v3 p a,
.top-bar.v3 .social-link a {
  color: var(--color-gBlack);
}
.top-bar.v2 .info-link .my-icon,
.top-bar.v2 p a:hover,
.top-bar.v2 .social-link a:hover {
  color: var(--color-orange);
}
.top-bar.v3 .info-link .my-icon,
.top-bar.v3 p a:hover,
.top-bar.v3 .social-link a:hover {
  color: var(--color-green);
}

/*=====================
    3 Menu Bar
=======================*/
.menu-bar {
  padding: 20px 0px;
  background: var(--color-white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu-bar.sticky-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-box-shadow: 4px 0 20px 10px hsla(0, 0%, 54%, 0.34);
          box-shadow: 4px 0 20px 10px hsla(0, 0%, 54%, 0.34);
}
.menu-bar .menu-bar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-bar .menu-logo a {
  display: inline-block;
  max-width: 150px;
}
.menu-bar .menu-logo img {
  width: 100%;
}
.menu-bar .main-menu, .menu-bar.v1 .right-btn {
  display: none;
}
.menu-bar .main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-bar .main-menu ul a {
  display: block;
  padding: 30px 0px;
  font-weight: 500;
  font-size: 16px;
}
.menu-bar .has-dropdown > a::after {
   content: "\e902";
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(100% - 5px);
  margin-left: 5px;
}

.menu-bar .main-menu ul .menu-item.active> a,
.menu-bar .main-menu ul .current_page_parent> a,
.menu-bar .main-menu ul .current-menu-parent> a,
.menu-bar .main-menu ul .current_page_item> a,
.menu-bar.v2 .main-menu ul .menu-item.active> a,
.menu-bar.v2 .main-menu ul .current_page_parent> a,
.menu-bar.v2 .main-menu ul .current-menu-parent> a,
.menu-bar.v2 .main-menu ul .current_page_item> a,
.menu-bar.v3 .main-menu ul .menu-item.active> a{
  color: var(--color-orange);
}

.menu-bar.v3 .main-menu ul .menu-item.active> a,
.menu-bar.v3 .main-menu ul .current_page_parent> a,
.menu-bar.v3 .main-menu ul .current-menu-parent> a,
.menu-bar.v3 .main-menu ul .current_page_item> a {
  color: var(--color-green);
}

.menu-bar .main-menu ul ul {
  position: absolute;
  min-width: 220px;
  gap: 0;
  top: 80%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  background: var(--color-white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 4;
}
.menu-bar .main-menu ul ul ul {
  left: 100%;
}
.menu-bar .main-menu ul li {
  position: relative;
}
.menu-bar .main-menu ul li:nth-last-child(1) ul, .menu-bar .main-menu ul li:nth-last-child(2) ul, .menu-bar .main-menu ul li:nth-last-child(3) ul {
  right: 0;
}
.menu-bar .main-menu ul li:nth-last-child(1) ul ul, .menu-bar .main-menu ul li:nth-last-child(2) ul ul, .menu-bar .main-menu ul li:nth-last-child(3) ul ul {
  right: 100%;
}
.menu-bar .main-menu ul li:nth-last-child(1) ul,
.menu-bar .main-menu ul li:nth-last-child(1) ul ul, .menu-bar .main-menu ul li:nth-last-child(2) ul,
.menu-bar .main-menu ul li:nth-last-child(2) ul ul, .menu-bar .main-menu ul li:nth-last-child(3) ul,
.menu-bar .main-menu ul li:nth-last-child(3) ul ul {
  left: inherit;
}
.menu-bar .main-menu ul li li {
  width: 100%;
}
.menu-bar .main-menu ul li li ~ li {
  border-top: 1px dashed var(--color-orange);
}
.menu-bar.v3 .main-menu ul li li ~ li {
  border-top: 1px dashed var(--color-green);
}
.menu-bar .main-menu ul li li a {
  padding: 15px 35px;
}
.menu-bar .main-menu ul li li:hover > ul {
  top: 0;
}
.menu-bar .main-menu ul li li:hover > a {
  padding-left: 45px;
}
.menu-bar .main-menu ul li:hover > a {
  color: var(--color-orange);
}
.menu-bar.v3 .main-menu ul li:hover > a {
  color: var(--color-green);
}
.menu-bar .main-menu ul li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.menu-bar .mobile-menu-btn {
  position: relative;
  width: 35px;
  height: 25px;
  background: var(--color-tr);
}
.menu-bar .mobile-menu-btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-bar .mobile-menu-btn span {
  background: var(--color-orange);
}

.menu-bar.v3 .mobile-menu-btn span {
  background: var(--color-green);
}

.menu-bar .mobile-menu-btn span:nth-child(1) {
  top: 0;
}
.menu-bar .mobile-menu-btn span:nth-child(3) {
  bottom: 0;
}
.menu-bar .mobile-menu-btn.active span:nth-child(1) {
  width: 15px;
  top: 23px;
  -webkit-transform: translate(-1.5px, -5.3px) rotate(-135deg);
  transform: translate(-1.5px, -5.3px) rotate(-135deg);
}
.menu-bar .mobile-menu-btn.active span:nth-child(2) {
  width: 75%;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.menu-bar .mobile-menu-btn.active span:nth-child(3) {
  width: 15px;
  bottom: 23px;
  -webkit-transform: translate(-1.5px, 7.3px) rotate(135deg);
  transform: translate(-1.5px, 7.3px) rotate(135deg);
}
.menu-bar .mobile-menu {
  position: fixed;
  width: 320px;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  background: var(--color-white);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 5;
}
.menu-bar .mobile-menu.active {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.menu-bar .mobile-menu .mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-bar .mobile-menu .mobile-header {
  border-bottom: 1px dashed var(--color-orange);
}
.menu-bar.v3 .mobile-menu .mobile-header {
  border-bottom: 1px dashed var(--color-green);
}
.menu-bar .mobile-menu .mobile-header .close-mobile-btn {
  padding: 30px;
  background: var(--color-tr);
}
.menu-bar.v3 .mobile-menu .mobile-header .close-mobile-btn:hover {
  color: var(--color-green);
}
.menu-bar .mobile-menu .mobile-header .close-mobile-btn {
  border-left: 1px dashed var(--color-orange);
}
.menu-bar.v3 .mobile-menu .mobile-header .close-mobile-btn {
  border-left: 1px dashed var(--color-green);
}
.menu-bar .mobile-menu .mobile-logo {
  padding-left: 20px;
}
.menu-bar .mobile-menu .mobile-logo a {
  display: inline-block;
  max-width: 150px;
}
.menu-bar .mobile-menu .mobile-logo a img {
  width: 100%;
}
.menu-bar .mobile-menu .mobile-overflow {
  margin-top: 25px;
  overflow-y: auto;
  height: calc(100% - 100px);
}
.menu-bar .mobile-menu .main-manu li {
  border-top: 1px dashed var(--color-orange);
}
.menu-bar.v3 .mobile-menu .main-manu li {
  border-top: 1px dashed var(--color-green);
}
.menu-bar .mobile-menu .menu-item.active > a,
.menu-bar .mobile-menu .current-menu-item a{
  color: var(--color-orange);
}
.menu-bar.v3 .mobile-menu .menu-item.active > a,
.menu-bar.v3 .mobile-menu .current-menu-item a{
  color: var(--color-green);
}
.menu-bar .mobile-menu .has-dropdown.active > a::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-bar .mobile-menu .main-manu > ul > li:first-child {
  border-top: none;
}
.menu-bar .mobile-menu .main-manu ul ul {
  display: none;
}
.menu-bar .mobile-menu .main-manu a {
  position: relative;
  display: block;
  padding: 15px 40px 15px 20px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}
.menu-bar .mobile-menu .main-manu a:hover {
  color: var(--color-green);
}
.menu-bar .mobile-menu .submenu a {
  padding: 15px 40px 15px 28px;
  font-size: calc(100% - 0.2px);
}

.menu-bar .mobile-menu .has-dropdown > a::after {
  position: absolute;
  top: 21px;
  right: 24px;
  font-size: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-bar .mobile-menu .main-manu a.active {
  color: var(--color-orange);
}
.menu-bar .mobile-menu .socials-links {
  padding: 0 20px;
  margin-top: 30px;
}
.menu-bar .mobile-menu .socials-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.menu-bar .mobile-menu .socials-links a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  background: var(--color-white);
}
.menu-bar .mobile-menu .socials-links a {
  color: var(--color-orange);
  border: 1px solid var(--color-orange);
}
.menu-bar.v3 .mobile-menu .socials-links a {
  color: var(--color-green);
  border: 1px solid var(--color-green);
}
.menu-bar .mobile-menu .socials-links a:hover,
.menu-bar.v3 .mobile-menu .socials-links a:hover{
  color: var(--color-white);
}
.menu-bar .mobile-menu .socials-links a:hover {
  background: var(--color-orange);
}
.menu-bar.v3 .mobile-menu .socials-links a:hover {
  background: var(--color-green);
}
.menu-bar .mobile-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: var(--color-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}
.menu-bar .mobile-menu-overlay.active {
  opacity: 0.3;
  visibility: visible;
}
.menu-bar.v1 .right-btn a {
  padding: 35px 53px;
  display: block;
  border-radius: 0px;
}
.menu-bar.v1 .right-btn a:hover {
  color: var(--color-white);
}
.menu-bar.v1 .right-btn a:hover::before {
  left: 0;
}
.menu-bar.v2 .main-menu > ul,
.menu-bar.v3 .main-menu > ul{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-bar.v2 .main-menu ul a,
.menu-bar.v3 .main-menu ul a{
  color: var(--color-gBlack);
}
.menu-bar.v2 .main-menu ul a.active,
.menu-bar.v3 .main-menu ul a.active{
  color: var(--color-orange);
}
.menu-bar.v2 .right-contact,
.menu-bar.v3 .right-contact{
  display: none;
}
.menu-bar.v2 .right-contact .my-icon,
.menu-bar.v3 .right-contact .my-icon{
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: var(--color-white);
  font-size: 16px;
  border-radius: 50px;
}
.menu-bar.v2 .right-contact .my-icon {
  background: var(--color-orange);
}
.menu-bar.v3 .right-contact .my-icon {
  background: var(--color-green);
}
.menu-bar.v2 .right-contact .text-content h4,
.menu-bar.v3 .right-contact .text-content h4 {
  font-weight: 700;
  margin-top: -1px;
}

.menu-bar.v3 .right-contact .text-content h4 a:hover {
  color: var(--color-green);
}

.link-anime,
.btn-anime {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  border-radius: 5px;
  border: 2px solid var(--color-orange);
  text-transform: uppercase;
  overflow: hidden;
  background: var(--color-tr);
}
.link-anime.v1, .link-anime.v2,
.btn-anime.v1,
.btn-anime.v2 {
  z-index: 1;
}
.link-anime.v1::before, .link-anime.v1::after, .link-anime.v2::before, .link-anime.v2::after,
.btn-anime.v1::before,
.btn-anime.v1::after,
.btn-anime.v2::before,
.btn-anime.v2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.link-anime.v1,
.btn-anime.v1 {
  color: var(--color-orange);
  z-index: 1;
}
.link-anime.v1::before, .link-anime.v1::after,
.btn-anime.v1::before,
.btn-anime.v1::after {
  left: -100%;
  background: var(--color-orange);
}
.link-anime.v1::before,
.btn-anime.v1::before {
  opacity: 0.6;
}
.link-anime.v1:hover,
.btn-anime.v1:hover {
  color: var(--color-white);
  background: var(--color-tr);
}
.link-anime.v1:hover::after,
.btn-anime.v1:hover::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.link-anime.v1:hover::before, .link-anime.v1:hover::after,
.btn-anime.v1:hover::before,
.btn-anime.v1:hover::after {
  left: 0;
}
.link-anime.v2,
.btn-anime.v2 {
  color: var(--color-white);
}
.link-anime.v2::before, .link-anime.v2::after,
.btn-anime.v2::before,
.btn-anime.v2::after {
  left: 0;
  background: var(--color-orange);
}
.link-anime.v2::before,
.btn-anime.v2::before {
  opacity: 0.6;
}
.link-anime.v2:hover,
.btn-anime.v2:hover {
  color: var(--color-orange);
  background: var(--color-tr);
}
.link-anime.v2:hover::before,
.btn-anime.v2:hover::before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.link-anime.v2:hover::before, .link-anime.v2:hover::after,
.btn-anime.v2:hover::before,
.btn-anime.v2:hover::after {
  left: -100%;
}
.link-anime.v3,
.btn-anime.v3 {
  padding: 22px 30px;
  color: var(--color-white);
  border: none;
}
.link-anime.v3:hover,
.btn-anime.v3:hover {
  background: var(--color-orange);
}
.link-anime.v4,
.btn-anime.v4 {
  border-color: var(--color-border);
}
.link-anime.v4:hover,
.btn-anime.v4:hover {
  color: var(--color-orange);
}
.link-anime.border-round,
.btn-anime.border-round {
  border-radius: 80px;
}
.link-anime span.my-icon,
.btn-anime span.my-icon {
  margin-left: 10px;
}

.link-anime {
  padding: 20px 30px;
  display: inline-block;
}
.link-anime::before, .link-anime::after {
  display: block;
}

.btn-anime {
  padding: 23.2px 30px;
  background: var(--color-tr);
}

.preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--color-white);
}
.preloder svg {
  width: 150px;
  height: 150px;
}
.preloder .small-circle,
.preloder .big-circle {
  stroke-width: 3px;
  stroke: var(--color-orange);
}
.preloder .small-circle {
  stroke-dasharray: 210;
  stroke-dashoffset: 210;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: 1s draw-small infinite alternate;
          animation: 1s draw-small infinite alternate;
}
.preloder .big-circle {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: 1s draw-big infinite alternate 0.5s;
          animation: 1s draw-big infinite alternate 0.5s;
}

@-webkit-keyframes draw-small {
  0% {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    stroke-dashoffset: 210;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes draw-small {
  0% {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    stroke-dashoffset: 210;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes draw-big {
  0% {
    stroke-dashoffset: 0;
    -webkit-transform: rotateY(180deg) rotate(360deg);
    transform: rotateY(180deg) rotate(360deg);
  }
  100% {
    stroke-dashoffset: 240;
    -webkit-transform: rotateY(180deg) rotate(0deg);
    transform: rotateY(180deg) rotate(0deg);
  }
}
@keyframes draw-big {
  0% {
    stroke-dashoffset: 0;
    -webkit-transform: rotateY(180deg) rotate(360deg);
    transform: rotateY(180deg) rotate(360deg);
  }
  100% {
    stroke-dashoffset: 240;
    -webkit-transform: rotateY(180deg) rotate(0deg);
    transform: rotateY(180deg) rotate(0deg);
  }
}
.my-select {
  position: relative;
  display: inline-block;
}
.my-select .current {
  position: relative;
  padding: 0px 40px 0px 20px;
  height: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  border-radius: 5px;
  letter-spacing: 1.4px;
  color: var(--color-gBlack);
  border: 1px solid var(--color-border);
  background: var(--color-white);
}
.my-select .current::before {
  position: absolute;
  font-size: 10px;
  top: 50%;
  right: 20px;
  content: "\e902";
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.my-select .current.open::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.my-select .list {
  position: absolute;
  width: 100%;
  top: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  background: var(--color-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}
.my-select .list.open {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.my-select .list li {
  cursor: pointer;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.my-select .list li:hover {
  padding: 10px 20px 10px 24px;
  color: var(--color-orange);
}
.my-select .list li ~ li {
  border-top: 1px dashed var(--color-orange);
}

.section-title h6,
.section-title h2,
.section-title-center h6,
.section-title-center h2 {
  font-weight: 700;
}
.section-title h6,
.section-title-center h6 {
  color: var(--color-orange);
  letter-spacing: 4px;
  text-transform: uppercase;
}
.section-title h6 ~ h2,
.section-title-center h6 ~ h2 {
  margin-top: 10px;
}
.section-title h2,
.section-title-center h2 {
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
}
.section-title ~ .row,
.section-title-center ~ .row {
  margin-top: 50px;
}
.section-title.title-left-right .right-content,
.section-title-center.title-left-right .right-content {
  margin-top: 10px;
}

.section-title-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.star-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.star-mark .my-icon {
  font-size: 19px;
  color: var(--color-orange2);
}
.star-mark.star-1 li:nth-child(1) .my-icon::before, .star-mark.star-2 li:nth-child(1) .my-icon::before, .star-mark.star-2 li:nth-child(2) .my-icon::before, .star-mark.star-3 li:nth-child(1) .my-icon::before, .star-mark.star-3 li:nth-child(2) .my-icon::before, .star-mark.star-3 li:nth-child(3) .my-icon::before, .star-mark.star-4 li:nth-child(1) .my-icon::before, .star-mark.star-4 li:nth-child(2) .my-icon::before, .star-mark.star-4 li:nth-child(3) .my-icon::before, .star-mark.star-4 li:nth-child(4) .my-icon::before, .star-mark.star-5 li:nth-child(1) .my-icon::before, .star-mark.star-5 li:nth-child(2) .my-icon::before, .star-mark.star-5 li:nth-child(3) .my-icon::before, .star-mark.star-5 li:nth-child(4) .my-icon::before, .star-mark.star-5 li:nth-child(5) .my-icon::before {
  content: "\e93e";
}

.list-mark.two-col-list ul,
.list-mark li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-mark li {
  gap: 12px;
}
.list-mark li ~ li {
  margin-top: 15px;
}
.list-mark li p {
  width: calc(100% - 32px);
  margin-top: -4px;
}
.list-mark .my-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  font-size: 10px;
  text-align: center;
  line-height: 24px;
  border-radius: 50px;
  color: var(--color-white);
  background: var(--color-orange);
}
.list-mark.two-col-list h2 ~ ul {
  margin-top: 15px;
}
.list-mark.two-col-list ul {
  gap: 20px 30px;
}
.list-mark.two-col-list h6 {
  width: calc(100% - 32px);
  font-weight: 700;
  color: var(--color-gBlack);
}
.list-mark.two-col-list li {
  gap: 12px;
}
.list-mark.two-col-list li ~ li {
  margin-top: 0px;
}

.slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 45px;
}
.slider .swiper-pagination {
  bottom: 0px;
  z-index: 1;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: 5px;
  border-radius: 2px;
  padding: 0;
  opacity: 1;
  background: var(--color-gBlack);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slider .swiper-pagination .swiper-pagination-bullet ~ .swiper-pagination-bullet {
  margin: 0px 0px 0px 10px;
}
.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-black);
}

.faq-btn {
  position: relative;
  width: 100%;
  padding: 30px 90px 30px 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  border-radius: 5px;
  text-align: inherit;
  background: var(--color-white);
}
.faq-btn span {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 30px;
  border-radius: 5px;
  background: var(--color-orange);
}
.faq-btn span::before, .faq-btn span::after {
  position: absolute;
  content: "";
  top: 14px;
  left: 9px;
  width: 12px;
  height: 2px;
  border-radius: 5px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: var(--color-white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-btn span::after {
  -webkit-transform: rotate(90deg) rotateY(-90deg);
  transform: rotate(90deg) rotateY(-90deg);
}
.faq-btn.collapsed span::after {
  -webkit-transform: rotate(90deg) rotateY(0deg);
  transform: rotate(90deg) rotateY(0deg);
}

.faq-content-body {
  padding: 13px 30px 30px 30px;
  background: var(--color-white);
}

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

.bg-cover-center {
  background-position: center;
}

.breadcum {
  position: relative;
  padding: 50px 0px;
  z-index: 1;
}
.breadcum::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  background: var(--color-black);
  z-index: -1;
}
.breadcum .breadcum-content {
  text-align: center;
}

.breadcum .breadcumb-list {
  display: flex;
  font-weight: 700;
  color: var(--color-white);
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  gap: 5px;
}
.breadcum .breadcumb-list span{
  font-size: 18px;
  line-height: 28px;
  margin-top: 0px;
}
.breadcum h2 span{ 
  font-size: inherit;
  line-height: inherit;
}
.breadcum .breadcumb-list span a span{
  transition: all 0.4s ease;
}
.breadcum .breadcumb-list span a:hover span{
  color: var(--color-orange);
}
.breadcum .breadcum-content h2 {
  color: var(--color-white);
  font-weight: 700;
}
.breadcum .breadcum-content h2 ~ ul {
  margin-top: 10px;
}
.breadcum .breadcum-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  color: var(--color-white);
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
}
.breadcum .breadcum-content li ~ li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.breadcum .breadcum-content li ~ li::before {
  content: "/";
}
.breadcum .breadcum-content a {
  display: block;
  color: var(--color-white);
}
.breadcum .breadcum-content a:hover {
  color: var(--color-orange);
}

.pegination-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.pegination-box li.active a {
  color: var(--color-white);
  background: var(--color-orange);
}
.pegination-box a {
  display: block;
  font-weight: 700;
  color: var(--color-gBlack);
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: var(--color-white2);
}
.pegination-box a:hover {
  color: var(--color-white);
  background: var(--color-orange);
}
.pegination-box a .my-icon {
  font-size: 14px;
}

.widgets .widget ~ .widget,
.blog__sidebar .sidebar__widget ~ .sidebar__widget  {
  margin-top: 30px;
}

.widgets .widget-header,
.blog__sidebar .wp-block-search__label,
.blog__sidebar .wp-block-heading,
.blog__sidebar .sidebar__widget-title {
  padding: 15px;
  border-radius: 5px 5px 0px 0px;
  background: var(--color-orange);
}
.blog__sidebar .wp-block-search__label {
  font-family:Rajdhani,sans-serif;
}
.widgets .widget-header h4,
.blog__sidebar .wp-block-search__label,
.blog__sidebar .wp-block-heading,
.blog__sidebar .sidebar__widget-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--color-white);
}
.widgets .widget-content,
.blog__sidebar .wp-block-search__inside-wrapper,
.blog__sidebar .sidebar__widget ul,
.blog__sidebar .sidebar__widget ol,
.blog__sidebar .sidebar__widget .tagcloud{
  padding: 30px 15px;
  border-radius: 0px 0px 5px 5px;
  background: var(--color-white2);
}
.widgets .search-widget form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widgets .search-widget input,
.blog__sidebar .wp-block-search__input {
  width: 100%;
  font-size: 16px;
  border: none;
  border-radius: 5px 0px 0px 5px;
}
.widgets .search-widget button,
.blog__sidebar .wp-block-search__button {
  padding: 12px 30px;
  font-size: 15px;
  color: var(--color-white);
  border: none;
  margin: 0;
  border-radius: 0px 5px 5px 0px;
  background: var(--color-orange);
}
.widgets .post-list li,
.widgets .post-list li .date,
.blog__sidebar .widget_constimes-latest-posts li,
.blog__sidebar .widget_constimes-latest-posts .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widgets .post-list li,
.blog__sidebar .widget_constimes-latest-posts li {
  gap: 20px;
}
.widgets .post-list li ~ li,
.blog__sidebar .widget_constimes-latest-posts li~li {
  margin-top: 15px;
}
.widgets .post-list .date,
.blog__sidebar .widget_constimes-latest-posts .date{
  gap: 10px;
}
.widgets .post-list .post-img,
.blog__sidebar .widget_constimes-latest-posts .post-img{
  width: 75px;
  height: 75px;
  overflow: hidden;
}
.widgets .post-list .post-img a,
.blog__sidebar .widget_constimes-latest-posts .post-img a{
  display: block;
  width: 100%;
  height: 100%;
}
.widgets .post-list .post-img img,
.blog__sidebar .widget_constimes-latest-posts .post-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.widgets .post-list .post-text,
.blog__sidebar .widget_constimes-latest-posts .post-text {
  width: calc(100% - 75px);
}
.widgets .post-list .post-text .my-icon,
.blog__sidebar .widget_constimes-latest-posts .post-text .my-icon {
  color: var(--color-orange);
}
.widgets .post-list .post-text h6,
.blog__sidebar .widget_constimes-latest-posts .post-text h6 {
  font-weight: 700;
  color: var(--color-gBlack2);
  margin-top: 2px;
}
.widgets .post-list .post-text h6 a,
.blog__sidebar .widget_constimes-latest-posts  .post-text h6 a {
  color: var(--color-gBlack2);
}
.widgets .post-list .post-text h6 a:hover,
.blog__sidebar .widget_constimes-latest-posts  .post-text h6 a:hover {
  color: var(--color-orange);
}
.widgets .category-list ul {
  padding: 15px;
  border-radius: 5px;
  background: var(--color-white);
}

.blog__sidebar .widget_categories ul {
  position: relative;
  padding: 60px 35px;
  z-index: 1;
}

.blog__sidebar .widget_categories ul:before {
  border-radius: 5px;
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 60px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: var(--color-white);
  z-index: -1
}

.widgets .category-list li,
.blog__sidebar .widget_categories li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.widgets .category-list li ~ li,
.blog__sidebar .widget_categories li ~ li {
  margin-top: 20px;
}
.widgets .category-list h6,
.blog__sidebar .widget_categories a {
  font-weight: 700;
}

.blog__sidebar .widget_categories a {
  font-family: Rajdhani,sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.blog__sidebar .widget_categories li:before {
  font-family: "icomoon";
  content: "\e935";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.widgets .category-list .my-icon,
.blog__sidebar .widget_categories li:before {
  color: var(--color-orange);
  font-size: 14px;
}

.widgets .tags-widgets ul,
.blog__sidebar .tagcloud  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.widgets .tags-widgets a,
.blog__sidebar .tagcloud a {
  display: block;
  padding: 5px 20px;
  font-size: 14px !important;;
  color: var(--color-gBlack);
  border-radius: 5px;
  background: var(--color-white);
}
.widgets .tags-widgets a:hover,
.blog__sidebar .tagcloud a:hover {
  color: var(--color-white);
  background: var(--color-orange);
}

.scroll-bottom-Top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 0px;
  bottom: 75px;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  font-size: 13px;
  visibility: hidden;
  border-radius: 100px;
  color: var(--color-orange);
  background: var(--color-white);
  -webkit-box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
          box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  z-index: 5;
}
.scroll-bottom-Top.show {
  right: 25px;
  opacity: 1;
  visibility: visible;
}
.scroll-bottom-Top .my-icon {
  display: inline-block;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*=====================
    4 Banner
  =======================*/
.banner {
  padding: 0;
}
.banner .banner-content {
  padding: 50px 0px;
}
.banner .banner-content h6,
.banner .banner-content h2,
.banner .banner-content p {
  color: var(--color-white);
}
.banner .banner-content h6,
.banner .banner-content h2 {
  font-weight: 700;
}
.banner .banner-content h6 {
  letter-spacing: 4px;
  text-transform: uppercase;
}
.banner .banner-content h2 {
  font-size: 48px;
  line-height: 50px;
}
.banner .banner-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.banner .banner-content h6 ~ h2,
.banner .banner-content h2 ~ p {
  margin-top: 30px;
}
.banner .banner-content p ~ ul {
  margin-top: 40px;
}
.banner.v1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner.v1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#213438), to(rgba(51, 63, 77, 0)));
  background: linear-gradient(90deg, #213438 0%, rgba(51, 63, 77, 0) 100%);
  z-index: -1;
}
.banner.v1::after {
  position: absolute;
  content: "";
  width: 54vh;
  height: 54vh;
  left: -16%;
  bottom: -12%;
  opacity: 0.3;
  background-image: url("../img/banner/v1/shap-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%, 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: c-rotate 6.5s linear infinite;
          animation: c-rotate 6.5s linear infinite;
  z-index: -1;
}
@-webkit-keyframes c-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes c-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.banner.v2 {
  position: relative;
  padding: 50px 0px;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.banner.v2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
  background: var(--color-black);
}

/*=====================
     5 About Us
  =======================*/
.about-us .section-title ~ .items-content,
.about-us .items-content ~ .items-link {
  margin-top: 40px;
}
.about-us .about-img {
  position: relative;
  width: calc(100% - 45px);
  margin: 21px 21px 15px 21px;
}
.about-us .about-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  background: var(--color-orange);
  z-index: -1;
}
.about-us .about-img img {
  width: 100%;
}
.about-us .about-img .circle-play-btn {
  position: absolute;
  width: 105px;
  height: 105px;
  bottom: 6%;
  left: -6%;
  border-radius: 50%;
  background: var(--color-white);
  background-repeat: no-repeat;
  background-position: 3px -3px;
  background-size: 100%, 100%;
  border: 13px solid var(--color-white);
  -webkit-box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
          box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  -webkit-animation: c-rotate 6.5s linear infinite;
          animation: c-rotate 6.5s linear infinite;
}
.about-us .about-img .circle-play-btn .my-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--color-orange);
}
.about-us .about-content {
  margin-top: 40px;
}
.about-us .items-content li {
  padding: 30px;
  background: var(--color-white);
  -webkit-box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
          box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  border-radius: 5px;
}
.about-us .items-content li ~ li {
  margin-top: 15px;
}
.about-us .items-content .my-icon {
  font-size: 65px;
  color: var(--color-orange);
}
.about-us .items-content .my-icon ~ .item-text {
  margin-top: 30px;
}
.about-us .items-content h4 {
  font-weight: 700;
  text-transform: capitalize;
}
.about-us .items-content h4 ~ p {
  margin-top: 10px;
}
.about-us .items-link ul,
.about-us .items-link .cantact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-us .items-link ul {
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-us .items-link .cantact-link {
  gap: 15px;
}
.about-us .items-link .cantact-link .left-icon {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: var(--color-orange);
  font-size: 16px;
}
.about-us .items-link .cantact-link .left-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  border-radius: 50px;
  background: var(--color-orange);
  z-index: -1;
}
.about-us .items-link .cantact-link .text-content h4 {
  font-weight: 700;
  margin-top: -1px;
}

/*=====================
     6 Services
  =======================*/
.services .row > div:first-child .services-card {
  margin-top: 0;
}
.services .services-card {
  margin-top: 30px;
}
.services.v1, .services.v2 {
  background: var(--color-white2);
}
.services.v3 {
  background: var(--color-white);
}
.services.v1 .services-card .services-text {
  padding: 30px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
  background: var(--color-white);
}
.services.v1 .services-card .services-text h4 {
  font-weight: 700;
  text-transform: capitalize;
}
.services.v1 .services-card .services-text h4 ~ p {
  margin-top: 20px;
}
.services.v1 .services-card .services-text p ~ .my-icon {
  margin-top: 45px;
}
.services.v1 .services-card .services-text .my-icon {
  position: relative;
  color: var(--color-white);
  font-size: 40px;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  border-radius: 5px;
  background: var(--color-orange);
  margin: 0px auto -85px auto;
  z-index: 0;
}
.services.v1 .services-card .services-img img {
  width: 100%;
  border-radius: 0px 0px 5px 5px;
}
.services.v2 .services-card .services-header, .services.v3 .services-card .services-header {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  border-radius: 5px 5px 0px 0px;
}
.services.v2 .services-card .services-header .my-icon, .services.v3 .services-card .services-header .my-icon {
  font-size: 40px;
  color: var(--color-orange);
}
.services.v2 .services-card .services-text h4, .services.v3 .services-card .services-text h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.services.v2 .services-card .services-img, .services.v3 .services-card .services-img {
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 5px 5px;
}
.services.v2 .services-card .services-img img, .services.v3 .services-card .services-img img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services.v2 .services-card .services-img .sev-link, .services.v3 .services-card .services-img .sev-link {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  padding: 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  color: var(--color-white);
  text-transform: uppercase;
  background: var(--color-orange);
}
.services.v2 .services-card .services-img .sev-link:hover, .services.v3 .services-card .services-img .sev-link:hover {
  color: var(--color-black);
}
.services.v2 .services-card:hover .services-img img, .services.v3 .services-card:hover .services-img img {
  -webkit-transform: rotate(1.05deg) scale(1.1);
  transform: rotate(1.05deg) scale(1.1);
}
.services.v2 .services-card:hover .services-img .sev-link, .services.v3 .services-card:hover .services-img .sev-link {
  bottom: 0;
}
.services.v2 .services-card .services-header,
.services.v2 .services-card .services-img .sev-link:hover {
  background: var(--color-white);
}
.services.v3 .services-card .services-header,
.services.v3 .services-card .services-img .sev-link:hover {
  background: var(--color-white2);
}

/*=====================
     7 Work Gallery
  =======================*/
.work-gallery .row .gallery-card {
  margin-top: 30px;
}
.work-gallery .row > div:nth-child(1) .gallery-card {
  margin-top: 0px;
}
.work-gallery .section-title .right-content {
  margin-top: 10px;
}
.work-gallery .section-title ~ .gallery-img-boxs,
.work-gallery .section-title-center ~ .gallery-img-boxs {
  margin-top: 30px;
}
.work-gallery .gallery-img-boxs {
  display: grid;
  grid-gap: 15px;
}
.work-gallery .gallery-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.work-gallery .gallery-card .card-info {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  bottom: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.work-gallery .gallery-card img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.work-gallery .gallery-card:hover img {
  -webkit-transform: rotate(1.05deg) scale(1.1);
  transform: rotate(1.05deg) scale(1.1);
}
.work-gallery .gallery-img-horizontal .gallery-card img {
  min-height: 300px;
}
.work-gallery .gallery-img-vertical .gallery-card img {
  min-height: 200px;
}
.work-gallery.v1 .gallery-card .card-info {
  padding: 25px 20px;
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  left: 50%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
          box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  background: var(--color-white);
  -webkit-transform: translate(-50%, 0%) scale(0.8) rotateX(90deg);
  transform: translate(-50%, 0%) scale(0.8) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.work-gallery.v1 .gallery-card .card-info h4 {
  font-weight: 700;
}
.work-gallery.v1 .gallery-card .card-info h4 ~ p {
  margin-top: 5px;
}
.work-gallery.v1 .gallery-card .card-info p {
  color: var(--color-black);
}
.work-gallery.v1 .gallery-card .card-info .info-link {
  width: 50px;
  min-width: 50px;
  height: 50px;
  color: var(--color-white);
  line-height: 50px;
  text-align: center;
  border: 2px solid var(--color-orange);
  border-radius: 5px 0px 5px 0px;
  background: var(--color-orange);
}
.work-gallery.v1 .gallery-card .card-info .info-link .my-icon {
  font-size: 16px;
}
.work-gallery.v1 .gallery-card .card-info .info-link:hover {
  color: var(--color-orange);
  background: var(--color-tr);
}
.work-gallery.v1 .gallery-card:hover .card-info {
  -webkit-transform: translate(-50%, 0%) scale(1);
  transform: translate(-50%, 0%) scale(1);
  opacity: 1;
  visibility: visible;
}
.work-gallery.v2 .gallery-card {
  position: relative;
}
.work-gallery.v2 .gallery-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 34, 44, 0)), to(var(--color-black)));
  background: linear-gradient(180deg, rgba(21, 34, 44, 0) 0%, var(--color-black) 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.work-gallery.v2 .gallery-card .card-info {
  padding: 50px 30px;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.work-gallery.v2 .gallery-card .card-info h4,
.work-gallery.v2 .gallery-card .card-info h4 a,
.work-gallery.v2 .gallery-card .card-info p {
  color: var(--color-white);
}
.work-gallery.v2 .gallery-card .card-info h4 {
  font-weight: 700;
}
.work-gallery.v2 .gallery-card .card-info h4 ~ p {
  margin-top: 5px;
}
.work-gallery.v2 .gallery-card .card-info h4 a:hover {
  color: var(--color-orange);
}
.work-gallery.v2 .gallery-card:hover::before,
.work-gallery.v2 .gallery-card:hover .card-info {
  opacity: 1;
  visibility: visible;
}
.work-gallery.v2 .gallery-card:hover .card-info {
  bottom: 0;
}

/*=====================
     8 Counter Section 
  =======================*/
.counter-section {
  position: relative;
  background: var(--color-black);
  z-index: 1;
}
.counter-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/counter/bg-shap.png");
  background-repeat: no-repeat;
  background-size: 100%, 100%;
  background-position: center;
  mix-blend-mode: overlay;
  z-index: -1;
}
.counter-section .counter-items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.counter-section .counter-items li {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.counter-section .counter-items li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-orange);
  border-radius: 5px 0px 0px 5px;
  z-index: -1;
}
.counter-section .counter-items .my-icon {
  width: 110px;
  min-width: 110px;
  font-size: 50px;
  text-align: center;
  line-height: 101px;
  color: var(--color-white);
}
.counter-section .counter-items .content {
  padding: 20px;
  width: calc(100% - 100px);
  border-radius: 0px 5px 5px 0px;
  background: var(--color-white);
}
.counter-section .counter-items .content h2 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  color: var(--color-orange);
}
.counter-section .counter-items .content h4 {
  font-size: 20px;
  font-weight: 700;
}

/*=====================
     9 Common Faq’s
  =======================*/
.common-faqs {
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.common-faqs::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--color-black);
}
.common-faqs .faq-content {
  padding: 30px 15px;
  border-radius: 5px;
  background: var(--color-white2);
}
.common-faqs .section-title ~ .accordion,
.common-faqs li ~ li {
  margin-top: 30px;
}
.common-faqs .faq-img {
  margin-top: 30px;
}
.common-faqs .faq-img img {
  width: 100%;
  border-radius: 5px;
}

/*========================
     10 Our Simple Step
  =======================*/
.our-simple-step .row > div:first-child .process-card {
  margin-top: 0;
}
.our-simple-step .process-card {
  padding: 30px;
  border-radius: 5px;
  margin-top: 30px;
}
.our-simple-step .process-card h4 {
  font-weight: 700;
}
.our-simple-step .process-card h4 ~ p {
  margin-top: 14px;
}
.our-simple-step.v1 .process-card {
  position: relative;
  background: var(--color-white2);
}
.our-simple-step.v1 .process-card .my-icon {
  width: 60px;
  height: 60px;
  font-size: 40px;
  color: var(--color-orange);
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  background: var(--color-white);
  -webkit-box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
          box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  border-radius: 5px;
  margin-bottom: 15px;
}
.our-simple-step.v1 .process-card h6 {
  font-weight: 700;
}
.our-simple-step.v1 .process-card h6 {
  color: var(--color-orange);
}
.our-simple-step.v1 .process-card h6 ~ h4 {
  margin-top: 4px;
}
.our-simple-step.v2 .process-card {
  background: var(--color-white);
  -webkit-box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
          box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
}
.our-simple-step.v2 .process-card .process-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.our-simple-step.v2 .process-card .process-card-header .my-icon {
  color: var(--color-orange);
  font-size: 60px;
}
.our-simple-step.v2 .process-card .process-card-header h4 {
  color: var(--color-tr);
  font-size: 48px;
  line-height: 60px;
  -webkit-text-stroke: 1px var(--color-orange);
}
.our-simple-step.v2 .process-card .process-card-header ~ p {
  margin-top: 30px;
}
.our-simple-step.v2 .process-card p ~ h4 {
  margin-top: 5px;
}

/*========================
     11 Clients Review
  =======================*/
.clients-review .section-title ~ .slider {
  margin-top: 30px;
  padding-bottom: 0;
}
.clients-review .right-content {
  margin-top: 50px;
  text-align: right;
}
.clients-review .prev-btn,
.clients-review .next-btn {
  width: 45px;
  height: 45px;
}
.clients-review .prev-btn ~ .next-btn {
  margin-left: 15px;
}
.clients-review .client-card {
  padding: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.clients-review .client-card h6 {
  font-weight: 700;
}
.clients-review .client-card .star-mark ~ .profile {
  margin-top: 24px;
}
.clients-review .client-card .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.clients-review .client-card .profile-img {
  width: 50px;
  height: 50px;
}
.clients-review .client-card .profile-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.clients-review.v1 {
  padding-top: 0;
}
.clients-review.v1 .prev-btn,
.clients-review.v1 .next-btn {
  position: relative;
  font-size: 12px;
  color: var(--color-orange);
  background: var(--color-tr);
  z-index: 1;
}
.clients-review.v1 .prev-btn::before,
.clients-review.v1 .next-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  border-radius: 5px;
  background: var(--color-orange);
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.clients-review.v1 .prev-btn:hover,
.clients-review.v1 .next-btn:hover {
  color: var(--color-white);
}
.clients-review.v1 .prev-btn:hover::before,
.clients-review.v1 .next-btn:hover::before {
  opacity: 1;
}
.clients-review.v1 .client-card {
  border-radius: 10px;
  border-bottom: 5px solid var(--color-tr);
  background: var(--color-white2);
}
.clients-review.v1 .client-card .client-card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.clients-review.v1 .client-card .client-card-title .my-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: var(--color-white);
  border-radius: 50px;
  background: var(--color-orange);
}
.clients-review.v1 .client-card .client-card-title ~ p,
.clients-review.v1 .client-card p ~ .star-mark {
  margin-top: 30px;
}
.clients-review.v1 .client-card .profile-img img {
  border-radius: 50px;
}
.clients-review.v2 {
  background: var(--color-white2);
}
.clients-review.v2 .prev-btn,
.clients-review.v2 .next-btn {
  font-size: 16px;
  color: var(--color-black);
  border: 1px solid var(--color-border);
  border-radius: 5px;
  background: var(--color-white);
  z-index: 1;
}
.clients-review.v2 .prev-btn:hover,
.clients-review.v2 .next-btn:hover {
  color: var(--color-white);
  background: var(--color-orange);
}
.clients-review.v2 .client-card {
  border-radius: 5px;
  border: 1px solid var(--color-border);
  background: var(--color-white2);
}
.clients-review.v2 .client-card .star-mark {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-border);
}
.clients-review.v2 .client-card .profile-img img {
  border-radius: 5px;
}

/*========================
     12 Get In Touch
  =======================*/
.get-in-touch {
  position: relative;
  background: var(--color-black);
  z-index: 1;
}
.get-in-touch::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: -10%;
  opacity: 0.3;
  background: url("../img/get-in-touch/shap-bg.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  z-index: -1;
}
.get-in-touch .left-content h2,
.get-in-touch .left-content p,
.get-in-touch .left-content .s-items-list .my-icon {
  color: var(--color-white);
}
.get-in-touch .left-content h2 {
  font-weight: 700;
}
.get-in-touch .left-content h2 ~ p {
  margin-top: 10px;
}
.get-in-touch .left-content p ~ .s-items-list {
  margin-top: 30px;
}
.get-in-touch .left-content .s-items-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.get-in-touch .left-content .s-items-list li ~ li {
  margin-top: 5px;
}
.get-in-touch .left-content .s-items-list ~ a {
  margin-top: 30px;
}
.get-in-touch .card-items-list {
  margin-top: 50px;
}
.get-in-touch .card-items-list ul,
.get-in-touch .card-items-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.get-in-touch .card-items-list ul {
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.get-in-touch .card-items-list li {
  width: 100%;
  gap: 13px;
  padding: 40px;
  border: 1px solid var(--color-border);
  background: var(--color-white);
}
.get-in-touch .card-items-list p {
  color: var(--color-black);
}
.get-in-touch .card-items-list h3 {
  font-weight: 700;
}
.get-in-touch .card-items-list .my-icon {
  font-size: 65px;
  color: var(--color-orange);
}
.get-in-touch .get-in-touch-form {
  padding: 35px 30px;
  border-radius: 5px;
  background: var(--color-white2);
  margin-top: 50px;
}
.get-in-touch .get-in-touch-form .section-title ~ .message-form {
  margin-top: 25px;
}
.get-in-touch .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background: var(--color-white);
}
.get-in-touch .input-box ~ .input-box {
  margin-top: 30px;
}
.get-in-touch .input-box input[type=number]::-webkit-inner-spin-button,
.get-in-touch .input-box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.get-in-touch .input-box input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.get-in-touch .input-box input[type=number] {
  padding-right: 0;
  /*! font-size: 16px; */
  width: calc(100% - 70px);
  background: var(--color-tr);
}
.get-in-touch .input-box.text-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.get-in-touch .input-box span,
.get-in-touch .input-box div{
  padding-right: 0;
  width: calc(100% - 70px);
  background: var(--color-tr);
}
.get-in-touch .input-box span input,
.get-in-touch .input-box div input,
.get-in-touch .input-box span textarea,
.get-in-touch .input-box div textarea{
  padding-right: 0;
  width: calc(100% - 70px);
  background: var(--color-tr);
}

.get-in-touch .input-box span input,
.get-in-touch .input-box div input, 
.get-in-touch .input-box span textarea,
.get-in-touch .input-box div textarea {
  font-size: 16px;
}
.get-in-touch .input-box input {
  height: 70px;
}
.get-in-touch .input-box textarea {
  padding-top: 16px;
  height: 140px;
}
.get-in-touch .input-box .my-icon {
  width: 70px;
  line-height: 50px;
  text-align: center;
  color: var(--color-orange);
  font-size: 14px;
}
.get-in-touch .input-box ~ .btn-anime {
  margin-top: 30px;
}
.get-in-touch .btn-anime {
  width: 100%;
}
.get-in-touch .btn-anime ~ .error,
.get-in-touch .btn-anime ~ .success {
  margin-top: 30px;
}
.get-in-touch .response.error,
.get-in-touch .response.success {
  padding: 20px;
  border-radius: 5px;
  background: var(--color-white);
}
.get-in-touch .response.error {
  color: #ef4444;
}
.get-in-touch .response.success {
  /*! width: 100%; */
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*========================
     13 Latest News
  =======================*/
.latest-news .row > div:first-child .new-post-card {
  margin-top: 0;
}
.latest-news .new-post-card {
  border-radius: 5px;
  background: var(--color-white);
  margin-top: 30px;
}
.latest-news .new-post-card .post-img {
  position: relative;
  overflow: hidden;
}
.latest-news .new-post-card .post-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.latest-news .new-post-card .post-content {
  padding: 30px 25px;
}
.latest-news .new-post-card .post-content h4 {
  font-weight: 700;
}
.latest-news .new-post-card .post-content h4 ~ p{
  margin-top: 10px;
}

.latest-news .new-post-card .post-content p ~ a,
.latest-news .new-post-card .post-content h4 ~ a{
  margin-top: 30px;
}
.latest-news .new-post-card .post-content a.link-anime {
  color: var(--color-black);
}
.latest-news .new-post-card .post-content a.link-anime .my-icon {
  color: var(--color-orange);
}
.latest-news .new-post-card .post-content a.link-anime:hover,
.latest-news .new-post-card .post-content a.link-anime:hover .my-icon {
  color: var(--color-white);
}
.latest-news .new-post-card:hover .post-img img {
  -webkit-transform: rotate(1.05deg) scale(1.1);
  transform: rotate(1.05deg) scale(1.1);
}
.latest-news.v1 .new-post-card {
  -webkit-box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
          box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
}
.latest-news.v1 .new-post-card .date-time {
  position: absolute;
  top: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 5px;
  background: var(--color-orange);
  z-index: 1;
}
.latest-news.v1 .new-post-card .date-time .my-icon,
.latest-news.v1 .new-post-card .date-time h6 {
  color: var(--color-white);
}
.latest-news.v2 .new-post-card {
  border: 1px solid var(--color-border);
}
.latest-news.v2 .new-post-card .date-time {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
.latest-news.v2 .new-post-card .date-time::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.9;
  right: 0;
  top: 0;
  border-radius: 0px 5px 0px 0px;
  background: var(--color-white);
  z-index: -1;
}
.latest-news.v2 .new-post-card .date-time h4 {
  font-weight: 700;
  color: var(--color-orange);
}
.latest-news.v2 .new-post-card .post-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  border-radius: 0px 5px 0px 0px;
  background: var(--color-orange);
  z-index: 1;
}
.latest-news.v2 .new-post-card .post-info ul,
.latest-news.v2 .new-post-card .post-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.latest-news.v2 .new-post-card .post-info ul {
  gap: 12px;
}
.latest-news.v2 .new-post-card .post-info li {
  gap: 5px;
}
.latest-news.v2 .new-post-card .post-info .my-icon,
.latest-news.v2 .new-post-card .post-info p,
.latest-news.v2 .new-post-card .post-info p a {
  color: var(--color-white);
}

/*=====================
    14 Who We Are
  =======================*/

.who-we-are .left-images img {
  width: 100%;
}
.who-we-are .left-images .count-and-img,
.who-we-are .left-images .count-user ~ .smaill-img {
  margin-top: 20px;
}
.who-we-are .left-images .count-user {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  gap: 19px;
  background: var(--color-black);
}
.who-we-are .left-images .count-user .my-icon {
  min-width: 65px;
  width: 65px;
  height: 65px;
  font-size: 33px;
  line-height: 65px;
  text-align: center;
  color: var(--color-white);
  border-radius: 100px;
  background: var(--color-orange);
}
.who-we-are .left-images .count-content p,
.who-we-are .left-images .count-content h2 {
  color: var(--color-white);
}
.who-we-are .left-images .count-content h2 {
  font-weight: 700;
}
.who-we-are .left-images .count-content h2 ~ p {
  margin-top: -7px;
}
.who-we-are .right-content .section-title h2 ~ p {
  margin-top: 20px;
}
.who-we-are .right-content .section-title ~ .who-we-tabs {
  margin-top: 40px;
}
.who-we-are .right-content .who-we-tabs {
  gap: 30px;
}
.who-we-are .right-content .who-we-tabs button {
  border-color: var(--color-border);
  background: var(--color-white);
}
.who-we-are .right-content .who-we-tabs button.active {
  border-color: var(--color-orange);
  -webkit-box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
          box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  background: var(--color-white);
}
.who-we-are .right-content .who-tab-content {
  padding-top: 20px;
}
.who-we-are .right-content .who-tab-content ~ .profile-and-button {
  margin-top: 40px;
}
.who-we-are .right-content .profile-and-button {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.who-we-are .right-content .profile-and-button,
.who-we-are .right-content .profile-and-button .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.who-we-are .right-content .profile-and-button .profile {
  gap: 20px;
}
.who-we-are .right-content .profile-and-button .profile-img img {
  width: 70px;
  height: 70px;
  border-radius: 100px;
}
.who-we-are .right-content .profile-and-button .profile-text p {
  color: var(--color-orange);
}
.who-we-are .right-content .profile-and-button .profile-text p ~ h4 {
  margin-top: 1px;
}
.who-we-are .right-content .profile-and-button .profile-text h4 {
  font-weight: 700;
}

/*=====================
    15 Company Benefits
  =======================*/
.company-benefits {
  position: relative;
}
.company-benefits::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: var(--color-black);
  z-index: -1;
}
.company-benefits .content-box {
  background: var(--color-black);
  margin-top: 30px;
}
.company-benefits .content-box h6,
.company-benefits .content-box h2,
.company-benefits .content-box h4,
.company-benefits .content-box p {
  color: var(--color-white);
}
.company-benefits .content-box .section-title h2 ~ p {
  margin-top: 20px;
}
.company-benefits .content-box .section-title ~ .benefits-list {
  margin-top: 40px;
}
.company-benefits .content-box .benefits-list .my-icon {
  color: var(--color-white);
  margin-top: 12px;
}
.company-benefits .content-box .benefits-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.company-benefits .content-box .benefits-list li ~ li {
  margin-top: 30px;
}
.company-benefits .content-box .benefits-list .list-content h4 {
  font-weight: 700;
}
.company-benefits .content-box .benefits-list .list-content h4 ~ p {
  margin-top: 10px;
}
.company-benefits .content-box .benefits-list ul ~ .link-anime {
  margin-top: 50px;
}
.company-benefits .content-box .benefits-list .link-anime {
  border-color: var(--color-white);
}
.company-benefits .box-img {
  margin-top: 50px;
}
.company-benefits .box-img img {
  width: 100%;
}

/*=====================
    16 Our Team
  =======================*/
.our-tema .row > div:first-child .tema-card {
  margin-top: 0;
}
.our-tema .tema-card {
  border-radius: 5px;
  background: var(--color-white2);
  margin-top: 30px;
}
.our-tema .tema-card:hover .profile-img img {
  -webkit-transform: rotate(1.05deg) scale(1.1);
  transform: rotate(1.05deg) scale(1.1);
}
.our-tema .tema-card:hover .profile-img .social-link {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.our-tema .profile-img,
.our-tema .profile-info {
  padding: 30px;
}
.our-tema .profile-img {
  position: relative;
  padding-bottom: 0px;
  overflow: hidden;
}
.our-tema .profile-img a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.our-tema .profile-img img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.our-tema .profile-img .social-link {
  position: absolute;
  width: 100%;
  bottom: 100px;
  opacity: 0;
  visibility: hidden;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.our-tema .profile-img .social-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.our-tema .profile-img .social-link a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: var(--color-white);
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background: var(--color-orange);
}
.our-tema .profile-img .social-link a:hover {
  color: var(--color-orange);
  background: var(--color-white);
}
.our-tema .profile-info {
  text-align: center;
}
.our-tema .profile-info h4 {
  font-weight: 700;
}
.our-tema .profile-info h4 ~ p {
  margin-top: 5px;
}

/*=====================
    17 Talk To Us
  =======================*/
.talk-to-us .left-img-numbber {
  padding-left: 18px;
}
.talk-to-us .left-img {
  position: relative;
}
.talk-to-us .left-img::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 80%;
  top: 50%;
  left: -18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 5px 0px 0px 5px;
  background: var(--color-orange);
}
.talk-to-us .left-img img {
  width: 100%;
  border-radius: 5px;
}
.talk-to-us .left-numbber {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  border-radius: 5px;
  gap: 15px;
  margin: 30px 0px 0px -18px;
  background: var(--color-white);
  -webkit-box-shadow: 0px 4.4px 20px rgba(19, 16, 34, 0.05);
          box-shadow: 0px 4.4px 20px rgba(19, 16, 34, 0.05);
  z-index: 1;
}
.talk-to-us .left-numbber .my-icon {
  font-size: 35px;
  color: var(--color-orange);
}
.talk-to-us .left-numbber .text-content h4,
.talk-to-us .left-numbber .text-content h3 {
  font-weight: 700;
}
.talk-to-us .left-numbber .text-content h4 {
  color: var(--color-gBlack);
}
.talk-to-us .right-content {
  margin-top: 30px;
}
.talk-to-us .right-content .section-title ~ .message-form {
  margin-top: 30px;
}
.talk-to-us .right-content form input,
.talk-to-us .right-content form textarea,
.talk-to-us .right-content form .current {
  width: 100%;
  font-size: 16px;
  height: 65px;
  border-radius: 5px;
}
.talk-to-us .right-content form div ~ div,
.talk-to-us .right-content form span ~ span,
.talk-to-us .right-content form div ~ .btn-anime,
.talk-to-us .right-content form span ~ .btn-anime {
  margin-top: 20px;
}

.talk-to-us .right-content form span{
  display: block;
  width: 100%;
}

.talk-to-us .right-content form .btn-anime {
  width: 100%;
}
.talk-to-us .right-content form input[type=number]::-webkit-inner-spin-button,
.talk-to-us .right-content form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.talk-to-us .right-content form input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.talk-to-us .right-content form input[type=number] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.talk-to-us .right-content form textarea {
  padding-top: 20px;
  height: 130px;
}
.talk-to-us .right-content form .my-select {
  width: 100%;
}
.talk-to-us .right-content form .current {
  text-align: inherit;
}
.talk-to-us .right-content form .btn-anime ~ .error,
.talk-to-us .right-content form .btn-anime ~ .success {
  margin-top: 30px;
}
.talk-to-us .right-content form .response.error,
.talk-to-us .right-content form .response.success {
  padding: 20px;
  border-radius: 5px;
  background: var(--color-white);
}
.talk-to-us .right-content form .response.error {
  color: #ef4444;
}
.talk-to-us .right-content form .response.success {
  color: #22c55e;
}
.talk-to-us.v1 {
  background: var(--color-black);
}
.talk-to-us.v1 .right-content .section-title h6,
.talk-to-us.v1 .right-content .section-title h2,
.talk-to-us.v1 .right-content form .wpcf7-response-output{
  color: var(--color-white);
}
.talk-to-us.v1 .right-content form input,
.talk-to-us.v1 .right-content form textarea,
.talk-to-us.v1 .right-content form .current {
  color: var(--color-white);
  border: 1px solid #48525c;
  background: var(--color-black);
}
.talk-to-us.v2 .right-content form input,
.talk-to-us.v2 .right-content form textarea,
.talk-to-us.v2 .right-content form .current {
  border: 1px solid var(--color-border);
  background: var(--color-tr);
}

/*=====================
    19 Team Details
=======================*/
.team-details .profile-img img {
  width: 100%;
}
.team-details .profile-info {
  margin-top: 30px;
}
.team-details .info-title h4,
.team-details .info-title h6 {
  font-weight: 700;
  text-transform: capitalize;
}
.team-details .info-title h4 ~ h6 {
  margin-top: 8px;
}
.team-details .info-title h6 {
  color: var(--color-orange);
}
.team-details .info-title h6 ~ p {
  margin-top: 15px;
}
.team-details .info-title ~ .info-list {
  margin-top: 30px;
}
.team-details .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.team-details .info-list li ~ li {
  margin-top: 12px;
}
.team-details .info-list h4,
.team-details .info-list p,
.team-details .info-list p a {
  color: var(--color-gBlack);
}
.team-details .info-list h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.team-details .info-list p a:hover {
  color: var(--color-orange);
}
.team-details .info-list ~ .info-social {
  margin-top: 30px;
}
.team-details .info-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.team-details .info-social a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  color: var(--color-gBlack);
  background: var(--color-white2);
}
.team-details .info-social a:hover {
  color: var(--color-white);
  background: var(--color-orange);
}
.team-details .row ~ .team-description {
  margin-top: 30px;
}
.team-details .team-description h3 {
  font-weight: 700;
}
.team-details .team-description h3 ~ p {
  margin-top: 6px;
}
.team-details .team-description p ~ h3, .team-details .team-description ~ .row {
  margin-top: 30px;
}
.team-details .list-mark ul ~ p {
  margin-top: 30px;
}
.team-details .skills-list {
  margin-top: 30px;
}
.team-details .skills-list li ~ li {
  margin-top: 20px;
}
.team-details .skills-list .skill-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.team-details .skills-list .skill-title h4 {
  font-weight: 700;
}
.team-details .skills-list .skill-title ~ .my-progress-bar {
  margin-top: 7px;
}
.team-details .skills-list .my-progress-bar {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 50px;
  overflow: hidden;
}
.team-details .skills-list .my-progress-bar::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: var(--color-orange);
}
.team-details .skills-list .my-progress-bar .progress-vale {
  height: 100%;
  border-radius: 50px;
  background: var(--color-orange);
}

/*=====================
    20 Service Details 
  =======================*/
.service-details .service-links-list h4 {
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 5px;
  background: var(--color-white2);
}
.service-details .service-links-list h4 ~ ul {
  margin-top: 20px;
}
.service-details .service-links-list li ~ li {
  margin-top: 15px;
}
.service-details .service-links-list li a {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  color: var(--color-gBlack);
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  border: 1px solid var(--color-border);
  background: var(--color-tr);
}
.service-details .service-links-list li a .my-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  border-radius: 50px;
  color: var(--color-orange);
  text-align: center;
  background: var(--color-white);
}
.service-details .service-links-list li a:hover {
  color: var(--color-white);
  border-color: var(--color-orange);
  background: var(--color-orange);
}
.service-details .service-links-list ~ .profile-img-numbber {
  margin-top: 50px;
}
.service-details img {
  width: 100%;
}
.service-details .profile-numbber {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  border-radius: 5px;
  gap: 15px;
  margin: 30px 0px 50px 0px;
  background: var(--color-white);
  -webkit-box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
          box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  z-index: 1;
}
.service-details .profile-numbber .my-icon {
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: var(--color-orange);
  z-index: 1;
}
.service-details .profile-numbber .my-icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;
  opacity: 0.1;
  background: var(--color-orange);
  z-index: -1;
}
.service-details .profile-numbber .text-content h4 {
  font-weight: 700;
}
.service-details .service-content .big-img ~ .service-text {
  margin-top: 30px;
}
.service-details .service-content h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
.service-details .service-content .service-text h6 {
  font-weight: 700;
}
.service-details .service-content .service-text h2 ~ p,
.service-details .service-content .service-text p ~ h6 {
  margin-top: 15px;
}
.service-details .service-content .service-text ~ .list-mark {
  margin-top: 30px;
}
.service-details .service-content .list-mark h2 ~ ul {
  margin-top: 15px;
}
.service-details .service-content .list-mark ~ .services-box-imgs {
  margin-top: 50px;
}
.service-details .services-box-imgs .box-img ~ .box-img, .service-details .services-box-imgs ~ .services-faq {
  margin-top: 30px;
}
.service-details .services-faq h2 ~ ul {
  margin-top: 30px;
}
.service-details .services-faq .faq-btn {
  padding: 30px 50px 30px 20px;
}
.service-details .services-faq li {
  -webkit-box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
          box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
}
.service-details .services-faq li ~ li {
  margin-top: 30px;
}

/*=====================
    18 FAQ Section 
=======================*/
.faq-section .accordion li {
  background: var(--color-white);
  -webkit-box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
          box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  border-radius: 5px;
}
.faq-section .accordion li ~ li {
  margin-top: 30px;
}

/*=====================
    21 Project Details 
=======================*/
.project-details .partnering-progress h3 {
  font-weight: 700;
}
.project-details .partnering-progress h3 ~ p {
  margin-top: 10px;
}
.project-details .partnering-progress p ~ ul {
  margin-top: 15px;
}
.project-details .partnering-progress li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding: 25px 0px;
}
.project-details .partnering-progress li ~ li {
  border-top: 1px solid var(--color-border);
}
.project-details .partnering-progress li .my-icon {
  font-size: 48px;
  color: var(--color-orange);
}
.project-details .partnering-progress li .content h4 {
  font-weight: 700;
}
.project-details .partnering-progress li .content h4 ~ p {
  margin-top: 5px;
}
.project-details .big-img img {
  width: 100%;
  border-radius: 5px;
}
.project-details .project-content,
.project-details .project-details-box {
  margin-top: 50px;
}
.project-details .project-content p ~ p {
  margin-top: 20px;
}
.project-details .project-content h4 {
  font-weight: 700;
}
.project-details .project-content p ~ h4 {
  margin-top: 50px;
}
.project-details .project-content p ~ .list-mark {
  margin-top: 30px;
}
.project-details .project-details-box {
  border-radius: 5px;
  background: var(--color-white2);
}
.project-details .project-details-box .title {
  padding: 15px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
  background: var(--color-orange);
}
.project-details .project-details-box .title h4 {
  color: var(--color-white);
  font-weight: 700;
}
.project-details .project-details-box .box-info-list,
.project-details .project-details-box .star-mark {
  padding: 30px;
}
.project-details .project-details-box .box-info-list {
  padding-bottom: 20px;
}
.project-details .project-details-box .box-info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.project-details .project-details-box .box-info-list li ~ li {
  margin-top: 12px;
}
.project-details .project-details-box .box-info-list li h6,
.project-details .project-details-box .box-info-list li h4 {
  font-weight: 700;
}
.project-details .project-details-box .box-info-list li h4 {
  color: var(--color-orange);
}
.project-details .project-details-box .star-mark {
  padding-top: 0px;
}

/*=====================
       23 Blog Post
  =======================*/
.blog-post-card .tag,
.blog-post-details .tag {
  display: inline-block;
  padding: 8px 18px;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: var(--color-white);
  border-radius: 5px;
  background: var(--color-orange);
}

.blog-post-card ul,
.blog-post-card li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-post-card ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0px;
  gap: 20px;
}
.blog-post-card li {
  gap: 5px;
}
.blog-post-card li .my-icon {
  color: var(--color-orange);
}
.blog-post-card .blog-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-post-card .blog-img .tag {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0px 5px 0px 0px;
  z-index: 1;
}
.blog-post-card .blog-img a {
  position: relative;
  display: block;
}
.blog-post-card .blog-img a::before, .blog-post-card .blog-img a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: var(--color-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-post-card .blog-img a::before {
  top: 100%;
  left: 100%;
}
.blog-post-card .blog-img a::after {
  top: -100%;
  left: -100%;
}
.blog-post-card .blog-img img {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  z-index: -2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-post-card .blog-content ul,
.blog-post-card .blog-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-post-card .blog-content ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0px;
  gap: 20px;
}
.blog-post-card .blog-content li {
  gap: 5px;
}
.blog-post-card .blog-content li p {
  color: var(--color-black);
}
.blog-post-card .blog-content li .my-icon {
  color: var(--color-orange);
}
.blog-post-card .blog-content h3 {
  text-transform: capitalize;
  font-weight: 700;
}
.blog-post-card .blog-content h3 ~ p {
  margin-top: 10px;
}
.blog-post-card .blog-content p ~ a {
  margin-top: 20px;
}
.blog-post-card ~ .blog-post-card {
  margin-top: 30px;
}
.blog-post-card ~ .pegination-box {
  margin: 30px 0;
}
.blog-post-card ~ .pegination-box ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-post-card.video-box {
  position: relative;
}
.blog-post-card.video-box .blog-img::before, .blog-post-card.video-box .blog-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: var(--color-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-post-card.video-box .blog-img::before {
  top: 100%;
  left: 100%;
}
.blog-post-card.video-box .blog-img::after {
  top: -100%;
  left: -100%;
}
.blog-post-card.video-box .blog-img img {
  width: 100%;
}
.blog-post-card.video-box .play-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 50px;
  height: 50px;
  font-size: 14px;
  border-radius: 100px;
  color: var(--color-white);
  background: var(--color-orange);
}
.blog-post-card.video-box .play-video-btn::before, .blog-post-card.video-box .play-video-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 200px;
  z-index: -1;
  border: 2px solid var(--color-orange);
}
.blog-post-card.video-box .play-video-btn::before {
  -webkit-animation: f-zoom 5s 2s ease infinite;
          animation: f-zoom 5s 2s ease infinite;
}
.blog-post-card.video-box .play-video-btn::after {
  -webkit-animation: f-zoom 5s 4s ease infinite;
          animation: f-zoom 5s 4s ease infinite;
}
@-webkit-keyframes f-zoom {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@keyframes f-zoom {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
.blog-post-card:hover .blog-img img {
  -webkit-transform: rotate(1.05deg) scale(1.1);
  transform: rotate(1.05deg) scale(1.1);
}
.blog-post-card:hover .blog-img::before, .blog-post-card:hover .blog-img::after,
.blog-post-card:hover .blog-img a::before,
.blog-post-card:hover .blog-img a::after {
  top: 0;
  left: 0;
}
.blog-post-card .post-slider {
  padding-bottom: 0;
}
.blog-post-card .post-slider .prev-btn,
.blog-post-card .post-slider .next-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 15px;
  color: var(--color-white);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 45px;
  background: var(--color-orange);
  z-index: 1;
}
.blog-post-card .post-slider .prev-btn {
  left: 0;
  border-radius: 0px 5px 5px 0px;
}
.blog-post-card .post-slider .next-btn {
  right: 0;
  border-radius: 5px 0px 0px 5px;
}

/*=====================
    24 Blog Post Details
  =======================*/
.blog-post-details .post-details-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-post-details .blog-img img,
.blog-post-details .box-img img {
  width: 100%;
}
.blog-post-details .blog-post-info ul,
.blog-post-details .blog-post-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-post-details .blog-post-info ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0px;
  gap: 20px;
}
.blog-post-details .blog-post-info li {
  gap: 5px;
}
.blog-post-details .blog-post-info li p {
  color: var(--color-black);
}
.blog-post-details .blog-post-info li .my-icon {
  color: var(--color-orange);
}
.blog-post-details .share-btns {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
  color: var(--color-orange);
  background: var(--color-white2);
}
.blog-post-details .blog-content .postbox__title,
.blog-post-details .blog-content .postbox__text h1,
.blog-post-details .blog-content .postbox__text h2,
.blog-post-details .blog-content .postbox__text h3,
.blog-post-details .blog-content .postbox__text h4,
.blog-post-details .blog-content .postbox__text h5,
.blog-post-details .blog-content .postbox__text h6{
  text-transform: capitalize;
  font-weight: 700;
}

.blog-post-details .blog-content .postbox__title ~ .postbox__text,
.blog-post-details .blog-content .postbox__text p ~ p {
  margin-top: 10px;
}

.blog-post-details .blog-content .postbox__text ~ .postbox__title,
.blog-post-details .blog-content .postbox__text p ~ h1,
.blog-post-details .blog-content .postbox__text p ~ h2,
.blog-post-details .blog-content .postbox__text p ~ h3,
.blog-post-details .blog-content .postbox__text p ~ h4,
.blog-post-details .blog-content .postbox__text p ~ h5,
.blog-post-details .blog-content .postbox__text p ~ h6 {
  margin-top: 30px;
}
.blog-post-details .blog-content p ~ .blog-img-gallary,
.blog-post-details .blog-content p ~ .todays-resource,
.blog-post-details .blog-content p ~ .your-potential {
  margin-top: 40px;
}
.blog-post-details .blog-img-gallary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.blog-post-details .blog-img-gallary .box-img {
  width: calc(50% - 10px);
}
.blog-post-details .todays-resource h6 ~ ul {
  margin-top: 10px;
}
.blog-post-details .todays-resource .my-icon {
  color: var(--color-orange);
}
.blog-post-details .todays-resource li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.blog-post-details .todays-resource li ~ li {
  margin-top: 10px;
}
.blog-post-details .your-potential .box-content {
  margin-top: 20px;
}
.blog-post-details .your-potential ul {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--color-border);
}
.blog-post-details .your-potential li ~ li {
  margin-top: 10px;
}
.blog-post-details .user-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.blog-post-details .user-content h5 {
  font-weight: 700;
}
.blog-post-details .user-content .my-icon {
  font-size: 50px;
  color: var(--color-border);
}
.blog-post-details .blog-content ~ .post-tags,
.blog-post-details .post-tags ~ .post-comments,
.blog-post-details .coomment-post ~ .all-comments,
.blog-post-details .all-comments ~ .comments-form {
  margin-top: 30px;
}
.blog-post-details .post-tags h4 {
  font-weight: 700;
}
.blog-post-details .post-tags,
.blog-post-details .post-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.blog-post-details .post-tags a {
  display: block;
  padding: 5px 20px;
  color: var(--color-black);
  border-radius: 5px;
  background: var(--color-white2);
}
.blog-post-details .post-tags a:hover {
  color: var(--color-white);
  background: var(--color-orange);
}

.blog-post-details .blog-details-border{
  margin: 30px 0px;
}
.blog-post-details .blog-details-border h4{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70%;
  font-weight: 600;
}
.blog-post-details .post-comments {
  margin-bottom: 50px;
}
.blog-post-details .post-comments .coomment-post {
  padding: 25px 30px;
  background: var(--color-white2);
}
.blog-post-details .post-comments .coomment-post .comment-img {
  width: 120px;
}
.blog-post-details .post-comments .coomment-post .comment-img img {
  width: 100%;
}
.blog-post-details .post-comments .coomment-post .comment-img ~ .comment-text {
  margin-top: 15px;
}
.blog-post-details .post-comments .coomment-post h4 {
  position: relative;
  font-weight: 700;
  padding-bottom: 5px;
}
.blog-post-details .post-comments .coomment-post h4::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: var(--color-orange);
}
.blog-post-details .post-comments .coomment-post h4 ~ p {
  margin-top: 10px;
}
.blog-post-details .post-comments .all-comments h3 {
  font-weight: 700;
}
.blog-post-details .post-comments .all-comments h3 ~ ul {
  margin-top: 25px;
}
.blog-post-details .post-comments .all-comments li ~ li {
  margin-top: 35px;
}
.blog-post-details .post-comments .all-comments li ul {
  margin: 30px 0px 0px calc(9% + 15px);
}
.blog-post-details .post-comments .comments-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-post-details .post-comments .comments-box .comments-avatar {
  width: 60px;
  height: 60px;
  min-width: 60px;
  overflow: hidden;
  border-radius: 100px;
  margin-top: 5px;
}
.blog-post-details .post-comments .comments-box .comments-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-post-details .post-comments .comments-box .comments-text {
  width: calc(100% - 90px);
}
.blog-post-details .post-comments .comments-box h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-left: 3px;
}
.blog-post-details .post-comments .comments-box h5 ~ span {
  margin-top: 2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.blog-post-details .post-comments .comments-box .avatar-name ~ p {
  margin-top: 5px;
}
.blog-post-details .post-comments .comments-box .comments-text p {
  position: relative;
  padding: 40px 30px;
  margin-left: 5px;
  background: var(--color-white2);
}
.blog-post-details .post-comments .comments-box .comments-text p::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 19px;
  left: -25px;
  top: 0;
  border-bottom: 19px solid var(--color-tr);
  border-right: 25px solid var(--color-white2);
  background: var(--color-tr);
}
.blog-post-details .post-comments .comments-box .comments-text p ~ .comments-replay {
  margin-top: 20px;
}
.blog-post-details .post-comments .comments-box .comments-replay a {
  padding: 0;
  color: var(--color-orange);
  font-weight: 700;
  font-size: 18px;
  background: var(--color-tr);
}
.blog-post-details .post-comments .comments-box .comments-replay a::before {
  content: "\e904";
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin-right: 13px;
}
.blog-post-details .post-comments .comments-form h3 {
  position: relative;
  font-weight: 700;
  padding-bottom: 5px;
}
.blog-post-details .post-comments .comments-form h3::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: var(--color-orange);
}
.blog-post-details .post-comments .comments-form h3 ~ .comment-form {
  margin-top: 20px;
}
.blog-post-details .post-comments .comment-form input,
.blog-post-details .post-comments .comment-form textarea {
  width: 100%;
  border-radius: 5px;
  background-color: var(--color-white2);
}
.blog-post-details .post-comments .comment-form p ~ input,
.blog-post-details .post-comments .comment-form input ~ input {
  margin-top: 20px;
}
.blog-post-details .post-comments .comment-form input ~ .comment-form-cookies-consent {
  margin-top: 30px;
}
.blog-post-details .post-comments .comment-form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.blog-post-details .post-comments .comment-form .comment-form-cookies-consent input {
  padding: 0;
  width: 14px;
  height: 14px;
  min-width: 14px;
  border-radius: 1px;
  border: 1px solid var(--color-border);
  margin-top: 0;
}
.blog-post-details .post-comments .comment-form .comment-form-cookies-consent input:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-color: var(--color-orange);
  border-color: var(--color-orange);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--bs-form-check-bg-image);
}
.blog-post-details .post-comments .comment-form .comment-form-cookies-consent input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog-post-details .post-comments .comment-form .comment-form-cookies-consent label {
  width: calc(100% - 20px);
  color: var(--color-gBlack);
  font-size: 16px;
  line-height: 26px;
  margin-top: -5px;
}
.blog-post-details .post-comments .comment-form .comment-form-cookies-consent ~ textarea,
.blog-post-details .post-comments .comment-form input ~ button,
.blog-post-details .post-comments .comment-form textarea ~ button,
.blog-post-details .post-comments .comment-form textarea ~ .form-submit{
  margin-top: 20px;
}
.blog-post-details .post-comments .comment-form textarea {
  height: 180px;
  padding: 20px;
}

/*=====================
       22 Contact Us
  =======================*/
.contact-us .contact-left li {
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
          box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  background: var(--color-white);
}
.contact-us .contact-left li ~ li {
  margin-top: 40px;
}
.contact-us .contact-left .my-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: var(--color-white);
  font-size: 20px;
  border-radius: 5px;
  background: var(--color-orange);
}
.contact-us .contact-left .content h4 {
  font-weight: 700;
}
.contact-us .contact-left ~ .contact-map {
  margin-top: 50px;
}
.contact-us .contact-map iframe {
  width: 100%;
  height: 450px;
  border-radius: 5px;
}
.contact-us .contact-form {
  padding: 35px 30px;
  border-radius: 5px;
  background: var(--color-white2);
  margin-top: 50px;
}
.contact-us .contact-form h2 {
  font-weight: 700;
}
.contact-us .contact-form h2 ~ p {
  margin-top: 20px;
}
.contact-us .contact-form p ~ .message-form {
  margin-top: 40px;
}
.contact-us .contact-form .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background: var(--color-white);
}
.contact-us .contact-form .input-box ~ .input-box {
  margin-top: 30px;
}
.contact-us .contact-form .input-box input[type=number]::-webkit-inner-spin-button,
.contact-us .contact-form .input-box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-us .contact-form .input-box input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.contact-us .contact-form .input-box input[type=number] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.contact-us .contact-form .input-box.text-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.contact-us .contact-form .input-box.text-textarea .my-icon {
  margin-top: 5px;
}
.contact-us .contact-form .input-box div,
.contact-us .contact-form .input-box span {
  padding-right: 0;
  width: calc(100% - 70px);
  background: var(--color-tr);
}
.contact-us .contact-form .input-box div input,
.contact-us .contact-form .input-box span input,
.contact-us .contact-form .input-box div textarea,
.contact-us .contact-form .input-box span textarea {
  width: 100%;
}

.contact-us .contact-form .input-box input,
.contact-us .contact-form .input-box textarea {
  font-size: 16px;
}
.contact-us .contact-form .input-box input {
  height: 70px;
}
.contact-us .contact-form .input-box textarea {
  padding-top: 16px;
  height: 156px;
}
.contact-us .contact-form .input-box .my-icon {
  width: 70px;
  line-height: 50px;
  text-align: center;
  color: var(--color-orange);
  font-size: 14px;
}
.contact-us .contact-form .input-box ~ .btn-anime {
  margin-top: 30px;
}
.contact-us .contact-form .btn-anime {
  width: 100%;
}
.contact-us .contact-form .btn-anime ~ .error,
.contact-us .contact-form .btn-anime ~ .success {
  margin-top: 30px;
}
.contact-us .contact-form .response.error,
.contact-us .contact-form .response.success {
  padding: 20px;
  border-radius: 5px;
  background: var(--color-white);
}
.contact-us .contact-form .response.error {
  color: #ef4444;
}
.contact-us .contact-form .response.success {
  color: #22c55e;
}

.page-404 .error-item {
  text-align: center;
}

.page-404 .error-thumb img {
  width: 100%;
}

.page-404 .error-thumb~.error-content {
  margin-top: 50px;
}

.page-404 .error-content h2 {
  font-weight: 700;
  text-transform: uppercase;
}
.page-404 .error-content h2~p {
  margin-top: 12px;
}
.page-404 .error-content p~a {
  margin-top: 30px;
}

/*=====================
       25 Info Footer
  =======================*/
.info-footer {
  /* padding: 50px 0px; */
  background: var(--color-black);
}
.info-footer.v3 {
  position: relative;
  background: var(--color-blue2);
  z-index: 1;
}
.info-footer.v3 .shap{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 28%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.info-footer .footer-left .footer-logo a {
  display: inline-block;
  max-width: 150px;
}
.info-footer .footer-left .footer-logo a img {
  width: 100%;
}
.info-footer .footer-left p {
  color: var(--color-white);
}
.info-footer .footer-left .footer-logo ~ p,
.info-footer .footer-left p ~ .social-link,
.info-footer .footer-left .social-link ~ .sent-email {
  margin-top: 30px;
}
.info-footer .footer-left .social-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.info-footer.v1 .footer-left .social-link  {
  margin-bottom: 30px;
}
.info-footer .footer-left .social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: var(--color-white);
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}
.info-footer .footer-left .sent-email form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-footer .footer-left .sent-email form input {
  width: calc(100% - 60px);
  height: 50px;
  padding: 0px 20px;
  font-weight: 700;
  color: var(--color-gBlack);
  border-radius: 5px 0px 0px 5px;
}
.info-footer .footer-left .sent-email form button {
  width: 60px;
  height: 50px;
  color: var(--color-white);
  border-radius: 0px 5px 5px 0px;
  background: var(--color-orange);
}
.info-footer .footer__widget {
  margin-top: 50px;
}
.info-footer .row > div:first-child .footer__widget {
  margin-top: 0px;
}

.info-footer h4.footer__widget-title{
  font-weight: 700;
  color: var(--color-white);
}
.info-footer h4.footer__widget-title ~ div {
  margin-top: 30px;
}
.info-footer .popular-post li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.info-footer .popular-post li ~ li {
  margin-top: 22px;
}
.info-footer.v3 .popular-post li ~ li {
  padding-top: 22px;
  border-top: 1px solid var(--color-blue3);;
}
.info-footer .popular-post .post-img img {
  width: 80px;
  height: 85px;
  border-radius: 5px;
}
.info-footer .popular-post .post-text {
  width: calc(100% - 80px);
}
.info-footer .popular-post .post-text h6 {
  font-weight: 700;
  color: var(--color-white);
}
.info-footer .popular-post .post-text h6 a {
  color: var(--color-white);
}
.info-footer .popular-post .post-text h6 a:hover {
  color: var(--color-orange);
}
.info-footer.v3 .shap,
.info-footer.v3 .popular-post .post-text h6 a:hover {
  color: var(--color-green);
}
.info-footer .popular-post .post-text .post-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
.info-footer .popular-post .post-text .post-time .my-icon {
  color: var(--color-orange);
}
.info-footer.v3 .popular-post .post-text .post-time .my-icon {
  color: var(--color-green);
}
.info-footer .popular-post .post-text .post-time p {
  color: var(--color-white);
  opacity: 0.8;
}
.info-footer .menu-free-links-container li ~ li,
.info-footer .company-info li ~ li {
  margin-top: 16px;
}
.info-footer .menu-free-links-container li a,
.info-footer.v3 .company-info li a{
  font-size: 16px;
  line-height: 26px;
  color: var(--color-white);
}
.info-footer.v3 .company-info li .my-icon {
  margin-right: 5px;
}
.info-footer.v3 .company-info li a:hover {
  color: var(--color-green);
}
.info-footer.v3 .company-info li sa {
  font-family: 'icomoon';
  content: "\e904";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  opacity: 0.3;
  margin-right: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.info-footer.v3 .menu-free-links-container li a::before {
  font-family: 'icomoon';
  content: "\e904";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  opacity: 0.3;
  margin-right: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.info-footer .menu-free-links-container li a:hover {
  color: var(--color-orange);
}
.info-footer.v3 .menu-free-links-container li a:hover {
  color: var(--color-green);
}
.info-footer.v3 .menu-free-links-container li a:hover::before  {
  opacity: 1;
}
.info-footer .get-touch li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-footer .get-touch li ~ li {
  margin-top: 40px;
}
.info-footer .get-touch .my-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: var(--color-white);
  font-size: 30px;
  border-radius: 5px;
  background: var(--color-orange);
}
.info-footer .get-touch .content p,
.info-footer .get-touch .content h6 {
  color: var(--color-white);
}
.info-footer .get-touch .content h6 {
  font-weight: 700;
}
.info-footer .get-touch .content h6 a {
  color: var(--color-white);
}
.info-footer .get-touch .content h6 a:hover {
  color: var(--color-orange);
}
.info-footer .news-letter p {
  color: var(--color-white);
}
.info-footer .news-letter p ~ .sent-email {
  margin-top: 30px;
}
.info-footer .news-letter form .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--color-gBlack);
  background: var(--color-tr);
}
.info-footer .news-letter form .wpcf7-form-control-wrap::after {
  content: "\e940";
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: var(--color-white);
  width: 60px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.info-footer .news-letter form .wpcf7-form-control-wrap ~ button {
  margin-top: 10px;
}
.info-footer .news-letter form input {
  width: calc(100% - 60px);
  color: var(--color-white);
  background: var(--color-tr);
}
.info-footer .news-letter form .wpcf7-not-valid-tip {
  display:none;
}
.info-footer .news-letter .wpcf7-response-output {
  color: var(--color-white);
}
.info-footer .news-letter form button {
  font-weight: 700;
  width: 100%;
  padding: 18px 10px;
  color: var(--color-white);
  text-transform: uppercase;
  background: var(--color-orange);
}
.info-footer.v1 .social-link a {
  border: 1px solid var(--color-border);
}
.info-footer.v3 .social-link a {
  background: var(--color-blue3);
}
.info-footer.v1 .social-link a:hover {
  border-color: var(--color-orange);
  background: var(--color-orange);
}
.info-footer.v3 .social-link a:hover {
  background: var(--color-green);
}
.info-footer.v2 {
  position: relative;
  z-index: 1;
}
.info-footer.v2 .social-link a {
  border: 1px solid var(--color-orange);
  background: var(--color-orange);
}
.info-footer.v2 .social-link a:hover {
  border-color: var(--color-border);
  background: var(--color-tr);
}
/** For widget block */
.info-footer .widget_block {
  margin-bottom: 16px;
}
.info-footer .widget_block h2.wp-block-heading {
  font-size: 24px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  color: var(--color-white);
}
.info-footer .widget_block ul li {
  margin-top: 16px;
}
.info-footer .widget_block ul li a {
  font-size: 16px;
  color: var(--color-white);
}
.info-footer .widget_block ul li a:hover {
  color: var(--color-orange);
}

/*=====================
       26 Footer Main
  =======================*/
.footer-main {
  background: var(--color-black);
}
.footer-main.v3 {
  border-top: 1px solid var(--color-gBlack);;
  background: var(--color-blue2);
}
.footer-main .footer-content {
  padding: 30px 0px;
  gap: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-main .footer-content p {
  color: var(--color-white);
  opacity: 0.5;
}
.footer-main .footer-content p a {
  color: var(--color-white);
}
.footer-main .footer-content p a:hover {
  color: var(--color-orange);
}
.footer-main .footer-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.footer-main .footer-content ul a {
  color: var(--color-white);
  opacity: 0.5;
}
.footer-main .footer-content ul a:hover {
  opacity: 1;
}
.footer-main.v1 {
  border-top: 1px solid var(--color-gBlack2);
}
.footer-main.v2 {
  position: relative;
  z-index: 1;
}
.footer-main.v2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-orange);
  opacity: 0.1;
  z-index: -1;
}