@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&amp;family=Rubik:wght@400;500;600;700&amp;display=swap");

:root {
    --color-white: #fff;
    --color-white2: #f8f8f8;
    --color-black: #15222c;
    --color-gBlack: #616670;
    --color-gBlack2: #333f4d;
    --color-border: #e3e3e3;
    --color-orange: #322a44;
    --color-orange2: #31ff08;
    --color-tr: transparent
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    
    
}

body {
    margin: 0;
    width:100%;
}

main {
    width:100%;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

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

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

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

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

li,
ol,
ul {
    list-style: none
}

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: none
}

b,
strong {
    font-weight: 700
}

blockquote,
q {
    quotes: none
}

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

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

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

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

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row {
    --bs-gutter-x: 1.875rem
}

html {
    overflow-x: hidden;
    width:100%;
}

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

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)
}

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

.btn:hover,
a:hover,
button:hover {
    color: var(--color-orange);
    outline: none
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: var(--color-orange)
}

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

.uneditable-input,
input,
select,
textarea {
    transition: all .4s ease
}

section {
    padding: 50px 0;
    width:100%;
}

.top-bar .info-link .my-icon {
    color: #015494
}

.top-bar .my-icon~p {
    display: inline-block;
    margin-left: 10px
}

.top-bar .info-link ul,
.top-bar .social-link ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.top-bar .info-link ul {
    -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
}

.top-bar .social-link a {
    font-size: 15px
}

.top-bar.v1 {
    padding: 15px 0;
    background: var(--color-black)
}

.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 .top-left {
    display: none
}

.top-bar.v1 .top-right .social-link ul:before {
    content: "Follow On :";
    color: var(--color-white)
}

.top-bar.v1 .top-right .social-link a {
    color: var(--color-white)
}

.top-bar.v1 .top-right .social-link a:hover {
    color: var(--color-orange)
}

.top-bar.v2 {
    padding: 15px 0;
    background: var(--color-white2)
}

.top-bar.v2 p,
.top-bar.v2 p a {
    color: var(--color-gBlack)
}

.top-bar.v2 p a:hover {
    color: var(--color-orange)
}

.top-bar.v2 .social-link ul {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.top-bar.v2 .social-link a {
    color: var(--color-gBlack)
}

.top-bar.v2 .social-link a:hover {
    color: var(--color-orange)
}

.menu-bar {
    padding: 20px 0;
    background: var(--color-white);
    transition: all .4s ease
}

.menu-bar.sticky-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    box-shadow: 4px 0 20px 10px hsla(0, 0%, 54%, .34)
}

.menu-bar .menu-bar-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -ms-flex-align: center;
    align-items: center
}

.menu-bar .main-menu ul a {
    display: block;
    padding: 30px 0;
    font-weight: 500;
    font-size: 16px
}

.menu-bar .main-menu ul a span {
    font-size: 10px;
    margin-left: 5px
}

.menu-bar .main-menu ul a.active {
    color:#1c5780;
}

.menu-bar .main-menu ul ul {
    position: absolute;
    min-width: 220px;
    gap: 0;
    top: 80%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    background: var(--color-white);
    transition: all .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:last-child 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:last-child 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:last-child ul,
.menu-bar .main-menu ul li:last-child 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 .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 .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;
    background: var(--color-orange);
    transition: all .4s ease
}

.menu-bar .mobile-menu-btn span:first-child {
    top: 0
}

.menu-bar .mobile-menu-btn span:nth-child(3) {
    bottom: 0
}

.menu-bar .mobile-menu-btn.active span:first-child {
    width: 15px;
    top: 23px;
    transform: translate(-1.5px, -5.3px) rotate(-135deg)
}

.menu-bar .mobile-menu-btn.active span:nth-child(2) {
    width: 75%;
    transform: rotate(-180deg)
}

.menu-bar .mobile-menu-btn.active span:nth-child(3) {
    width: 15px;
    bottom: 23px;
    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);
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    transition: all .4s ease;
    z-index: 5
}

.menu-bar .mobile-menu.active {
    left: 0;
    opacity: 1;
    visibility: visible
}

.menu-bar .mobile-menu .mobile-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed var(--color-orange)
}

.menu-bar .mobile-menu .mobile-header .close-mobile-btn {
    padding: 30px;
    border-left: 1px dashed var(--color-orange);
    background: var(--color-tr)
}

.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 .mobile-menu .main-manu li.active>a {
    color: var(--color-orange)
}

.menu-bar .mobile-menu .main-manu li.active a>.my-icon {
    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 span {
    position: absolute;
    top: 21px;
    right: 24px;
    font-size: 12px;
    transition: all .4s ease;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -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;
    color: var(--color-orange);
    border: 1px solid var(--color-orange);
    background: var(--color-white)
}

.menu-bar .mobile-menu .socials-links a:hover {
    color: var(--color-white);
    background: var(--color-orange)
}

.menu-bar .mobile-menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: var(--color-black);
    transition: all .4s ease;
    z-index: 2
}

.menu-bar .mobile-menu-overlay.active {
    opacity: .3;
    visibility: visible
}

.menu-bar.v1 .right-btn a {
    padding: 35px 53px;
    display: block;
    border-radius: 0
}

.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 {
    -ms-flex-pack: center;
    justify-content: center
}

.menu-bar.v2 .main-menu ul a {
    color: var(--color-gBlack)
}

.menu-bar.v2 .main-menu ul a.active {
    color: var(--color-orange)
}

.menu-bar.v2 .right-contact {
    display: none
}

.menu-bar.v2 .right-contact .my-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: var(--color-white);
    font-size: 16px;
    border-radius: 50px;
    background: var(--color-orange)
}

.menu-bar.v2 .right-contact .text-content h4 {
    font-weight: 700;
    margin-top: -1px
}

.btn-anime,
.link-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)
}

.btn-anime.v1,
.btn-anime.v2,
.link-anime.v1,
.link-anime.v2 {
    z-index: 1
}

.btn-anime.v1:after,
.btn-anime.v1:before,
.btn-anime.v2:after,
.btn-anime.v2:before,
.link-anime.v1:after,
.link-anime.v1:before,
.link-anime.v2:after,
.link-anime.v2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    transition: all .4s ease
}

.btn-anime.v1,
.link-anime.v1 {
    color: var(--color-orange);
    z-index: 1
}

.btn-anime.v1:after,
.btn-anime.v1:before,
.link-anime.v1:after,
.link-anime.v1:before {
    left: -100%;
    background: var(--color-orange)
}

.btn-anime.v1:before,
.link-anime.v1:before {
    opacity: .6
}

.btn-anime.v1:hover,
.link-anime.v1:hover {
    color: var(--color-white);
    background: var(--color-tr)
}

.btn-anime.v1:hover:after,
.link-anime.v1:hover:after {
    transition-delay: .2s
}

.btn-anime.v1:hover:after,
.btn-anime.v1:hover:before,
.link-anime.v1:hover:after,
.link-anime.v1:hover:before {
    left: 0
}

.btn-anime.v2,
.link-anime.v2 {
    color: var(--color-white)
}

.btn-anime.v2:after,
.btn-anime.v2:before,
.link-anime.v2:after,
.link-anime.v2:before {
    left: 0;
    background: var(--color-orange)
}

.btn-anime.v2:before,
.link-anime.v2:before {
    opacity: .6
}

.btn-anime.v2:hover,
.link-anime.v2:hover {
    color: var(--color-orange);
    background: var(--color-tr)
}

.btn-anime.v2:hover:before,
.link-anime.v2:hover:before {
    transition-delay: .2s
}

.btn-anime.v2:hover:after,
.btn-anime.v2:hover:before,
.link-anime.v2:hover:after,
.link-anime.v2:hover:before {
    left: -100%
}

.btn-anime.v3,
.link-anime.v3 {
    padding: 22px 30px;
    color: var(--color-white);
    border: none
}

.btn-anime.v3:hover,
.link-anime.v3:hover {
    background: var(--color-orange)
}

.btn-anime.v4,
.link-anime.v4 {
    border-color: var(--color-border)
}

.btn-anime.v4:hover,
.link-anime.v4:hover {
    color: var(--color-orange)
}

.btn-anime.border-round,
.link-anime.border-round {
    border-radius: 80px
}

.btn-anime span.my-icon,
.link-anime span.my-icon {
    margin-left: 10px
}

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

.link-anime:after,
.link-anime:before {
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-white)
}

.preloder svg {
    width: 150px;
    height: 150px
}

.preloder .big-circle,
.preloder .small-circle {
    stroke-width: 3px;
    stroke: var(--color-orange)
}

.preloder .small-circle {
    stroke-dasharray: 210;
    stroke-dashoffset: 210;
    transform-origin: 50%;
    animation: 1s a infinite alternate
}

.preloder .big-circle {
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    transform-origin: 50%;
    animation: 1s b infinite alternate .5s
}

@keyframes a {
    0% {
        stroke-dashoffset: 0;
        transform: rotate(0deg)
    }

    to {
        stroke-dashoffset: 210;
        transform: rotate(1turn)
    }
}

@keyframes b {
    0% {
        stroke-dashoffset: 0;
        transform: rotateY(180deg) rotate(1turn)
    }

    to {
        stroke-dashoffset: 240;
        transform: rotateY(180deg) rotate(0deg)
    }
}

.my-select {
    position: relative;
    display: inline-block
}

.my-select .current {
    position: relative;
    padding: 0 40px 0 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;
    transform: translateY(-50%);
    transition: all .4s ease
}

.my-select .current.open:before {
    transform: translateY(-50%) rotate(180deg)
}

.my-select .list {
    position: absolute;
    width: 100%;
    top: 110%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    background: var(--color-white);
    opacity: 0;
    visibility: hidden;
    transition: all .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;
    transition: all .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-center h2,
.section-title-center h6,
.section-title h2,
.section-title h6 {
    font-weight: 700
}

.section-title-center h6,
.section-title h6 {
    color: var(--color-orange);
    letter-spacing: 4px;
    text-transform: uppercase
}

.section-title-center h6~h2,
.section-title h6~h2 {
    margin-top: 10px
}

.section-title-center h2,
.section-title h2 {
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize
}

.section-title-center~.row,
.section-title~.row {
    margin-top: 50px
}

.section-title-center.title-left-right .right-content,
.section-title.title-left-right .right-content {
    margin-top: 10px
}

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

.star-mark {
    display: -ms-flexbox;
    display: flex;
    -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:first-child .my-icon::before,
.star-mark.star-2 li:first-child .my-icon::before,
.star-mark.star-2 li:nth-child(2) .my-icon:before,
.star-mark.star-3 li:first-child .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:first-child .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:first-child .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: -ms-flexbox;
    display: flex;
    -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: 0
}

.slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 45px
}

.slider .swiper-pagination {
    bottom: 0;
    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);
    transition: all .4s ease
}

.slider .swiper-pagination .swiper-pagination-bullet~.swiper-pagination-bullet {
    margin: 0 0 0 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:after,
.faq-btn span:before {
    position: absolute;
    content: "";
    top: 14px;
    left: 9px;
    width: 12px;
    height: 2px;
    border-radius: 5px;
    transform: rotate(0deg);
    background: var(--color-white);
    transition: all .4s ease
}

.faq-btn span:after {
    transform: rotate(90deg) rotateY(-90deg)
}

.faq-btn.collapsed span:after {
    transform: rotate(90deg) rotateY(0deg)
}

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

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

.bg-cover-center {
    background-position: 50%
}

.breadcum {
    position: relative;
    padding: 50px 0;
    z-index: 1
}

.breadcum:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .6;
    background: var(--color-black);
    z-index: -1
}

.breadcum .breadcum-content {
    text-align: center
}

.breadcum .breadcum-content h2 {
    color: var(--color-white);
    font-weight: 700;
    font-size: 38px;
    line-height: 48px
}

.breadcum .breadcum-content h2~ul {
    margin-top: 10px
}

.breadcum .breadcum-content ul {
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 15px;
    line-height: 25px;
    font-weight: 700
}

.breadcum .breadcum-content li~li,
.breadcum .breadcum-content ul {
    display: -ms-flexbox;
    display: flex;
    -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: -ms-flexbox;
    display: flex;
    -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 {
    margin-top: 30px
}

.widgets .widget-header {
    padding: 15px;
    border-radius: 5px 5px 0 0;
    background: var(--color-orange)
}

.widgets .widget-header h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--color-white)
}

.widgets .widget-content {
    padding: 30px 15px;
    border-radius: 0 0 5px 5px;
    background: var(--color-white2)
}

.widgets .search-widget form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.widgets .search-widget input {
    width: 100%;
    font-size: 16px;
    border-radius: 5px 0 0 5px
}

.widgets .search-widget button {
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 15px;
    color: var(--color-gBlack);
    border-radius: 0 5px 5px 0;
    background: var(--color-white)
}

.widgets .post-list li,
.widgets .post-list li .date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.widgets .post-list li {
    gap: 20px
}

.widgets .post-list li~li {
    margin-top: 15px
}

.widgets .post-list .date {
    gap: 10px
}

.widgets .post-list .post-img {
    width: 75px
}

.widgets .post-list .post-text {
    width: calc(100% - 75px)
}

.widgets .post-list .post-text .my-icon {
    color: var(--color-orange)
}

.widgets .post-list .post-text h6 {
    font-weight: 700;
    color: var(--color-gBlack2);
    margin-top: 2px
}

.widgets .post-list .post-text h6 a {
    color: var(--color-gBlack2)
}

.widgets .post-list .post-text h6 a:hover {
    color: var(--color-orange)
}

.widgets .category-list ul {
    padding: 15px;
    border-radius: 5px;
    background: var(--color-white)
}

.widgets .category-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.widgets .category-list li~li {
    margin-top: 20px
}

.widgets .category-list h6 {
    font-weight: 700
}

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

.widgets .tags-widgets ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px
}

.widgets .tags-widgets a {
    display: block;
    padding: 5px 20px;
    color: var(--color-gBlack);
    border-radius: 5px;
    background: var(--color-white)
}

.widgets .tags-widgets a:hover {
    color: var(--color-white);
    background: var(--color-orange)
}

.scroll-bottom-Top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 0;
    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);
    box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1), 0 4px 13px -2px rgba(19, 16, 34, .06);
    z-index: 5
}

.scroll-bottom-Top.show {
    right: 25px;
    opacity: 1;
    visibility: visible
}

.scroll-bottom-Top .my-icon {
    display: inline-block;
    transform: rotate(-180deg)
}

.banner {
    padding: 0
}

.banner .banner-content {
    padding: 50px 0
}

.banner .banner-content h2,
.banner .banner-content h6,
.banner .banner-content p {
    color: var(--color-white)
}

.banner .banner-content h2,
.banner .banner-content h6 {
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.banner .banner-content h2~p,
.banner .banner-content h6~h2 {
    margin-top: 30px
}

.banner .banner-content p~ul {
    margin-top: 40px
}

.banner.v1 {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.banner.v1:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #213438, rgba(51, 63, 77, 0))
}

.banner.v1:after,
.banner.v1:before {
    position: absolute;
    content: "";
    z-index: -1
}

.banner.v1:after {
    width: 54vh;
    height: 54vh;
    left: -16%;
    bottom: -12%;
    opacity: .3;
    background-image: url(../img/banner/v1/shap-1.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%, 100%;
    transform-origin: center;
    animation: c 6.5s linear infinite
}

@keyframes c {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.banner.v2 {
    position: relative;
    padding: 50px 0;
    z-index: 1;
    background-size: cover;
    background-position: 50%
}

.banner.v2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .6;
    background: var(--color-black)
}

.about-us .items-content~.items-link,
.about-us .section-title~.items-content {
    margin-top: 40px
}

.about-us .about-img {
    position: relative;
    width: calc(100% - 45px);
    margin: 21px 21px 15px
}

.about-us .about-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    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);
    box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1), 0 4px 13px -2px rgba(19, 16, 34, .06);
    animation: c 6.5s linear infinite
}

.about-us .about-img .circle-play-btn .my-icon {
    position: absolute;
    left: 50%;
    top: 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);
    box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1), 0 4px 13px -2px rgba(19, 16, 34, .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 .cantact-link,
.about-us .items-link ul {
    display: -ms-flexbox;
    display: flex;
    -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: .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
}

.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 0 0;
    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: 0 auto -85px;
    z-index: 0
}

.services.v1 .services-card .services-img img {
    width: 100%;
    border-radius: 0 0 5px 5px
}

.services.v2 .services-card .services-header,
.services.v3 .services-card .services-header {
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    border-radius: 5px 5px 0 0
}

.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: 0 0 5px 5px
}

.services.v2 .services-card .services-img img,
.services.v3 .services-card .services-img img {
    width: 100%;
    transition: all .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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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 {
    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)
}

.work-gallery .row .gallery-card {
    margin-top: 30px
}

.work-gallery .row>div:first-child .gallery-card {
    margin-top: 0
}

.work-gallery .section-title .right-content {
    margin-top: 10px
}

.work-gallery .section-title-center~.gallery-img-boxs,
.work-gallery .section-title~.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;
    transition: all .4s ease
}

.work-gallery .gallery-card img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all .4s ease
}

.work-gallery .gallery-card:hover img {
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    left: 50%;
    border-radius: 5px;
    box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1), 0 4px 13px -2px rgba(19, 16, 34, .06);
    background: var(--color-white);
    transform: translate(-50%) scale(.8) rotateX(90deg);
    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 0 5px 0;
    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 {
    transform: translate(-50%) 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: linear-gradient(180deg, rgba(21, 34, 44, 0), var(--color-black));
    opacity: 0;
    visibility: hidden;
    transition: all .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 .card-info,
.work-gallery.v2 .gallery-card:hover:before {
    opacity: 1;
    visibility: visible
}

.work-gallery.v2 .gallery-card:hover .card-info {
    bottom: 0
}

.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: 50%;
    mix-blend-mode: overlay;
    z-index: -1
}

.counter-section .counter-items ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.counter-section .counter-items li,
.counter-section .counter-items ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.counter-section .counter-items li {
    position: relative;
    width: 100%;
    z-index: 1
}

.counter-section .counter-items li:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-orange);
    border-radius: 5px 0 0 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: 0 5px 5px 0;
    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
}

.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 .faq-img,
.common-faqs .section-title~.accordion,
.common-faqs li~li {
    margin-top: 30px
}

.common-faqs .faq-img img {
    width: 100%;
    border-radius: 5px
}

.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);
    text-align: center;
    line-height: 60px;
    background: var(--color-white);
    box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1), 0 4px 13px -2px rgba(19, 16, 34, .06);
    border-radius: 5px;
    margin-bottom: 15px
}

.our-simple-step.v1 .process-card h6 {
    font-weight: 700;
    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);
    box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1), 0 4px 13px -2px rgba(19, 16, 34, .06)
}

.our-simple-step.v2 .process-card .process-card-header {
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-align: center;
    align-items: center;
    -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
}

.clients-review .section-title~.slider {
    margin-top: 30px;
    padding-bottom: 0
}

.clients-review .right-content {
    margin-top: 50px;
    text-align: right
}

.clients-review .next-btn,
.clients-review .prev-btn {
    width: 45px;
    height: 45px
}

.clients-review .prev-btn~.next-btn {
    margin-left: 15px
}

.clients-review .client-card {
    padding: 30px;
    transition: all .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: -ms-flexbox;
    display: flex;
    -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 .next-btn,
.clients-review.v1 .prev-btn {
    position: relative;
    font-size: 12px;
    color: var(--color-orange);
    background: var(--color-tr);
    z-index: 1
}

.clients-review.v1 .next-btn:before,
.clients-review.v1 .prev-btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .1;
    border-radius: 5px;
    background: var(--color-orange);
    z-index: -1;
    transition: all .4s ease
}

.clients-review.v1 .next-btn:hover,
.clients-review.v1 .prev-btn:hover {
    color: var(--color-white)
}

.clients-review.v1 .next-btn:hover:before,
.clients-review.v1 .prev-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: -ms-flexbox;
    display: flex;
    -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 .next-btn,
.clients-review.v2 .prev-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 .next-btn:hover,
.clients-review.v2 .prev-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
}

.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: .3;
    background: url(../img/get-in-touch/shap-bg.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    z-index: -1
}

.get-in-touch .left-content .s-items-list .my-icon,
.get-in-touch .left-content h2,
.get-in-touch .left-content p {
    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: -ms-flexbox;
    display: flex;
    -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 li,
.get-in-touch .card-items-list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.get-in-touch .card-items-list ul {
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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~form {
    margin-top: 25px
}

.get-in-touch .input-box {
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.get-in-touch .input-box.text-textarea {
    -ms-flex-align: start;
    align-items: start
}

.get-in-touch .input-box.text-textarea .my-icon {
    margin-top: 5px
}

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

.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 {
    color: #22c55e
}

.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;
    transition: all .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 {
    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 {
    transform: rotate(1.05deg) scale(1.1)
}

.latest-news.v1 .new-post-card {
    box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1), 0 4px 13px -2px rgba(19, 16, 34, .06)
}

.latest-news.v1 .new-post-card .date-time {
    position: absolute;
    top: 30px;
    right: 30px;
    display: -ms-flexbox;
    display: flex;
    -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: .9;
    right: 0;
    top: 0;
    border-radius: 0 5px 0 0;
    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: 0 5px 0 0;
    background: var(--color-orange);
    z-index: 1
}

.latest-news.v2 .new-post-card .post-info li,
.latest-news.v2 .new-post-card .post-info ul {
    display: -ms-flexbox;
    display: flex;
    -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)
}

.who-we-are .left-images {
    margin-bottom: 50px
}

.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: -ms-flexbox;
    display: flex;
    -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 h2,
.who-we-are .left-images .count-content p {
    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);
    box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1), 0 4px 13px -2px rgba(19, 16, 34, .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;
    -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: -ms-flexbox;
    display: flex;
    -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
}

.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 {
    margin-top: 30px
}

.company-benefits .content-box h2,
.company-benefits .content-box h4,
.company-benefits .content-box h6,
.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: -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%
}

.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 {
    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: 0;
    overflow: hidden
}

.our-tema .profile-img a {
    display: block;
    overflow: hidden;
    border-radius: 5px
}

.our-tema .profile-img img {
    width: 100%;
    transition: all .4s ease
}

.our-tema .profile-img .social-link {
    position: absolute;
    width: 100%;
    bottom: 100px;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transition: all .4s ease
}

.our-tema .profile-img .social-link ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: 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
}

.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;
    transform: translateY(-50%);
    border-radius: 5px 0 0 5px;
    background: var(--color-orange)
}

.talk-to-us .left-img img {
    width: 100%;
    border-radius: 5px
}

.talk-to-us .left-numbber {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    border-radius: 5px;
    gap: 15px;
    margin: 30px 0 0 -18px;
    background: var(--color-white);
    box-shadow: 0 4.4px 20px rgba(19, 16, 34, .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 h3,
.talk-to-us .left-numbber .text-content h4 {
    font-weight: 700
}

.talk-to-us .left-numbber .text-content h4 {
    color: var(--color-gBlack)
}

.talk-to-us .right-content,
.talk-to-us .right-content .section-title~form {
    margin-top: 30px
}

.talk-to-us .right-content form .current,
.talk-to-us .right-content form input,
.talk-to-us .right-content form textarea {
    width: 100%;
    font-size: 16px;
    height: 65px;
    border-radius: 5px
}

.talk-to-us .right-content form .group-box~textarea,
.talk-to-us .right-content form input~.group-box,
.talk-to-us .right-content form input~.my-select,
.talk-to-us .right-content form input~input,
.talk-to-us .right-content form input~select,
.talk-to-us .right-content form textarea~.btn-anime {
    margin-top: 20px
}

.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;
    -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 h2,
.talk-to-us.v1 .right-content .section-title h6 {
    color: var(--color-white)
}

.talk-to-us.v1 .right-content form .current,
.talk-to-us.v1 .right-content form input,
.talk-to-us.v1 .right-content form textarea {
    color: var(--color-white);
    border: 1px solid #48525c;
    background: var(--color-black)
}

.talk-to-us.v2 .right-content form .current,
.talk-to-us.v2 .right-content form input,
.talk-to-us.v2 .right-content form textarea {
    border: 1px solid var(--color-border);
    background: var(--color-tr)
}

.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: -ms-flexbox;
    display: flex;
    -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: -ms-flexbox;
    display: flex;
    -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 .list-mark ul~p,
.team-details .skills-list,
.team-details .team-description p~h3,
.team-details .team-description~.row {
    margin-top: 30px
}

.team-details .skills-list li~li {
    margin-top: 20px
}

.team-details .skills-list .skill-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -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: .2;
    background: var(--color-orange)
}

.team-details .skills-list .my-progress-bar .progress-vale {
    height: 100%;
    border-radius: 50px;
    background: var(--color-orange)
}

.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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -ms-flex-align: center;
    align-items: center;
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    border-radius: 5px;
    gap: 15px;
    margin: 30px 0 50px;
    background: var(--color-white);
    box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1), 0 4px 13px -2px rgba(19, 16, 34, .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: .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,
.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 {
    box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1), 0 4px 13px -2px rgba(19, 16, 34, .06)
}

.service-details .services-faq li~li {
    margin-top: 30px
}

.faq-section .accordion li {
    background: var(--color-white);
    box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1), 0 4px 13px -2px rgba(19, 16, 34, .06);
    border-radius: 5px
}

.faq-section .accordion li~li {
    margin-top: 30px
}

.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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: 25px 0
}

.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 0 0;
    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: -ms-flexbox;
    display: flex;
    -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 h4,
.project-details .project-details-box .box-info-list li h6 {
    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: 0
}

.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 li,
.blog-post-card ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.blog-post-card ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    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;
    transition: all .4s ease
}

.blog-post-card .blog-img .tag {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 5px 0 0;
    z-index: 1
}

.blog-post-card .blog-img a {
    position: relative;
    display: block
}

.blog-post-card .blog-img a:after,
.blog-post-card .blog-img a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: .2;
    background: var(--color-black);
    transition: all .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%;
    z-index: -2;
    transition: all .4s ease
}

.blog-post-card .blog-content li,
.blog-post-card .blog-content ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.blog-post-card .blog-content ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    gap: 20px
}

.blog-post-card .blog-content li {
    gap: 5px
}

.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 {
    -ms-flex-pack: center;
    justify-content: center
}

.blog-post-card.video-box {
    position: relative
}

.blog-post-card.video-box .blog-img:after,
.blog-post-card.video-box .blog-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: .2;
    background: var(--color-black);
    transition: all .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%;
    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:after,
.blog-post-card.video-box .play-video-btn:before {
    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 {
    animation: d 5s 2s ease infinite
}

.blog-post-card.video-box .play-video-btn:after {
    animation: d 5s 4s ease infinite
}

@keyframes d {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    80% {
        transform: scale(1.5)
    }

    to {
        opacity: 0
    }
}

.blog-post-card:hover .blog-img img {
    transform: rotate(1.05deg) scale(1.1)
}

.blog-post-card:hover .blog-img:after,
.blog-post-card:hover .blog-img:before,
.blog-post-card:hover .blog-img a:after,
.blog-post-card:hover .blog-img a:before {
    top: 0;
    left: 0
}

.blog-post-card .post-slider {
    padding-bottom: 0
}

.blog-post-card .post-slider .next-btn,
.blog-post-card .post-slider .prev-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: var(--color-white);
    top: 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: 0 5px 5px 0
}

.blog-post-card .post-slider .next-btn {
    right: 0;
    border-radius: 5px 0 0 5px
}

.blog-post-details .post-details-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -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 li,
.blog-post-details .blog-post-info ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.blog-post-details .blog-post-info ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    gap: 20px
}

.blog-post-details .blog-post-info li {
    gap: 5px
}

.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-img~.blog-content {
    margin-top: 30px
}

.blog-post-details .blog-content h3,
.blog-post-details .blog-content h4,
.blog-post-details .blog-content h6 {
    text-transform: capitalize;
    font-weight: 700
}

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

.blog-post-details .blog-content p~h4 {
    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: -ms-flexbox;
    display: flex;
    -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: -ms-flexbox;
    display: flex;
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -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 .all-comments~.comments-form,
.blog-post-details .blog-content~.post-tags,
.blog-post-details .coomment-post~.all-comments,
.blog-post-details .post-tags~.post-comments {
    margin-top: 30px
}

.blog-post-details .post-tags h4 {
    font-weight: 700
}

.blog-post-details .post-tags,
.blog-post-details .post-tags ul {
    display: -ms-flexbox;
    display: flex;
    -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 .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 0 0 calc(9% + 15px)
}

.blog-post-details .post-comments .comment-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-post-details .post-comments .comment-wrapper .profile-img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    overflow: hidden;
    border-radius: 100px
}

.blog-post-details .post-comments .comment-wrapper .profile-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.blog-post-details .post-comments .comment-wrapper .profile-text {
    width: calc(100% - 90px)
}

.blog-post-details .post-comments .comment-wrapper h4 {
    font-weight: 700;
    margin-left: 3px
}

.blog-post-details .post-comments .comment-wrapper h4~.content {
    margin-top: 5px
}

.blog-post-details .post-comments .comment-wrapper .content {
    position: relative;
    padding: 40px 30px;
    margin-left: 5px;
    background: var(--color-white2)
}

.blog-post-details .post-comments .comment-wrapper .content: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 .comment-wrapper .content~.reply-btn {
    margin-top: 20px
}

.blog-post-details .post-comments .comment-wrapper .reply-btn {
    padding: 0;
    color: var(--color-orange);
    font-weight: 700;
    font-size: 18px;
    background: var(--color-tr)
}

.blog-post-details .post-comments .comment-wrapper .reply-btn .my-icon {
    display: inline-block;
    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~.main-form {
    margin-top: 20px
}

.blog-post-details .post-comments .main-form input,
.blog-post-details .post-comments .main-form textarea {
    width: 100%;
    border-radius: 5px;
    background-color: var(--color-white2)
}

.blog-post-details .post-comments .main-form input~input,
.blog-post-details .post-comments .main-form p~input {
    margin-top: 20px
}

.blog-post-details .post-comments .main-form input~.check-box {
    margin-top: 30px
}

.blog-post-details .post-comments .main-form .check-box {
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.blog-post-details .post-comments .main-form .check-box 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 .main-form .check-box input:checked {
    background-color: var(--color-orange);
    border-color: var(--color-orange)
}

.blog-post-details .post-comments .main-form .check-box input:focus {
    box-shadow: none
}

.blog-post-details .post-comments .main-form .check-box label {
    width: calc(100% - 20px);
    color: var(--color-gBlack);
    font-size: 16px;
    line-height: 26px;
    margin-top: -5px
    
}

.blog-post-details .post-comments .main-form .check-box~textarea,
.blog-post-details .post-comments .main-form input~button,
.blog-post-details .post-comments .main-form textarea~button {
    margin-top: 20px
}

.blog-post-details .post-comments .main-form textarea {
    height: 180px;
    padding: 20px
}

.contact-us .contact-left flexs {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 100vw;
   

} 

.contact-us .contact-left ul li {
    padding: 20px 15px;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 4.4px 20px -1px rgba(19, 16, 34, .05);
    background: var(--color-white);
    width:100%;

}




.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~form {
    margin-top: 40px
}

.contact-us .contact-form .input-box {
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.contact-us .contact-form .input-box.text-textarea {
    -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 input,
.contact-us .contact-form .input-box textarea {
    padding-right: 0;
    font-size: 16px;
    width: calc(100% - 70px);
    background: var(--color-tr)
}

.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
}

.info-footer {
    padding: 50px 0;
    background: var(--color-black)
}

.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 .social-link~.sent-email,
.info-footer .footer-left p~.social-link {
    margin-top: 30px
}

.info-footer .footer-left .social-link ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.info-footer .footer-left .sent-email form input {
    width: calc(100% - 60px);
    height: 50px;
    padding: 0 20px;
    font-weight: 700;
    color: var(--color-gBlack);
    border-radius: 5px 0 0 5px
}

.info-footer .footer-left .sent-email form button {
    width: 60px;
    height: 50px;
    color: var(--color-white);
    border-radius: 0 5px 5px 0;
    background: var(--color-orange)
}

.info-footer .get-touch,
.info-footer .news-letter,
.info-footer .our-link,
.info-footer .popular-post {
    margin-top: 50px
}

.info-footer .get-touch>h4,
.info-footer .news-letter>h4,
.info-footer .our-link>h4,
.info-footer .popular-post>h4 {
    font-weight: 700;
    color: var(--color-white)
}

.info-footer .get-touch h4~ul,
.info-footer .news-letter h4~p,
.info-footer .our-link h4~ul,
.info-footer .popular-post h4~ul {
    margin-top: 30px
}

.info-footer .popular-post li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.info-footer .popular-post li~li {
    margin-top: 22px
}

.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 .popular-post .post-text .post-time {
    display: -ms-flexbox;
    display: flex;
    -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 .popular-post .post-text .post-time p {
    color: var(--color-white);
    opacity: .8
}

.info-footer .our-link li~li {
    margin-top: 16px
}

.info-footer .our-link li a {
    font-size: 16px;
    line-height: 26px;
    color: var(--color-white)
}

.info-footer .our-link li a:hover {
    color: var(--color-orange)
}

.info-footer .get-touch li {
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -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 h6,
.info-footer .get-touch .content p {
    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 .cover-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--color-gBlack);
    background: var(--color-tr)
}

.info-footer .news-letter form .cover-form~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 .my-icon {
    font-size: 16px;
    color: var(--color-white);
    width: 60px;
    height: 50px;
    text-align: center;
    line-height: 50px
}

.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.v1 .social-link a:hover {
    border-color: var(--color-orange);
    background: var(--color-orange)
}

.info-footer.v2 {
    position: relative;
    z-index: 1
}

.info-footer.v2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/footer-img/footer-shap.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    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)
}

.footer-main {
    background: var(--color-black)
}

.footer-main .footer-content {
    padding: 30px 0;
    gap: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-main .footer-content p {
    color: var(--color-white);
    opacity: .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: -ms-flexbox;
    display: flex;
    -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: .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: .1;
    z-index: -1
}

[dir=rtl] .icon-angle-arrow-left,
[dir=rtl] .icon-angle-arrow-right,
[dir=rtl] .icon-arrow-left,
[dir=rtl] .icon-arrow-right,
[dir=rtl] .icon-arrow-top-right,
[dir=rtl] .icon-dobble-angle-left,
[dir=rtl] .icon-dobble-angle-right,
[dir=rtl] .icon-quote-right {
    display: inline-block;
    transform: rotateY(-180deg)
}

[dir=rtl] .my-icon {
    direction: ltr
}

[dir=rtl] .btn-anime.v1:after,
[dir=rtl] .btn-anime.v1:before,
[dir=rtl] .link-anime.v1:after,
[dir=rtl] .link-anime.v1:before {
    left: inherit;
    right: -100%
}

[dir=rtl] .btn-anime.v1:hover:after,
[dir=rtl] .btn-anime.v1:hover:before,
[dir=rtl] .btn-anime.v2:after,
[dir=rtl] .btn-anime.v2:before,
[dir=rtl] .link-anime.v1:hover:after,
[dir=rtl] .link-anime.v1:hover:before,
[dir=rtl] .link-anime.v2:after,
[dir=rtl] .link-anime.v2:before {
    left: inherit;
    right: 0
}

[dir=rtl] .btn-anime.v2:hover:after,
[dir=rtl] .btn-anime.v2:hover:before,
[dir=rtl] .link-anime.v2:hover:after,
[dir=rtl] .link-anime.v2:hover:before {
    left: inherit;
    right: -100%
}

[dir=rtl] .btn-anime span.my-icon,
[dir=rtl] .link-anime span.my-icon {
    margin-left: inherit;
    margin-right: 10px
}

[dir=rtl] .scroll-bottom-Top {
    right: inherit;
    left: 0
}

[dir=rtl] .scroll-bottom-Top.show {
    right: inherit;
    left: 25px
}

[dir=rtl] .top-bar .my-icon~p {
    margin-right: 10px;
    margin-left: 0
}

[dir=rtl] .menu-bar .main-menu ul a span {
    margin-left: 0;
    margin-right: 5px
}

[dir=rtl] .menu-bar .main-menu ul ul {
    left: inherit;
    right: 0
}

[dir=rtl] .menu-bar .main-menu ul ul ul {
    left: inherit;
    right: 100%
}

[dir=rtl] .menu-bar .main-menu ul li:last-child ul,
[dir=rtl] .menu-bar .main-menu ul li:nth-last-child(2) ul,
[dir=rtl] .menu-bar .main-menu ul li:nth-last-child(3) ul {
    left: 0;
    right: inherit
}

[dir=rtl] .menu-bar .main-menu ul li:last-child ul ul,
[dir=rtl] .menu-bar .main-menu ul li:nth-last-child(2) ul ul,
[dir=rtl] .menu-bar .main-menu ul li:nth-last-child(3) ul ul {
    left: 100%;
    right: inherit
}

[dir=rtl] .menu-bar .main-menu ul li:last-child ul,
[dir=rtl] .menu-bar .main-menu ul li:last-child ul ul,
[dir=rtl] .menu-bar .main-menu ul li:nth-last-child(2) ul,
[dir=rtl] .menu-bar .main-menu ul li:nth-last-child(2) ul ul,
[dir=rtl] .menu-bar .main-menu ul li:nth-last-child(3) ul,
[dir=rtl] .menu-bar .main-menu ul li:nth-last-child(3) ul ul {
    right: inherit
}

[dir=rtl] .menu-bar .main-menu ul li li:hover>a {
    padding-left: 35px;
    padding-right: 45px
}

[dir=rtl] .menu-bar .mobile-menu {
    left: inherit;
    right: -100%
}

[dir=rtl] .menu-bar .mobile-menu.active {
    left: inherit;
    right: 0
}

[dir=rtl] .menu-bar .mobile-menu .mobile-header .close-mobile-btn {
    border-left: inherit;
    border-right: 1px dashed var(--color-orange)
}

[dir=rtl] .menu-bar .mobile-menu .mobile-header .close-mobile-btn .my-icon {
    display: inline-block;
    transform: rotateY(180deg)
}

[dir=rtl] .menu-bar .mobile-menu .mobile-logo {
    padding-left: inherit;
    padding-right: 20px
}

[dir=rtl] .menu-bar .mobile-menu .main-manu a {
    padding: 15px 20px 15px 40px
}

[dir=rtl] .menu-bar .mobile-menu .main-manu a span {
    left: 24px;
    right: inherit;
    transform: rotate(-90deg)
}

[dir=rtl] .menu-bar.v1 .right-btn a:hover:before {
    left: inherit;
    right: 0
}

[dir=rtl] .banner.v1:before {
    left: inherit;
    right: 0;
    background: linear-gradient(-90deg, #213438, rgba(51, 63, 77, 0))
}

[dir=rtl] .banner.v1:after {
    left: inherit;
    right: -16%
}

[dir=rtl] .banner.v2:before {
    left: inherit;
    right: 0
}

[dir=rtl] .banner.v2:after {
    transform: rotateY(180deg)
}

[dir=rtl] .faq-btn {
    padding: 30px 30px 30px 90px
}

[dir=rtl] .faq-btn span {
    right: inherit;
    left: 30px
}

[dir=rtl] .faq-btn span:after,
[dir=rtl] .faq-btn span:before {
    left: inherit;
    right: 9px
}

[dir=rtl] .clients-review .right-content {
    text-align: left
}

[dir=rtl] .clients-review .prev-btn~.next-btn {
    margin-left: inherit;
    margin-right: 15px
}

[dir=rtl] .get-in-touch:before {
    left: inherit;
    right: -10%;
    transform: rotateY(-180deg)
}

[dir=rtl] .get-in-touch .input-box input,
[dir=rtl] .get-in-touch .input-box textarea {
    padding-right: 20px;
    padding-left: 0
}

[dir=rtl] .who-we-are .left-images .smaill-img:before {
    left: inherit;
    right: -100%
}

[dir=rtl] .contact-us .contact-form .input-box input,
[dir=rtl] .contact-us .contact-form .input-box textarea {
    padding-right: 20px;
    padding-left: inherit
}

[dir=rtl] .blog-post-details .post-comments .coomment-post h4:before {
    left: inherit;
    right: 0
}

[dir=rtl] .blog-post-details .post-comments .all-comments li ul {
    margin: 30px calc(9% + 15px) 0 0
}

[dir=rtl] .blog-post-details .post-comments .comment-wrapper .content {
    margin-left: inherit;
    margin-right: 5px
}

[dir=rtl] .blog-post-details .post-comments .comment-wrapper .content:before {
    left: inherit;
    right: -25px
}

[dir=rtl] .blog-post-details .post-comments .comment-wrapper .reply-btn .my-icon {
    margin-right: inherit;
    margin-left: 13px
}

[dir=rtl] .blog-post-details .post-comments .comments-form h3:before {
    left: inherit;
    right: 0
}

[dir=rtl] .info-footer .footer-left .sent-email form input {
    border-radius: 0 5px 5px 0
}

[dir=rtl] .info-footer .footer-left .sent-email form button {
    border-radius: 5px 0 0 5px
}