/*------------------------------
Main style sheet
Created For : Plango
------------------------------*/
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* -- CSS Reset -- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 18px;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    display: block;
}

body {
    overflow-x: hidden;
}

/*ol, ul {
    list-style: none;
}*/
blockquote,
q {
    quotes: none;
}

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

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

label span {
    color: #F00;
}

/* -- End Reset -- */
/* -- General Styles -- */
.bg-grey {
    background: #f7f7f7 !important;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    float: left;
    max-width: 370px;
    margin: 15px 30px 15px 0;
}

img.alignright {
    float: right;
    max-width: 370px;
    margin: 15px 0 15px 30px;
}

img.aligncenter {
    margin: 15px auto;
    float: none;
}

img.alignnone {
    margin: 15px 0;
    float: none;
}

ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 1.875rem;
}

ol {
    padding-left: 20px;
}

ul li,
ol li {
    position: relative;
    line-height: 26px;
    font-weight: 400;
}

ul li strong,
ol li strong {
    font-weight: 600;
}

ul li:before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 6px;
    position: absolute;
    left: -15px;
    color: #fdd947;
}

ul li ul li:before {
    font-family: "FontAwesome";
    content: '\f111';
    margin-right: 10px;
    position: absolute;
    left: -10px;
    top: 0px;
    font-size: 6px;
    color: #fdd947;
}

.footer-link {}

.footer-link ul li a {
    font-size: 12px;
    font-weight: 500;
}

header ul li:before {
    content: '';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
    font-weight: 800;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 47px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

p,
form {
    font-family: 'Poppins', sans-serif;
}

p {
    margin-bottom: 1rem;
}

/* Link Style */
a {
    color: #222;
    text-decoration: none;
}

a:hover {
    color: #fdd947;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

.form-control:focus,
input:focus,
textarea:focus {
    border-color: #85c9e8;
    box-shadow: none;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: normal;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 1.875rem;
}

p strong,
strong {
    color: #000000;
    font-weight: 600;
}

.container {
    max-width: 1200px;
}

/* ================ Transition ================= */
.transition-1s,
header,
.logo,
.nav-wrap .theme-btn {
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}

/* ================ HEADER ================= */
header.sticky {
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

header.sticky .nav-wrap {
    padding: 0.5rem 0;
}

header.sticky .logo {
    max-width: 145px;
}

header.sticky .stellarnav ul ul {
    top: 55px;
}

/*.inner-head .stellarnav li ul li,
.inner-head .stellarnav li ul li a {
    color: black !important;
}*/
header.sticky .stellarnav.dark li a:hover,
header.sticky .stellarnav.dark li.active a,
.inner-head .stellarnav.dark li.active a {
    color: #000;
}

.inner-head .stellarnav.dark li a:hover {
    color: #fdd947
}

.header {
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: transparent;
}

.logo {
    max-width: 200px;
    float: left;
}

.header .nav-wrap {
    padding: 1.25rem 0;
}

.header .nav-wrap .head-phone {
    color: #85c9e8;
    font-weight: 700;
    font-size: 24px;
    text-align: right;
    float: right;
    padding-top: 30px;
}

.inner-head {
    position: relative;
}

.inner-head .nav-wrap {
    padding: 5px 0;
}

.inner-head .logo {
    max-width: 170px;
}

/*Hero banner */
.hero {
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 680px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 7% 0% 0% 0%;
}

.hero .caption {
    border-radius: 30px;
}

.hero .caption .bannerInside {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
}

.hero .caption .bannerInside .bannerInsideContent {
    display: flex;
    flex-direction: column;
    margin: 100px 0 0 30px;
}

.hero .caption h1 {
    display: block;
    font-weight: 700;
    color: white;
    line-height: normal;
    display: inline;
    font-size: 30px;
    width: 300px;
}

.hero .owl-nav {
    position: relative;
}

.hero .owl-nav .owl-next {
    position: absolute;
    right: 27%;
    border-radius: 100%;
    background-color: #fdd947 !important;
    height: 40px;
    width: 40px;
    font-size: 20px !important;
}

.hero .owl-nav .owl-prev {
    position: absolute;
    right: 30%;
    border-radius: 100%;
    background-color: #fdd947 !important;
    height: 40px;
    width: 40px;
    font-size: 20px !important;
}

.hero .caption p {
    display: block;
    font-size: 18px;
    color: white;
    background-color: transparent !important;
    text-transform: none;
    line-height: 1.875rem;
    width: 450px;
}

.heroImgBox img {
    width: 100%;
}

/* Feel free to change duration  */
.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index: 1
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index: 0
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*---Button--*/
.theme_button1 {
    background-color: #fdd947;
    color: #000;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #fdd947;
    border-radius: 7px 7px 7px 7px;
    display: inline-block;
    padding: 9px 20px;
    font-size: 15px;
    font-weight: 600;
}

.theme_button1:hover {
    background-color: #fbd22d;
    color: #000;
    box-shadow: 0px 15px 10px 0px rgba(253, 239, 122, 0.25);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #fbd22d;
}

.theme_button2 {
    background-color: #222;
    color: #fff;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #222;
    border-radius: 7px 7px 7px 7px;
    display: inline;
    padding: 9px 20px;
}

.theme_button2:hover {
    background-color: #fdd947;
    color: #000;
    box-shadow: 0px 15px 10px 0px rgba(253, 239, 122, 0.25);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #fdd947;
}

.home-banner {
    padding-top: 30px;
}

/*---Button--*/
.background-overlay {
    background-color: transparent;
    background-image: radial-gradient(at center center, #FFF0 0%, #fff 75%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.tpImg {
    position: relative;
    z-index: 1;
}

.review-slide .caption {
    height: 650px;
    width: 100%;
}

.home-about {
    position: relative;
}

.home-about:before {
    position: absolute;
    top: -156px;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 156px;
    transform: rotate(0deg);
    content: "";
    display: none;
}

.HAbtCont {
    /*z-index: 1;
    position: relative;
    top: -50px;*/
    position: relative;
    padding-top: 100px;
}

.titleAll_color {
    color: #000;
    font-weight: 800;
    font-size: 35px;
    position: relative;
    padding-left: 90px;
    display: inline;
}

.titleAll_color:before {
    position: absolute;
    top: 17px;
    left: 0;
    background-color: #fdd947;
    width: 70px;
    height: 1px;
    content: "";
}

.titleAll {
    font-weight: 700;
}

.abt-top {
    position: relative;
}

.abt-top-corn {
    position: absolute;
    right: 25px;
    top: -10px;
    z-index: -1;
}

.abt-botm-corn {
    background-image: url("../../media/image/web/Pattern_1.png");
    padding: 2em 5em 2em 2em;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100px auto;
    position: absolute;
    left: -40px;
    bottom: -30px;
    z-index: -1;
}

.zIndex {
    z-index: 1;
    position: relative;
}

.home-service {
    padding: 70px 0;
    background-image: url(../../media/image/web/statistics-expertise.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hs-background-overlay {
    background-color: transparent;
    background-image: radial-gradient(at center center, #FFFFFFEB 0%, #fff 75%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.activeService {
    background-color: transparent;
    background-image: linear-gradient(135deg, #fd0 0%, #ee3e22 100%);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 2em 2em 2em 2em;
}

.activeService h4 {
    color: #fff;
}

.activeService p {
    color: #fff;
}

.ServiceText h4 {
    font-weight: 700;
}

.NactService {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 2em 2em 2em 2em;
}

.activeService .icon i {
    color: #fff;
}

.NactService .icon i {
    color: #fdd947;
}

.icon {
    margin-bottom: 10px;
}

.icon i {
    font-size: 50px;
}

.NactService .icoBox {
    margin-bottom: 10px;
}

.NactService .icoBox i {
    font-size: 30px;
    color: #fdd947;
}

.why-chose-us {
    padding: 70px 0;
    background-color: #f9f9f9;
}

.why-chose-us .NactService {
    text-align: center;
    min-height: 190px;
    background-color: #fff;
}

.why-chose-us .NactService h4 {
    font-size: 20px;
    font-weight: 500
}

.videoArea {
    padding: 70px 0;
}

.videoArea h2 {
    font-weight: 700;
    text-align: center;
    font-size: 35px;
}

.videoElement {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    opacity: 1;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 7em 3em 3em 3em;
    border-radius: 10px 10px 10px 10px;
    position: relative;
}

.videoElement .abt-top-corn {
    position: absolute;
    right: -15px;
    top: -20px;
    z-index: -1;
}

.videoElementMid {
    position: relative;
    z-index: 1;
}

.videoElementMid h4 {
    color: #fff;
    font-weight: 800;
}

.videoElementMid p {
    color: #fff;
}

.video-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #fdd947b2 0%, #ee2c22 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    border-radius: 10px 10px 10px 10px;
    inset: 0;
    position: absolute;
}

.video-play-button {
    position: relative;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 70px;
    height: 70px;
    /* background: #eb2055; */
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 80px;
}

.video-play-button i {
    font-size: 24px;
    position: relative;
    z-index: 99;
}

.video-play-button:hover i {
    color: #fff
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fdd947;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fdd947;
    border-radius: 50%;
    transition: all 200ms;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/***

====================================================================
	Main Footer
====================================================================

***/
.main-footer {
    position: relative;
    padding: 50px 0px 0px;
    background-color: #000;
}

.main-footer .footer-widget {
    position: relative;
    z-index: 1;
}

.social-column {
    margin: 30px 0;
    z-index: 1;
    position: relative;
}

.main-footer .widgets-section {
    position: relative;
    padding-bottom: 10px;
}

.main-footer .footer-widget h4 {
    position: relative;
    font-weight: 600;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-footer {
    position: relative;
    margin-bottom: 25px;
    width: 200px;
}

.main-footer .logo-footer img {
    width: 100%;
}

.main-footer .logo-widget .text {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9em;
    margin-bottom: 30px;
}

/* List Link */
.list-link,
.list-style-two,
.social-column ul {
    position: relative;
    margin: 0;
    padding: 0;
}

.list-link li {
    position: relative;
    margin-right: 15px;
    display: inline;
}

.list-style-two li {
    color: #fff;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.list-style-two li span {
    position: absolute;
    left: 0;
    top: 7px;
}

.list-style-two li a {
    color: #fff;
}

.list-style-two li a:hover {
    color: #fdd947;
}

.list-link li:before,
.list-style-two li:before,
.social-column ul li:before {
    display: none;
}

.list-link li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.list-link li a:hover {
    color: #fdd947;
    text-decoration: underline;
}

.social-column ul {
    position: relative;
}

.social-column ul li {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.social-column ul li.follow {
    color: #fff;
    font-size: 20px;
}

.social-column ul li a i {
    font-size: 12px;
}

.social-column ul li a {
    position: relative;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #fdd947;
    color: #000;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
}

.social-column ul li a:hover {
    color: #fdd947;
    background-color: #fff;
}

.main-footer hr {
    color: #fff;
}

.copyright {
    color: #000;
    font-size: 12px;
}

.copyright a {
    color: #000;
}

.copyright a:hover {
    color: #fdd947;
}

.disclaimer {
    border-bottom: 1px solid #fdd947;
    padding: 20px 0;
    margin: 10px 0;
    border-top: 1px solid #fdd947;
}

.disclaimer p {
    color: #000;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    margin: 0;
}

.footer-bottom {
    padding: 70px 0 20px;
}

/*Footer end*/
/* Preloader start */
.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    background: #222;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px auto;
    width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .loader-tagline {
    text-align: center;
    display: block;
    margin-top: 15px;
    color: white;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-weight: 600;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    color: #ffffff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #fdd947;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #fdd947;
    border-top-color: rgba(255, 255, 255, 0.5);
}

/* AnimaciĆĀ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 30px;
        letter-spacing: 10px;
    }
}

/* Preloader End */
.innerAllPages {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    background-color: #f9f9f9;
}

.innerAllPages h1 {
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 37px;
    line-height: normal;
    background-color: #fdd947;
    padding: 0 20px;
}

.innerAllPages h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: normal;
}

.innerAllPages p {
    color: #000;
    font-size: 18px;
}

.caption {}

.innerElement {}

.innerElement img {
    width: 100%;
}

.certified {
    text-align: center;
    padding: 20px 50px 5px;
    background-color: #fdd947;
    margin-top: 4em;
}

.certified h3 {
    font-weight: 700;
    color: #000;
}

.certified h4 {
    font-weight: 900;
}

.certified p {
    font-size: 18px;
}

.our-mission {
    padding: 0;
}

.our-mission .NactService {
    min-height: 290px;
}

.our-partner {
    margin: 70px 0;
}

.icon-inner img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    will-change: transition;
}

.icon-inner:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.our-partner h2 {
    text-align: center;
    font-weight: 700;
}

.faq-area {
    background-color: #ecf2f2;
    padding: 70px 0;
}

.faq-area h2 {
    text-align: center;
    font-weight: 700;
}

.faq-area .accordion-header .accordion-button {
    font-size: 20px;
    color: #000;
    background-color: #eaf2f2;
    font-weight: 700;
}

.faq-area .accordion-header .accordion-button:focus {
    outline: 0;
    box-shadow: 0 0 0 #fff;
}

.faq-area .accordion-body {
    font-size: 19px;
}

/* Contact form style */
.contact-form {
    margin: 70px 0;
}

.theme-form {
    padding: 4.375rem;
    background-color: #f7f7f7;
}

.theme-form .title-sec {
    margin-bottom: 3.125rem;
}

.theme-form .title-sec h1 {
    color: #000;
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}

.theme-form .title-sec h2 {
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 4.5rem;
    margin-bottom: 2rem;
}

.theme-form .title-sec h1 strong {
    color: #000;
    font-weight: 700;
}

.theme-form .title-sec h2 strong {
    color: #000;
    font-weight: 700;
}

.contact-form .theme-form .subtitle {
    background: #fdd947;
    margin-bottom: 15px;
    padding: 15px 0;
}

.theme-form .subtitle h4 {
    color: #000;
    margin: 0;
    padding: 0;
}

.theme-form p {
    font-size: 16px;
    color: #000;
}

.theme-form .subtitle {
    margin-bottom: 3.125rem;
}

.theme-form .form-group {
    margin-bottom: 30px;
}

.theme-form form {}

.theme-form input,
.theme-form textarea,
.theme-form .form-select {
    box-shadow: none;
    border: 1px #ddd solid;
    font-weight: 500;
    border-radius: 0px;
    font-size: 14px;
    color: #000;
}

.theme-form .form-select {
    padding: 1rem .75rem !important;
}

.theme-form textarea {
    height: 120px !important;
}

.form-floating {
    position: relative;
}

.theme-form input:focus {
    box-shadow: none;
}

.form-floating .theme-form input {
    padding: 1rem .75rem;
}

.form-floating .form-control:focus~label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}

.getInTouch {
    margin: 120px 0 70px 0;
}

.onlyContent {
    margin: 70px 0 70px 0;
}

.mapBox {
    position: relative;
    z-index: 1;
    border: 5px solid #fdd947;
    margin-bottom: -5px;
}

.smContactAll h4 {
    margin: 0;
}

.smc_text {
    padding: 0 15px;
}

/*Blog-start*/
/* Blog Grid */
.Blog-area {
    margin: 70px 0;
}

.blog-style-1 {
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.blog-style-1 .post-item {
    position: relative;
    overflow: hidden;
}

.blog-style-1 .featured-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-style-1 .featured-wrapper img {
    position: relative;
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.blog-style-1:hover .featured-wrapper img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-style-1 .date-wrapper {
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: 0;
    left: 30px;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 12px;
    line-height: inherit;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px;
    text-align: center;
    background-color: #fdd947;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.blog-style-1 .date-wrapper .date {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: block;
    line-height: initial;
}

.blog-style-1 .box-content {
    padding: 30px;
}

.blog-style-1 .box-content .post-title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: none;
    line-height: 30px;
    margin-bottom: 0;
}

.blog-style-1 .box-content .post-link {
    border-top: 1px #ddd solid;
    margin-top: 30px;
    padding-top: 10px;
}

.blog-style-1 .box-content .post-link .rmore {
    font-size: 16px;
    display: inline-block;
}

.blog-style-1 .box-content .post-link .rmore,
.blog-style-1 .box-content .post-link .arrow-btn {
    color: #fdd947;
}

.blog-style-1 .box-content .post-link .arrow-btn {
    display: inline-block;
    float: right;
}

.blog-style-1 .box-content:hover .post-title,
.blog-style-1 .box-content:hover .post-link .arrow-btn,
.blog-style-1 .box-content:hover .post-link .rmore {
    color: #fdd947;
    transition: 0.3s;
    text-decoration: none;
}

.inner-wrapper {
    padding: 70px 0;
}

.bd-inner {
    min-height: 90px;
}

/*Blog-end*/
.inner-about {
    margin: 100px 0 70px;
}

.services-block-fourteen {
    position: relative;
    margin-top: 30px;
}

.services-block-fourteen .inner-box {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 2em 2em 2em 2em;
}

.services-block-fourteen .inner-box .box-one:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    background-color: #ec0203;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-block-fourteen .inner-box:hover .box-one:before,
.services-block-fourteen .inner-box:hover .box-one:after,
.services-block-fourteen .inner-box:hover .box-two:before,
.services-block-fourteen .inner-box:hover .box-two:after {
    width: 50%;
    height: 50%;
}

.services-block-fourteen .inner-box .box-one:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    background-color: #ec0203;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-block-fourteen .inner-box .box-two:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    background-color: #ec0203;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-block-fourteen .inner-box .box-two:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    background-color: #ec0203;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-block-fourteen .inner-box .icon-box {
    position: relative;
    color: #ec0203;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 30px;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.services-block-fourteen .inner-box h6 {
    position: relative;
    color: #000000;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 18px;
}

.services-block-fourteen .inner-box h6 a {
    position: relative;
    color: #000000;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    transition: all 1000ms ease;
    font-size: 25px;
}

.services-block-fourteen .inner-box .text {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 1.7em;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.services-section-ten .card img {
    display: inline;
}

.services-block-fourteen.style-two .icon-box {
    color: #00d38b;
}

.services-block-fourteen.style-two .inner-box:hover::before {
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.services-section-ten {
    margin: 70px 0;
}

.inner-service {
    margin: 70px 0 70px;
}

.port-title-text {
    display: inline-block;
}

.greyBG {
    background-color: #f9f9f9;
    padding: 70px 0;
    margin: 0;
}

/**/
/** aportfolio**/
.portfolio-area {
    margin: 70px 0 0;
}

.link-box a span,
.link-box button span {
    position: relative;
    padding-right: 27px;
}

.link-box a span:before,
.link-box button span:before {
    position: absolute;
    content: "\f061";
    font-family: 'fontawesome';
    bottom: 2px;
    right: 10px;
    font-size: 12px;
    font-weight: 40;
    transition: all 500ms ease;
}

.link-box a:hover span:before,
.link-box button:hover span:before {
    transform: rotate(45deg);
}

.account-section {
    position: relative;
    padding: 112px 0px 265px 0px;
}

.account-block-one {
    padding-right: 25px;
}

.account-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.account-block-one .inner-box .image-box {
    position: relative;
    display: block;
}

.account-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

.account-block-one .inner-box .image-box .image img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    transition: all 500ms ease;
}

.account-block-one .inner-box:hover .image-box .image img {
    transform: scale(1.05);
}

.account-block-one .inner-box .image-box .title-text {
    position: absolute;
    bottom: 25px;
    right: -25px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px 0px 15px 20px;
}

.account-block-one .inner-box .image-box .title-text h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
}

.account-block-one .inner-box .image-box .title-text h3 a {
    display: inline-block;
    color: #fdd947;
}

.account-block-one .inner-box .image-box .title-text h3 a:hover {
    color: #000;
}

.account-block-one .inner-box .image-box .title-text .icon-box {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 85px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    background: #000;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}

.account-block-one .inner-box .image-box .title-text .icon-box img {
    position: relative;
    display: inline-block;
    left: 8px;
    filter: grayscale(100%);
    transition: all 500ms ease;
}

.account-block-one .inner-box:hover .image-box .title-text .icon-box img {
    filter: grayscale(0%);
}

.account-block-one .inner-box .lower-content {
    position: relative;
}

.account-block-one .inner-box .lower-content .text-box {
    padding: 17px 25px;
    border-bottom: 1px solid #e8e8e8;
}

.account-block-one .inner-box .lower-content .text-box p {
    padding: 0;
    line-height: normal;
    margin: 0;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.account-block-one .inner-box .lower-content .link-box {
    position: relative;
    padding: 14px 25px;
}

.accordion-body li {
    margin-bottom: 15px;
}

.accordion-body li a,
.accordion-body a {
    color: #fdd947;
}

.accordion-body li a:hover,
.accordion-body a:hover {
    color: #000;
}

/*Partner start*/
.partner-banner {
    padding: 20px 0 0;
    background-color: #f2efef;
}

.partner-img img {
    width: 100%;
}

.partner-text h1 {
    color: #666;
    font-size: 25px;
    text-transform: uppercase;
}

.partner-text h2 {
    color: #ef4322;
    font-size: 53px;
    line-height: 55px;
    text-transform: uppercase;
}

.partner-text h3 {
    color: #666;
    font-size: 25px;
    text-transform: uppercase;
}

.pt-text-bellow {
    border: 1px solid #ddd;
    position: relative;
}

.pt-text-bellow:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    border-left: 1px solid #ddd;
    height: 100%;
}

.pt-text-bellow p {
    font-size: 11px;
    text-align: center;
    margin: 0;
    padding: 0 0 10px;
}

.pt-text-bellow p span {
    font-size: 27px;
    color: #ef4322;
    font-weight: 600;
}

.partner-form {
    box-shadow: 0 0 20px #ddd;
    padding: 15px;
    border: 1px solid #fdd947;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    top: 30px;
}

.partner-form h4 {
    text-align: center;
}

.partner-form .theme_button2,
.partner-form .theme_button1 {
    padding: 9px 12px;
    display: block;
    text-align: center;
}

.pt-text-small {
    text-align: right;
}

.invester-label {
    text-align: center;
}

.invester-label .theme_button1 {
    width: 49%;
    display: inline-block;
    padding: 9px 0;
    text-align: center;
}

.inv-text {
    text-align: center;
    font-size: 20px;
}

.part-strip {
    background-color: #fdd947;
    padding: 15px 0;
}

.part-strip p {
    color: #000;
    font-size: 15px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.ps-left {
    padding: 0 25px;
}

.ps-right {
    border-left: 1px solid #000;
    padding-left: 25px;
}

.becomeSec1 {
    padding: 20px 0 0;
    background-color: #f9f9f9;
    padding: 70px 0;
}

.becomeTile h2 {
    font-size: 30px;
}

.becomeTile h2 span {
    color: #ef4322;
}

.becomeTile p {
    color: #605f5f;
}

.becomeTile p strong {
    color: #605f5f;
}

.card-box {
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 20px;
    padding: 15px 0 0
}

.text-card {
    text-align: center;
    padding: 15px;
}

.text-card h3 {
    font-size: 19px;
    margin: 0;
}

.text-card p {
    font-size: 14px;
    margin: 0;
}

.icon-card {
    display: inline-block;
    background-color: #fdd947;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.icon-card i {}

.bx-color {
    background-color: #fdd947;
    padding: 0;
}

.bx-color hr {
    margin: 10px 0;
}

.bx-color .text-card {
    padding: 9px 0;
}

.partner-video-circle {
    text-align: center;
    padding: 25px;
    border: 2px dashed #ee2c22;
}

.partner-video-circle h2 {
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #fff;
}

.partner-video-circle h3 {
    font-size: 35px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #fff;
}

.partner-video-circle a {
    color: #fff;
    font-size: 24px;
}

.partner-video-circle:hover a {
    color: #fdd947;
}

/*Partner end*/
/*Product offer*/
.product-offer {
    padding: 70px 0;
}

.product-offer h4 {
    font-size: 17px;
    font-weight: 500;
}

.product-offer .NactService {
    text-align: center;
    border: 2px solid #fdd947;
}

.titleAll_color2 {
    color: #000;
    font-weight: 800;
    font-size: 35px;
    position: relative;
    padding-left: 90px;
    display: inline;
}

.titleAll_color2::before {
    position: absolute;
    top: 28px;
    left: 0;
    background-color: #fdd947;
    width: 70px;
    height: 2px;
    content: "";
}

.grey-sec {
    background: #f0f0f0;
    padding: 30px 0;
}

.grey-sec .reg-text h3 {
    font-size: 30px;
    text-align: left;
    color: #222;
    margin: 0px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
}

.grey-sec .reg-button .btn.btn-lg {
    padding: 6px 10px;
    background: #fdd947;
    color: #222;
}

/*Product offer end*/
/*Inner Banner3*/
.inner-banner3 {
    position: relative;
    padding: 90px 0px 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.inner-banner3::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

.inner-banner3 .content {
    position: relative;
    padding-left: 20px;
    border-left: 4px solid #fdd947;
}

.inner-banner3 .content h1 {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.inner-banner3 .page-breadcrumb {
    position: relative;
}

.inner-banner3 .page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.inner-banner3 .page-breadcrumb li a {
    color: #fff;
}

.inner-banner3 .page-breadcrumb li::before {
    display: none;
}

.inner-banner3 .page-breadcrumb li::after {
    position: absolute;
    content: "\f105";
    right: -4px;
    top: 1px;
    color: #ffffff;
    font-family: 'FontAwesome';
}

/* Testimonial Block */
.testimonial-page-section {
    padding: 70px 0 50px 0;
}

.testimonial-page-section .owl-theme .owl-nav {
    position: relative;
    /* margin-top: -20px; */
}

.testimonial-page-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    border-radius: 100%;
    background-color: #fdd947 !important;
    height: 40px;
    width: 40px;
    font-size: 20px !important;
}

.testimonial-page-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 100px;
    border-radius: 100%;
    background-color: #fdd947 !important;
    height: 40px;
    width: 40px;
    font-size: 20px !important;
}

.testimonial-page-section .owl-theme .owl-dots .owl-dot span {
    width: 22px;
    height: 5px;
    margin: 5px 3px;
}

/* Team Block */
.team-page-section {
    padding: 70px 0 0;
}

.team-block-two {
    position: relative;
}

.team-block-two .inner-box {
    position: relative;
}

.team-block-two .inner-box .image {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.team-block-two .inner-box .image:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.60));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.60));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.60));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.60));
}

.team-block-two .inner-box:hover .image:before {
    opacity: 1;
}

.team-block-two .inner-box .image .social-box {
    position: absolute;
    left: 0px;
    bottom: -20px;
    right: 0px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.team-block-two .inner-box:hover .image .social-box {
    bottom: 25px;
}

.team-block-two .inner-box .image .social-box li {
    position: relative;
    margin: 0px 8px;
    display: inline-block;
}

.team-block-two .inner-box .image .social-box li:before {
    display: none;
}

.team-block-two .inner-box .image .social-box li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.team-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.team-block-two .inner-box .lower-content {
    position: relative;
    padding: 25px 0px 15px;
    text-align: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.team-block-two .inner-box .lower-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #ec0203;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.team-block-two .inner-box .lower-content:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #ec0203;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.team-block-two.style-two .inner-box .lower-content:before {
    display: none;
}

.team-block-two.style-two .inner-box .lower-content:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    display: block;
    background: -ms-linear-gradient(top, #fd0 0%, #ee3e22 100%);
    background: -moz-linear-gradient(top, #fd0 0%, #ee3e22 100%);
    background: -o-linear-gradient(top, #fd0 0%, #ee3e22 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fd0), color-stop(100, #ee3e22));
    background: -webkit-linear-gradient(top, #fd0 0%, #ee3e22 100%);
    background: linear-gradient(to bottom, #fd0 0%, #ee3e22 100%);
}

.team-block-two.style-two .inner-box:hover .lower-content:after {
    height: 100%;
}

.team-block-two .inner-box:hover .lower-content:before,
.team-block-two .inner-box:hover .lower-content:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.team-block-two .inner-box .lower-content h5 {
    position: relative;
    z-index: 1;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.team-block-two .inner-box .lower-content h5 a {
    position: relative;
    color: #000000;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.team-block-two .inner-box .lower-content .designation {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    z-index: 1;
    line-height: 1.3em;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: 'Poppins', sans-serif;
}

.team-block-two .inner-box:hover .lower-content h5 a,
.team-block-two .inner-box:hover .lower-content .designation,
.team-block-two .inner-box:hover .lower-content .social-box li a {
    color: #ffffff;
}

/***/
.progressbar {
    counter-reset: step;
    background-color: #fdd947;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 30px;
}

.progressbar li {
    position: relative;
    list-style: none;
    float: left;
    width: 33.33%;
    text-align: center;
    font-weight: 700;
}

/* Circles */
.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 17px;
    /* Center # in circle */
    line-height: 39px;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: orange;
    top: 20px;
    /*half of height Parent (li) */
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:before {
    background: #00E676;
    content: "✔";
}

.progressbar li.active+li:after {
    background: #00E676;
}

.id-book i {
    font-size: 30px;
    background-color: #fdd947;
    padding: 10px 20px;
    display: inline;
    margin-bottom: 15px;
}

.theme-click p {
    font-weight: 500;
    font-size: 17px;
}

.validation-error {
    color: red;
    font-size: 12px;
    margin-top: 3px;
}

.linkInSite {}

.linkInSite .list-unstyled {
    list-style: none;
}

.linkInSite .list-unstyled li {
    border-bottom: 1px dotted;
}

.linkInSite .list-unstyled li:last-child {
    border: none;
}

.linkInSite .list-unstyled li::before {
    display: none;
}

.linkInSite .list-unstyled li a {
    transition: 0.30s ease-in-out;
}

.linkInSite .list-unstyled li:hover a {
    color: #f25f22 !important;
}

.joinRequestDisclaimer p {
    font-size: 11px;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.mf-dost-section {
    padding: 60px 0;
}

.mf-dost-section .section-title {
    margin-bottom: 40px;
}

.mf-dost-section .section-subtitle {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.mf-dost-section .icon-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.mf-dost-section .icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.mf-dost-section .icon-box .icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f03b33 0%, #fff76f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 35px;
    color: #fff;
}

.mf-dost-section .icon-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.mf-dost-section .icon-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.mf-dost-section .feature-list:last-child {
    margin-bottom: 0 !important;
}

.mf-dost-section .feature-list {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    border-left: 4px solid #f57e20;
}

.mf-dost-section .feature-list h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.mf-dost-section .feature-list p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}

.mf-dost-section .step-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    height: 100%;
}

.mf-dost-section .step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f03b33 0%, #fff76f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.mf-dost-section .step-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.mf-dost-section .step-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

.testimonial-section {
    background: linear-gradient(135deg, #ffcbc3 0%, #ffef00 100%);
    padding: 60px 0;
    color: #fff;
}

.why-bg {
    background: #f8f9fa;
}

.siteMap ul li::before {
    content: none;
}

.home-banner .owl-carousel {
    overflow: visible;
}

/* ITEM */
.home-banner .hero-slider .item {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
}

/* IMAGE */
.home-banner .hero-slider .item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

/* OVERLAY */
.home-banner .hero-slider .item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.1));
    z-index: 1;
}

/* CONTENT */
.home-banner .content {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 450px;
    color: #fff;
    z-index: 2;
}

.home-banner .content h1 {
    font-size: 38px;
    margin-bottom: 10px;
}

.home-banner .content p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
}

.home-banner .btn {
    display: inline-block;
    background: #fdd947;
    color: #000;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
}

/* REMOVE DOTS */
.home-banner .owl-dots {
    display: none;
}

/* BOTTOM ARROWS */
.home-banner .owl-nav {
    position: absolute;
    bottom: -70px;
    right: 40px;
    display: flex;
    gap: 8px;
}

.home-banner .owl-theme .owl-nav button {
    background: #fdd947 !important;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 18px !important;
    margin: 0 !important;
}

.home-banner .owl-theme .owl-nav button:hover {
    background: #f36c21 !important;
    color: #000 !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .home-banner .hero-slider .item img {
        height: 180px;
    }

    .home-banner .content {
        left: 25px;
        right: 25px;
    }

    .home-banner .content h1 {
        font-size: 18px;
        line-height: 1.3;
    }

    .home-banner .content p {
        font-size: 11px;
        color: #fff;
        line-height: normal;
        margin-bottom: 10px;
    }

    .home-banner .owl-nav {
        right: 15px;
        bottom: -20px;
    }
}

.page-stroller .container-fluid {
    padding: 0;
}

.page-stroller .scrolling-text {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 20s linear infinite;
}

.page-stroller .scrolling-text:hover {
    animation-play-state: paused;
}

.page-stroller .scrolling-text p {
    padding: 0;
    margin: 0;
}

@keyframes scroll-left {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.page-stroller .alert-info {
    background: linear-gradient(135deg, #f7924f 0%, #fff76f 100%);
    border: none;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    border-radius: 0;
}

.page-stroller .overflow-hidden {
    flex: 1;
}

.testimonial-page-section .img-fluid {
    max-width: 250px;
}

.testimonial-page-section .text-justify {
    font-size: 15px;
}

.job-listings .job-card {
    transition: 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.job-listings .job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.job-listings .job-title {
    color: #333;
    font-weight: 600;
}

.job-listings .job-heading {
    font-weight: 600;
}

.job-listings .job-description .text-muted {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.job-listings .alert-info .fa-info-circle {
    font-size: 48px;
}

#careerModalDetail .modal-header {
    background-color: #fdd947;
}

.why-mf .mg-fluid {
    max-width: 400px;
}

.why-take-mf .d-inline-block {
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.why-take-mf .d-inline-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nfo-page-section .nfo-image {
    max-width: 80px;
    height: auto;
}

.ipo-page-section .ipo-image {
    max-width: 80px;
    height: auto;
}

#sendJoinRequestForm .validation-error {
    width: 100%;
}

#sendJoinRequestForm .initial-hidden {
    display: none;
}

.overview-section .container-fluid {
    padding: 0;
}

.overview-section .container-fluid .sec-title {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

.inner-head .nav-wrap {
    padding: 0.5rem 0;
}

.inner-head .nav-wrap .logo {
    max-width: 145px;
}

.video-gallery-detail img {
    width: 100%;
    height: 350px;
}

.video-gallery-detail .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
