/*1. Animate css, 2. Smartmenus css, 3. Slick css, 4. Reset css, 5. Core css, 6. custom css*/

/* =================animate css starts here================= */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* =================animate css ends here================= */

/* =================smartmenus css start here================= */
.navbar-nav.sm-collapsible .sub-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -0.7em 0.5em 0 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    padding: 0;
    width: 2em;
    height: 1.4em;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: center;
}

.navbar-nav.sm-collapsible .sub-arrow::before {
    content: '+';
}

.navbar-nav.sm-collapsible .show>a>.sub-arrow::before {
    content: '-';
}

.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
    border-color: rgba(255, 255, 255, .1);
}

.navbar-nav.sm-collapsible .has-submenu {
    padding-right: 3em;
}

.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
    position: relative;
}

.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid;
}

.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -.3em;
    margin-right: 1em;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
    padding-right: 2em;
}

.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 20px;
    overflow: hidden;
    text-align: center;
}

.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid;
    border-left: 7px solid transparent;
}

.navbar-nav .scroll-down-arrow {
    top: 6px;
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
}

.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
    margin: .5em;
}

.navbar-nav:not([data-sm-skip]) .dropdown-item {
    white-space: normal;
}

.navbar-nav:not(.sm-collapsible) .sm-nowrap>li>.dropdown-item {
    white-space: nowrap;
}

/* =================smartmenus css ends here================= */

/* =================slick css ends here================= */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
    width: 100%
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
    z-index: 99;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    float: left;
    padding: 0;
    margin-top: -25px\9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    width: 52px;
    height: 52px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .3;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'font Awesome 5 Free';
    font-weight: 900;
    font-size: 50px;
    line-height: 1;
    opacity: 0.9;
    color: #fff;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
}

.slick-prev {
    left: 15px;
}

.slick-prev:before {
    background-image: url(../images/right-arrow.png);
    transform: rotate(-180deg);
    width: 40px;
    height: 40px;
    background-size: 40px;
    content: '';
    background-repeat: no-repeat;
}

.slick-next {
    right: 15px;
}

.slick-next:before {
    background-image: url(../images/right-arrow.png);
    width: 40px;
    height: 40px;
    background-size: 40px;
    content: '';
    background-repeat: no-repeat;
}

.testimonial-slider .slick-dots {
    text-align: left;
    margin-left: 10px;
}

.slick-slider {
    margin-bottom: 0;
    padding-bottom: 35px;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    vertical-align: top;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 0px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: var(--primary-color);
    opacity: .3;
    border-radius: 50%;
    vertical-align: top;
    margin: 5px 6px;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
    opacity: 1;
}

.white-dots .slick-dots li button {
    border-color: #fff;
    background: #fff;
    opacity: 0.4;
}

.white-dots .slick-dots li.slick-active button,
.white-dots .slick-dots li:hover button {
    background-color: #fff;
    opacity: 1;
}

/* =================slick css end here=================  */

/* =================reset css starts here=================  */
:root {
    --primary-color: #0ea8dc;
    --dark-color: #0d4b60;
}

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
body,
html,
form,
fieldset {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0
}

a {
    text-decoration: none;
    border: 0;
    outline: 0;
}

ul {
    list-style: none;
}

a:focus,
input:focus,
textarea:focus,
*:focus {
    outline: 0 !important;
}

/* =================reset css ends here================= */

/* =================core css starts here================= */
body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    color: #000;
    background: #0ea8dc1c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    width: 100%;
    max-width: 1200px;
}

a,
input,
button {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

a img {
    border: 0px none;
}

a:hover {
    outline: none;
    color: var(--primary-color);
    text-decoration: none;
}

a:active {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: 0px;
    text-decoration: none;
    color: inherit;
}

::-webkit-input-placeholder {
    color: #000;
    opacity: 0.5;
}

::-moz-placeholder {
    color: #000;
    opacity: 0.5;
}

:-moz-placeholder {
    color: #000;
    opacity: 0.5;
}

:-ms-input-placeholder {
    color: #000;
    opacity: 0.5;
}

/*.os-animation { opacity: 0; }*/
.os-animation.animated {
    opacity: 1;
}

img {
    max-width: 100%;
    border: 0;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: inherit;
}

h1 {
    font-size: 58px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 22px;
}

p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 24px;
}

strong {
    font-weight: 700;
}

b {
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0;
}

.btn {
    border-radius: 5px;
    font-weight: 700;
    padding: 14px 15px 11px;
    min-width: 140px;
    font-size: 16px;
    line-height: 18px;
    box-shadow: none;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.btn-default,
.btn-default:focus {
    color: #fff;
    background-color: var(--primary-color);
    border: solid 1px var(--primary-color);
}

.btn-default:hover,
.btn-default:active {
    color: var(--primary-color);
    background-color: transparent;
    border-color: var(--primary-color);
}

.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: var(--primary-color);
    border: solid 1px var(--primary-color);
    display: inline-flex;
    align-items: center;
}

.btn-primary:hover,
.btn-primary:active {
    color: #ffff;
    background-color: #039acd;
    border-color: #039acd;
}

.btn.btn-block {
    min-width: 100%;
}

.btn+.btn {
    margin-left: 25px;
}

.btn img {
    max-width: 20px;
    margin-left: 8px;
}

ul:not([class]) {
    list-style: none;
    margin-bottom: 15px;
    text-align: left;
    line-height: 22px;
}

ul:not([class])>li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 14px;
}

ul:not([class])>li:last-child {
    margin-bottom: 0;
}

ul:not([class])>li:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 10px;
    background: #000;
    height: 5px;
    width: 5px;
    border-radius: 50%;
}

.grey-bg {
    background: #0ea8dc1c;
}

.more-pad {
    padding-top: 100px ! IMPORTANT;
}

/* =================core css ends here================= */

/* ================= Header Start ================= */
.fixed #header {
    top: -36px;
}

#header {
    color: #333;
    background: #fff;
    position: sticky;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 9999;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
}

.navbar {
    padding: 0;
    width: 100%;
    height: 90px;
}

.navbar-brand {
    width: 92px;
    min-width: 92px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 999;
    margin-right: 25px;
}

.navbar-brand img {
    width: 100%;
    height: 100%;
}

.navbar-expand-xl .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 90px;
    font-weight: 500;
    color: #000;
    padding: 0 17px;
    margin: 0;
    text-transform: capitalize;
}

.navbar-expand-xl .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-xl .navbar-nav .nav-item.active .nav-link {
    color: var(--primary);
}

.dropdown-toggle::after {
    display: none;
}

/*.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow{display:none;}*/
.navbar-expand-xl .navbar-nav .nav-item.has-mega-menu {
    position: static !important;
}

.navbar-expand-xl .navbar-nav .has-mega-menu .dropdown-menu {
    width: 75%;
    left: 50%;
    top: 88px !important;
    max-width: 1000px;
    border-radius: 0;
    padding: 16px;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border: 1px solid #c5e3ee;
    transform: translateX(-50%);
}

.mega-menu-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-bottom: -12px;
}

.mega-menu-item {
    width: 33.33%;
    padding: 0px 12px;
    margin-bottom: 12px;
}

.mega-menu-box-head h5 {
    font-size: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: var(--primary-color)
}

.mega-menu-box-head h5 span {
    font-size: 20px;
    color: var(--primary-color);
}

.mega-menu-box-list li {
    display: flex;
    align-items: center;
}

.mega-menu-box-list li+li {
    margin-top: 6px;
    font-size: 14px;
    border-top: 1px solid #94daf2;
    padding-top: 6px;
}

.mega-menu-box-list li a {
    gap: 10px;
    font-size: 14px;
    line-height: 20px;
}

.about-mega-menu-list {
    display: flex;
    flex-wrap: wrap;
}

.mega-menu-box-left {
    width: 200px;
}

.mega-menu-box-right {
    width: calc(100% - 200px);
    padding-left: 50px;
}

.mega-menu-box-right-img {
    height: 250px;
}

.mega-menu-box-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}

.about-mega-menu-list .mega-menu-box-list li+li {
    margin-top: 10px;
    padding-top: 10px;
}

.nav-inside {
    width: 100%;
    padding: 0;
}

.header-right {
    margin-left: 24px;
    align-items: center;
}

.header-right>.btn {
    margin-left: 25px;
    text-transform: capitalize;
    min-width: 160px;
}

.header-contact {
    color: var(--primary);
    font-size: 22px;
    display: flex;
    align-items: center;
}

.header-contact a+a {
    margin-left: 25px;
}

.header-contact a:hover {
    color: #0076d5;
}

body.home {
    padding-top: 0;
}

.home #header {
    background: transparent;
    box-shadow: none;
}

.home.fixed #header {
    background: #fff;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, .05);
}

.nav-inside-content {
    padding: 30px 0;
}

.top-bar {
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    height: 36px;
}

.top-bar_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.top-bar-content-left {
    display: flex;
    color: #fff;
    position: relative;
}

.top-bar-content-left li {
    padding-right: 14px;
    font-size: 15px;
    position: relative;
    margin-right: 14px;
}

.top-bar-content-left li a:hover {
    color: #d3d1d1;
}

.top-bar-content-left li:nth-child(3)::before {
    display: none;
}

.top-bar-content-left li span {
    margin-right: 7px;
}

.top-bar-content-left li::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 70%;
    background: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top-bar::before {
    position: absolute;
    content: '';
    width: 37vw;
    background: var(--primary-color);
    left: 0;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}

.top-bar::after {
    width: 37vw;
    background: var(--primary-color);
    height: 100%;
    position: absolute;
    content: '';
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
}

.top-bar-content-left li:nth-child(2)::before {
    display: none;
}

.social-links {
    display: flex;
    gap: 12px;
}

/*.top-bar-content-right li:first-child::before { position: absolute; content: ''; width: 1px; height: 70%; background: #fff; right: 0; top: 50%; transform: translateY(-50%); }*/
.top-bar-content-right li a {
    color: #fff;
    font-size: 14px;
}

.top-bar-content-right li span {
    color: #fff;
    font-size: 12px;
    margin-right: 7px;
}

.top-bar-content-right li+li {
    margin-left: 12px;
    padding-left: 12px;
    position: relative;
}

.top-bar-content-right li+li::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 94%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #fff;
}

.top-bar .btn {
    padding: 7px 12px;
    font-weight: 500;
    font-size: 14px;
}

.top-bar-content-right li+li::before {
    display: none;
}

.top-bar .social-link {
    color: #fff;
}

/*@media only screen and (min-width:1200px) {
    .navbar-nav .dropdown .dropdown-menu { display: block; top: calc(100% - 0px); margin-top: 10px; opacity: 0; min-width: 185px !important; visibility: hidden; background: #fff; border-radius: 0; transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in; border: none; padding: 0; box-shadow: 10px 10px 20px rgb(82 187 232 / 10%); }
    .dropdown-item { color: #000; padding: 0; border-bottom: solid 1px rgba(0, 0, 0, 0.04); font-size: 16px; white-space: nowrap !important; line-height: 26px; padding: 8px 16px; }
    .dropdown-item:focus, .dropdown-item:hover { color: var(--primary) !important; background: transparent; }
    .dropdown-item:focus, .dropdown-item:hover { background: transparent; }
    .navbar-nav .dropdown:hover > .dropdown-item { background: transparent !important; color: var(--primary) !important; }
    .dropdown:hover > .dropdown-menu .dropdown-menu { left: 235px; right: auto !important; top: 0px !important; }
    .dropdown:hover > .dropdown-menu { opacity: 1; visibility: visible; margin-top: 0px !important; transition: all 0.2s ease-in; top: 100% !important; }
    .navbar-nav .dropdown .dropdown-menu { display: block !important; }
}*/
.navbar-expand-xl .navbar-nav .nav-link.dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    content: "";
    width: 13px ! IMPORTANT;
    border: none;
    height: 13px;
    background-image: url(../images/down-chew.png);
    background-repeat: no-repeat;
    background-size: 13px;
    vertical-align: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-toggler {
    width: 45px;
    height: 45px;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    border: 0;
    background: transparent;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-default .navbar-toggler:hover,
.navbar-default .navbar-toggler:focus {
    background: transparent;
}

.navbar-toggler:not([class="collapsed"]),
.navbar-toggler:not([class="collapsed"]):focus,
.navbar-toggler:not([class="collapsed"]):hover {
    background: transparent;
}

.navbar-toggler.collapsed,
.navbar-toggler.collapsed:focus,
.navbar-toggler.collapsed:hover {
    background: transparent;
}

.navbar-toggler .icon-bar {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 4px;
    color: #243238;
    text-indent: -55px;
    margin-top: 0;
    background: transparent !important;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    vertical-align: middle;
}

.navbar-toggler .icon-bar:before,
.navbar-toggler .icon-bar:after {
    content: '';
    width: 22px;
    height: 4px;
    background: #005983;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.navbar-toggler.collapsed .icon-bar {
    background: #005983 !important;
}

.navbar-toggler.collapsed .icon-bar:before,
.navbar-toggler.collapsed .icon-bar:after {
    background: #005983;
}

.navbar-toggler.collapsed .icon-bar:before {
    top: -8px;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.navbar-toggler .icon-bar:before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.navbar-toggler.collapsed .icon-bar:after {
    bottom: -8px;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.navbar-toggler .icon-bar:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

/* ================= Header End ================= */

/*==================================================*/
.hero-container {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    flex-wrap: wrap;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    background: #0ea8dc1c;
    padding-top: 70px;
}

.hero-content {
    position: relative;
}

.hero-content::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    background: #0ea8dc1c;
    border-radius: 50%;
    top: 0;
}

.hero-thums-list {
    position: absolute;
    width: 200px;
    left: 50px;
    z-index: 999;
    bottom: -20px;
    height: 50px;
    margin-left: 0;
}

.hero-thums-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #cfcfcf;
    background: #fff;
}

.hero-thums-img img {
    width: 100%;
    height: 100%;
    padding: 8px;
    object-fit: contain;
}

.hero-thums-item+.hero-thums-item {
    margin-top: 10px;
}

.hero-img-list {
    position: absolute;
    max-width: 450px;
    right: 0;
    bottom: 0;
    height: 100%;
    left: calc(50% - -136px);
}

.hero-img-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-img-item.slick-slide {
    height: 100%;
}

.hero-container::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background: #0ea8dc14;
    right: 0;
    top: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.hero-img-img {
    transform: translateX(100px);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .6s ease-in-out;
    transition-delay: .5s;
}

.slick-current.slick-active .hero-img-img {
    transform: translateX(0);
    opacity: 1;
}

.hero-thums-item.slick-slide.slick-cloned {
    width: 50px !IMPORTANT;
    !I;
    !;
}

.hero-thums-list .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-thums-list .hero-thums-item.slick-slide {
    height: 50px !important;
    width: 50px !IMPORTANT;
    !I;
    !;
    margin: 0px 10px;
}

.hero-thums-list .slick-list.draggable {
    padding: 14px 0px !important;
}

.hero-thums-list .slick-next:before {
    background-image: url(../images/right-arrow.png);
    transform: rotate(-90deg);
    width: 34px;
    height: 40px;
    background-size: 33px;
    content: '';
    background-repeat: no-repeat;
}

.hero-thums-list .slick-prev:before {
    background-image: url(../images/right-arrow.png);
    width: 34px;
    transform: rotate(90deg);
    height: 40px;
    background-size: 33px;
    content: '';
    background-repeat: no-repeat;
}

.hero-thums-list .slick-next {
    top: 11px;
    right: 100%;
    transform: rotate(-90deg);
}

.hero-thums-list .slick-prev {
    left: 100%;
    transform: rotate(-90deg);
    top: 18px;
}

.hero-thums-item+.hero-thums-item {
    margin-top: 22px;
}

.hero-thums-item {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.hero-content-slider {
    max-width: 650px;
}

.hero-thums-item.slick-center {
    transform: scale(1.5);
    /* Increase size */
    opacity: 1;
}

.hero-thums-item:not(.slick-center) {
    transform: scale(1);
    opacity: 0.7;
}

.hero-content h5 {
    font-size: 21px;
    margin-bottom: 12px;
    text-transform: uppercase;
    transform: translateY(50px);
    opacity: 0;
    transition: .6s ease-in-out;
    transition-delay: .3s;
}

.hero-content h1 {
    transform: translateY(50px);
    opacity: 0;
    transition: .6s ease-in-out;
    transition-delay: .5s;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1;
}

.hero-content h1 span {
    color: var(--primary-color);
}

.hero-content p {
    transform: translateY(50px);
    opacity: 0;
    font-size: 18px;
    transition: .6s ease-in-out;
    transition-delay: .7s;
}

.slick-current .hero-content h5,
.slick-current .hero-content h1,
.slick-current .hero-content p {
    opacity: 1;
    transform: translateY(0);
}

.hero-cta {
    transform: translateY(50px);
    opacity: 0;
    transition: .6s ease-in-out;
    transition-delay: .9s;
}

.slick-current.slick-active .hero-cta {
    transform: translateY(0);
    opacity: 1;
}

.banner-shape {
    position: absolute;
    bottom: 0;
    left: 50px;
    left: 0;
    top: 0;
}

.banner-shape img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .1;
}

.hero-content-slider .slick-prev,
.hero-content-slider .slick-next {
    display: none !important;
}

/*==================================================*/

/*==================================================*/
.hero-inner-banner {
    background: #0ea8dc61 ! IMPORTANT;
}

.hero-banner-shape::before {
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    background: var(--primary-color);
    right: 10px;
    border-radius: 50%;
    top: -60px;
    border: 5px solid #fff;
    z-index: 99;
}

.hero-banner-shape::after {
    position: absolute;
    border: 5px solid #fff;
    content: '';
    width: 200px;
    height: 200px;
    background: #222e3f;
    bottom: -50px;
    right: 100px;
    border-radius: 50%;
}

.hero-banner-shape span {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #059acd;
    border-radius: 50%;
    right: -40px;
    bottom: -60px;
    border: 5px solid #FFF;
}

.hero-banner-shape {
    padding: 60px 0px;
}

.hero-inner-banner h1 {
    font-size: 44px;
    margin-bottom: 8px;
}

.hero-inner-banner p {
    max-width: 360px;
}

.shape-img {
    position: absolute;
    bottom: -60px;
    width: 100%;
    height: 60px;
}

.shape-img img {
    width: 100%;
}

/*==================================================*/

/*==================================================*/
.about-container .heading h5::before {
    display: none;
}

.about-container .heading h5 span::after {
    display: none;
}

.about-container .heading h5 {
    margin-bottom: 10px;
}

.about-img1 {
    width: 79%;
    border-radius: 6px;
    padding-bottom: 67%;
    position: relative;
    overflow: hidden;
}

.about-img1 img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.about-img2 {
    width: 51%;
    margin-left: auto;
    margin-top: -44%;
    overflow: hidden;
    z-index: 99;
    position: relative;
    border-radius: 10px;
    padding-bottom: 60%;
}

.about-img2 img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 5px;
    background: #fff;
    border-radius: 7px;
}

.about-text {
    padding-left: 50px;
}

.about-card-icon {
    padding: 10px 10px 10px 100px;
    position: relative;
    border: 1px solid var(--primary-color)5c;
    border-radius: 6px;
    background: #e6fff1;
}

.about-card-icon i {
    position: absolute;
    left: 0;
    width: 80px;
    height: 100%;
    background: var(--primary-color);
    top: 0;
    left: 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffff;
}

.heading p {
    margin-top: 12px;
    margin-bottom: 0;
}

.process-list .process-item {
    width: 16.66%;
    position: 0px 15px;
    text-align: center;
    position: relative
}

.process-icon {
    width: 80px;
    height: 80px;
    background-color: #0ea8dc1c;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color)5c;
}

.process-icon img {
    width: 54px;
    filter: brightness(0);
}

.process-container {
    overflow: hidden
}

.process-list {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 20px
}

.process-step {
    margin: 30px 0
}

.process-step span {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    color: #fff;
    z-index: 99999;
    display: inline-flex;
    transition: all .3s ease-in;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border-radius: 50%;
    border: 1px solid #eaeaea;
}

.process-title {
    font-size: 20px;
    font-weight: 600;
    color: #888;
    max-width: 200px;
    margin: 0 auto;
    line-height: 24px;
    min-height: 80px;
    align-items: end;
    display: flex;
    text-align: center;
    justify-content: center
}

.process-step span:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 4px;
    background-color: var(--primary-color);
    left: 50%;
    z-index: -1
}

.process-step span:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 4px;
    background-color: #46a7dd;
    left: 50%;
    z-index: -1;
    transition: all .5s ease-in;
    transform: scaleX(0);
    transform-origin: left
}

.process-item:last-child .process-step span:before,
.process-item:last-child .process-step span:after {
    display: none
}

.aos-animate .process-step span {
    background-color: var(--primary);
    color: #fff;
    border: 1px solid #eaeaea00
}

.aos-animate .process-step span:after {
    transform: scale(1)
}

.aos-animate .process-icon {
    opacity: 1;
    transform: translate(0) !important
}

.process-list .process-item:nth-child(2n) {
    display: flex;
    flex-flow: column-reverse
}

.process-list .process-item:nth-child(odd) .process-title {
    align-items: start
}

/*==================================================*/

/*==================================================*/

/*.home-tool-list { width: calc(100% + 20px); margin-left: -12px; margin-bottom: -20px }
.home-tool-item { padding: 0 10px; width: 12.5%; margin-bottom: 20px }
.home-tool-item .ht-box { background: #fff; border-radius: 10px; padding: 25px 10px; box-shadow: 2px 10px 15px rgb(122 117 131/8%) }
.ht-box-icon { width: 60px; margin-bottom: 10px; height: 40px; display: flex; align-items: center }
.ht-box-icon img { max-width: 100%; max-height: 40px; object-fit: contain }
.ht-box h4 { font-size: 16px; line-height: 1; text-shadow: none; margin: 0 }*/
.home-tool-list {
    margin-top: 30px;
}

.home-tool-item {
    width: 25%;
}

.home-tool-item .ht-box {
    padding: 25px 10px;
    position: relative;
    border-bottom: 1px solid var(--dark-color);
    border-right: 1px solid var(--dark-color);
}

.ht-box-icon {
    width: 60px;
    margin-bottom: 10px;
    height: 40px;
    display: flex;
    align-items: center
}

.ht-box-icon img {
    max-width: 100%;
    max-height: 40px;
    object-fit: contain
}

.ht-box h4 {
    font-size: 16px;
    line-height: 1;
    text-shadow: none;
    margin: 0
}

.home-tool-item:nth-child(4n) .ht-box {
    border-right: 0;
}

.home-tool-item:nth-last-child(4) .ht-box,
.home-tool-item:nth-last-child(3) .ht-box,
.home-tool-item:nth-last-child(2) .ht-box,
.home-tool-item:nth-last-child(1) .ht-box {
    border-bottom: 0;
}

.home-tool-item:nth-child(1) .ht-box::after,
.home-tool-item:nth-child(2) .ht-box::after,
.home-tool-item:nth-child(3) .ht-box::after,
.home-tool-item:nth-child(5) .ht-box::after,
.home-tool-item:nth-child(6) .ht-box::after,
.home-tool-item:nth-child(7) .ht-box::after {
    width: 16px;
    height: 16px;
    background: var(--primary-color);
    position: absolute;
    content: '' '';
    border-radius: 50%;
    bottom: -8px;
    right: -8px;
    z-index: 9;
}

/*==================================================*/
.service-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-bottom: -24px;
}
.type-two-services .service-item:nth-child(1) .heading {
    position: absolute;
    color: #fff;
    justify-content: end;
    display: flex;
}
.type-two-services .heading p {
    margin-top: 0;
}
.service-item {
    width: 33.33%;
    padding: 0px 12px;
    margin-bottom: 24px;
}

.service-item:nth-child(2) {
    width: 66.66%;
}

.service-box {
    height: 100%;
    background: #fff;
    box-shadow: rgb(0 0 0 / 6%) 0px 3px 20px;
    overflow: hidden;
}

.service-img {
    position: relative;
    padding-bottom: 346px;
}

.service-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in;
    filter: brightness(0.4);
}
.heading.type-two-heading {
    position: static !important;
    color: #000 !important;
    margin: 0 auto;
}
.service-container .heading {
    position: absolute;
    bottom: 0;
    z-index: 99;
    padding: 20px;
    color: #fff;
}

.service-cta {
    margin-top: 20px;
}

.service-item:nth-child(2) .service-img {
    height: 346px;
}

.service-item:nth-child(1) .heading {
    position: static;
    color: #000000;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.sub-service-details-content h3 {
    font-size: 33px;
    margin-bottom: 12px;
}

.sub-service-details-img {
    width: 100%;
    position: relative;
    padding-bottom: 60%;
}

.sub-service-details-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0.7);
    object-fit: cover;
}
.read-more-cta img {
    width: 20px;
    margin-left: 9px;
}

.service-box:hover .service-img img {
    transform: scale(1.05);
}

.recent__service .recent__service__link {
    padding: 10px 16px;
    background-color: #fff;
    display: block;
    padding-right: 60px;
    position: relative;
    font-family: var(--f700);
    transition: all .3s ease-in;
}

.recent__service+.recent__service {
    margin-top: 14px;
}

.recent__service .recent__service__link span {
    position: absolute;
    width: 40px;
    height: 30px;
    background-color: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 51%;
    transform: translateY(-50%);
    right: 8px;
    border-radius: 4px;
    transition: all .3s ease-in;
}

.recent__service .recent__service__link span img {
    width: 11px;
    transition: all .3s ease-in;
}

.recent__service .recent__service__link:hover,
.recent__service.active .recent__service__link {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
}

.recent__service .recent__service__link:hover span,
.recent__service.active .recent__service__link span {
    background-color: var(--primary-color);
}

.recent__service .recent__service__link:hover span img,
.recent__service.active .recent__service__link span img {
    filter: brightness(0) invert(1);
}

.about__company__box {
    padding: 30px;
    position: relative;
    background-image: url(../images/service-img.jpg);
    background-size: 100%;
    min-height: 320px;
    display: flex;
    flex-flow: column;
    justify-content: end;
    color: #fff;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
}

.about__company__box h4 {
    font-size: 20px;
    font-weight: 700;
}

.about__company__box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000e0, transparent);
    top: 0;
    left: 0;
    z-index: -1;
}

.sidebar-widget+.sidebar-widget {
    margin-top: 30px;
}

.text__wrapper p {
    margin-bottom: 16px
}

.single__grid__img {
    height: 350px;
    border-radius: 6px;
    overflow: hidden;
}

.single__grid__img img {
    filter: brightness(0.5);
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.text__wrapper h1 {
    font-size: 36px;
    margin-bottom: 14px
}

.text__wrapper h2 {
    font-size: 30px;
    margin-bottom: 14px
}

.text__wrapper h3 {
    font-size: 27px;
    margin-bottom: 14px
}

.text__wrapper h4 {
    font-size: 24px;
    margin-bottom: 14px
}

.text__wrapper h5 {
    font-size: 21px;
    margin-bottom: 14px
}

.text__wrapper h6 {
    font-size: 18px;
    margin-bottom: 14px
}

.page__single__thumb {
    height: 350px;
    margin-bottom: 20px;
    width: 100%
    border-radius: 6px;
    overflow: hidden;
}

.page__single__thumb img {
    height: 100%;
    filter: brightness(0.6);
    width: 100%;
    object-fit: cover;
}

.sidebar__widget__box {
    background-color: #0ea8dc1c;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #cccccc61;
}

.side__bar__wrapper {
    position: sticky;
    top: 126px;
}

.sub-service-icon-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.sub-service-icon-item {
    width: 25%;
    padding: 0px 10px;
}

.sub-service-slider .slick-list.draggable {
    width: 100% !IMPORTANT;
}

.sub-service-icon-box {
    border: 1px solid #0ea8dc42;
    border-radius: 4px;
    padding: 18px 12px;
    text-align: center;
    height: 100%;
    background: #0ea8dc1c;
}

.sub-service-icon-box i {
    font-size: 40px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.sub-service-icon-box h5 {
    font-size: 14px;
    margin: 0;
}

.sub-service-wrapper h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.sub-service-wrapper {
    margin: 40px 0px;
}

.sub-service-slider .slick-prev,
.sub-service-slider .slick-next {
    top: -30px;
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    border-radius: 4px;
}

.sub-service-slider .slick-next:before {
    width: 18px;
    filter: brightness(0) invert(1);
    background-size: 16px;
    height: 18px;
}

.sub-service-slider .slick-prev {
    left: calc(100% - 80px);
}

.sub-service-slider .slick-prev:before {
    width: 18px;
    filter: brightness(0) invert(1);
    height: 18px;
    background-size: 16px;
}

.sub-service-tab h5 {
    font-size: 24px;
}

.sub-service-tab .nav-link.active {
    background: var(--primary-color) !IMPORTANT;
    color: #fff !IMPORTANT;
}

.sub-service-tab .nav-link {
    border-radius: 0 !IMPORTANT;
    color: var(--primary-color) !IMPORTANT;
    min-width: 220px;
}

.sub-service-tab .tab-content {
    padding: 20px;
    border: 1px solid #cfcbcb;
}

.sub-service-tab .nav {
    border: 0 !IMPORTANT;
    display: flex;
    flex-wrap: nowrap;
}

.sub-service-tab .feature-list {
    display: grid;
    flex-wrap: wrap;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

.sub-service-tab .feature-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sub-service-tab .feature-item i {
    color: var(--primary-color);
}

.sub-service-tab .nav-link:hover {
    background: var(--primary-color);
    color: #fff !IMPORTANT;
}

/*==================================================*/
.about-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0ea8dc4f;
    z-index: -1;
    /* opacity: .25; */
    clip-path: polygon(96% 0, 100% 3.5%, 100% 100%, 4% 100%, 0 97%, 0 0%);
}

.about-quote-card {
    background-color: #0ea8dc1c;
    margin-bottom: 20px;
    padding: 30px;
    z-index: 9;
    border-left: 3px solid var(--primary);
    position: relative;
    color: #666;
}

.about-text-wrapper .about-info ul li::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--primary);
    width: 24px;
    height: 20px;
    background: transparent;
    line-height: 20px;
    text-align: center;
    vertical-align: bottom;
    top: 2px;
    position: absolute;
    display: block;
    left: 0;
}

.about-acheivment {
    position: absolute;
    bottom: -30px;
    max-width: 340px;
    right: 0;
    background: var(--primary-color);
    color: #fff;
    padding: 24px 15px;
    min-height: 100px;
    font-size: 18px;
    display: flex;
}

.about-img {
    position: relative;
}

.about-quote-card {
    background-color: #0ea8dc1c;
    margin-bottom: 20px;
    padding: 30px;
    z-index: 9;
    border-left: 3px solid var(--primary-color);
    position: relative;
    color: #666;
}

.about-img {
    padding-top: 24px;
    padding-left: 24px;
    position: relative;
}

.about-acheivment::before {
    content: '';
    border-left: 40px solid transparent;
    border-top: 30px solid var(--primary-color);
    position: absolute;
    bottom: 0;
    right: 100%;
}

.about-quote-icon {
    position: absolute;
    color: var(--primary);
    font-size: 120px;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    opacity: .2;
    z-index: -1;
}

.fa-quote-left-alt:before,
.fa-quote-left:before {
    content: "\f10d";
}

.heading h6 {
    font-size: 20px;
    margin-bottom: 12px;
}

.heading h3 {
    font-size: 33px;
    margin-bottom: 0;
}

.about-text-wrapper .heading {
    margin-bottom: 20px;
}

.about-acheivment-icon {
    font-size: 40px;
    flex-shrink: 0;
    margin-right: 10px;
}

.heading {
    margin-bottom: 30px;
    margin: 0 auto;
    max-width: 700px;
    margin-bottom: 30px;
}
.max-full {
    max-width: 100%;
}
/*==================================================*/

/*==================================================*/
.stat-box {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 6%) 2px 1px 50px;
    transition: transform 0.3s ease;
    border-bottom: 3px solid var(--primary-color);
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

.stat-box:hover {
    transform: translateY(-10px);
}

.stat-icon {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    display: inline-block;
}

.stat-number .counter {
    display: inline-block;
    transition: all 0.3s ease;
}

.stat-title {
    font-size: 18px;
    color: #6c757d;
    font-weight: 500;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.innovation-box {
    background: #fff;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s ease;
}

.innovation-box:hover {
    transform: translateY(-5px);
}

.innovation-icon {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.innovation-box h4 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.innovation-box p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
}

/*==================================================*/

/*==================================================*/
.content-container.partner-container {
    padding: 30px 0;
}

.partner-item {
    padding: 0px 15px;
}

.partner-logo {
    height: 100%;
    text-align: center;
    overflow: hidden;
    max-width: 160px;
    margin: 0 auto;
}

.partner-logo>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in;
}

.partner-logo:hover>img {
    transform: scale(.9);
}

.btn-list h6 i {
    margin-right: 10px;
}

/*==================================================*/

/*==================================================*/
.home-why-us-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-bottom: -20px;
}

.home-why-us-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.hwu-box {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #0ea8dc1c;
    border-radius: 4px;
    border: 1px solid #94daf2;
    padding: 15px;
    box-shadow: 5px 5px #0ea8dc57;
    position: relative;
    min-height: 60px;
    padding-right: 60px;
    height: 100%
}

.hwu-icon {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.hwu-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.hwu-box h5 {
    font-size: 18px;
    line-height: 22px;
    margin: 0
}

.why-choose-us .heading h5::before {
    display: none;
}

.why-choose-us .heading h5 span::after {
    display: none;
}

.why-choose-us .heading h5 {
    margin-bottom: 10px;
}

/*==================================================*/

/*==================================================*/
.tab-btn-box {
    max-width: 750px;
    margin: auto;
    list-style: none;
    flex-wrap: nowrap;
    border-radius: 6px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    background: #fff;
    padding: 16px 20px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 6%) 2px 1px 50px;
    overflow-x: auto;
}

.btn-list {
    min-width: 110px;
    cursor: pointer;
    display: inline-table;
    text-align: center;
    padding: 13px 12px 10px;
}

.btn-list.active {
    background: var(--primary-color);
    border-radius: 6px;
    color: #fff;
}

.btn-list h6 {
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
}

.tab-box {
    width: calc(100% + 24px);
    list-style: none;
    margin-left: -12px;
    padding: 0;
    margin-bottom: -24px;
}

.Portfolio-list {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-bottom: -24px;
}

.Portfolio-img {
    position: relative;
    padding-bottom: 65%;
}

.Portfolio-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Portfolio-item {
    width: 50%;
    padding: 0px 12px;
    margin-bottom: 24px;
}

.Portfolio-box {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 6%) 2px 1px 50px;
}

.Portfolio-content {
    padding: 20px 0px 8px;
}

.Portfolio-content h5 {
    font-size: 18px;
    margin-bottom: 12px;
}

.Portfolio-content h5 i {
    margin-right: 8px;
    color: var(--primary-color);
}

.Portfolio-content h3 {
    font-size: 27px;
    margin: 0;
}

.mix {
    display: none;
}

.type-2 .Portfolio-item {
    width: 25%;
}

.type-2 .Portfolio-box {
    padding: 8px;
}

.Portfolio-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

/*==================================================*/

/*==================================================*/
.contact-info-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-bottom: -20px;
}

.contact-info-item {
    width: 25%;
    padding: 0px 12px;
    margin-bottom: 20px;
}

.contact-info-box {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 6%) 2px 1px 50px;
    text-align: center;
    border-bottom: 3px solid var(--primary-color);
    transition: all .3s ease-in;
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    background: #0ea8dc1c;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.contact-info-box h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-info-box:hover {
    transform: translateY(-5px);
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group .form-control {
    height: 48px;
    box-shadow: rgb(0 0 0 / 6%) 2px 1px 50px !IMPORTANT;
    border: 1px solid #00000033;
    padding: 12px;
    line-height: 1;
    border-radius: 5px;
}

.contact-container .heading {
    margin-bottom: 30px;
}

.form-group .form-control:focus {
    border: 1px solid var(--primary-color);
}

.form-group textarea {
    height: 100px ! IMPORTANT;
}

.map {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.map iframe {
    width: 100%;
    height: 100%;
}

/*==================================================*/

.testimonial-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
}


.testimonial-item {
    width: 50%;
    padding: 0px 12px;
}

.testimonial-box {
    border: 1px solid #94daf2;
    padding: 30px 22px;
    border-radius: 6px;
    box-shadow: 5px 5px #0ea8dc57;
    background: #0ea8dc1c;
    position: relative;
}

.testimonial-quote-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 70px;
    color: var(--primary-color);
    opacity: .3;
}

.testimonial-slider .slick-list.draggable,
.success-slider .slick-list.draggable {
    padding: 8px 0px;
}

.testimonial-slider .slick-dots li button,
.success-slider .slick-dots li button {
    width: 10px;
    height: 10px;
}

.success-slider .testimonial-box {
    background: #fff;
}


.testimonial-box blockquote {
    margin-bottom: 12px;
}

.testimonial-box h5 {
    font-size: 18px;
    color: var(--main-color);
    margin: 0;
}

.testimonial-box h5 span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    color: #0ea8dc;
}


/* ============================================== */
/* Quote Form Styles */
.quote-form {
    background: #fff;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.quote-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: var(--primary);
}

.quote-form h3 {
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.quote-form h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--primary);
}

.quote-form label {
    font-weight: 500;
    margin-bottom: 10px;
    color: #34495e;
    font-size: 0.95rem;
}

.form-group .form-control {
    border: 1px solid #0ea8dc82;
    padding: 12px 18px;
    margin-bottom: 25px;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.form-group .form-control:focus {
    border-color: #0ea8dc;
}

.form-group textarea.form-control {
    height: 140px;
    resize: none;
}

.form-group select.form-control {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23555" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

.form-group .btn-primary {
    padding: 12px 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.form-group .btn-primary:hover {
    transform: translateY(-2px);
}

.form-group .btn-primary img {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.form-group .btn-primary:hover img {
    transform: translateX(4px);
}

/* Info Boxes Styles */
.quote-info-box {
    background: #fff;
    padding: 24px;
    border-radius: 6px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border-bottom: 3px solid var(--primary-color);
    position: relative;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 6%) 2px 1px 50px;
}

.quote-info-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.quote-info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.quote-info-box:hover::before {
    transform: scaleX(1);
}

.quote-info-box i {
    font-size: 32px;
    background: var(--primary-color);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.quote-info-box:hover i {
    transform: rotateY(180deg);
}

.quote-info-box h4 {
    color: #2c3e50;
    font-size: 1.25rem;
    margin-bottom: 12px;
    font-weight: 600;
}

.quote-info-box p {
    color: #666;
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Form Grid Improvements */
.form-row {
    margin-left: -10px;
    margin-right: -10px;
}

.form-row>div {
    padding-left: 10px;
    padding-right: 10px;
}

/* Required Field Indicator */
.required-field::after {
    content: '*';
    color: var(--primary);
    margin-left: 4px;
}

/* Form Group Hover Effect */
.form-group {
    position: relative;
}

.form-group:focus-within label {
    color: var(--primary);
}

/* ============================================== */


/* Career Form Specific Styles */
.career-form {
    background: #fff;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.career-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: var(--primary);
}



.form-section {
    background: #ceecf7;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 24px;
}

.form-section-title {
    color: #2c3e50;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.form-section-title i {
    margin-right: 10px;
    color: var(--primary);
    font-size: 1.4rem;
}

.form-group {
    margin-bottom: 14px;
}

.form-group label {
    font-weight: 500;
    color: #34495e;
    margin-bottom: 6px;
    display: block;
}

.form-control {
    border: 2px solid #eef2f7;
    padding: 12px 18px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.1);
}

.required-field::after {
    content: '*';
    color: #e74c3c;
    margin-left: 4px;
}

.file-upload {
    position: relative;
    display: inline-block;
    width: 100%;
}

.file-upload-label {
    background: #f8f9fa;
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-upload-label:hover {
    border-color: var(--primary);
}

.file-upload-label i {
    font-size: 24px;
    color: var(--primary);
    margin-bottom: 10px;
}

.file-upload input[type="file"] {
    display: none;
}

.skills-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.skill-tag {
    background: rgba(var(--primary-rgb), 0.1);
    color: var(--primary);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.skill-tag i {
    cursor: pointer;
    font-size: 0.8rem;
}

.btn-submit {
    background: var(--primary);
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--primary-rgb), 0.2);
}

.job-positions {
    margin-bottom: 40px;
}

.position-card {
    background: #fff;
    border-radius: 6px;
    padding: 25px;
    margin-bottom: 20px;
    border-bottom: 3px solid var(--primary-color);
    transition: all 0.3s ease;
}

.position-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.position-title {
    color: #2c3e50;
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.position-details {
    display: flex;
    gap: 20px;
    color: #666;
    font-size: 16px;
    flex-wrap: wrap;
}

.position-detail {
    display: flex;
    align-items: center;
    gap: 5px;
}

.position-detail i {
    color: var(--primary);
}

/* ===================================== */
.training-card {
    position: relative;
    padding: 40px 24px;
    background: #fff;
    border-radius: 6px;
    border-bottom: 3px solid var(--primary-color);
    box-shadow: rgb(0 0 0 / 6%) 2px 1px 50px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.training-card-bottom {
    margin-top: auto;
    padding-top: 20px;
}

.training-card-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-bottom: 20px;
    border-radius: 50%;
    color: #fff !important;
}

.training-card-content-list li span {
    height: 27px;
    width: 24px;
    background: #d5eaf2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 6px;
}

.training-card h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.training-content-list li+li {
    margin-top: 8px;
}

.training-content-list li {
    gap: 5px;
}

.level {
    font-size: 12px;
}

.feature-box {
    display: flex;
    background: #fff;
    border-radius: 6px;
    border-bottom: 3px solid var(--primary-color);
    padding: 20px;
    box-shadow: rgb(0 0 0 / 6%) 2px 1px 50px;
}

.feature-item+.feature-item {
    margin-top: 18px;
}

.feature-box h5 {
    font-size: 20px;
    margin-bottom: 6px;
}

.training-stats-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-bottom: -20px;
}

.training-stats-item {
    width: 50%;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.training-stats-item .stat-card {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 6%) 2px 1px 50px;
}

.training-stats-item .stat-card .stat-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.training-stats-item .stat-card h2 {
    font-size: 34px;
    margin-bottom: 12px;
}

/* ===================================== */

/* Blog Details Page Styles */
.blog-detail-content {
    border-radius: 10px;
}

.blog-detail-img {
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
}

.blog-detail-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
    object-fit: cover;
}

.blog-content-wrapper {
    margin-top: 30px;
}

.blog-content-wrapper h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.blog-content-wrapper h3 {
    font-size: 24px;
    margin: 25px 0 15px;
    color: #2c3e50;
}

.blog-content-wrapper p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.blog-content-wrapper .lead {
    font-size: 1.2rem;
    color: #444;
    font-weight: 500;
}

.content-quote {
    background: #f8f9fa;
    padding: 30px;
    border-left: 4px solid var(--primary-color);
    border-radius: 0 10px 10px 0;
}

.content-quote blockquote {
    margin: 0;
}

.content-quote p {
    font-size: 1.2rem;
    font-style: italic;
    color: #444;
    margin-bottom: 10px;
}

.content-quote cite {
    color: #666;
    font-style: normal;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    color: #666;
}

.feature-list li i {
    color: var(--primary-color);
    margin-right: 15px;
    font-size: 1.2rem;
}

.author-box {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 6%) 2px 1px 50px;
}

.author-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    flex-shrink: 0;
    background: #e4f4fa;
    border-radius: 50%;
}

.author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info h4 {
    margin-bottom: 5px;
    color: var(--primary-color);
    font-size: 20px;
}

.author-info .social-links {
    margin-top: 15px;
}

.author-info .social-links a {
    color: #666;
    margin-right: 15px;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.author-info .social-links a:hover {
    color: var(--primary-color);
}

.comments-section {
    margin-top: 50px;
}

.comment-box {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.comment-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #d0d0d0;
}

.comment-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-content h5 {
    margin-bottom: 5px;
    color: var(--primary-color);
    font-size: 20px;
}

.comment-date {
    color: #999;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 10px;
}

.reply-link {
    color: var(--primary-color);
    font-weight: 500;
    text-decoration: none;
}

.reply-link:hover {
    text-decoration: underline;
}

.comment-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 6%) 2px 1px 50px;
}

.blog-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 6%) 2px 1px 50px;
    margin-bottom: 30px;
}

.sidebar-widget h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #2c3e50;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
}

.search-widget .input-group {
    border-radius: 5px;
    overflow: hidden;
}

.search-widget .form-control {
    border: 1px solid #eee;
    padding: 12px;
}

.search-widget .btn {
    padding: 0 20px;
}

.recent-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}

.recent-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.recent-post-item img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 15px;
}

.recent-post-content h6 {
    margin-bottom: 5px;
    font-size: 16px;
}

.recent-post-content h6 a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.recent-post-content h6 a:hover {
    color: var(--primary-color);
}

.recent-post-content span {
    color: #999;
    font-size: 0.9rem;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}

.category-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.category-list li a {
    color: #666;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    transition: color 0.3s ease;
}

.category-list li a:hover {
    color: var(--primary-color);
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    padding: 5px 15px;
    background: #0ea8dc3d;
    border-radius: 20px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.tag:hover {
    background: var(--primary-color);
    color: #fff;
}


.comments-section h3 {
    font-size: 24px;
    margin-bottom: 10px;
}


.feature-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 6%) 2px 1px 50px;
    transition: all 0.3s ease;
    height: 100%;
    border-bottom: 3px solid var(--primary-color);
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 40px;
    margin-bottom: 25px;
}
.feature-item + .feature-item
 {
    margin-top: 4px;
}
.feature-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.feature-card p {
    color: #666;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6;
}


.mission-image img,
.vision-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-card {
    position: absolute;
    bottom: 30px;
    right: -30px;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 200px;
}

.card-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}

.card-content h4 {
    margin: 0;
    font-size: 24px;
    color: var(--primary-color);
}

.card-content p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.vision-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.pillar-item {
    text-align: center;
}

.pillar-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease;
}

.pillar-item:hover .pillar-icon {
    transform: translateY(-5px);
}

.pillar-item h5 {
    margin: 0;
    font-size: 16px;
    color: #333;
}


.value-card {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 6%) 2px 1px 50px;
    text-align: center;
    height: 100%;
    border-bottom: 3px solid var(--primary-color);
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
}

.value-icon {
    width: 70px;
    height: 70px;
    background: #0ea8dc1c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--primary-color);
    font-size: 28px;
    transition: all 0.3s ease;
}

.value-card:hover .value-icon {
    background: var(--primary-color);
    color: #fff;
}



.value-card p {
    margin: 0;
    line-height: 1.6;
}





.mission-section img,
.vision-section img,
.values-section img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.mission-section img:hover,
.vision-section img:hover {
    transform: scale(1.02);
}

.mission-box,
.vision-box,
.value-card {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 6%) 2px 1px 50px;
    height: 100%;
    transition: all 0.3s ease;
    border-bottom: 3px solid var(--primary-color);
}

.mission-box:hover,
.vision-box:hover,
.value-card:hover {
    transform: translateY(-5px);
}

.floating-card {
    background: var(--primary-color);
    color: white;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(14, 168, 220, 0.3);
    transform: translateY(30px);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(30px);
    }

    50% {
        transform: translateY(40px);
    }

    100% {
        transform: translateY(30px);
    }
}

.card-icon {
    font-size: 40px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.2);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.card-content h4 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.card-content p {
    font-size: 18px;
    opacity: 0.9;
}

.value-card {
    text-align: center;
    padding: 40px 30px;
}

.value-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 32px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.value-card:hover .value-icon {
    transform: rotateY(180deg);
}

.value-card h4 {
    margin-bottom: 10px;
    font-size: 22px;
}

.value-card p {
    margin: 0;
}
.mission-features {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}

.mission-features li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    background: rgba(14, 168, 220, 0.05);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.mission-features li:hover {
    transform: translateX(10px);
}

.feature-card:hover .feature-icon {
    transform: rotateY(180deg);
}

.mission-features .feature-icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    text-align: center;
    color: #fff !important;
    font-size: 32px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    /* margin-right: 10px; */
}

.feature-text {
    flex: 1;
}

.feature-text h5 {
    margin: 0 0 5px;
    font-size: 18px;
    color: #333;
}

.feature-text p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.vision-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.vision-card {
    text-align: center;
    padding: 25px 15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.vision-card:hover {
    transform: translateY(-10px);
}

.vision-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: white;
    font-size: 24px;
}

.vision-card h4 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #333;
}

.vision-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.vision-quote {
    background: rgba(14, 168, 220, 0.05);
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

.vision-quote blockquote {
    font-size: 18px;
    color: #333;
    font-style: italic;
    margin: 0;
    padding-left: 20px;
    border-left: 3px solid var(--primary-color);
}



.faq-container .accordion-item {
    border: none;
    margin-bottom: 16px;
    border-radius: 10px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #0ea8dc52 ! IMPORTANT;
}

.faq-container .accordion-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.faq-container .accordion-button {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    background-color: #fff;
    border-radius: 6px !important;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: #fff;
    box-shadow: none;
}

.faq-container .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button::after {
    background-size: 18px;
    transition: all 0.3s ease;
}

.faq-container .accordion-body {
    padding: 0 30px 20px;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.faq-container .accordion-collapse {
    transition: all 0.3s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.blog-image {
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}

.blog-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    line-height: 1.2;
}

.blog-date .day {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.blog-date .month {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.blog-content {
    padding: 25px;
}

.blog-category {
    display: inline-block;
    background: #0ea8dc1c;
    color: var(--primary-color);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

.blog-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-card h4 a {
    color: #333;
    transition: color 0.3s ease;
}

.blog-card h4 a:hover {
    color: var(--primary-color);
}

.blog-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #888;
    font-size: 14px;
}

.blog-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-meta i {
    color: var(--primary-color);
}

@media (max-width: 991px) {
    .blog-card h4 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .blog-grid {
        margin-top: 30px;
    }

    .blog-card {
        margin-bottom: 20px;
    }
}

/* ================= Footer Start ================= */

/* ================= Footer Start ================= */
#footer {
    background: #1a1a1a;
    color: #fff;
    position: relative;
    overflow: hidden;
}

#footer::before {
    content: '';
    height: 150%;
    position: absolute;
    left: 50%;
    bottom: -25%;
    z-index: 1;
    margin-left: -1000px;
    background-image: url(../images/foote-layer.png);
    width: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .04;
    top: -25%;
    background-position: center;
}

.footer-upper {
    padding-top: 70px;
    position: relative;
    z-index: 9;
}

.footer-conent {
    padding-bottom: 34px;
}

.footer-left {
    width: 35%;
    padding-right: 6%;
}

.footer-logo {
    width: 125px;
    margin-bottom: 8px;
}

.footer-logo img {
    width: 100%;
}

.footer-left p {
    line-height: 27px;
}

.footer-right {
    width: 65%;
}

.footer-menu-box h6 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
}

.footer-menu-list li+li {
    margin-top: 8px;
}

.foorer-right-content {
    width: calc(100% + 30px);
    margin-left: -15px;
    justify-content: space-between;
}

.footer-menu-box {
    padding: 0 15px;
    width: 33.33%;
}

.footer-contact-list li {
    padding-left: 30px;
    position: relative;
}

.footer-contact-list li+li {
    margin-top: 15px;
}

.footer-contact-list li span {
    position: absolute;
    left: 0;
    top: 7px;
    left: 0;
    min-width: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-contact-list {
    padding-right: 12px;
}

.social-media {
    padding: 30px 0;
}

.social-media a {
    width: 31px;
    height: 31px;
    background: var(--primary-color);
    box-shadow: 0px 8.82404px 22.0601px rgba(16, 131, 224, 0.3);
    border-radius: 35.2962px;
    font-size: 13px;
    color: #111;
    text-align: center;
    line-height: 34px;
}

.social-media a+a {
    margin-left: 15px;
}

.social-media a:hover {
    box-shadow: none;
}

.footer-lower {
    background: #111;
    padding: 12px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: .5px;
    position: relative;
}

/* ================= Footer End ================= */

/* ================= Footer End ================= */

/* ================= Content Start ================= */
.content-container {
    padding: 60px 0;
}

/* ================= Content End ================= */

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
    .navbar {
        padding: 0 15px;
        width: 100%;
        height: 80px;
    }

    .navbar-toggler {
        width: 54px;
        height: 40px;
        height: 60px;
        order-radius: 0;
        cursor: pointer;
        text-decoration: none;
        padding: 0;
        border: 0;
        background: transparent;
        margin: 0;
        position: absolute;
        right: 0;
        top: 50%;
        z-index: 999;
        transform: translateY(-50%);
    }

    .navbar-default .navbar-toggler:hover,
    .navbar-default .navbar-toggler:focus {
        background: transparent;
    }

    .navbar-toggler:not([class="collapsed"]),
    .navbar-toggler:not([class="collapsed"]):focus,
    .navbar-toggler:not([class="collapsed"]):hover {
        background: transparent;
        box-shadow: none !important;
    }

    .navbar-toggler.collapsed,
    .navbar-toggler.collapsed:focus,
    .navbar-toggler.collapsed:hover {
        background: transparent;
    }

    .home .navbar-toggler.collapsed,
    .home .navbar-toggler.collapsed:focus,
    .home .navbar-toggler.collapsed:hover {
        background: transparent;
    }

    .navbar-toggler .navbar-toggler-icon {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 3px;
        color: #243238;
        text-indent: -55px;
        margin-top: 0;
        background: transparent !important;
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        vertical-align: middle;
    }

    .navbar-toggler .navbar-toggler-icon:before,
    .navbar-toggler .navbar-toggler-icon:after {
        content: '';
        width: 30px;
        height: 3px;
        background: var(--primary-color);
        position: absolute;
        left: 0;
        transition: all .2s ease-out;
    }

    .navbar-toggler.collapsed .navbar-toggler-icon {
        background: var(--primary-color) !important;
    }

    .navbar-toggler.collapsed .navbar-toggler-icon:before,
    .navbar-toggler.collapsed .navbar-toggler-icon:after {
        background: var(--primary-color);
    }

    .navbar-toggler.collapsed .navbar-toggler-icon:before {
        top: -10px;
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    .navbar-toggler .navbar-toggler-icon:before {
        top: 0;
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .navbar-toggler.collapsed .navbar-toggler-icon:after {
        bottom: -10px;
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    .navbar-toggler .navbar-toggler-icon:after {
        bottom: 0;
        -webkit-transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
        -o-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }

    .header-right {
        position: relative;
        z-index: 999;
        margin-right: 50px;
    }

    .navbar-collapse,
    .navbar-collapse.collapsing {
        position: fixed;
        top: 80px;
        left: 0;
        background: #fff;
        padding: 0;
        z-index: 99;
        margin: 0;
        border: 0;
        overflow-y: auto;
        bottom: 0;
        width: 100%;
        height: 0;
        display: block !important;
        transition: all .3s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    .navbar .collapse.show {
        height: calc(100vh - 80px);
    }

    .navbar-inside {
        height: calc(100vh - 80px);
        padding: 0 15px;
        display: flex;
        flex-flow: column;
    }

    .navbar-expand-xl .navbar-nav .nav-item {
        padding: 0;
        margin: 0;
        border-bottom: solid 1px var(--primary-color);
    }
    .navbar-expand-xl .navbar-nav .nav-item:last-child {
    border: 0;
}
    .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 16px;
        line-height: 30px;
        padding: 15px 0;
        position: relative;
        color: #333;
    }

    .navbar-nav.sm-collapsible .sub-arrow {
        border: 0;
        margin: 0;
        width: auto;
        font-size: 30px;
        line-height: 60px;
        top: 0;
        height: 60px;
        color: var(--primary-color);
        width: 40px;
    }

    .dropdown-menu {
        background: transparent;
        border: 0;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .dropdown-item {
        padding: 7px 20px 7px 40px;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: var(--primary-color);
        background: transparent;
    }

    .content-container {
        padding: 50px 0;
    }

    .navbar-expand-xl .navbar-nav .nav-item.has-mega-menu {
        position: relative;
    }

    .navbar-expand-xl .navbar-nav .has-mega-menu .dropdown-menu {
        top: 100% !important;
        margin-bottom: 0;
        width: 100%;
        transform: translate(0);
    }

    .navbar-expand-xl .navbar-nav .nav-link.dropdown-toggle::after {
        right: 0;
    }
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
    .navbar-brand {
        width: 80px;
        min-width: 80px;
    }
    .map {
    margin-top: 20px;
}
    .hero-content h1 {
        font-size: 54px;
        line-height: 64px;
    }

    .hero-content h5 {
        font-size: 18px;
    }

    .heading h6 {
        font-size: 18px;
    }

    .heading h3 {
        font-size: 27px;
    }

    .about-text-wrapper .heading {
        margin-bottom: 16px;
    }

    .footer-left {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 12px;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .footer-right {
        width: 100%;
    }

    .footer-menu-box h6 {
        margin-bottom: 16px;
    }

    .about__company__box {
        padding: 24px;
    }

    .recent__service .recent__service__link {
        padding-right: 50px;
        font-size: 14px;
        line-height: 18px;
    }

    .recent__service .recent__service__link span {
        width: 30px;
    }

    .recent__service .recent__service__link span img {
        width: 16px;
    }

    .mega-menu-item {
        width: 50%;
    }

    .Portfolio-content h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .top-bar::before {
        width: 50vw;
    }

    .top-bar::after {
        width: 50vw;
    }

    .type-2 .Portfolio-item {
        width: 33.33%
    }
    .blog-sidebar {
        margin-top: 40px;
        position: static;
    }
    .sub-service-details-img {
    margin-top: 20px;
}
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width:767.98px) {
    .navbar {
        height: 60px;
    }
    
.sub-service-tab .nav {
    overflow-x: scroll;
}
    .navbar-collapse,
    .navbar-collapse.collapsing {
        top: 60px;
    }

    .navbar .collapse.show {
        height: calc(100vh - 60px);
    }

    .navbar-inside {
        height: calc(100vh - 60px);
    }

    .content-container {
        padding: 40px 0;
    }

    .hero-content h1 {
        font-size: 44px;
        line-height: 52px;
    }

    .hero-content h5 {
        font-size: 16px;
    }

    .hero-img-list {
        position: static;
        margin-left: auto;
    }

    .hero-thums-list {
        bottom: 0;
    }
.sub-service-details-content h3
 {
    font-size: 24px;
}
.heading {
    margin-bottom: 20px;
}
    .about-text-wrapper {
        margin-top: 50px;
    }

    .heading h3 {
        font-size: 24px;
    }

    .service-item {
        width: 50% !IMPORTANT;
    }

    .home-tool-item {
        width: 20%;
    }

    .footer-menu-box {
        width: 100%;
        text-align: center;
        max-width: 390px;
        margin: 0 auto;
    }
    .single__grid__text {
    margin-top: 20px;
}
.sub-service-slider .slick-track{
    height: 100%;
}
.training-stats-list {
    margin-top: 20px;
}
    .footer-menu-box+.footer-menu-box {
        margin-top: 20px;
    }
    .feature-box {
    flex-wrap: wrap;
    text-align: center;
}
    .social-media {
        justify-content: center;
    }

    .process-list {
        flex-flow: column;
        margin-top: 0;
        width: 100%;
    }

    .process-list .process-item {
        width: 100%;
        display: flex;
        align-items: center;
        flex-flow: row !important
    }

    .process-title {
        min-height: auto;
        width: calc(50% - 17px);
        text-align: right;
        padding: 0 20px;
        display: block;
        font-size: 18px;
        max-width: none
    }

    .process-list .process-item:nth-child(2n) {
        flex-flow: row-reverse !important
    }

    .process-icon {
        width: 50%;
        background: transparent;
        padding: 0 20px;
        display: block !important;
        text-align: end;
        /* transform: translate(30px); */
        border: 0;
    }
    .sub-service-tab .feature-list {
    grid-template-columns: 1fr;
}

.feature-item+.feature-item {
    margin-top: 2px;
}
.sub-service-wrapper h3 {
    font-size: 20px;
    padding-right: 80px;
}

.sub-service-tab h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
.sidebar-widget {
    padding: 0;
}
    .process-icon img {
        width: 64px;
        border-radius: 50%;
        height: 64px;
        padding: 11px
    }

    .process-list .process-item:nth-child(odd) .process-title {
        text-align: start
    }

    .process-list .process-item:nth-child(2n) .process-icon {
        text-align: start
    }

    .process-step span:before {
        left: auto;
        height: 80%;
        width: 3px;
        top: 60%;
        z-index: 9;
    }

    .process-step span:after {
        left: auto;
        height: 0%;
        width: 3px;
        top: 50%
    }

    .aos-animate .process-step span:after {
        height: 100%
    }

    .process-step span:after {
        transform-origin: top
    }

    .portfolio-img-item {
        width: 50%;
    }

    .stat-box {
        margin-bottom: 20px;
    }

    .innovation-box {
        margin-bottom: 30px;
    }

    .Portfolio-item {
        width: 100%;
    }

    .tab-btn-box {
        padding: 12px;
    }

    .btn-list h6 {
        font-size: 14px;
    }

    .btn-list {
        /* min-width: 100px; */
    }

    .Portfolio-content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .top-bar {
        display: none;
    }

    .fixed #header {
        top: 0;
    }

    .hero-banner-shape::before {
        width: 160px;
        height: 160px;
        top: -30px;
    }

    .hero-banner-shape span {
        width: 160px;
        height: 160px;
        bottom: -20px;
    }

    .hero-banner-shape::after {
        width: 150px;
        height: 150px;
        bottom: -30px;
        right: 60px;
    }

    .hero-inner-banner h1 {
        font-size: 33px;
    }

    .hero-banner-shape {
        padding: 40px 0px;
    }

    .shape-img {
        bottom: -55px;
    }

    .type-2 .Portfolio-item {
        width: 50%
    }

    .form-section {
        padding: 0;
        background: none;
    }

    .career-form {
        padding: 24px 20px;
    }

    .section-title {
        margin-bottom: 24px;
    }

    .section-title h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .form-section-title {
        font-size: 16px;
    }
    .blog-detail-content {
        padding: 20px;
    }

    .content-quote {
        padding: 20px;
    }

    .author-box {
        padding: 20px;
    }

    .comment-form {
        padding: 20px;
    }
    .contact-info-item {
    width: 50%;
}
.mega-menu-box-right {
    display: none;
    padding: 0;
}

.mega-menu-box-left {
    width: 100%;
}
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width:575.98px) {
    .home-tool-item {
        width: 50%;
    }
    .contact-info-item {
    width: 100%;
}
    .service-item {
        width: 100% ! IMPORTANT;
    }

    .navbar-brand {
        width: 60px;
        min-width: 60px;
    }

    .home-why-us-item {
        width: 100%;
    }

    .header-right {
        margin-left: 24px;
    }

    .header-right>.btn img {
        width: 16px;
    }

    .header-right>.btn {
        font-size: 14px;
        padding: 10px;
    }

    .home-tool-item:nth-last-child(3) .ht-box {
        border-right: 0;
        border-bottom: 1px solid var(--dark-color);
    }

    .home-tool-item:nth-last-child(4) {
        border-bottom: 1px solid var(--dark-color);
    }

    .home-tool-item:nth-child(9) .ht-box::after {
        width: 16px;
        height: 16px;
        background: var(--primary-color);
        position: absolute;
        content: '' '';
        border-radius: 50%;
        bottom: -8px;
        right: -8px;
        z-index: 9;
    }

    .home-tool-item:nth-child(2) .ht-box::after,
    .home-tool-item:nth-child(6) .ht-box::after {
        display: none;
    }

    .home-tool-item:nth-child(2) .ht-box,
    .home-tool-item:nth-child(6) .ht-box {
        border-right: 0;
    }

    .hero-container {
        padding-top: 40px;
    }

    .hero-content h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .hero-content p {
        margin-bottom: 16px;
    }

    .hero-thums-list {
        display: none;
    }

    .hero-content-slider .slick-prev,
    .hero-content-slider .slick-next {
        display: block !important;
        top: 100%;
        transform: translate(0);
    }

    .hero-content-slider .slick-next {
        right: 0;
    }

    .hero-content-slider .slick-prev {
        left: 0;
    }

    .about-acheivment {
        padding: 15px 20px;
        font-size: 14px;
        min-height: 70px;
        max-width: 240px;
        line-height: 1;
    }
    .form-group .form-control {
    margin-bottom: 13px;
    height: 40px;
    padding: 10px;
}
    .about-acheivment::before {
        border-left: 30px solid transparent;
        border-top: 30px solid var(--primary-color);
    }

    .mega-menu-item {
        width: 100%;
    }

    .navbar-expand-xl .navbar-nav .has-mega-menu .dropdown-menu {
        box-shadow: none;
        padding: 0;
        border: 0;
    }

    .Portfolio-content h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 0;
    }

    .hero-inner-banner h1 {
        font-size: 27px;
        margin-bottom: 6px;
    }

    .hero-banner-shape::before {
        width: 110px;
        height: 110px;
        top: -20px;
        display: none;
    }

    .hero-banner-shape span {
        width: 150px;
        height: 150px;
        right: -50px;
        bottom: -50px;
    }

    .hero-banner-shape::after {
        width: 110px;
        height: 110px;
        right: -15px;
        top: -15px;
        display: none;
    }

    .hero-inner-banner p {
        max-width: 250px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        z-index: 999;
        position: relative;
    }

    .more-pad {
        padding-top: 60px ! IMPORTANT;
    }

    .type-2 .Portfolio-item {
        width: 100%
    }
}