@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import "bootstrap-icons.css";

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    font-style: normal;
    color: #4e4e4e;
    font-family: "Manrope", sans-serif;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.page_wrapper {
    overflow: hidden;
    position: relative;
}
p{
    color:black;
   font-size: 21px;
}

.main-header {
    padding: 25px 0;
    padding-bottom: 1px;
    position: relative;
    box-shadow: 0px 10px 38.2px 3.8px rgba(128, 123, 173, 0.15);
    background-color: #fff;
}

@media only screen and (max-width: 1024px) {
    .main-header {
        padding: 0px 0;
        padding-bottom: 0px;
        position: relative;
        box-shadow: 0px 10px 38.2px 3.8px rgba(128, 123, 173, 0.15);
        background-color: #fff;
    }
  }
iframe {
    border: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

embed,
object,
video {
    height: auto;
    max-width: 100%;
}

img {
    border: none;
    height: auto;
    padding: 0.25rem;
    /*    max-width: 150%;*/
    user-select: none;
    vertical-align: middle;
}

.image_wrap {
    overflow: hidden;
    border-radius: 12px;
}

.image_wrap img {
    border-radius: 12px;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    outline: 0;
    color: #4e4e4e;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

a:active,
a:focus,
a:hover,
a:visited {
    outline: 0;
    text-decoration: none;
}

.fix {
    overflow: hidden;
}

button {
    padding: 0;
    border: none;
    outline: none;
    background: none;
    display: inline-block;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

button:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #0F0E0E;
    font-family: "Manrope", sans-serif;
    line-height: 1.2;
}

hr {
    opacity: 0.1;
    margin: 30px 0;
    background-color: #0F0E0E;
}

.fa {
    font-family: "Font Awesome 5 Brands";
}

.container {}

.container-fluid {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
}


.col {
    flex: unset;
    padding: 15px;
}

.layer {
    position: relative !important;
}

[dir=rtl] [type=email],
[dir=rtl] [type=number],
[dir=rtl] [type=tel],
[dir=rtl] [type=url] {
    direction: rtl;
}


/* 1.2 - Template Global Reset - End
================================================== */
.page_title {
    font-weight: 700 !important;
    font-size: 2rem !important;
    line-height: 3rem !important;
    color: #000 !important;
    display: flex;
    justify-content: center;
}


.pxp-section-h2 {
    font-weight: 900;
}

.pxp-text-light {
    opacity: 0.7;
}

.pxp-services-h-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Back To Top - Start
================================================== */

.backtotop.style_1 .scroll {
    width: 144px;
    height: 72px;
    font-size: 30px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 100px 100px 0 0;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .backtotop.style_2 {
        padding-top: 50px;
    }
}

.backtotop.style_2 .scroll {
    width: 172px;
    height: 87px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    align-items: center;
    display: inline-flex;
    color: #FF7F50;
    justify-content: center;
    border-radius: 100px 100px 0 0;
    background-color: rgba(255, 127, 80, 0.1);
}

.backtotop.style_2 .scroll:hover {
    background-color: #FF7F50;
    color: #ffffff;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .backtotop.style_3 {
        padding-top: 50px;
    }
}

.backtotop.style_3 .scroll {
    width: 172px;
    height: 87px;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    line-height: 22px;
    color: #0F0E0E;
    position: relative;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 100px 100px 0 0;
    background-color: #FFC961;
}

.backtotop.style_3 .scroll:hover {
    background-color: #5355DF;
    color: #ffffff;
}

.backtotop.style_3 .scroll:before {
    top: 5px;
    inset-inline-start: 5px;
    inset-inline-end: 5px;
    bottom: -1px;
    content: "";
    position: absolute;
    border: 1px solid #ffffff;
    border-radius: 100px 100px 0 0;
}

.backtotop.position-fixed {
    z-index: 99;
    inset-inline-end: 20px;
    bottom: 50px;
}

.backtotop.position-fixed>a {
    width: 44px;
    height: 44px;
    display: flex;
    font-size: 16px;
    border-radius: 100%;
    align-items: center;
    color: #5355DF;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.backtotop.position-fixed>a:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}


/* Back To Top - End
================================================== */


/* Color Classes - Start
================================================== */

.bg_dark {
    background-color: #0F0E0E;
}

.bg_dark_2 {
    background-color: #33333A;
}

.bg_dark_3 {
    background-color: #292930;
}

.bg_primary {
    background-color: #5355DF;
}

.bg_warning {
    background-color: #FFC961;
}

.bg_danger {
    background-color: #FF7F50;
}

.bg_light_2 {
    background-color: rgba(255, 127, 80, 0.1);
}

.bg_gradient_light {
    background-image: linear-gradient(0deg, #F1F1FC 0%, rgba(241, 241, 252, 0) 100%);
}

.bg_half_top_light {
    background-image: linear-gradient(0deg, transparent 41%, #E3ECFA 0%);
}


/* Color Classes - End
================================================== */


/* Template Space - Start
================================================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_space_lg {
        padding-bottom: 100px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .section_space_lg {
        padding-bottom: 80px;
    }
}

.section_space_md {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_space_md {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .section_space_md {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section_space_heading {
    padding-top: 104px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_space_heading {
        padding-top: 66px;
        padding-bottom: 80px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .section_space_heading {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


/* Template Space - End
================================================== */


/* CSS Animation - Start
================================================== */

.decoration_wrap {
    z-index: 1;
    position: relative;
    margin-top: 30px;
}

.decoration_wrap .deco_item {
    z-index: -1;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 30px 30px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .decoration_wrap .deco_item {
        flex-direction: row;
    }
}

.decoration_wrap .overlay {
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
}

.decoration_wrap .half_bg_top {
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    z-index: -1;
    position: absolute;
}

.amin-up-down {
    animation: upDown 1s infinite alternate;
}

@keyframes dropDown {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.upDown {
    animation: upDown 1s infinite alternate;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-15px);
    }
}

.spin {
    animation: spin 4s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.flash {
    animation: flash 5s linear infinite;
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* CSS Animation - End
================================================== */

.fadeInDown {
    animation-name: uicoreFadeInDown, uicoreFadeIn !important;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1), cubic-bezier(0, 0, 0.2, 1);
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft, uicoreFadeIn;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1), cubic-bezier(0, 0, 0.2, 1);
}

@keyframes section-animation {
    0% {
        width: 0;
    }

    15% {
        width: 100%;
    }

    85% {
        opacity: 1;
    }

    90% {
        width: 100%;
        opacity: 0;
    }

    to {
        width: 0;
        opacity: 0;
    }
}

@keyframes iconltr {
    49% {
        transform: translateX(30%);
    }

    50% {
        opacity: 0;
        transform: translateX(-30%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes iconltrup {
    49% {
        transform: translateY(30%);
    }

    50% {
        opacity: 0;
        transform: translateU(-30%);
    }

    51% {
        opacity: 1;
    }
}


/* Preloader - Start
================================================== */

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    top: 0;
    background-color: #fff;
    z-index: 999;
}

.sk-three-bounce {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: white;
}

.sk-three-bounce .sk-child {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #5355DF;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.sk-three-bounce.style_2.sk-three-bounce .sk-child {
    background-color: #FF7F50;
}

@-webkit-keyframes sk-three-bounce {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* Preloader - End
================================================== */


/* 2.4 - Order & Unorder List - Start
================================================== */

.unordered_list,
.unordered_list_end,
.unordered_list_center {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.unordered_list>li,
.unordered_list_end>li,
.unordered_list_center>li {
    float: left;
    list-style: none;
    display: inline-block;
}

.unordered_list {
    justify-content: flex-start;
}

.unordered_list_center {
    justify-content: center;
}

.unordered_list_end {
    justify-content: flex-end;
}

.unordered_list_block {
    margin: 0px;
    padding: 0px;
    display: block;
}

.unordered_list_block>li {
    display: block;
    list-style: none;
}

.icon_list_boxed {
    display: flex;
    background-color: #ffffff;
    border-radius: 12px;
}

.icon_list_boxed .icon_list {
    padding: 30px;
    flex: 0 0 50%;
    max-width: 50%;
}

.icon_list_boxed .icon_list:not(:last-child) {
    border-style: solid;
    border-color: rgba(15, 14, 14, 0.1);
    border-width: 0 1px 0 0;
}

.icon_list.unordered_list_block>li:not(:last-child) {
    margin-bottom: 19px;
}

.icon_list .list_item_icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    font-size: 10px;
    margin-inline-end: 12px;
    color: #0F0E0E;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: #FFC961;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.icon_list .list_item_text {
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    color: #4e4e4e;
    margin-bottom: 30px;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.icon_list a:hover .list_item_text {
    color: #5355DF;
}

.page_list>li {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.page_list>li:not(:last-child) {
    margin: 0 0 12px;
}

.page_list a {
    color: #4e4e4e;
    align-items: center;
    display: inline-flex;
}

.page_list a span {
    display: flex;
    align-items: center;
}

.page_list a .list_item_icon {
    opacity: 0;
    font-size: 6px;
    color: #5355DF;
    margin: 0 8px 0 -15px;
    transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.page_list a:hover {
    color: #0F0E0E;
}

.page_list a:hover .list_item_icon {
    opacity: 1;
    margin: 0 8px 0 0;
}

[dir=rtl] .page_list a:hover .list_item_icon {
    margin: 0 0 0 8px;
}

.page_list.unordered_list>li:not(:last-child) {
    margin: 0 11px 0 0;
}

.page_list.unordered_list a .list_item_icon {
    opacity: 1;
    margin: 0 11px 0 0;
}

[dir=rtl] .page_list.unordered_list a .list_item_icon {
    margin: 0 10px 0px 10px;
}

.tags_list {
    margin: -4px;
}

.tags_list>li {
    padding: 4px;
}

.tags_list a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 5px 10px;
    color: #4e4e4e;
    border-radius: 50px;
    border: 1px solid rgba(15, 14, 14, 0.1);
}

.tags_list a:hover {
    color: #0F0E0E;
    border-color: #FFC961;
    background-color: #FFC961;
}

.contact_info_list>li {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #0F0E0E;
}

.contact_info_list>li:not(:last-child) {
    margin-bottom: 20px;
}

.contact_info_list strong {
    float: left;
    margin-inline-end: 10px;
    color: #5355DF;
}

.contact_info_list span {
    display: table;
}

.contact_info_list.style_2>li {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #4e4e4e;
}

.contact_info_list.style_2>li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(15, 14, 14, 0.1);
}

.contact_info_list.style_2 strong {
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 26px;
    color: #e8333e;
}

.contact_info_list.style_2 span {
    display: inline;
}

.contact_info_list.style_2 span a {
    color: #4e4e4e;
}

.contact_info_list.style_2 span a:hover {
    color: #5355DF;
}

.category_list {
    margin: -2px;
}

.category_list>li {
    padding: 2px;
}

.category_list a {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    padding: 2px 10px;
    color: #000000;
    background-color: #FFC961;
    border-radius: 50px;
}

.category_list a:hover {
    color: #ffffff;
    background-color: #5355DF;
}

.meta_list>li {
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    position: relative;
}

.meta_list>li:not(:last-child) {
    margin-inline-end: 12px;
    padding-inline-end: 12px;
}

.meta_list>li:not(:last-child):after {
    top: 12px;
    width: 4px;
    height: 4px;
    right: -2px;
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: #4e4e4e;
}

.meta_list a {
    color: #4e4e4e;
}

.meta_list a:hover {
    color: #5355DF;
}


/* 2.4 - Order & Unorder List - End
================================================== */


/* Menu Css - Start
================================================== */

.main-menu ul {
    margin-bottom: 0;
}

.main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 35px;
    /* submenu css start */
    /* mega menu start */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li {
        margin-inline-end: 30px;
    }
}

.main-menu ul li:last-child {
    margin-inline-end: 0;
}

.main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #0F0E0E;
    padding: 35px 0;
    text-align: left;
    position: relative;
}

[dir=rtl] .main-menu ul li a {
    text-align: right;
}


.main-menu ul li.has-dropdown>a {
    position: relative;
}

.main-menu ul li.has-dropdown>a::after {
    content: "\f107";
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 14px;
    color: var(--clr-common-white);
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-inline-start: 5px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main-menu ul li.has-mega-menu {
    position: static;
}

.main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 240px;
    background: #ffffff;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    padding: 31px 0 8px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 1px solid #d9d9d9;
}

.main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    color: #0F0E0E;
}

.main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    color: #0F0E0E;
    font-weight: 600;
    font-size: 14px;
    padding: 0 25px;
    padding-bottom: 0px;
    padding-inline-start: 30px;
    padding-bottom: 7px;
    width: 100%;
}

.main-menu ul li .submenu li a::before {
    position: absolute;
    content: "";
    left: 25px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 1.2px;
    background-color: #5355DF;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

[dir=rtl] .main-menu ul li .submenu li a::before {
    left: auto;
    right: 25px;
}

.main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.main-menu ul li .submenu li:hover>a {
    color: #5355DF;
    padding-inline-start: 43px;
}

.main-menu ul li .submenu li:hover>a::before {
    width: 12px;
}

.main-menu ul li .submenu li:hover>a::after {
    color: #0F0E0E;
}

.main-menu ul li .submenu li:hover>.submenu {
    -webkit-transform: translateY(1);
    -moz-transform: translateY(1);
    -ms-transform: translateY(1);
    -o-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
}

.main-menu ul li .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 40px 225px;
    background: #ffffff;
    box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    z-index: 99;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu ul li .mega-menu {
        padding: 40px 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li .mega-menu {
        padding: 25px 25px;
        padding-inline-start: 80px;
    }
}

.main-menu ul li .mega-menu li {
    float: left;
    width: 25%;
    margin-inline-end: 0;
    text-align: left;
}

[dir=rtl] .main-menu ul li .mega-menu li {
    float: right;
    margin-left: 0;
    text-align: right;
}

.main-menu ul li .mega-menu li .mega-menu-title {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    cursor: text;
    padding: 0;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
}

.main-menu ul li .mega-menu li .mega-menu-title::before {
    display: none;
}

.main-menu ul li .mega-menu li ul li {
    width: 100%;
    float: none;
    margin-bottom: 5px;
}

.main-menu ul li .mega-menu li ul li:last-child {
    margin-bottom: 0;
}

.main-menu ul li .mega-menu li ul li a {
    font-weight: 500;
    font-size: 15px;
    color: #4e4e4e;
    padding: 0;
    position: relative;
}

.main-menu ul li .mega-menu li ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 1.2px;
    background-color: #5355DF;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

[dir=rtl] .main-menu ul li .mega-menu li ul li a::before {
    right: 0;
    left: auto;
}

.main-menu ul li .mega-menu li ul li:hover>a {
    color: #5355DF;
}

.main-menu ul li .mega-menu li ul li:hover>a::before {
    background-color: #5355DF;
}

.main-menu ul li .mega-menu li:hover>.mega-menu-title {
    color: #5355DF;
    padding-inline-start: 0;
}

.main-menu ul li .mega-menu li:hover>a {
    color: #5355DF;
}

.main-menu ul li .mega-menu li a:hover {
    padding-inline-start: 18px;
}

[dir=rtl] .main-menu ul li .mega-menu li a:hover {
    padding-inline-start: 18px;
    padding-inline-end: 0px;
}

.main-menu ul li .mega-menu li a:hover::before {
    width: 12px;
}

.main-menu ul li:hover>a {
    color: #5355DF;
}

.main-menu ul li:hover>a:before {
    opacity: 1;
}

.main-menu ul li:hover>a::after {
    color: #5355DF;
}

.main-menu ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
}

.main-menu ul li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
}

.main-menu-2 ul li a::before {
    background: #FF7F50;
}

.main-menu-2 ul li .submenu li a:hover {
    color: #FF7F50;
}

.main-menu-2 ul li .submenu li a:hover::before {
    background: #FF7F50;
}

.main-menu-2 ul li .submenu li:hover>a {
    color: #FF7F50;
}

.main-menu-2 ul li .submenu li:hover>a::before {
    background-color: #FF7F50;
}

.main-menu-2 ul li .submenu li.has-dropdown:hover>a::after {
    color: #FF7F50;
}

.main-menu-2 ul li .mega-menu li ul li:hover>a {
    color: #FF7F50;
}

.main-menu-2 ul li .mega-menu li ul li:hover>a::before {
    background: #FF7F50;
}

.main-menu-2 ul li .mega-menu li:hover>.mega-menu-title {
    color: #FF7F50;
}

.main-menu-2 ul li:hover>a {
    color: #FF7F50;
}

.main-menu-2 ul li:hover>a::after {
    color: #FF7F50;
}

.main-menu-3 ul li a {
    color: #ffffff;
}

.main-menu-3 ul li a:before {
    background: #FFC961;
}

.main-menu-3 ul li .submenu li:hover>a {
    color: #FFC961;
}

.main-menu-3 ul li .submenu li:hover>a::before {
    background: #FFC961;
}

.main-menu-3 ul li .submenu li a:hover {
    color: #FFC961;
}

.main-menu-3 ul li .submenu li a:hover::before {
    background: #FFC961;
}

.main-menu-3 ul li .submenu li.has-dropdown:hover>a::after {
    color: #FFC961;
}

.main-menu-3 ul li .mega-menu li ul li:hover>a {
    color: #FFC961;
}

.main-menu-3 ul li .mega-menu li ul li:hover>a::before {
    background: #FFC961;
}

.main-menu-3 ul li .mega-menu li:hover>.mega-menu-title {
    color: #FFC961;
}

.main-menu-3 ul li:hover>a {
    color: #FFC961;
}

.main-menu-3 ul li:hover>a::after {
    color: #FFC961;
}

.main-menu-4 ul li a {
    padding: 30px 0;
}


/* Mean menu Css - Start
================================================== */


/* mean menu customize */

.mean-container {
    margin-bottom: 40px;
}

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
    width: 100%;
    padding: 10px 0;
    color: #212529;
    border-top: 1px solid #4a4a4a;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span:hover {
    color: #5355DF;
}

.mean-container .mean-nav ul li a:hover i,
.mean-container .mean-nav ul li span:hover i {
    color: #ffffff;
}

.mean-container .mean-nav ul li.dropdown-opened>a,
.mean-container .mean-nav ul li.dropdown-opened>span {
    color: #5355DF;
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked {
    background: #5355DF;
    color: #ffffff;
    border-color: transparent !important;
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked i {
    color: #ffffff;
}

.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
    margin-top: 7px;
    padding: 0 !important;
    line-height: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #ffffff;
    line-height: 30px;
    top: 0;
    font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
    background: #5355DF;
    color: #ffffff;
    border-color: #5355DF;
}

.mean-container .mean-nav ul li a.mean-expand:hover i,
.mean-container .mean-nav ul li span.mean-expand:hover i {
    color: #008080;
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: #ffffff;
    background: #5355DF;
    border-color: #5355DF !important;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
    background: #5355DF;
    color: #ffffff;
    border-color: #5355DF;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover i {
    color: #ffffff;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: #ffffff;
}


/* Button Style - Start
================================================== */

.btn_wrap {
    padding: 60px 0;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .btn_wrap {
        padding: 40px 0;
    }
}

/* .btns_group {
    margin: -10px;
} */

.btns_group>li {
    padding: 10px;
}

.btn-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #4e4e4e;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
}

.btn-link .btn_text {
    position: relative;
}

.btn-link .btn_text:before {
    inset-inline-start: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    content: "";
    position: absolute;
    background-color: #5355DF;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.btn-link .btn_icon {
    margin-inline-start: 8px;
}

.btn-link .btn_icon img {
    transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.btn-link .btn_icon img:nth-child(2) {
    display: none;
}

.btn-link:hover {
    color: #5355DF;
}

.btn-link:hover .btn_text:before {
    width: 100%;
}

.btn-link:hover .btn_icon img {
    animation: 0.4s ease-in-out 0s normal none 1 running fadeInDown;
}

.btn-link:hover .btn_icon img:nth-child(1) {
    display: none;
}

.btn-link:hover .btn_icon img:nth-child(2) {
    display: inline-block;
}

.btn-link.text-white .btn_text:before {
    background-color: #ffffff;
}

[class*=btn-outline-] {
    background-color: transparent;
}

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-white .btn_text small {
    color: #ffffff;
}

.btn-outline-white:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    box-shadow: 0 30px 40px 0 rgba(15, 14, 14, 0.3);
}

.btn-outline-white:hover .btn_text small {
    color: #0F0E0E;
}

.btn-outline-primary {
    border-color: #5355DF;
}

.btn-outline-primary .btn_text small {
    color: #5355DF;
}

.btn-outline-primary:hover {
    border-color: #5355DF;
    background-color: #5355DF;
}

.btn-outline-primary:hover .btn_text small {
    color: #ffffff;
}

.btn-outline-dark {
    border-color: #0F0E0E;
}

.btn-outline-dark .btn_text small {
    color: #0F0E0E;
}

.btn-outline-dark:hover {
    border-color: #0F0E0E;
    background-color: #0F0E0E;
}

.btn-outline-dark:hover .btn_text small {
    color: #ffffff;
}

.filters-button-group {
    display: flex;
    margin-bottom: 60px;
    justify-content: center;
}

.filters-button-group .portfolio_button {
    padding: 10px 45px;
    border-radius: 50px;
    display: inline-flex;
    flex-wrap: wrap;
    background-color: #F1F1FC;
}

.filters-button-group .portfolio_button.has_bg_transparent {
    background-color: transparent;
    padding: 0;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .filters-button-group .portfolio_button {
        padding: 10px 25px;
    }
}

@media (max-width: 575px) {
    .filters-button-group .portfolio_button {
        border-radius: 12px;
    }
}

.filters-button-group .portfolio_button button {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #0F0E0E;
    padding: 10px 15px 9px;
}

.filters-button-group .portfolio_button button.active {
    color: #5355DF;
}

.filters-button-group.style_2 {
    margin-bottom: 30px;
}

.filters-button-group.style_2 .portfolio_button {
    background-color: #ffffff;
    border: 1px solid rgba(15, 14, 14, 0.1);
}

.filters-button-group.style_2 button.active {
    color: #FF7F50;
}


/* Button Style - End
================================================== */

.bd-btn-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    background-color: #5355DF;
    line-height: 1;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    color: #ffffff;
    border-radius: 30px;
    z-index: 55;
}

.bd-btn-link:hover {
    color: #ffffff;
}

.bd-btn-link:hover .bd-button-icon i {
    color: #ffffff;
    transform: rotate(0deg);
}

.bd-btn-link.is-border {
    background-color: transparent;
    border: 1px solid #ffffff;
}

.bd-btn-link:hover .bd-btn-anim-wrapp {
    transform: translateY(-150%);
}

.bd-btn-link:hover .bd-btn-anim-wrapp .bd-button-text:nth-child(2) {
    transform: translate(-50%, 100%);
    opacity: 1;
}

.bd-btn-link:hover .bd-button-text:nth-child(1) {
    opacity: 0;
}

.bd-btn-anim-wrapp {
    display: inline-block;
    order: 10;
}

.bd-btn-anim-wrapp .bd-button-text:nth-child(2) {
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 80%);
    opacity: 0;
}

.bd-btn-link .bd-btn-anim-wrapp,
.bd-btn-link .bd-btn-anim-wrapp .bd-button-text {
    transition: opacity 0.6s, transform 0.8s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.bd-button-icon {
    flex-grow: 0;
    order: 5;
}

.bd-button-icon i {
    color: #ffffff;
    transform: rotate(45deg);
    position: relative;
    top: 2px;
    transition: opacity 0.6s, transform 0.8s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.bd-button-content-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    transform: translateY(-1px);
}

.bd-btn-link.btn_warning {
    color: #0F0E0E;
    border-color: #FFC961;
    background-color: #FFC961;
}

.bd-btn-link.btn_warning .bd-button-icon i {
    color: #0F0E0E;
}

.bd-btn-link.btn_danger {
    color: #ffffff;
    border-color: #FF7F50;
    background-color: #FF7F50;
}

.bd-btn-link.outline-dark {
    background-color: transparent;
    border: 1px solid #0F0E0E;
    color: #0F0E0E;
}

.bd-btn-link.outline-dark:hover {
    background-color: #0F0E0E;
    color: #ffffff;
}

.bd-btn-link.outline-dark:hover.bd-btn-link.outline-dark .bd-button-icon i {
    color: #ffffff;
}

.bd-btn-link.outline-dark .bd-button-icon i {
    color: #0F0E0E;
}

.bd-btn-link.btn_dark {
    color: #ffffff;
    border-color: #e40d1a;
    background-color: #e40d1a;
}

.bd-btn-link.outline-white {
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
}

.bd-btn-link.outline-white:hover {
    background-color: #ffffff;
    color: #0F0E0E;
}

[class*=btn_primary]:hover {
    -webkit-box-shadow: 0 20px 40px 0 rgba(83, 85, 223, 0.4);
    -moz-box-shadow: 0 20px 40px 0 rgba(83, 85, 223, 0.4);
    -ms-box-shadow: 0 20px 40px 0 rgba(83, 85, 223, 0.4);
    -o-box-shadow: 0 20px 40px 0 rgba(83, 85, 223, 0.4);
    box-shadow: 0 20px 40px 0 rgba(83, 85, 223, 0.4);
}

[class*=btn_warning]:hover {
    -webkit-box-shadow: 0 24px 40px 0 rgba(255, 201, 97, 0.4);
    -moz-box-shadow: 0 24px 40px 0 rgba(255, 201, 97, 0.4);
    -ms-box-shadow: 0 24px 40px 0 rgba(255, 201, 97, 0.4);
    -o-box-shadow: 0 24px 40px 0 rgba(255, 201, 97, 0.4);
    box-shadow: 0 24px 40px 0 rgba(255, 201, 97, 0.4);
}

[class*=outline-dark]:hover {
    -webkit-box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
    -moz-box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
    -ms-box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
    -o-box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
    box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
}

[class*=btn_danger]:hover {
    -webkit-box-shadow: 0 24px 40px 0 rgba(255, 127, 80, 0.4);
    -moz-box-shadow: 0 24px 40px 0 rgba(255, 127, 80, 0.4);
    -ms-box-shadow: 0 24px 40px 0 rgba(255, 127, 80, 0.4);
    -o-box-shadow: 0 24px 40px 0 rgba(255, 127, 80, 0.4);
    box-shadow: 0 24px 40px 0 rgba(255, 127, 80, 0.4);
}

[class*=btn_dark]:hover {
    -webkit-box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
    -moz-box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
    -ms-box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
    -o-box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
    box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
}


/* Typography - Start
================================================== */

.section_heading_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 60px;
    margin-bottom: 50px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .section_heading.is_portfolio {
        margin-bottom: 30px;
    }
}

.section_heading .heading_subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
}

.section_heading .double_icon {
    margin-inline-end: 5px;
    display: inline-block;
}

.section_heading .double_icon i {
    z-index: 1;
    font-size: 12px;
    position: relative;
    display: inline-block;
    color: #5355DF;
    display: inline-block;
    transform: rotate(45deg);
}

.section_heading .double_icon i:not(:first-child) {
    margin-inline-start: -7px;
}

.section_heading .double_icon i:nth-child(even) {
    z-index: 0;
    color: #FFC961;
}

.section_heading .heading_title {
    font-size: 50px;
    line-height: 1.36;
    margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section_heading .heading_title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .section_heading .heading_title {
        font-size: 40px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .section_heading .heading_title {
        font-size: 34px;
    }
}

@media (max-width:450px) {
    .section_heading .heading_title {
        font-size: 28px;
    }
}

.section_heading .heading_description {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 25px;
}

.section_heading.text-white .heading_subtitle,
.section_heading.text-white .heading_title,
.section_heading.text-white .heading_description {
    color: #ffffff;
}

.section_heading.text-white .section_heading.style_3 .heading_subtitle {
    color: rgb(203,1,4);
    background-color: rgba(255, 255, 255, 0.1);
}

.section_heading.style_2 .heading_subtitle {
    color: #FF7F50;
}

.section_heading.style_3 .heading_subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    padding: 5px 15px;
    border-radius: 50px;
    display: inline-block;
    color: #5355DF;
    background-color: rgba(83, 85, 223, 0.2);
}

.section_heading.style_4 .heading_subtitle span {
    background-repeat: no-repeat;
    background-position: center bottom 0;
    color: rgb(203,1,4);
    font-size: 24px;
}

.bg_primary .section_heading .double_icon i {
    color: #ffffff;
}

.bg_primary .section_heading .double_icon i:nth-child(even) {
    color: #FFC961;
}

.bg_primary .section_heading.style_3 .heading_subtitle {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

blockquote {
    padding: 40px 30px;
    margin-bottom: 30px;
    background-color: #F1F1FC;
    border-radius: 12px;
    border-inset-inline-start: 3px solid #5355DF;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    blockquote {
        border-inset-inline-start: 0;
        border-top: 3px solid #5355DF;
    }
}

blockquote .blockquote_content {
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
    margin-bottom: 15px;
    font-family: "Manrope", sans-serif;
}

blockquote .author_name {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #0F0E0E;
    align-items: center;
    display: inline-flex;
}

blockquote .author_name:before {
    content: "";
    width: 60px;
    height: 1px;
    margin-inline-end: 10px;
    display: inline-block;
    background-color: rgba(15, 14, 14, 0.1);
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    inset-inline-start: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

.cd-headline.clip span {
    display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    top: 0;
    inset-inline-end: 0;
    width: 2px;
    content: "";
    height: 100%;
    position: absolute;
    background-color: #37393d;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}


/* Typography - End
================================================== */


/* Carousel Style Reset - Start
================================================== */

.portfolio_carousel .slick-track {
    display: flex;
    gap: 30px;
}

@media (max-width: 575px) {
    .portfolio_carousel .slick-track {
        gap: 15px;
    }
}

.portfolio_carousel .slick-list {
    overflow: visible;
}

.portfolio_carousel-2 .slick-track {
    display: flex;
    gap: 30px;
}

.common_carousel_centered_2 .slick-list {
    overflow: visible;
}

.common_carousel_centered_2 .slick-slide {
    padding: 0 15px;
}

.portfolio_carousel_2 .slick-slide {
    display: block;
    padding: 0 15px;
}

.slick-dots {
    margin: 0;
    display: flex;
    position: static;
    padding-top: 50px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .slick-dots {
        padding-top: 35px;
    }
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 2px;
    display: inline-block;
}

.slick-dots li button {
    margin: 0;
    padding: 0;
    width: 28px;
    font-weight: 600;
    height: 28px;
    display: block;
    border-radius: 100%;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    border: 1px solid transparent;
}

.slick-dots li button:before {
    top: 50%;
    left: 50%;
    opacity: 1;
    content: "";
    width: 8px;
    height: 8px;
    color: transparent;
    border-radius: 100%;
    transform: scale(1.5);
    background-color: #0F0E0E;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-dots li:hover button,
.slick-dots li.slick-active button {
    opacity: 1;
    border-color: #0F0E0E;
}

.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
}

.text-white .slick-dots li button:before,
.bg_primary .slick-dots li button:before {
    background-color: #ffffff;
}

.text-white .slick-dots li:hover button,
.text-white .slick-dots li.slick-active button,
.bg_primary .slick-dots li:hover button,
.bg_primary .slick-dots li.slick-active button {
    border-color: #ffffff;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.carousel_arrow {
    padding: 60px 0 0;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .carousel_arrow {
        padding: 40px 0 0;
    }
}

.carousel_arrow>li:not(:last-child) {
    margin-inline-end: 15px;
}

.carousel_arrow button {
    width: 60px;
    height: 60px;
    display: flex;
    overflow: hidden;
    position: relative;
    color: #0F0E0E;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    background-color: rgba(15, 14, 14, 0.05);
}

.carousel_arrow button:hover {
    color: #ffffff;
    background-color: #5355DF;
}

.carousel_arrow button:hover i {
    animation: iconltr 0.5s forwards;
}

.bg_primary .carousel_arrow button {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.12);
}

.bg_primary .carousel_arrow button:hover {
    color: #5355DF;
    background-color: #ffffff;
}

.bg_light_2 .carousel_arrow button:hover {
    color: #ffffff;
    background-color: #FF7F50;
}

.arrow_right_left {
    position: relative;
}

.arrow_right_left .carousel_arrow {
    padding: 0;
}

.arrow_right_left .carousel_arrow>li {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.arrow_right_left .carousel_arrow>li:nth-child(1) {
    inset-inline-start: -120px;
}

.arrow_right_left .carousel_arrow>li:nth-child(2) {
    inset-inline-end: -120px;
}


/* Carousel Style Reset - End
================================================== */


/* Video Widget - Start
================================================== */

.mfp-iframe-holder .mfp-content {
    width: 100%;
    line-height: 0;
    max-width: 70%;
}

.mfp-container {
    padding: 0 15px;
}

.mfp-bg {
    opacity: 0.9;
    background: #000000;
}

@media screen and (max-width: 1199px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 100%;
    }
}

.details_item_video {
    position: relative;
}

.details_item_video .video_poster {
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.video_play_icon .icon_wrap {
    z-index: 1;
    width: 120px;
    height: 120px;
    font-size: 20px;
    position: relative;
    color: #ffffff;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    box-shadow: 0 0 0 1px #ffffff;
}

.video_play_icon .icon_wrap:before,
.video_play_icon .icon_wrap:after {
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    opacity: 0;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0.4);
    transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.video_play_icon .icon_wrap:before {
    z-index: 2;
    background-color: #5355DF;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.video_play_icon .icon_wrap:after {
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.video_play_icon .icon_wrap i {
    z-index: 3;
    position: relative;
    margin: 2px 0 0 5px;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.video_play_icon .icon_wrap:hover {
    backdrop-filter: blur(14px);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.video_play_icon .icon_wrap:hover:before {
    opacity: 1;
    transform: scale(0.49);
    transition-delay: 0.2s;
}

.video_play_icon .icon_wrap:hover:after {
    opacity: 1;
    transform: scale(0.75);
}

.video_play_icon .icon_wrap:hover i {
    transform: scale(0.8);
}

.testimonial-player .video_widget {
    border-radius: 12px;
    position: absolute;
    inset-inline-start: 0;
    width: 45%;
    height: 100%;
    top: 0;
    overflow: hidden;
    border-radius: 12px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-player .video_widget {
        position: sticky;
        inset-inline-start: 0;
        width: 100%;
    }
}

.video_widget {
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.video_widget img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_widget:before {
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
}

.video_widget .video_play_icon {
    top: 50%;
    left: 50%;
    z-index: 2;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video_play_btn {
    align-items: center;
    display: inline-flex;
}

.video_play_btn .icon_wrap {
    width: 46px;
    height: 46px;
    font-size: 14px;
    color: #0F0E0E;
    margin-inline-end: 10px;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border: 1px solid #0F0E0E;
}

.video_play_btn .icon_wrap i {
    margin-inline-start: 4px;
}

.video_play_btn .btn_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #0F0E0E;
}

/* Video Widget - End
================================================== */

/* 2.9 - Form Style - Start
================================================== */

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-control {
    width: 100%;
    caret-color: #5355DF;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    border-radius: 12px;
    background-color: #ffffff;
    border: 2px solid #D5680D;
}

.form-control:focus {
    box-shadow: none;
    border-color: #5355DF;
}

/*input.form-control {
    height: 50px;
    padding: 0 20px;
    margin-left: 0px!important; 
}

textarea.form-control {
    padding: 16px 20px;
    resize: none;
}*/

.form-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #0F0E0E;
    margin-bottom: 14px;
    font-family: "Manrope", sans-serif;
}

.form_required_indicator {
    top: 0;
    line-height: 1;
    font-size: 18px;
    margin-inline-start: 2px;
    color: #5355DF;
}

:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 27px;
    color: #4e4e4e;
}

.select_option {
    width: 100%;
    display: table;
    position: relative;
    margin-bottom: 30px;
}

.select_option .nice-select {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    border-radius: 12px;
    background-color: #ffffff;
    border: 1px solid rgba(15, 14, 14, 0.1);
}

[dir=rtl] .select_option .nice-select {
    text-align: right !important;
}

[dir=rtl] .select_option .nice-select .option {
    text-align: right;
}

.select_option .nice-select:after {
    margin: 0;
    width: auto;
    height: auto;
    border: none;
    float: right;
    margin-inline-start: 5px;
    font-weight: 400;
    content: "\f107";
    transform: unset;
    position: static;
    color: #4e4e4e;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    font-family: "Font Awesome 5 Pro";
}

[dir=rtl] .select_option .nice-select:after {
    float: left;
}

.select_option .nice-select:focus {
    border-color: #5355DF;
}

.select_option .nice-select .list {
    width: 100%;
    margin-top: 1px;
    min-width: 200px;
    padding: 20px 25px;
    box-shadow: 0 0 60px 0 rgba(15, 14, 14, 0.12);
    border-radius: 12px;
    border: 1px solid rgba(15, 14, 14, 0.1);
}

.select_option .nice-select .list>li {
    padding: 4px 0;
    font-size: 16px;
    min-height: auto;
    font-weight: 600;
    line-height: 22px;
    color: #4e4e4e;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    white-space: break-spaces;
    background-color: transparent;
}

.select_option .nice-select .list>li:hover,
.select_option .nice-select .list>li.selected {
    color: #5355DF;
    background-color: transparent;
}

.select_option .nice-select .list li:not(selected)+.current {
    color: #0F0E0E;
}

.select_option .nice-select [data-display] {
    color: #4e4e4e;
}

.select_option .nice-select .current {
    font-size: 16px;
    line-height: 22px;
    color: #4e4e4e;
}

.form-check {
    position: relative;
    padding-inline-start: 26px;
    margin-bottom: 30px;
}

.form-check input {
    inset-inline-start: 0;
    top: 6px;
    margin: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    appearance: none;
    position: absolute;
    border-radius: 100%;
    transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    border: 1px solid #4e4e4e;
}

.form-check input:before {
    top: 50%;
    left: 50%;
    opacity: 0;
    line-height: 1;
    font-size: 8px;
    content: "\f00c";
    font-weight: 700;
    position: absolute;
    color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Pro";
}

.form-check input:checked {
    border-color: #5355DF;
    background-color: #5355DF;
}

.form-check input:checked:before {
    opacity: 1;
}

.form-check label {
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 27px;
}

.form-check label a {
    color: #5355DF;
}

.small_newsletter_form {
    position: relative;
    margin-bottom: 30px;
}

.small_newsletter_form .input_icon {
    inset-inline-start: 0;
    top: 13px;
    font-size: 20px;
    color: #0F0E0E;
    position: absolute;
}

.small_newsletter_form input {
    width: 100%;
    height: 60px;
    display: block;
    padding-inline-start: 25px;
    padding-inline-end: 60px;
    color: #ffffff;
    border-radius: 50px;
    border: 1px solid #33333A;
    background-color: #33333A;
    transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.small_newsletter_form input:hover,
.small_newsletter_form input:focus {
    border-color: rgba(255, 255, 255, 0.08);
}

.small_newsletter_form:has(.input_icon) input {
    padding-inline-start: 30px;
}

.small_newsletter_form button {
    top: 7px;
    right: 7px;
    width: 46px;
    height: 46px;
    display: flex;
    position: absolute;
    color: #0F0E0E;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background-color: #FFC961;
}

[dir=rtl] .small_newsletter_form button {
    left: 7px;
    right: auto;
}

.small_newsletter_form button:hover {
    color: #ffffff;
    background-color: #5355DF;
}

.small_newsletter_form button:hover i {
    animation: iconltr 0.5s forwards;
}

.small_newsletter_form.style_2 input {
    border-radius: 0;
    color: #0F0E0E;
    border-width: 0 0 2px;
    background-color: transparent;
}

.small_newsletter_form.style_2 input:hover,
.small_newsletter_form.style_2 input:focus {
    border-color: #0F0E0E;
}

.small_newsletter_form.style_2 button {
    inset-inline-end: 0;
    color: #ffffff;
    background-color: #0F0E0E;
}

.small_newsletter_form.style_2 button:hover {
    color: #ffffff;
    background-color: #FF7F50;
}

.form_box {
    margin: auto;
    padding: 25px;
    max-width: 890px;
    /* background-color: #F1F1FC; */
    border-radius: 12px;
}

@media (max-width: 575px) {
    .form_box {
        padding: 40px;
    }
}

@media (max-width:450px) {
    .form_box {
        padding: 40px 30px;
    }
}

.form_box .form_title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.3;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .form_box .form_title {
        font-size: 30px;
    }
}

@media (max-width:450px) {
    .form_box .form_title {
        font-size: 25px;
    }
}

.form_box .form_title .focus_title {
    color: #5355DF;
}

.subscribe_form {
    margin: auto;
    max-width: 610px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe_form {
        max-width: 100%;
    }
}

.subscribe_form .form-control {
    padding: 0;
    height: 80px;
    border: none;
    border-radius: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-inline-start: 60px;
    padding-inline-end: 230px;
    background-color: #ffffff;
    border: 1px solid rgba(15, 14, 14, 0.1);
}

@media (max-width: 575px) {
    .subscribe_form .form-control {
        padding: 10px 25px 10px 60px;
    }

    [dir=rtl] .subscribe_form .form-control {
        padding: 10px 60px 10px 25px;
    }
}

.subscribe_form .bd-btn-link {
    top: 10px;
    inset-inline-end: 10px;
    position: absolute;
}

@media (max-width: 575px) {
    .subscribe_form .bd-btn-link {
        margin-top: 30px;
        position: sticky;
        width: 100%;
    }
}

.subscribe_form .bd-btn-link:hover {
    transform: unset;
}

.subscribe_form .form-label {
    top: 29px;
    inset-inline-start: 35px;
    margin: 0;
    position: absolute;
}

.subscribe_form_2 .form-group .form-control {
    height: 50px;
    border-radius: 0;
    padding: 0 0 0 24px;
    border-width: 0 0 1px 0;
    border-color: #0F0E0E;
    background-color: transparent;
}

[dir=rtl] .subscribe_form_2 .form-group .form-control {
    padding: 0 24px 0 0;
}

.subscribe_form_2 .form-group .form-control:focus {
    border-color: #5355DF;
}

.subscribe_form_2 .form-group .input_icon {
    inset-inline-start: 0;
    top: 10px;
    color: #0F0E0E;
    position: absolute;
}

.subscribe_form_2 .bd-btn-link {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 12px;
}

.subscribe_form_2 .alert_text {
    font-size: 14px;
    line-height: 27px;
    color: #5355DF;
}

.kyeword_search_form {
    display: flex;
    align-items: center;
}

.kyeword_search_form .form-control {
    border-radius: 12px 0 0 12px;
}

[dir=rtl] .kyeword_search_form .form-control {
    border-radius: 0px 12px 12px 0px;
}

.kyeword_search_form button {
    width: 70px;
    height: 60px;
    border-radius: 0 12px 12px 0;
    background-color: #5355DF;
}

[dir=rtl] .kyeword_search_form button {
    border-radius: 12px 0 0 12px;
}


/* 2.9 - Form Style - End
================================================== */


/* Admin Widget - Start
================================================== */

.admin_item {
    display: flex;
    align-items: center;
}

.admin_item .admin_thumbnail {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    overflow: hidden;
    margin-inline-end: 10px;
    border-radius: 100%;
}

.admin_item .admin_thumbnail img {
    width: 100%;
}

.admin_item .admin_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 2px;
}

.admin_item .admin_designation {
    display: block;
    font-size: 14px;
    line-height: 19px;
}

.post_admin {
    display: flex;
    padding: 40px;
    margin-bottom: 50px;
    border-radius: 12px;
    background-color: #F1F1FC;
    gap: 30px 15px;
}

@media (max-width: 575px) {
    .post_admin {
        padding: 30px;
    }
}

@media (max-width:450px) {
    .post_admin {
        flex-wrap: wrap;
    }
}

.post_admin .admin_image {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    overflow: hidden;
    border-radius: 100%;
}

.post_admin .admin_name {
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 8px;
}

.post_admin .admin_designation {
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #5355DF;
}


/* Admin Widget - End
================================================== */


/* Tab Style - Start
================================================== */

.tabs_nav_boxed {
    padding: 30px 0;
    border-radius: 12px;
    border: 1px solid rgba(15, 14, 14, 0.1);
}

.tabs_nav_boxed>li {
    display: block;
}

.tabs_nav_boxed button {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    padding: 10px 40px;
    position: relative;
    align-items: center;
}

@media (max-width: 575px) {
    .tabs_nav_boxed button {
        padding: 10px 30px;
    }
}

.tabs_nav_boxed button span {
    color: #4e4e4e;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.tabs_nav_boxed button i {
    opacity: 0;
    font-size: 4px;
    line-height: 1;
    color: #5355DF;
    transform: translateX(-10px);
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.tabs_nav_boxed button:hover span {
    color: #5355DF;
}

.tabs_nav_boxed button.active span {
    color: #5355DF;
    transform: translateX(10px);
}

.tabs_nav_boxed button.active i {
    opacity: 1;
    transform: translateX(0px);
}


/* Tab Style - End
================================================== */


/* Social Media - Start
================================================== */

.social_wrap {
    display: flex;
    align-items: center;
}

.social_wrap .social_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin: 0 10px 0 0;
    color: #5355DF;
}

.social_icon {
    margin: -6px;
}

.social_icon>li {
    padding: 6px;
}

.social_icon a {
    z-index: 1;
    width: 40px;
    height: 40px;
    display: flex;
    color: #0F0E0E;
    position: relative;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 14, 14, 0.1);
}

.social_icon a:hover {
    color: #ffffff;
    border-color: #5355DF;
    background-color: #5355DF;
}


/* Social Media - End
================================================== */


/* Counter Widget - Start
================================================== */

.counter_section .shape_1 {
    top: 40%;
    inset-inline-start: 50%;
    width: 110%;
    transform: translateX(-50%);
}

.counter_section .shape_2 {
    inset-inline-end: -50px;
    bottom: -70px;
}

.counter_section .shape_2 img {
    opacity: 0.2;
    max-width: 490px;
    filter: blur(200px);
}

.counter_section .shape_3 {
    top: 10px;
    inset-inline-start: 250px;
    max-width: 16px;
}

.counter_section .shape_4 {
    top: 60px;
    inset-inline-start: -70px;
    max-width: 110px;
}

.counter_item {
    padding: 60px;
    text-align: center;
    background-color: #EEEEFC;
    border-radius: 12px;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

@media (max-width:450px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter_item {
        padding: 45px;
    }
}

.counter_item:hover {
    box-shadow: 0 2px 0 0 #5355DF;
}

.counter_item .counter_value {
    font-size: 67px;
    font-weight: 700;
    line-height: 80px;
    color: #000000;
    margin-bottom: 10px;
}

@media (max-width:450px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter_item .counter_value {
        font-size: 60px;
    }
}

.counter_item .counter_value span {
    display: inline-block;
}

.counter_item sup {
    top: -28px;
    inset-inline-start: -12px;
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
    color: #5355DF;
    vertical-align: middle;
}

.counter_item .counter_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #4e4e4e;
}

.funfact_section {
    background-image: linear-gradient(0deg, transparent 50%, rgba(255, 127, 80, 0.1) 0%);
}

.funfact_box {
    display: flex;
    align-items: center;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0F0E0E;
    border-radius: 12px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .funfact_box {
        flex-direction: column;
    }
}

.funfact_box .funfact_item {
    padding: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .funfact_box .funfact_item {
        padding: 60px 30px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .funfact_box .funfact_item {
        text-align: center;
    }
}

@media (max-width:450px) {
    .funfact_box .funfact_item {
        padding: 60px 30px;
    }
}

.funfact_box .funfact_item:not(:last-child) {
    flex: 0 0 290px;
    border-inset-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .funfact_box .funfact_item:not(:last-child) {
        flex: 0 0 230px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .funfact_box .funfact_item:not(:last-child) {
        flex: 1 1 100%;
        border: 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.funfact_item .counter_value {
    line-height: 1;
    font-size: 67px;
    font-weight: 800;
}

@media (max-width:450px) {
    .funfact_item .counter_value {
        font-size: 60px;
    }
}

.funfact_item .counter_title {
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    color: #FF7F50;
}

.funfact_box_2 {
    display: flex;
    padding: 15px;
    border-radius: 12px;
    justify-content: space-between;
    background-color: rgba(83, 85, 223, 0.1);
}

@media (max-width: 575px) {
    .funfact_box_2 {
        display: grid;
        place-content: center;
    }
}

.funfact_box_2 .funfact_item {
    flex: 0 0 33.333%;
    padding: 15px 30px;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .funfact_box_2 .funfact_item {
        padding: 15px 15px;
    }
}

.funfact_box_2 .funfact_item .counter_value {
    line-height: 1;
    font-size: 38px;
    margin: 0 0 8px;
    color: #5355DF;
}

.funfact_box_2 .funfact_item .counter_title {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #4e4e4e;
    letter-spacing: 0.5px;
}


/* Counter Widget - End
================================================== */


/* Rating Star - Start
================================================== */

.rating_wrap {
    display: flex;
    align-items: center;
}

.rating_wrap .review_counter {
    font-size: 12px;
    margin-inline-start: 5px;
}

.rating_star li {
    color: #FFC961;
    line-height: 1;
    font-size: 14px;
}

.rating_star li:not(:last-child) {
    margin-inline-end: 3px;
}


/* Rating Star - End
================================================== */


/* IconBox Widget - Start
================================================== */

.iconbox_item {
    z-index: 1;
    position: relative;
    background-color: #EEEEFC;
    padding: 30px 50px 30px 30px;
    border: 1px solid transparent;
    border-radius: 12px;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.iconbox_item:before {
    top: 0;
    inset-inline-start: 0;
    opacity: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scale(0.96);
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    border-radius: 12px;
}

.iconbox_item:hover:before {
    opacity: 1;
    transform: scale(1);
}

.iconbox_item .item_icon {
    width: 60px;
    height: 60px;
    align-items: center;
    border-radius: 100%;
    margin-bottom: 15px;
    display: inline-flex;
    justify-content: center;
}

.iconbox_item .serial_number {
    font-size: 50px;
    font-weight: 700;
    line-height: 68px;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    color: #FFC961;
    font-family: "Manrope", sans-serif;
}

.iconbox_item .serial_number:before {
    top: 50%;
    inset-inline-start: 24px;
    content: "";
    width: 60px;
    height: 60px;
    opacity: 0.2;
    position: absolute;
    border-radius: 100%;
    transform: translateY(-50%);
    background-color: #FFC961;
}

.iconbox_item .item_title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
}

@media (max-width:450px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .iconbox_item .item_title {
        font-size: 18px;
    }
}

.iconbox_item p {
    line-height: 25px;
}

.iconbox_item.icon_align_left {
    display: flex;
}

.iconbox_item.icon_align_left .item_icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    margin-inline-end: 15px;
}

.iconbox_item.bg-white {
    border-color: rgba(15, 14, 14, 0.1);
}

.iconbox_item.bg-white:before {
    transform: scale(1);
    background-color: #F1F1FC;
}

.iconbox_item.bg-white:hover {
    border-color: #F1F1FC;
}

.mission_vision .iconbox_item {
    padding: 20px 50px 20px 20px;
    background-color: transparent;
}

@media (max-width: 575px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .mission_vision .iconbox_item {
        padding: 20px 20px 20px 20px;
    }
}

.mission_vision .iconbox_item:before {
    background-color: rgba(83, 85, 223, 0.1);
}

.mission_vision .iconbox_item .item_icon {
    background-color: rgba(83, 85, 223, 0.1);
}

.mission_vision .iconbox_item.text-white:before {
    background-color: rgba(255, 255, 255, 0.08);
}

.mission_vision .iconbox_item.text-white .item_icon {
    background-color: rgba(255, 255, 255, 0.1);
}

.mission_vision .iconbox_item.text-white .item_title {
    color: #ffffff;
}

.skill_iconboxes {
    margin-bottom: -12px;
}

.skill_iconboxes>.col {
    padding: 12px;
}

.skill_iconboxes .iconbox_item {
    padding: 20px;
    text-align: center;
}

.skill_iconboxes .iconbox_item .item_icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.skill_iconboxes .iconbox_item .item_icon img {
    transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.skill_iconboxes .iconbox_item .item_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.skill_iconboxes .iconbox_item:hover {
    border-color: rgba(15, 14, 14, 0.1);
}

.skill_iconboxes .iconbox_item:hover .item_icon {
    background-color: #ffffff;
}

.skill_iconboxes .iconbox_item:hover .item_icon img {
    transform: scale(0.7);
}

.our_value_iconbox .iconbox_item {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.our_value_iconbox .iconbox_item:before {
    display: none;
}

.our_value_iconbox .iconbox_item .item_icon {
    background-color: #5355DF;
}


/* IconBox Widget - End
================================================== */


/* Accordion - Start
================================================== */

.accordion_wrap {
    padding: 1px 0;
}

.accordion_wrap .accordion_item {
    margin: -1px 0;
    border-style: solid;
    border-width: 1px 0 1px;
    border-color: rgba(15, 14, 14, 0.1);
}

.accordion_wrap .accordion_button {
    width: 100%;
    display: block;
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    color: #0F0E0E;
    position: relative;
    padding: 39px 39px 39px 90px;
}

@media (max-width:450px) {
    .accordion_wrap .accordion_button {
        padding: 30px 30px 30px 85px;
        font-size: 16px;
    }
}

.accordion_wrap .accordion_button:before {
    top: 29px;
    inset-inline-start: 20px;
    width: 48px;
    height: 48px;
    content: "\F282";
    font-weight: 500;
    position: absolute;
    align-items: center;
    display: inline-flex;
    color: #5355DF;
    justify-content: center;
    background: #F1F1FC;
    border-radius: 12px;
    font-family: bootstrap-icons !important;
}

@media (max-width:450px) {
    .accordion_wrap .accordion_button:before {
        top: 50%;
        transform: translateY(-50%);
    }
}

.accordion_wrap .accordion_button[aria-expanded=true]:before {
    content: "\F286";
}

.accordion_wrap .accordion_body {
    padding: 0 30px 30px 90px;
}

.accordion_wrap p {
    font-size: 17px;
    line-height: 27px;
}

[class*=bg_] .accordion_wrap .accordion_button:before {
    background-color: #ffffff;
}

.common_question_section .iconbox_item {
    margin: 30px 0 0;
    border-radius: 0;
    padding: 30px 0 0;
    border-width: 1px 0 0;
    border-color: rgba(15, 14, 14, 0.1);
    background-color: transparent;
}


/* Accordion - End
================================================== */


/* 2.12 - Pagination Nav - start
================================================== */

.pagination_wrap {
    padding-top: 60px;
}

.pagination_nav {
    margin: -1px;
    gap: 5px;
}

.pagination_nav li {
    padding: 1px;
}

.pagination_nav a {
    height: 40px;
    display: inline-flex;
    min-width: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #0F0E0E;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.pagination_nav li:hover a,
.pagination_nav li.active a {
    color: #ffffff;
    background-color: #5355DF;
}

.other_post_pagination {
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    justify-content: space-between;
    border: 1px solid rgba(15, 14, 14, 0.1);
    flex-wrap: wrap;
    gap: 20px 15px;
}

.other_post_pagination a {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #0F0E0E;
    align-items: center;
    display: inline-flex;
}

.other_post_pagination a .btn_text {
    padding: 0 10px;
}

.other_post_pagination a .btn_icon {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.other_post_pagination a img:last-child {
    display: none;
}

.other_post_pagination a:first-child .btn_text {
    order: 1;
}

.other_post_pagination a:hover {
    color: #5355DF;
}

.other_post_pagination a:hover img:first-child {
    display: none;
}

.other_post_pagination a:hover img:last-child {
    display: block;
}


/* 2.12 - Pagination Nav - end
================================================== */


/* Progress Bar - Start
================================================== */

.progress_item {
    position: relative;
}

.progress_item:not(:last-child) {
    margin-bottom: 25px;
}

.progress_item .item_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}

.progress_item .progress {
    height: auto;
    padding: 10px;
    overflow: visible;
    border-radius: 50px;
    background-color: rgba(83, 85, 223, 0.1);
}

.progress_item .progress_bar {
    height: 10px;
    position: relative;
    border-radius: 50px;
    background-color: #5355DF;
}

.progress_item .progress_bar span {
    inset-inline-end: 0;
    top: -39px;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    position: absolute;
    color: #0F0E0E;
}

@keyframes rx_width_84 {
    0% {
        width: 0%;
    }

    100% {
        width: 84%;
    }
}

.rx_width_84 {
    -webkit-animation-name: rx_width_84;
    animation-name: rx_width_84;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes rx_width_93 {
    0% {
        width: 0%;
    }

    100% {
        width: 90%;
    }
}

.rx_width_93 {
    -webkit-animation-name: rx_width_93;
    animation-name: rx_width_93;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


/* Progress Bar - End
================================================== */


/* CountDown Widget - Start
================================================== */

.countdown_timer {
    margin: -30px;
}

.countdown_timer>li {
    padding: 30px;
    position: relative;
}

@media (max-width: 575px) {
    .countdown_timer>li:not(:last-child):nth-child(2)::after {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .countdown_timer>li:not(:last-child):nth-child(3)::after {
        display: none;
    }
}

@media (max-width:450px) {
    .countdown_timer>li:not(:last-child)::after {
        display: none;
    }
}

.countdown_timer>li:not(:last-child):after {
    top: 50%;
    inset-inline-end: -4px;
    content: "";
    width: 10px;
    height: 26px;
    position: absolute;
    background-size: 100% 100%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/shapes/shape_symbol_colon.svg");
}

.countdown_timer div {
    height: 134px;
    display: flex;
    min-width: 126px;
    color: #ffffff;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
    background-color: #5355DF;
}

.countdown_timer strong {
    line-height: 1;
    font-size: 67px;
    font-weight: 700;
    margin: -5px 0 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .countdown_timer strong {
        font-size: 60px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .countdown_timer strong {
        font-size: 50px;
    }
}

@media (max-width:450px) {
    .countdown_timer strong {
        font-size: 45px;
    }
}

.countdown_timer span {
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
}


/* CountDown Widget - End
================================================== */


/* Off Canvas - Start
================================================== */

.offcanvas__close .menu-close-btn {
    cursor: pointer;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    color: #000;
    padding: 3px;
}

.offcanvas__close .menu-close-btn:hover {
    color: #5355DF;
}

.offcanvas__info {
    background: #fff none repeat scroll 0 0;
    position: fixed;
    top: 0;
    width: 420px;
    height: 100%;
    inset-inline-end: -490px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    backdrop-filter: blur(37px);
}

.offcanvas__info::-webkit-scrollbar {
    display: none;
}

@media (max-width:450px) {
    .offcanvas__info {
        width: 100%;
    }
}

.offcanvas__info.info-open {
    opacity: 1;
    inset-inline-end: 0;
}

.offcanvas__logo img {
    width: 246px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    position: relative;
    height: 100%;
    padding: 45px 45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas__wrapper {
        padding: 35px 35px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 25px 25px;
    }
}

.offcanvas__top {
    padding-bottom: 15px;
}

.offcanvas__title {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #ffffff;
}

.offcanvas__contact {
    margin-bottom: 20px;
}

.offcanvas__contact-text p {
    margin-bottom: 10px;
}

.offcanvas__contact-text p a {
    color: #ffffff;
}

.offcanvas__contact-text p a:hover {
    color: #5355DF;
}

.offcanvas__contact-text span a {
    color: #ffffff;
}

.offcanvas__contact-text span a:hover {
    color: #5355DF;
}

.offcanvas__social {
    margin-bottom: 30px;
}

.offcanvas__social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 15px;
}

.offcanvas__social ul li {
    list-style: none;
}

.offcanvas__social ul li a {
    /* color: #ffffff; */
    font-weight: 500;
}

.offcanvas__social ul li a:hover {
    color: #5355DF;
}

.offcanvas__devider {
    border-bottom: 1px solid #4a4a4a;
    margin-bottom: 20px;
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #0F0E0E;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    inset-inline-end: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
}

.offcanvas__area-2 .mean-container .mean-nav ul li a:hover {
    color: #FF7F50;
}

.offcanvas__area-2 .mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked {
    background: #FF7F50;
    color: #ffffff;
    border-color: transparent !important;
}

.offcanvas__area-2 .mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked i {
    color: #ffffff;
}

.offcanvas__area-2 .mean-container .mean-nav ul li.dropdown-opened>a,
.offcanvas__area-2 .mean-container .mean-nav ul li.dropdown-opened>span {
    color: #FF7F50;
}

.offcanvas__area-2 .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas__area-2 .mean-container .mean-nav ul li span.mean-expand:hover {
    background: #FF7F50;
    border-color: #FF7F50 !important;
}

.offcanvas__area-2 .mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: #ffffff;
    background: #FF7F50;
    border-color: #FF7F50 !important;
}

.offcanvas__area-2 .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
    background: #FF7F50;
    border-color: #FF7F50;
}


/* Off Canvas - End
================================================== */


/* Template Header - Start
================================================== */

.bar-icon {
    width: 30px;
    height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.bar-icon span {
    width: 100%;
    height: 2px;
    background: #0F0E0E;
    display: inline-block;
}

.bar-icon span:nth-child(2) {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    width: 6.56px;
}

.bar-icon span:nth-child(2) small {
    position: absolute;
    height: 100%;
    background: #0F0E0E;
    left: 12.56px;
    width: 18.06px;
    z-index: 5555;
}

[dir=rtl] .bar-icon span:nth-child(2) small {
    right: 12.56px;
}

.bar-icon.is-white span {
    background: #ffffff;
}

.bar-icon.is-white span:nth-child(2) small {
    background: #ffffff;
}

.site_header {
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    z-index: 99;
    position: absolute;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .site_header {
        padding: 0px 0;
    }
}

.site_header .container {
    max-width: 1480px;
}

.site_header.sticky {
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(16, 18, 19, 0.08);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
}

.site_header .select_option {
    align-items: center;
    display: inline-flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .site_header .select_option {
        display: none;
    }
}

.site_header .select_option .icon_wrap {
    margin: -5px 8px 0 0;
}

[dir=rtl] .site_header .select_option .icon_wrap {
    margin: -5px 0px 0 8px;
}

.site_header .bd-btn-link {
    height: 48px;
    padding: 0 25px;
}

.site_header .btn {
    padding: 0 25px;
}

.site_header .btn span small {
    padding: 13px 0;
}

.site_header .select_option .nice-select {
    padding: 0;
    border: none;
    background-color: transparent;
}

[dir=rtl] .site_header .select_option .nice-select .option {
    text-align: right;
}

.site_header .select_option .nice-select:after {
    color: #0F0E0E;
}

.site_header .select_option .nice-select .list {
    right: 0;
    left: auto;
}

[dir=rtl] .site_header .select_option .nice-select .list {
    right: auto;
    left: 0;
}

.site_header .select_option .nice-select .current {
    font-weight: 600;
    color: #0F0E0E;
}

.sticky .main-menu ul>li>a {
    padding: 27px 0;
}

.header_wrapper {
    display: grid;
    grid-template-columns: 19% auto 25%;
    justify-content: space-between;
    align-items: center;
}

[dir=rtl] .header_wrapper {
    grid-template-columns: 18% auto 30%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    [dir=rtl] .header_wrapper {
        grid-template-columns: 16% auto 33%;
    }
}



@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    [dir=rtl] .header_wrapper {
        grid-template-columns: auto auto;
    }
}

/* @media only screen and (min-width: 450px) and (max-width: 600px) {
    .header_wrapper {
        grid-template-columns: 18% auto 27%;
    }
} */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_wrapper {
        grid-template-columns: 15% auto 20%;
    }
}

@media only screen and (min-width: 995px) and (max-width: 1406px) {
    .header_wrapper {
        grid-template-columns: 15% auto 20%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1037px) {
    .header_wrapper {
        grid-template-columns: 10% auto 10%;
    }

    .site_link img {
        /* width: 150px !important; */
        padding: 0px !important;
    }
}

@media only screen and (min-width: 1038px) and (max-width: 1043px) {
    .header_wrapper {
        grid-template-columns: 10% auto 10%;
    }
    .site_link img {
        padding: 0px !important;
        /* width: 150px !important; */
        
    }
}

@media only screen and (min-width: 1044px) and (max-width: 1207px) {
    .header_wrapper {
        grid-template-columns: 10% auto 10%;
    }
    .site_link img {
        padding: 0px !important;
        /* width: 150% !important; */
    }
}
@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .header_wrapper {
        grid-template-columns: auto auto;
    }
}

.header_right {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: end;
}

@media (max-width:450px) {
    .site_logo a {
        max-width: 150px;
    }
}

.header_btns_group>li:last-child {
    margin-inline-start: 30px;
}

[dir=rtl] .header_btns_group>li:last-child {
    margin-inline-end: 30px;
}

.site_header_2 {
    border-bottom: 1px solid rgba(15, 14, 14, 0.1);
}

.site_header_2 .select_option .nice-select:focus {
    border-color: #FF7F50;
}

.site_header_2 .select_option .nice-select .list>li:hover,
.site_header_2 .select_option .nice-select .list>li.selected {
    color: #FF7F50;
}

.site_header_3 {
    transition: unset;
}

.site_header_3 .select_option .nice-select .current,
.site_header_3 .select_option .nice-select::after {
    color: #ffffff;
}

.site_header_3.sticky {
    backdrop-filter: blur(18px);
    background-color: rgba(16, 18, 19, 0.7);
    animation: 0.4s ease-in-out 0s normal none 1 running fadeInDown;
}

.site_header_4 .content_box {
    margin-top: 20px;
    padding: 0px 20px;
    border-radius: 120px;
    transition: all 0.2s ease;
    background-color: #ffffff;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .site_header_4 .content_box {
        margin-top: 0px;
        padding: 13px 15px;
        border-radius: 0 0 40px 40px;
        box-shadow: 0px 8px 55px 0px rgba(16, 18, 19, 0.08);
    }
}

.site_header_4.sticky .content_box {
    margin-top: 0;
    border-radius: 0 0 40px 40px;
    box-shadow: 0px 8px 55px 0px rgba(16, 18, 19, 0.08);
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .site_header_4.sticky .content_box {
        padding: 13px 15px;
    }
}


/* Template Header - End
================================================== */


/* Site Footer - Start
================================================== */
.footer_widget {
    padding-bottom: 25px;
}


.footer_widget_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_widget_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer_widget_grid {
        grid-template-columns: auto;
    }
}

.footer_bottom_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 30px;
    place-content: space-between;
    align-items: center;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer_bottom_grid {
        grid-template-columns: auto;
        place-items: center;
        justify-content: center;
    }
}

.site_footer p {
    color: #4e4e4e;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 30px;
}

.site_footer .site_logo {
    margin-bottom: 28px;
}

.site_footer .icon_list_widget .widget_title {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}

.site_footer .small_newsletter_form {
    margin-bottom: 20px;
}

.footer_widget_title {
    font-size: 23px;
    margin-bottom: 20px;
}

.site_footer.style_1 .social_icon a,
.site_footer.style_3 .social_icon a {
    color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.site_footer.style_1 .social_icon a:hover,
.site_footer.style_3 .social_icon a:hover {
    color: #ffffff;
    border-color: #5355DF;
    background-color: #5355DF;
}

.site_footer.style_1 {
    color: #AFAFAF;
}

.site_footer.style_1 .footer_widget_title {
    color: #ffffff;
}

.site_footer.style_1 label {
    color: #AFAFAF;
}

.site_footer.style_1 .icon_list_widget .widget_title {
    color: #AFAFAF;
}

.site_footer.style_1 .icon_list .list_item_text {
    color: #ffffff;
}

.site_footer.style_1 .icon_list a:hover .list_item_text {
    color: #5355DF;
}

.site_footer.style_1 .form-check input {
    border: 1px solid #AFAFAF;
}

.site_footer.style_1 .form-check input:checked {
    border-color: #5355DF;
}

.site_footer.style_1 .copyright_widget {
    color: #ffffff;
}

.site_footer.style_1 .copyright_widget a {
    color: #ffffff;
}

.site_footer.style_1 .copyright_widget a:hover {
    color: #5355DF;
}

.site_footer.style_1 .footer_widget_area {
    position: relative;
    padding: 127px 0 84px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .site_footer.style_1 .footer_widget_area {
        padding: 100px 0 100px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .site_footer.style_1 .footer_widget_area {
        padding: 84px 0 84px;
    }
}

.site_footer.style_1 .footer_bottom {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .site_footer.style_1 .footer_bottom {
        padding-bottom: 0;
    }
}

.site_footer.style_1 .backtotop.style_1 {
    margin-bottom: -40px;
    text-align: center;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .site_footer.style_1 .backtotop.style_1 {
        margin-bottom: 0;
        order: 2;
    }
}

.site_footer.style_1 .backtotop.style_1 .scroll {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

.site_footer.style_1 .backtotop.style_1 .scroll:hover {
    background-color: #FFC961;
    color: #0F0E0E;
}

.site_footer.style_2 .footer_widget_area {
    padding: 98px 0 0;
    background-image: linear-gradient(0deg, rgba(255, 127, 80, 0.1) 0%, rgba(255, 127, 80, 0) 100%);
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .site_footer.style_2 .footer_widget_area {
        padding: 80px 0 0;
    }
}

.site_footer.style_2 .social_icon a:hover,
.site_footer.style_2 .form-check input:checked {
    border-color: #FF7F50;
    background-color: #FF7F50;
}

.site_footer.style_2 .icon_list a:hover .list_item_text {
    color: #FF7F50;
}

.site_footer.style_2 .icon_list_widget .widget_title {
    color: #4e4e4e;
}

.site_footer.style_2 .social_wrap .social_title {
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 600;
    line-height: 22px;
    color: #0F0E0E;
}

.site_footer.style_2 .copyright_widget {
    padding: 30px 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: #0F0E0E;
    border-top: 1px solid rgba(15, 14, 14, 0.1);
}

.site_footer.style_2 .copyright_widget a {
    color: #0F0E0E;
}

.site_footer.style_2 .copyright_widget a:hover {
    color: #FF7F50;
}

.site_footer.style_3 {
    color: #AFAFAF;
}

.site_footer.style_3 p {
    color: #AFAFAF;
}

.site_footer.style_3 .footer_widget_area {
    padding: 80px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.site_footer.style_3 .social_wrap .social_title {
    color: #AFAFAF;
}

.site_footer.style_3 .page_list a {
    color: #AFAFAF;
}

.site_footer.style_3 .page_list a .list_item_icon {
    color: #FFC961;
}

.site_footer.style_3 .page_list a:hover {
    color: #ffffff;
}

.site_footer.style_3 .social_icon {
    margin-bottom: 30px;
}

.site_footer.style_3 .icon_list_widget .widget_title {
    color: #AFAFAF;
}

.site_footer.style_3 .icon_list .list_item_text {
    color: #ffffff;
}

.site_footer.style_3 .icon_list a:hover .list_item_text {
    color: #FFC961;
}

.site_footer.style_3 .footer_bottom {
    padding: 30px 0;
}

.site_footer.style_3 .footer_bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.site_footer.style_3 .footer_bottom .page_list a .list_item_icon {
    color: #4e4e4e;
}

.site_footer.style_3 .copyright_widget a {
    color: #ffffff;
    padding: 0px 3px;
}

.site_footer.style_3 .copyright_widget a:hover {
    color: #FFC961;
}

.agency_branch_countries {
    padding: 70px 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.agency_branch_countries .iconbox_item {
    padding: 0;
    border-radius: 0;
    align-items: center;
    background-color: transparent;
}

.agency_branch_countries .iconbox_item:before {
    display: none;
}

.agency_branch_countries .iconbox_item p {
    font-size: 17px;
    line-height: 27px;
    color: #AFAFAF;
}

.site_footer.style_4 .footer_widget_area {
    padding: 30px 10px 84px;
    background: #dae6ff;
    background: -webkit-linear-gradient(to right, #f4f8ff, #e7e3ff);
    background: rgba(0, 0, 0, 1.0);
    color: white;
}

.site_footer.style_4 .footer_bottom {
    padding: 33px 0 43px;
    background-color: #cfd8df;
    border-top: 1px solid rgba(15, 14, 14, 0.1);
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .site_footer.style_4 .footer_bottom {
        padding-bottom: 0;
    }
}

.site_footer.style_4 .copyright_widget {
    color: #0F0E0E;
}

.site_footer.style_4 .copyright_widget a {
    color: #0F0E0E;
}

.site_footer.style_4 .copyright_widget a:hover {
    color: #5355DF;
}

.site_footer.style_4 .backtotop {
    text-align: center;
    background-color: #ccd6dc;
    margin-bottom: -54px;
    text-align: center;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .site_footer.style_4 .backtotop {
        margin-bottom: 0;
        order: 2;
    }
}

.site_footer.style_4 .backtotop a {
    color: #0F0E0E;
    background-color: #b9d8ff;
}

.site_footer.style_4 .backtotop a:hover {
    background-color: #5355DF;
    color: #ffffff;
}

.site_footer.style_4 .small_newsletter_form input {
    color: #0F0E0E;
    background-color: #ffffff;
    border: 1px solid rgba(15, 14, 14, 0.1);
}

.site_footer.style_5 .calltoaction_section.style_5 {
    background-image: linear-gradient(0deg, rgba(83, 85, 223, 0.1) 50%, transparent 0%);
}

.site_footer.style_5 .calltoaction_section.style_5:before {
    display: none;
}

.site_footer.style_5 .footer_widget_area {
    padding: 100px 0 0;
    background-color: rgba(83, 85, 223, 0.1);
}

.site_footer.style_5 .copyright_widget {
    padding: 30px 0;
    font-size: 17px;
    line-height: 27px;
    color: #0F0E0E;
    border-top: 1px solid rgba(15, 14, 14, 0.1);
}

.site_footer.style_5 .copyright_widget a {
    color: #0F0E0E;
}

.site_footer.style_5 .copyright_widget a:hover {
    color: #5355DF;
}

.site_footer.style_5 .social_wrap .social_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 10px 0;
    color: #0F0E0E;
}

.site_footer.style_5 .icon_list_widget .widget_title {
    color: #4e4e4e;
}


.page_banner {
    overflow: hidden;
    position: relative;
    background: linear-gradient(rgb(0 0 0 / 73%), rgb(0 0 0 / 61%)), url(../deluxe-back.jpeg) center / cover;
  
    margin-top: 50px;
    padding: 260px 0 150px;
}



@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) and (max-width: 1600px) {
    .page_banner {
        padding: 170px 0 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .page_banner {
        padding: 137px 0 74px;
    }
}

.page_banner:before {
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    height: 32px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/shapes/shape_up_white.svg);
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .page_banner:before {
        background-image: none;
    }
}

.page_banner .shape_1 {
    bottom: 0;
    inset-inline-start: -85px;
    max-width: 16px;
}

.page_banner .shape_2 {
    top: -130px;
    inset-inline-end: -305px;
    max-width: 139px;
}

.page_banner .shape_3 {
    top: -90px;
    inset-inline-end: 236px;
}

.page_title {
    font-size: 62px;
    line-height: 1.2;
    color: #fff !important;
    margin-bottom: 30px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page_title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page_title {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .page_title {
        font-size: 38px;
    }
}

@media (max-width:450px) {
    .page_title {
        font-size: 32px;
    }
}

.breadcrumb_nav>li {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    position: relative;
    color: #fff;
}

.breadcrumb_nav>li:not(:last-child):after {
    top: 1px;
    inset-inline-end: -7px;
    font-weight: 400;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
}

.breadcrumb_nav>li:last-child>a {
    pointer-events: none;
}

.breadcrumb_nav>li>a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
}


/* Breadcrumb Section - End
================================================== */


/* Sidebar Section - Start
================================================== */

.sidebar_widget {
    padding: 40px 30px;
    background-color: #F1F1FC;
    border-radius: 12px;
}

@media (max-width:450px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar_widget {
        padding: 40px 20px;
    }
}

.sidebar_widget:not(:last-child) {
    margin-bottom: 30px;
}

.sidebar_widget .widget_title {
    line-height: 1;
    font-size: 21px;
    position: relative;
    padding-inline-start: 16px;
    margin-bottom: 26px;
}

.sidebar_widget .widget_title:before {
    inset-inline-start: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background-color: #5355DF;
}

.sidebar_widget .icon_list>li:not(:last-child) {
    margin-bottom: 14px;
}

.sidebar_widget .icon_list a {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #4e4e4e;
}

.sidebar_widget .icon_list a:hover {
    color: #0F0E0E;
}


/* Sidebar Section - End
================================================== */


/*----------------------------------------*/


/*  Theme Settings
/*----------------------------------------*/

.bd-theme-settings-area {
    position: fixed;
    top: 50%;
    right: 0px;
    width: 240px;
    background-color: #ffffff;
    border: 1px solid #EAEAEF;
    -webkit-transform: translateY(-50%) translateX(100%);
    -moz-transform: translateY(-50%) translateX(100%);
    -ms-transform: translateY(-50%) translateX(100%);
    -o-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
    z-index: 991;
    border-bottom-right-radius: 4px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

[dir=rtl] .bd-theme-settings-area {
    -webkit-transform: translateY(-50%) translateX(-100%);
    -moz-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    -o-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
    left: 0px;
    right: auto;
}

.bd-theme-settings-area.settings-opened {
    -webkit-transform: translateY(-50%) translateX(0%);
    -moz-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    -o-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
}

.bd-theme-settings-area.settings-opened .bd-theme-settings-gear {
    opacity: 0;
}

.bd-theme-settings-area.settings-opened .bd-theme-settings-close {
    opacity: 1;
}

.bd-theme-settings-open {
    position: absolute;
    top: -1px;
    inset-inline-end: 100%;
}

.bd-theme-settings-open button {
    background-color: #ffffff;
    border: 1px solid #EAEAEF;
    border-inline-end: 0;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--clr-common-black);
    position: relative;
}

.bd-theme-settings-gear {
    display: inline-block;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.bd-theme-settings-close {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.bd-theme-header-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--clr-text-primary);
}

.bd-theme-wrapper {
    padding: 25px 30px 25px;
}

.bd-theme-toggle {
    text-align: center;
}

.bd-theme-toggle-main {
    display: inline-block;
    width: 160px;
    margin: auto;
    position: relative;
    z-index: 1;
    background-color: #f0f0f5;
    padding: 4px;
    border-radius: 20px;
}

.bd-theme-toggle-light,
.bd-theme-toggle-dark {
    display: inline-block;
    width: 48%;
    height: 26px;
    line-height: 26px;
}

.bd-theme-toggle input {
    display: none;
}

.bd-theme-toggle:hover {
    cursor: pointer;
}

.bd-theme-toggle label {
    color: var(--clr-common-black);
    font-size: 14px;
    font-weight: 500;
}

.bd-theme-toggle label:hover {
    cursor: pointer;
}

.bd-theme-toggle #bd-theme-toggler {
    display: none;
}

.bd-theme-toggle #bd-theme-toggler:checked+i {
    right: calc(50% - 4px);
}

.bd-theme-toggle-slide {
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 26px;
    color: var(--clr-common-black);
    background-color: #ffffff;
    border-radius: 30px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
}

.bd-theme-dir {
    text-align: center;
}

.bd-theme-dir-main {
    display: inline-block;
    width: 160px;
    margin: auto;
    position: relative;
    z-index: 1;
    background-color: #f0f0f5;
    padding: 4px;
    border-radius: 20px;
}

.bd-theme-dir-ltr,
.bd-theme-dir-rtl {
    display: inline-block;
    width: 48%;
    height: 26px;
    line-height: 26px;
}

.bd-theme-dir input {
    display: none;
}

.bd-theme-dir:hover {
    cursor: pointer;
}

.bd-theme-dir label {
    color: var(--clr-common-black);
    font-size: 14px;
    font-weight: 500;
}

.bd-theme-dir label:hover {
    cursor: pointer;
}

.bd-theme-dir #bd-dir-toggler {
    display: none;
}

.bd-theme-dir #bd-dir-toggler:checked+i {
    right: calc(50% - 4px);
}

.bd-theme-dir-slide {
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 26px;
    color: var(--clr-common-black);
    background-color: #ffffff;
    border-radius: 30px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
}

.bd-theme-color-item.active button::before {
    opacity: 1;
    visibility: visible;
}

.bd-theme-color-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.bd-theme-color-btn::before {
    position: absolute;
    content: "\f00c";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    color: #ffffff;
    font-size: 16px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    opacity: 0;
    visibility: hidden;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#FFC444"] {
    background-color: #FFC444;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#008080"] {
    background-color: #008080;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#F31E5E"] {
    background-color: #F31E5E;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#2CAE76"] {
    background-color: #2CAE76;
    color: black;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#4353FF"] {
    background-color: #4353FF;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#3661FC"] {
    background-color: #3661FC;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#2CAE76"] {
    background-color: #2CAE76;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#F87A58"] {
    background-color: #F87A58;
}

/* .bd-theme-color-btn.bd-color-settings-btn[data-color="#03041C"] {
    background-color: #03041C;
} */

.bd-theme-color-btn.bd-color-settings-btn[data-color="#ED212C"] {
    background-color: #ED212C;
}

.bd-theme-color-input h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bd-theme-color-input label {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--bd-theme-1);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.bd-theme-color-input label:hover {
    cursor: pointer;
}

.bd-theme-color-input input {
    display: none;
}

.color-check-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
    margin-bottom: 5px;
}


/* Hero Banner Section - Start
================================================== */

.hero_banner_section .container {
    margin-bottom: 10px;
}

.hero_banner_section.style_1 {
    display: flex;
    padding-top: 200px;
    margin-bottom: 60px;
    align-items: center;
    background: linear-gradient(180deg, rgba(10, 51, 194, 0.06) 0%, transparent 100%);
    padding-bottom: 150px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero_banner_section.style_1 {
        padding-bottom: 50px;
        padding-top: 180px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_banner_section.style_1 {
        padding-bottom: 50px;
        padding-top: 165px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_1 {
        padding-bottom: 35px;
        padding-top: 160px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_1 {
        padding-top: 145px;
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_1 {
        padding-bottom: 30px;
        padding-top: 145px;
    }
}

@media (max-width: 575px) {
    .hero_banner_section.style_1 {
        padding-bottom: 40px;
        padding-top: 145px;
    }
}

@media (max-width:450px) {
    .hero_banner_section.style_1 {
        padding-bottom: 30px;
    }
}

.hero_banner_section.style_1 .section_heading .heading_title {
    font-size: 80px;
    line-height: 1.2;
    margin-bottom: 25px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_1 .section_heading .heading_title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_1 .section_heading .heading_title {
        font-size: 60px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_1 .section_heading .heading_title {
        font-size: 40px;
    }
}

@media (max-width:450px) {
    .hero_banner_section.style_1 .section_heading .heading_title {
        font-size: 34px;
    }
}

.hero_banner_section.style_1 .section_heading .heading_title span {
    position: relative;
}

.hero_banner_section.style_1 .section_heading .heading_title .focus_text {
    position: absolute;
    bottom: 5px;
    inset-inline-start: 0px;
    z-index: -1;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
}

.hero_banner_section.style_1 .hero_banner_image {
    max-width: 720px;
    margin: auto -87px auto auto;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero_banner_section.style_1 .hero_banner_image {
        max-width: 630px;
        margin: auto 35px auto auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_banner_section.style_1 .hero_banner_image {
        max-width: 600px;
        margin: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_1 .hero_banner_image {
        margin: auto 0px auto auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_1 .hero_banner_image {
        margin: auto auto 30px;
        max-width: 630px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_1 .hero_banner_image {
        max-width: 550px;
        margin: auto auto 30px;
    }
}

@media (max-width: 575px) {
    .hero_banner_section.style_1 .hero_banner_image {
        max-width: 100%;
        margin: auto auto 30px;
    }
}

.hero_banner_section.style_1 .hero_banner_image img {
    width: 100%;
}

.hero_banner_section.style_1 .hero_banner_image .banner_main_1 {
    animation: upDown 1s infinite alternate;
}

.hero_banner_section.style_1 .shape_1 {
    top: 0;
    inset-inline-start: 50%;
    bottom: 0;
    width: 50%;
    border-radius: 0 0 0 120px;
    background-image: linear-gradient(0deg, #D2DCFB 0%, rgba(210, 220, 251, 0) 100%);
}

[dir=rtl] .hero_banner_section.style_1 .shape_1 {
    border-radius: 0 0px 120px 0px;
}

@media (max-width: 575px) {
    [dir=rtl] .hero_banner_section.style_1 .shape_1 {
        inset-inline-start: 0%;
        width: 100%;
        border-radius: 0;
    }
}

@media (max-width: 575px) {
    .hero_banner_section.style_1 .shape_1 {
        inset-inline-start: 0%;
        width: 100%;
        border-radius: 0;
    }
}

.hero_banner_section.style_1 .shape_2 {
    inset-inline-start: -180px;
    bottom: -50px;
    width: 253px;
    opacity: 0.5;
    height: 143px;
    border-radius: 50%;
    filter: blur(175px);
    transform: rotate(29.58deg);
    background-color: #FFC961;
}

.hero_banner_section.style_1 .shape_3 {
    top: 0;
    inset-inline-start: 0;
    width: 342px;
    height: 194px;
    border-radius: 50%;
    filter: blur(175px);
    background-color: #FFC961;
}

.hero_banner_section.style_1 .shape_4 {
    top: -100px;
    inset-inline-end: -230px;
    max-width: 289px;
}

.hero_banner_section.style_1 .shape_5 {
    top: -35px;
    right: 75px;
    max-width: 142px;
}

.hero_banner_section.style_1 .shape_6 {
    bottom: -12px;
    inset-inline-end: -195px;
    max-width: 842px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_1 .shape_6 {
        inset-inline-end: 0;
    }
}

.hero_banner_section.style_2 {
    text-align: center;
    padding: 188px 0 88px;
    background: linear-gradient(0deg, rgba(255, 127, 80, 0.1) 0%, rgba(255, 127, 80, 0) 100%);
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_2 {
        padding: 158px 0 58px;
    }
}

.hero_banner_section.style_2 .cd-headline {
    font-size: 67px;
    margin-bottom: 41px;
    line-height: 1.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_2 .cd-headline {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_2 .cd-headline {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .hero_banner_section.style_2 .cd-headline {
        font-size: 45px;
    }
}

@media (max-width:450px) {
    .hero_banner_section.style_2 .cd-headline {
        font-size: 32px;
    }
}

.hero_banner_section.style_2 .cd-headline .cd-words-wrapper {
    color: #FF7F50;
}

.hero_banner_section.style_2 .man_image {
    margin: auto;
    max-width: 500px;
    animation: upDown 1s infinite alternate;
}

.hero_banner_section.style_2 .shape_1 {
    top: 50%;
    inset-inline-start: 50%;
    margin-inline-start: -30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hero_banner_section.style_2 .shape_2 {
    top: 254px;
    inset-inline-start: -16px;
}

.hero_banner_section.style_2 .shape_3 {
    inset-inline-end: -50px;
    bottom: 160px;
}

.hero_banner_section.style_2 .shape_4 {
    top: 260px;
    inset-inline-end: -20px;
}

.hero_banner_section.style_2 .shape_5 {
    top: 208px;
    inset-inline-start: -76px;
}

.hero_banner_section.style_2 .shape_6 {
    inset-inline-start: 50%;
    top: 140px;
    max-width: 263px;
    transform: translateX(-50%);
}

.hero_banner_section.style_2 .shape_6 img {
    opacity: 0.5;
    filter: blur(200px);
}

.hero_banner_section.style_2 .shape_7 {
    top: -100px;
    inset-inline-end: -120px;
    max-width: 432px;
}

.hero_banner_section.style_2 .shape_7 img {
    opacity: 0.4;
    filter: blur(300px);
}

.hero_banner_section.style_2 .iconbox_support {
    inset-inline-start: 90px;
    bottom: 118px;
    position: absolute;
}

.hero_banner_section.style_2 .iconbox_award {
    top: 45%;
    inset-inline-end: 100px;
    position: absolute;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_2 .iconbox_award {
        display: none;
    }
}

.hero_banner_section.style_2 .iconbox_item {
    display: flex;
    text-align: left;
    align-items: center;
    padding: 10px 15px 10px 10px;
    background-color: #ffffff;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_2 .iconbox_item {
        display: none;
    }
}

.hero_banner_section.style_2 .iconbox_item:before {
    display: none;
}

.hero_banner_section.style_2 .iconbox_item .item_icon {
    margin: 0 10px 0 0;
}

.hero_banner_section.style_2 .iconbox_item .item_title {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #4e4e4e;
    font-family: "Manrope", sans-serif;
}

.hero_banner_section.style_2 .iconbox_item p {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #0F0E0E;
    font-family: "Manrope", sans-serif;
}

.hero_banner_section.style_3 {
    padding: 146px 0 80px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero_banner_section.style_3 {
        padding: 100px 0 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_banner_section.style_3 {
        padding: 90px 0 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_3 {
        padding: 110px 0 60px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_3 {
        padding: 135px 0 30px;
    }
}

.hero_banner_section.style_3 .hero_banner_heading {
    font-size: 90px;
    line-height: 1.08;
    margin-bottom: 70px;
    color: #ffffff;
    position: relative;
    z-index: 55;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero_banner_section.style_3 .hero_banner_heading {
        font-size: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_banner_section.style_3 .hero_banner_heading {
        font-size: 75px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_3 .hero_banner_heading {
        font-size: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_3 .hero_banner_heading {
        font-size: 68px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_3 .hero_banner_heading {
        font-size: 50px;
    }
}

@media (max-width:450px) {
    .hero_banner_section.style_3 .hero_banner_heading {
        font-size: 40px;
    }
}

.hero_banner_section.style_3 .hero_banner_heading span {
    position: relative;
    z-index: 5;
}

.hero_banner_section.style_3 .hero_banner_heading span::before {
    position: absolute;
    content: "";
    bottom: 5px;
    inset-inline-start: 0;
    background: url(../images/shapes/shape_line_2.svg);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
    z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_3 .man_image {
        max-width: 560px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_3 .man_image {
        width: 460px;
    }
}

.hero_banner_section.style_3 .man_image img {
    animation: upDown 1s infinite alternate;
    width: 100%;
}

.hero_banner_section.style_3 .shape_1 {
    top: 50%;
    left: 50%;
    width: 670px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_banner_section.style_3 .shape_1 {
        width: 600px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_3 .shape_1 {
        width: 500px;
    }
}

@media (max-width: 575px) {
    .hero_banner_section.style_3 .shape_1 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_image_3 {
        margin: 0 15%;
    }
}

.banner_bg_4 {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 42%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

[dir=rtl] .banner_bg_4 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner_bg_4 {
        width: 50%;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .banner_bg_4 {
        display: none;
    }
}

.banner_bg_sm {
    position: absolute;
    content: "";
    z-index: -1;
    height: 45%;
    width: 100%;
    background: #5355DF;
    bottom: 0;
}

.banner_bg_sm .banner_bg_shape {
    position: absolute;
    top: -1px;
    width: 100%;
}

.banner_bg_sm .banner_bg_shape img {
    width: 100%;
}

.hero_banner_section.style_4 {
    position: relative;
    overflow: hidden;
    padding: 292px 0 184px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero_banner_section.style_4 {
        padding: 200px 0 150px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_banner_section.style_4 {
        padding: 200px 0 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_4 {
        padding: 185px 0 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_4 {
        padding: 165px 0 220px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_4 {
        padding: 150px 0 250px;
    }
}

.hero_banner_section.style_4 .hero_banner_heading {
    font-size: 80px;
    margin-bottom: 30px;
    line-height: 1.12;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero_banner_section.style_4 .hero_banner_heading {
        font-size: 65px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_4 .hero_banner_heading {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_4 .hero_banner_heading {
        font-size: 55px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_4 .hero_banner_heading {
        font-size: 46px;
    }
}

@media (max-width: 575px) {
    .hero_banner_section.style_4 .hero_banner_heading {
        font-size: 32px;
    }
}

.hero_banner_section.style_4 .hero_banner_heading .focus_text {
    color: #5355DF;
}

.hero_banner_section.style_4 p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 50px;
}

.hero_banner_section.style_4 .subscribe_form {
    border: none;
}

.hero_banner_section.style_4 .subscribe_form input {
    background-color: rgba(25, 84, 237, 0.1);
}

.hero_banner_section.style_4 .rocket_image {
    max-width: 280px;
    margin: auto -48px auto auto;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero_banner_section.style_4 .rocket_image {
        margin: auto 0px auto auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_banner_section.style_4 .rocket_image {
        margin: auto 25px auto auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_4 .rocket_image {
        max-width: 260px;
        margin: auto 0px auto auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_4 .rocket_image {
        margin: auto;
        transform: translateY(40%);
        max-width: 250px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_4 .rocket_image {
        margin: auto;
        max-width: 175px;
        transform: translateY(65%);
    }
}

[dir=rtl] .hero_banner_section.style_4 .rocket_image {
    margin: auto auto auto -48px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) and (max-width: 1600px) {
    [dir=rtl] .hero_banner_section.style_4 .rocket_image {
        margin: auto auto auto 0px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    [dir=rtl] .hero_banner_section.style_4 .rocket_image {
        margin: auto;
    }
}

.hero_banner_section.style_4 .rocket_image img {
    animation: upDown 1s infinite alternate;
}

.hero_banner_section.style_4 .shape_1 {
    top: 17px;
    inset-inline-end: -74px;
    opacity: 0.5;
    max-width: 336px;
    filter: blur(200px);
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_4 .shape_1 {
        inset-inline-end: auto;
        transform: translateX(-50%);
        left: 50%;
    }
}

.hero_banner_section.style_4 .shape_2 {
    top: -96px;
    inset-inline-end: -56px;
}

.hero_banner_section.style_4 .shape_3 {
    inset-inline-end: 300px;
    bottom: -86px;
}

.hero_banner_section.style_4 .shape_4 {
    top: 20px;
    inset-inline-start: 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero_banner_section.style_4 .shape_4 {
        inset-inline-start: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_4 .shape_4 {
        inset-inline-start: 0px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_4 .shape_4 {
        left: 50%;
        transform: translateX(-50%);
    }

    [dir=rtl] .hero_banner_section.style_4 .shape_4 {
        left: auto;
        right: 50%;
        transform: translateX(50%);
    }
}

@media (max-width:450px) {
    .hero_banner_section.style_4 .shape_4 {
        width: 100%;
    }
}

.hero_banner_section.style_4 .shape_4>li:nth-child(1) {
    padding-inline-start: 75px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_4 .shape_4>li:nth-child(1) {
        padding-inline-start: 0px;
    }
}

.hero_banner_section.style_4 .shape_4>li:nth-child(2) {
    padding-inline-start: 30px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_4 .shape_4>li:nth-child(2) {
        padding-inline-start: 0px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_4 .shape_4>li {
        max-width: 100px;
    }
}

.hero_banner_section.style_4 .shape_5 {
    inset-inline-end: -130px;
    bottom: -130px;
    max-width: 260px;
}

@media (max-width:450px) {
    .hero_banner_section.style_4 .shape_5 {
        max-width: 220px;
    }
}

.hero_banner_section.style_4 .shape_6 {
    inset-inline-start: -40px;
    bottom: -35px;
}

[dir=rtl] .hero_banner_section.style_4 .shape_6 {
    transform: rotate(-90deg);
}

@media (max-width:450px) {
    .hero_banner_section.style_4 .shape_6 {
        max-width: 140px;
    }
}

.hero_banner_section.style_5 {
    padding: 100px 0 0;
}

@media only screen and (max-width:480px) {
    .hero_banner_section.style_5 {
        padding: 60px 0 0;
    }
}

.hero_banner_section.style_5 .hero_banner_heading {
    font-size: 80px;
    font-weight: 800;
    line-height: 1.12;
    margin: -67px 0 50px;
}

@media only screen and (min-width:480px) {
    .hero_banner_section.style_5 .hero_banner_heading {
        margin: -145px 0 50px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero_banner_section.style_5 .hero_banner_heading {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_banner_section.style_5 .hero_banner_heading {
        font-size: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_5 .hero_banner_heading {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_5 .hero_banner_heading {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .hero_banner_section.style_5 .hero_banner_heading {
        font-size: 45px;
    }
}

@media (max-width:450px) {
    .hero_banner_section.style_5 .hero_banner_heading {
        font-size: 32px;
        margin-top: 45px;
        display: flex;
        justify-content: center;
    }
}

.hero_banner_section.style_5 .hero_banner_heading .focus_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 30px;
    align-items: center;
    border-radius: 50px;
    display: inline-flex;
    padding: 5px 5px 5px 15px;
    border: 1px solid rgba(15, 14, 14, 0.1);
}

.hero_banner_section.style_5 .hero_banner_heading .focus_text small {
    padding: 0 10px;
    margin-inline-start: 10px;
    border-radius: 50px;
    background-color: #FFC961;
}

.hero_banner_section.style_5 .hero_banner_image {
    margin: 0 -147px -15px 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero_banner_section.style_5 .hero_banner_image {
        margin: 0 0px -15px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_5 .hero_banner_image {
        margin: auto;
        max-width: 650px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_banner_section.style_5 .hero_banner_image {
        margin: auto;
    }
}

.hero_banner_section.style_5 .analyse_image {
    inset-inline-start: 50%;
    z-index: 1;
    bottom: 197px;
    max-width: 234px;
    border-radius: 12px;
}

.hero_banner_section.style_5 .color_shadow_1 {
    bottom: 0;
    inset-inline-end: 27px;
    opacity: 0.5;
    max-width: 830px;
    filter: blur(200px);
}

.hero_banner_section.style_5 .color_shadow_2 {
    top: 0;
    inset-inline-start: 0;
    opacity: 0.3;
    max-width: 300px;
    filter: blur(200px);
}

.hero_banner_section.style_5 .color_shadow_3 {
    inset-inline-start: 25%;
    top: -160px;
    opacity: 0.3;
    max-width: 425px;
    filter: blur(200px);
}

.hero_banner_section.style_5 .shape_1 {
    top: 159px;
    inset-inline-start: 52px;
    animation: upDown 1s infinite alternate;
}

[dir=rtl] .hero_banner_section.style_5 .shape_1 {
    transform: rotate(180deg);
}

.hero_banner_section.style_5 .shape_2 {
    top: 93px;
    inset-inline-end: 20px;
    animation: upDown 1s infinite alternate;
}

[dir=rtl] .hero_banner_section.style_5 .shape_2 {
    transform: rotate(-90deg);
}

.hero_banner_section.style_6 {
    overflow: hidden;
    padding: 223px 0 120px;
    background-image: linear-gradient(40.25deg, rgba(253, 210, 78, 0.15) 0%, rgba(253, 210, 78, 0) 63.9%);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero_banner_section.style_6 {
        padding: 185px 0 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_banner_section.style_6 {
        padding: 160px 0 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_6 {
        padding: 160px 0 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_6 {
        padding: 150px 0 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_6 {
        padding: 150px 0 50px;
    }
}

@media (max-width: 575px) {
    .hero_banner_section.style_6 {
        padding: 150px 0 60px;
    }
}

@media (max-width:450px) {
    .hero_banner_section.style_6 {
        padding: 140px 0 30px;
    }
}

.hero_banner_section.style_6::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(160.25deg, #FDD24E 0%, rgba(253, 210, 78, 0) 63.9%);
    opacity: 0.15;
    top: 0;
    inset-inline-start: 0;
    z-index: -1;
}

.hero_banner_section.style_6 .hero_banner_image {
    max-width: 747px;
    margin-inline-start: -84px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero_banner_section.style_6 .hero_banner_image {
        max-width: 650px;
        margin-inline-start: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_banner_section.style_6 .hero_banner_image {
        max-width: 600px;
        margin-inline-start: 0px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_6 .hero_banner_image {
        margin-inline-start: 0px;
    }
}

.hero_banner_section.style_6 .hero_banner_image img {
    animation: upDown 1s infinite alternate;
    width: 100%;
}

.hero_banner_section.style_6 .hero_banner_heading {
    font-size: 75px;
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 55px;
    padding-inline-end: 100px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_banner_section.style_6 .hero_banner_heading {
        font-size: 65px;
        padding-inline-end: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_6 .hero_banner_heading {
        font-size: 60px;
        padding-inline-end: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_6 .hero_banner_heading {
        font-size: 55px;
        padding-inline-end: 0;
    }
}

@media (max-width: 575px) {
    .hero_banner_section.style_6 .hero_banner_heading {
        font-size: 46px;
        padding-inline-end: 0;
    }
}

@media (max-width:450px) {
    .hero_banner_section.style_6 .hero_banner_heading {
        font-size: 32px;
    }
}

.hero_banner_section.style_6 .hero_banner_heading .small_title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 29px;
    text-transform: uppercase;
}

.hero_banner_section.style_6 .hero_banner_heading .focus_text {
    position: relative;
    z-index: 5;
    display: inline-block;
}

.hero_banner_section.style_6 .hero_banner_heading .focus_text::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    inset-inline-start: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center bottom 15px;
    background-image: linear-gradient(0deg, #FFC961 16px, transparent 0);
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
}

@media (max-width:450px) {
    .hero_banner_section.style_6 .hero_banner_heading .focus_text::after {
        bottom: -8px;
    }
}

.hero_banner_section.style_6 .shape_1 {
    inset-inline-start: -230px;
    bottom: -150px;
    max-width: 912px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero_banner_section.style_6 .shape_1 {
        max-width: 800px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_banner_section.style_6 .shape_1 {
        max-width: 705px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_6 .shape_1 {
        max-width: 640px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_6 .shape_1 {
        max-width: 815px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_6 .shape_1 {
        max-width: 730px;
    }
}

@media (max-width: 575px) {
    .hero_banner_section.style_6 .shape_1 {
        max-width: 640px;
    }
}

@media (max-width:450px) {
    .hero_banner_section.style_6 .shape_1 {
        max-width: 520px;
    }
}

.hero_banner_section.style_6 .shape_2 {
    top: 100px;
    inset-inline-end: -94px;
    max-width: 153px;
}

@media (max-width: 575px) {
    .hero_banner_section.style_6 .shape_2 {
        display: none;
    }
}

.hero_banner_section.style_6 .shape_3 {
    top: 248px;
    inset-inline-end: 202px;
    max-width: 20px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_6 .shape_3 {
        display: none;
    }
}

.hero_banner_section.style_6 .shape_4 {
    inset-inline-end: 23%;
    bottom: 160px;
    max-width: 16px;
}


/* Hero Banner Section - End
================================================== */


/* Clients Logo - Start
================================================== */

.client_logo_boxed {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px 30px;
    padding: 59px 10px;
    place-items: center;
    border-radius: 12px;
    background-color: #ffffff;
    border: 1px solid rgba(15, 14, 14, 0.1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1132px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .client_logo_boxed {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575px) {
    .client_logo_boxed {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:450px) {
    .client_logo_boxed {
        grid-template-columns: auto;
    }
}

.client_logo_boxed.bg_primary {
    border-color: #5355DF;
    background-color: #5355DF;
}

.client_logo_item {
    text-align: center;
}

.client_logo_boxed.border-0 {
    padding: 44px 0;
    background-color: transparent;
}


/* Clients Logo - End
================================================== */


/* Service Widget - Start
================================================== */

.service_section .shape_1 {
    top: 100px;
    inset-inline-end: -70px;
    max-width: 96px;
}

.service_section .shape_2 {
    inset-inline-start: -150px;
    bottom: 16px;
}

@media (max-width:450px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .service_item.style_1 {
        padding: 40px 30px;
    }
}

.service_item.style_1 .item_icon {
    height: 84px;
}

.service_item.style_1 .item_title,
.service_item.style_1 .item_description {
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.service_item.style_1 .item_content {
    margin-bottom: 30px;
    padding-bottom: 30px;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    border-bottom: 1px dashed rgba(15, 14, 14, 0.1);
}

.service_item.style_1 .item_details_btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    align-items: center;
    display: inline-flex;
    color: #5355DF;
}

.service_item.style_1 .item_details_btn .btn_icon {
    margin-inline-start: 8px;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.service_item.style_1 .item_details_btn .btn_icon img:nth-child(2) {
    display: none;
}

.service_item.style_1 .item_details_btn:hover .btn_icon {
    transform: rotate(-45deg);
}

.service_item.style_1:hover {
    border-color: #5355DF;
    background-color: #5355DF;
}

.service_item.style_1:hover .item_icon path {
    stroke: #ffffff;
}

.service_item.style_1:hover .item_title,
.service_item.style_1:hover .item_description,
.service_item.style_1:hover .item_details_btn {
    color: #ffffff;
}

.service_item.style_1:hover .item_content {
    border-color: #ffffff;
}

.service_item.style_1:hover .item_details_btn .btn_icon img:nth-child(1) {
    display: none;
}

.service_item.style_1:hover .item_details_btn .btn_icon img:nth-child(2) {
    display: inline-block;
}

.service_item.style_2 {
    padding: 40px;
    position: relative;
    text-align: center;
    background-color: #F1F1FC;
    border-radius: 12px;
}

@media (max-width:450px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service_item.style_2 {
        padding: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service_item.style_2 {
        padding: 28px;
    }
}

.service_item.style_2 .item_icon {
    height: 100px;
    margin-bottom: 30px;
}

.service_item.style_2 .item_details_btn {
    top: 20px;
    inset-inline-start: 20px;
    inset-inline-end: 20px;
    bottom: 20px;
    opacity: 0;
    z-index: 1;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: rgba(83, 85, 223, 0.92);
    backdrop-filter: blur(4px);
    transition: opacity 0.3s ease-in-out;
}

.service_item.style_2 .item_details_btn img {
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.service_item.style_2 .item_details_btn img:hover {
    transform: rotate(45deg);
}

.service_item.style_2 .item_details_btn .btn_icon {
    margin-top: 30px;
    -webkit-transition: all 0.3S ease-out 0s;
    -moz-transition: all 0.3S ease-out 0s;
    -ms-transition: all 0.3S ease-out 0s;
    -o-transition: all 0.3S ease-out 0s;
    transition: all 0.3S ease-out 0s;
}

.service_item.style_2:hover .item_details_btn {
    opacity: 1;
}

.service_item.style_2:hover .item_details_btn .btn_icon {
    margin-top: 0px;
}

.service_item.style_3 {
    padding: 40px;
    background-color: #F1F1FC;
    border-radius: 12px;
}

@media (max-width: 575px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .service_item.style_3 {
        padding: 30px;
    }
}

.service_item.style_3:hover .item_icon {
    transform: scaleX(-1);
}

.service_item.style_3 .item_icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
    margin-bottom: 30px;
    color: #5355DF;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    border-radius: 12px;
    background-color: rgba(83, 85, 223, 0.2);
}

.service_item.style_3:hover .item_icon {
    color: #ffffff;
    background-color: #5355DF;
}

.service_item.style_3:hover .item_icon svg path,
.service_item.style_3:hover .item_icon svg rect {
    stroke: #ffffff;
}

.service_item.style_3 .item_title {
    margin-bottom: 20px;
}

.service_item.style_3 .item_description {
    margin-bottom: 40px;
}

.service_item.style_3 .btn-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #0F0E0E;
}

.service_item.style_3 .btn-link:hover {
    color: #5355DF;
}

.service_item.style_3.text-white {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px dashed rgba(255, 255, 255, 0.06);
}

.service_item.style_3.text-white:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.service_item.style_3.text-white .item_title {
    color: #ffffff;
}

.service_item.style_3.text-white .item_description {
    color: #AFAFAF;
}

.service_item.style_3.text-white .btn-link {
    color: #ffffff;
}

.service_item.style_3.text-white .btn-link .btn_text:before {
    background-color: #ffffff;
}

.service_item.style_3.text-white .btn-link:hover {
    color: #FF7F50;
}

.service_item.style_3.color_danger .item_icon {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
}

.service_item.style_3.color_danger .btn-link {
    color: #FF7F50;
}

.service_item.style_3.color_danger .btn-link .btn_text:before {
    background-color: #FF7F50;
}

.service_item.style_3.color_danger .btn-link:hover {
    color: #FF7F50;
}

.service_item.style_4 {
    padding: 40px 30px;
    text-align: center;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    border: 2px solid transparent;
    border-radius: 12px;
    background-color: #F1F1FC;
}

.service_item.style_4:hover {
    border-color: rgba(83, 85, 223, 0.3);
}

.service_item.style_4:hover .item_details_btn .btn_icon {
    transform: rotate(-45deg);
}

.service_item.style_4:hover .item_icon {
    transform: translateY(-3px) translate3d(0, -3px, 0);
}

.service_item.style_4 .item_icon {
    height: 60px;
    margin-bottom: 30px;
    border-radius: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.service_item.style_4 .item_title {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 16px;
}

.service_item.style_4 .item_description {
    margin-bottom: 20px;
}

.service_item.style_4 .item_details_btn .btn_icon {
    display: inline-block;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.service_item.style_4 .item_details_btn:hover .btn_icon {
    transform: rotate(-45deg);
}

.service_section_2 {
    background-size: auto;
    padding: 120px 0 220px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: rgba(83, 85, 223, 0.08);
    position: relative;
    z-index: 5;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .service_section_2 {
        padding: 80px 0 180px;
    }
}

.service_section_2::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0px;
    background: linear-gradient(90deg, #F1F1FC 0%, rgba(241, 241, 252, 0) 100%);
    z-index: -1;
}

.service_section_2+section,
.service_section_2+div {
    margin-top: -100px;
    position: relative;
    z-index: 5;
}

.my_service_section .shape_1 {
    inset-inline-start: -185px;
    bottom: -36px;
    max-width: 34px;
}

.my_service_section .shape_2 {
    top: 40%;
    inset-inline-end: -134px;
    max-width: 22px;
}

.service_items_grouped {
    margin: 0;
}

.service_items_grouped>.col {
    padding: 0;
    margin: -0.5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.service_items_grouped .service_item.style_4 {
    border: none;
    text-align: left;
    border-radius: 0;
    padding: 50px 45px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 0;
}

.service_items_grouped .service_item.style_4 .item_icon {
    width: auto;
    height: 65px;
    margin: 0 0 30px 0;
}

.service_items_grouped .service_item.style_4 .item_title {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 35px;
    line-height: 1.3;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .service_items_grouped .service_item.style_4 .item_title {
        font-size: 24px;
    }
}

.service_items_grouped .service_item.style_4 .item_details_btn {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
}

.service_items_grouped .service_item.style_4:hover {
    background-size: cover;
}

.service_items_grouped .service_item.style_4:hover .item_icon path {
    fill: #0F0E0E;
}

.service_items_grouped .service_item.style_4:hover .item_title {
    color: #0F0E0E;
}

.service_items_grouped .service_item.style_4:hover .item_details_btn {
    background-color: #0F0E0E;
}


/* Service Widget - End
================================================== */


/* Portfolio - Start
================================================== */

.portfolio_section .shape_1 {
    top: 25%;
    inset-inline-start: 100px;
}

.portfolio_section .shape_2 {
    bottom: 25%;
    inset-inline-end: 8%;
}

.portfolio_section .shape_1 {
    top: 180px;
    inset-inline-start: 100px;
    opacity: 0.2;
    max-width: 407px;
    -webkit-filter: blur(200px);
    filter: blur(200px);
}

.element-item {
    margin-bottom: 30px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .element-item {
        margin-bottom: 0;
    }
}

.portfolio_item .item_image {
    padding: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 22px;
    background-color: #F1F1FC;
    border-radius: 12px;
}

.portfolio_item .item_image>a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.portfolio_item .item_image img {
    transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    width: 100%;
}

.portfolio_item.layout_fullimage {
    position: relative;
}

.portfolio_item.layout_fullimage .item_content {
    z-index: 1;
    inset-inline-start: 40px;
    bottom: 40px;
    position: absolute;
    padding: 15px 20px 15px 20px;
}

@media (max-width:450px) {
    .portfolio_item.layout_fullimage .item_content {
        inset-inline-start: 30px;
        width: calc(100% - 60px);
    }
}

.portfolio_item.layout_fullimage .item_content:before {
    inset-inline-start: 0;
    top: 10px;
    opacity: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    transform-origin: bottom;
    background-color: #0F0E0E;
    border-radius: 12px;
    transition: all 0.4s ease-in-out;
    transform: perspective(500px) rotateX(20deg);
}

.portfolio_item.layout_fullimage .category_list {
    margin-bottom: 5px;
}

.portfolio_item.layout_fullimage .item_title {
    font-size: 21px;
    line-height: 29px;
}

.portfolio_item.layout_fullimage .item_title a {
    color: #ffffff;
}

.portfolio_item.layout_fullimage .item_title a:hover {
    color: #FFC961;
}

.portfolio_item.layout_fullimage .item_title,
.portfolio_item.layout_fullimage .category_list {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.portfolio_item.layout_fullimage:hover .item_image img {
    filter: blur(5px);
}

.portfolio_item.layout_fullimage:hover .item_content:before {
    top: 0;
    opacity: 1;
    transition-delay: 0.1s;
    transform: perspective(1000px) rotateX(0deg);
}

.portfolio_item.layout_fullimage:hover .item_title,
.portfolio_item.layout_fullimage:hover .category_list {
    opacity: 1;
    transform: translateY(0px);
}

.portfolio_item.layout_fullimage:hover .category_list {
    transition-delay: 0.3s;
}

.portfolio_item.layout_fullimage:hover .item_title {
    transition-delay: 0.4s;
}

.portfolio_item.layout_grid .item_image {
    margin-bottom: 25px;
}

.portfolio_item.layout_grid .item_image>a:before,
.portfolio_item.layout_grid .item_image>a:after {
    opacity: 0;
    content: "";
    position: absolute;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.portfolio_item.layout_grid .item_image>a:before {
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    background-color: rgba(15, 14, 14, 0.3);
}

.portfolio_item.layout_grid .item_image>a:after {
    margin-top: 30px;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #5355DF;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-position: center center;
    background-image: url("../images/icons/icon_arrow_up_right_white.svg");
}

@media (max-width:450px) {
    .portfolio_item.layout_grid .item_image>a:after {
        width: 100px;
        height: 100px;
    }
}

.portfolio_item.layout_grid .item_image>a:after:hover {
    background-color: #FFC961;
}

.portfolio_item.layout_grid .item_title {
    font-size: 24px;
    line-height: 33px;
    padding-top: 16px;
}

@media (max-width:450px) {
    .portfolio_item.layout_grid .item_title {
        font-size: 20px;
    }
}

.portfolio_item.layout_grid .item_title>a {
    color: #0F0E0E;
}

.portfolio_item.layout_grid .item_title>a:hover {
    color: #5355DF;
}

.portfolio_item.layout_grid:hover .item_image>a:before,
.portfolio_item.layout_grid:hover .item_image>a:after {
    opacity: 1;
    margin-top: 0px;
}

[class*=bg_] .portfolio_item .item_image {
    background-color: #ffffff;
}

.common_carousel_3col .portfolio_item.layout_fullimage .item_image,
.common_carousel_3col .portfolio_item.layout_grid .item_image {
    padding: 12px;
}

.grid:has(.portfolio_item.layout_grid).row {
    margin: -30px -15px;
}

.grid:has(.portfolio_item.layout_grid).row>.col {
    padding: 30px 15px;
}

.masoney-grid {
    margin: -15px;
}

.masoney-grid .grid-sizer,
.masoney-grid .grid-item {
    width: 25%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {

    .masoney-grid .grid-sizer,
    .masoney-grid .grid-item {
        width: 50%;
    }
}

@media (max-width: 575px) {

    .masoney-grid .grid-sizer,
    .masoney-grid .grid-item {
        width: 100%;
    }
}

.masoney-grid .width_50 {
    width: 50%;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .masoney-grid .width_50 {
        width: 100%;
    }
}

.masoney-grid .grid-item {
    padding: 15px;
}

.masoney-grid .portfolio_item .item_image {
    padding: 0;
}

.masoney-grid .portfolio_item.layout_fullimage .item_content {
    inset-inline-start: 20px;
    bottom: 20px;
}

.layout_split,
.layout_boxed {
    padding: 30px;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(15, 14, 14, 0.1);
}

.layout_split .item_image,
.layout_boxed .item_image {
    padding: 20px;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    background-color: rgba(255, 127, 80, 0.1);
}

.layout_split .item_content,
.layout_boxed .item_content {
    max-width: 315px;
}

.layout_split .category_list a,
.layout_boxed .category_list a {
    color: #ffffff;
    background-color: #FF7F50;
}

.layout_split .item_title,
.layout_boxed .item_title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 25px;
}

.layout_split .item_title a,
.layout_boxed .item_title a {
    color: #0F0E0E;
}

.layout_split .item_title a:hover,
.layout_boxed .item_title a:hover {
    color: #FF7F50;
}

.layout_split .item_description,
.layout_boxed .item_description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.layout_split .btn-link,
.layout_boxed .btn-link {
    color: #0F0E0E;
}

.layout_split .btn-link .btn_text:before,
.layout_boxed .btn-link .btn_text:before {
    background-color: #FF7F50;
}

.layout_split .btn-link:hover,
.layout_boxed .btn-link:hover {
    color: #FF7F50;
}

.layout_split:hover,
.layout_boxed:hover {
    border-color: rgba(255, 127, 80, 0.1);
    background-color: rgba(255, 127, 80, 0.1);
}

.layout_split:hover .item_image,
.layout_boxed:hover .item_image {
    background-color: #FF7F50;
}

.layout_split {
    display: grid;
    grid-template-columns: auto 366px;
    gap: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .layout_split {
        grid-template-columns: 50% 50%;
    }
}

@media (max-width: 575px) {
    .layout_split {
        grid-template-columns: auto 300px;
    }
}

@media (max-width: 575px) {
    .layout_split {
        grid-template-columns: auto;
    }
}

.layout_split .item_image {
    order: 1;
}

.layout_split .category_list {
    margin-bottom: 30px;
}

.layout_boxed .category_list {
    margin-bottom: 20px;
}

.layout_boxed .item_content {
    margin-bottom: 39px;
}

.portfolio_inline_layout {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio_inline_layout {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
        column-gap: 30px;
    }
}

.portfolio_inline_item {
    opacity: 0.6;
    padding: 30px 0;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #0F0E0E;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio_inline_item {
        border-width: 0;
    }

    .portfolio_inline_item:last-child {
        padding-bottom: 0px;
    }

    .portfolio_inline_item:first-child {
        padding-top: 0;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio_inline_item {
        opacity: 1;
    }
}

.portfolio_inline_item:first-child {
    border-width: 1px 0;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio_inline_item:first-child {
        border-width: 0;
    }
}

.portfolio_inline_item .item_image {
    top: 50%;
    inset-inline-start: 50%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    max-width: 400px;
    position: absolute;
    transition: 0.3s linear;
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio_inline_item .item_image {
        max-width: 400px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio_inline_item .item_image {
        max-width: 100%;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio_inline_item .item_image {
        opacity: 1;
        visibility: visible;
        position: static;
        transform: none;
        margin-bottom: 30px;
    }
}

.portfolio_inline_item .item_image>a {
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

.portfolio_inline_item .item_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 30px;
}

.portfolio_inline_item .item_title {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

@media (max-width:450px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio_inline_item .item_title {
        font-size: 23px;
    }
}

.portfolio_inline_item .item_title a {
    color: #0F0E0E;
}

.portfolio_inline_item:hover {
    opacity: 1;
}

.portfolio_inline_item:hover .item_image {
    opacity: 1;
    visibility: visible;
}

.bg_primary .portfolio_inline_item {
    border-color: #ffffff;
}

.bg_primary .portfolio_inline_item .item_title a {
    color: #ffffff;
}

.bg_primary .portfolio_inline_item .item_title a:hover {
    color: #FFC961;
}

.bg_primary .category_list a:hover {
    color: #0F0E0E;
    background-color: #ffffff;
}

.portfolio_carousel_2 .portfolio_item .item_image {
    padding: 0;
    background-color: transparent;
}

.portfolio_carousel_2 .category_list a {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #5355DF;
    background-color: transparent;
}

.portfolio_carousel_2 .category_list a:hover {
    color: #ffffff;
    background-color: #5355DF;
}


/* Portfolio - End
================================================== */


/* Blog - Start
================================================== */

.blog_item {
    padding: 20px 20px 30px;
    border-radius: 12px;
    background-color: #F1F1FC;
}

.blog_item .flex_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 0;
}

.blog_item .item_image {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 12px;
}

.blog_item .item_image img {
    transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    width: 100%;
}

.blog_item .item_image:hover img {
    transform: scale(1.08);
}

.blog_item .item_title {
    margin: 0;
    padding: 20px 0;
    font-size: 28px;
    line-height: 1.37;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .blog_item .item_title {
        font-size: 22px;
    }
}

.blog_item .item_title>a {
    color: #0F0E0E;
}

.blog_item .item_title>a:hover {
    color: #5355DF;
}

.blog_item .post_date {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.blog_item.bg_light_2 .category_list a {
    color: #ffffff;
    background-color: #FF7F50;
}

.blog_item.bg_light_2 .category_list a:hover {
    background-color: #5355DF;
}

.blog_item.bg_light_2 .item_title>a:hover {
    color: #FF7F50;
}

.blog_item.bg_light_2 .btn-link .btn_text:before {
    background-color: #FF7F50;
}

.blog_item.bg_light_2 .btn-link:hover {
    color: #FF7F50;
}

.blog_grouped .blog_item .item_title {
    font-size: 24px;
}

@media (max-width:450px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_grouped .blog_item .item_title {
        font-size: 20px;
    }
}

.blog_classic_grouped .blog_item:not(:last-child) {
    margin-bottom: 60px;
}

.blog_classic_grouped .blog_item .flex_wrap {
    justify-content: flex-start;
}

.blog_classic_grouped .blog_item .post_date {
    margin-inline-start: 20px;
}

.blog_classic_grouped .blog_item p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
}

.recent_post_list>li:not(:last-child) {
    margin-bottom: 30px;
}

.recent_post_item {
    display: flex;
    align-items: center;
    gap: 30px 15px;
}

@media (max-width:450px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .recent_post_item {
        align-items: start;
        flex-direction: column;
    }
}

.recent_post_item .item_image {
    flex: 0 0 100px;
    max-width: 100px;
    overflow: hidden;
    border-radius: 12px;
}

.recent_post_item .item_image img {
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.recent_post_item .item_title {
    font-size: 20px;
    margin: 6px 0 0;
    line-height: 1.3;
}

@media (max-width:450px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .recent_post_item .item_title {
        font-size: 18px;
    }
}

.recent_post_item .item_title a {
    color: #0F0E0E;
}

.recent_post_item .item_title a:hover {
    color: #5355DF;
}

.recent_post_item:hover .item_image img {
    transform: scale(1.08);
}


/* Blog - End
================================================== */


/* Pricing Table - Start
================================================== */

.pricing_items_group {
    margin: 0;
    padding: 0.5px;
}

.pricing_items_group>.col {
    padding: 0;
    margin: -0.5px;
}

.pricing_item {
    position: relative;
    background-size: cover;
    padding: 30px 30px 40px;
    background-repeat: no-repeat;
    background-position: center top;
    border: 1px solid rgba(15, 14, 14, 0.1);
}

.pricing_item:before {
    top: -6px;
    inset-inline-end: -5px;
    z-index: 1;
    content: "";
    width: 99px;
    height: 99px;
    display: none;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url("../images/shapes/badge_recomanded.png");
}

.pricing_item .item_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
}

.pricing_item .price_value {
    margin-bottom: 20px;
}

.pricing_item .price_value strong {
    font-size: 67px;
    font-weight: 700;
    line-height: 92px;
    color: #0F0E0E;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 575px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing_item .price_value strong {
        font-size: 60px;
    }
}

.pricing_item .price_value sub {
    font-size: 16px;
    line-height: 22px;
}

.pricing_item p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
}

.pricing_item .icon_list {
    margin-bottom: 40px;
}

.pricing_item .icon_list.unordered_list_block>li:not(:last-child) {
    margin-bottom: 15px;
}

.pricing_item .icon_list .list_item_text {
    font-weight: 500;
}

.pricing_item.recomanded_item {
    color: #ffffff;
    border-color: #5355DF;
    background-color: #5355DF;
}

.pricing_item.recomanded_item:before {
    display: block;
}

.pricing_item.recomanded_item .item_title,
.pricing_item.recomanded_item .price_value strong,
.pricing_item.recomanded_item .icon_list .list_item_text {
    color: #ffffff;
}


/* Pricing Table - End
================================================== */


/* Testimonial - Start
================================================== */

.total_review_info {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #0F0E0E;
    align-items: center;
}

.total_review_info .review_stars {
    margin-inline-end: 10px;
}

.total_review_info .review_stars i {
    color: #FFC045;
}

.total_review_info .review_text {
    display: flex;
    align-items: center;
}

.review_section .shape_1 {
    top: 50%;
    inset-inline-start: -80px;
    max-width: 30px;
}

.review_section .shape_2 {
    bottom: -26px;
    inset-inline-end: -135px;
    max-width: 53px;
}

.review_section .shape_3 {
    top: 15%;
    inset-inline-end: -160px;
    max-width: 18px;
}

.review_items_group {
    margin: -30px -15px;
}

.review_items_group>.col {
    padding: 30px 15px;
}

.review_item.style_1 .content_area {
    padding: 40px 30px;
    position: relative;
    margin-bottom: 44px;
    background-color: #F1F1FC;
    border-radius: 12px;
}

.review_item.style_1 .content_area:before {
    bottom: -29px;
    inset-inline-start: 68px;
    content: "";
    width: 40px;
    height: 30px;
    position: absolute;
    background-color: #F1F1FC;
    clip-path: polygon(0 0, 100% 0, 0% 100%);
}

.review_item.style_1 .review_content {
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
    color: #0F0E0E;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(15, 14, 14, 0.1);
}

.review_item.style_1 .rating_star {
    color: #5355DF;
}

.review_item.style_1 .rating_star>li {
    color: #FFC961;
}

.review_item.style_1 .quote_icon {
    inset-inline-end: 30px;
    bottom: 22px;
    opacity: 0.05;
    position: absolute;
}

.text-white .review_item.style_1 .content_area {
    background-color: #33333A;
}

.text-white .review_item.style_1 .content_area:before {
    background-color: #33333A;
}

.text-white .review_item.style_1 .review_content {
    color: #E3E3E3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.text-white .review_item.style_1 .admin_item .admin_name {
    color: #ffffff;
}

.text-white .review_item.style_1 .admin_item .admin_designation {
    color: #AFAFAF;
}

.text-white .review_item.style_1 .rating_star {
    color: #FFC961;
}

.bg_light .review_item.style_1 .content_area {
    background-color: #ffffff;
}

.bg_light .review_item.style_1 .content_area:before {
    background-color: #ffffff;
}

.review_carousel_2 .carousel_arrow {
    margin-top: 60px;
}

.review_item.style_2 {
    padding: 40px;
    position: relative;
    background-color: #ffffff;
    border-radius: 12px;
}

.review_item.style_2 .review_title {
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 8px;
    color: #5355DF;
}

.review_item.style_2 .rating_star {
    margin-bottom: 30px;
}

.review_item.style_2 .review_content {
    font-size: 18px;
    line-height: 25px;
    color: #0F0E0E;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(15, 14, 14, 0.1);
}

.review_item.style_2 .quote_icon {
    top: 50%;
    inset-inline-end: 20px;
    opacity: 0.03;
    position: absolute;
    transform: translateY(-50%);
}

.review_item.style_2.text-center {
    padding: 40px 60px;
}

@media (max-width: 575px) {
    .review_item.style_2.text-center {
        padding: 40px 25px;
    }
}

.review_item.style_2.text-center .review_title {
    display: none;
}

.review_item.style_2.text-center .rating_star {
    justify-content: center;
}

.review_item.style_2.text-center .admin_item {
    margin: auto;
    text-align: left;
    justify-content: center;
}

.review_item.style_2.text-center .quote_icon {
    top: 50%;
    inset-inline-start: 50%;
    inset-inline-end: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* .review_carousel_4 {
    padding-top: 115px;
    padding-bottom: 150px;
} */

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .review_carousel_4 {
        padding-bottom: 100px;
    }
}

.review_carousel_4 .slick-dots {
    padding: 0;
    width: auto;
    float: left;
    display: inline-flex;
}

.review_carousel_4 .carousel_arrow {
    float: right;
    margin-top: -7px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .review_carousel_4 .carousel_arrow {
        padding-top: 0;
        margin-top: 0;
    }
}

.review_carousel_4 .carousel_arrow button {
    width: 40px;
    height: 40px;
    background-color: transparent;
}

.review_carousel_4 .carousel_arrow button:hover {
    background-color: #5355DF;
}

.review_item.style_3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(15, 14, 14, 0.1);
}

.review_item.style_3 .rating_star {
    margin-bottom: 30px;
}

.review_item.style_3 .review_content {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
    color: #33333A;
}

@media (max-width: 575px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .review_item.style_3 .review_content {
        font-size: 20px;
    }
}

.review_item.style_3 .quote_icon {
    inset-inline-end: 0;
    top: 32px;
    opacity: 0.04;
    position: absolute;
}


/* Testimonial - End
================================================== */


/* Call To Action - Start
================================================== */

.calltoaction_bg_shape {
    inset-inline-start: 0;
    top: calc(100% - 2px);
    position: absolute;
    z-index: 1;
    width: 100%;
}

.calltoaction_section {
    background: #532799;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #532799, #4384d0);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #532799, #4384d0);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    z-index: 2;
}

.calltoaction_section.style_1 .cta_image {
    max-width: 510px;
    margin: 5px auto -21px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .calltoaction_section.style_1 .cta_image {
        margin: 30px auto -21px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .calltoaction_section.style_1 .cta_image {
        max-width: 100%;
    }
}

.calltoaction_section.style_1 .cta_image img {
    width: 100%;
}

.calltoaction_section.style_1 .shape_1 {
    top: 50%;
    left: 50%;
    width: 388px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width:450px) {
    .calltoaction_section.style_1 .shape_1 {
        width: 300px;
    }
}

.cta_content {
    padding: 105px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta_content {
        padding: 60px 0 80px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .cta_content {
        padding: 50px 0 80px;
    }
}

.calltoaction_section.style_2 {
    padding: 26px 0;
    overflow: hidden;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .calltoaction_section.style_2 {
        padding: 80px 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .calltoaction_section.style_2 {
        padding: 100px 0;
        padding-bottom: 0;
    }
}

.calltoaction_section.style_2 .section_heading {
    margin-bottom: 40px;
}

.calltoaction_section.style_2 .section_heading .heading_title {
    font-size: 80px;
    line-height: 1.2;
    margin-bottom: 19px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .calltoaction_section.style_2 .section_heading .heading_title {
        font-size: 65px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .calltoaction_section.style_2 .section_heading .heading_title {
        font-size: 50px;
    }
}

@media (max-width:450px) {
    .calltoaction_section.style_2 .section_heading .heading_title {
        font-size: 36px;
    }
}

.calltoaction_section.style_2 .section_heading .heading_description {
    font-size: 21px;
    font-weight: 500;
    line-height: 29px;
}

.calltoaction_section.style_2 .man_image {
    margin: auto;
    max-width: 517px;
}

.calltoaction_section.style_2 .man_image>img {
    animation: upDown 1s infinite alternate;
}

.calltoaction_section.style_2 .shape_1 {
    inset-inline-start: 50%;
    width: 100%;
    bottom: -27px;
    transform: translateX(-50%);
}

.calltoaction_section.style_2 .shape_2 {
    top: -26px;
    inset-inline-start: -67px;
    max-width: 134px;
}

.calltoaction_section.style_2 .shape_3 {
    top: -67px;
    inset-inline-end: 186px;
    max-width: 134px;
}

.calltoaction_section.style_2 .shape_4 {
    top: -61px;
    inset-inline-end: -61px;
    max-width: 122px;
}

.calltoaction_section.style_2 .shape_4 img {
    animation: spin 10s infinite linear;
}

.calltoaction_section.style_2 .shape_5 {
    inset-inline-start: 116px;
    bottom: -61px;
    max-width: 122px;
}

.calltoaction_section.style_2 .shape_5 img {
    animation: spin 10s infinite linear;
}

.calltoaction_section.style_2 .shape_6 {
    top: 26px;
    inset-inline-start: 50%;
}

@media (max-width: 575px) {
    .calltoaction_section.style_2 .shape_6 {
        display: none;
    }
}

.calltoaction_section.style_2 .shape_7 {
    top: 77px;
    inset-inline-start: 170px;
    max-width: 70px;
}

@media (max-width: 575px) {
    .calltoaction_section.style_2 .shape_7 {
        display: none;
    }
}

.calltoaction_section.style_2 .shape_8 {
    inset-inline-end: 73px;
    bottom: 80px;
    max-width: 48px;
}

.calltoaction_section.style_3 {
    border-bottom: 6px solid #FFC961;
}

.calltoaction_section.style_3 .overlay {
    background-image: linear-gradient(180deg, #5355DF 0%, rgba(83, 85, 223, 0.45) 18.75%, rgba(83, 85, 223, 0.2) 47.4%, rgba(83, 85, 223, 0.45) 82.81%, #5355DF 100%);
}

.calltoaction_section.style_3 .cta_image {
    top: 50%;
    inset-inline-start: 50%;
    z-index: -2;
    max-width: 340px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.calltoaction_section.style_3 .cta_image img {
    animation: upDown 1s infinite alternate;
}

.calltoaction_section.style_3 .section_heading {
    margin-bottom: 40px;
}

.calltoaction_section.style_3 .section_heading .heading_title {
    font-size: 80px;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .calltoaction_section.style_3 .section_heading .heading_title {
        font-size: 65px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .calltoaction_section.style_3 .section_heading .heading_title {
        font-size: 50px;
    }
}

@media (max-width:450px) {
    .calltoaction_section.style_3 .section_heading .heading_title {
        font-size: 36px;
    }
}

.calltoaction_section.style_3 .section_heading .heading_description {
    font-size: 21px;
    font-weight: 500;
    line-height: 29px;
}

.calltoaction_section.style_4 .cta_image {
    margin: auto;
    max-width: 370px;
}

.calltoaction_section.style_4 .shape_1 {
    inset-inline-start: 0;
    top: -40px;
}

.calltoaction_section.style_4 .shape_2 {
    inset-inline-end: 0;
    bottom: -40px;
}

.calltoaction_section.style_5 {
    position: relative;
    background-image: linear-gradient(0deg, #EFF0F2 50%, transparent 0%);
}

.calltoaction_section.style_5:before {
    inset-inline-start: 0;
    inset-inline-end: 0;
    top: 49.5%;
    content: "";
    height: 30px;
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../images/shapes/shape_down_white.svg);
}

.calltoaction_section.style_5 .cta_image {
    margin: 0 23%;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .calltoaction_section.style_5 .cta_image {
        margin: auto;
    }
}

.calltoaction_section.style_5 .content_box {
    padding: 60px;
}

@media (max-width: 575px) {
    .calltoaction_section.style_5 .content_box {
        padding: 50px 25px;
    }
}

.calltoaction_section.style_5 .shape_1 {
    inset-inline-start: 40%;
    bottom: 73px;
    max-width: 76px;
}

.calltoaction_section.style_5 .shape_2 {
    inset-inline-start: 165px;
    bottom: 90px;
    max-width: 76px;
}


/* Call To Action - End
================================================== */


/* Team - Start
================================================== */

.team_item {
    padding: 30px;
    position: relative;
    text-align: center;
    background-color: #ffffff;
    border-radius: 12px;
    transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    border: 1px solid rgba(15, 14, 14, 0.1);
}

.team_item .admin_thumbnail {
    z-index: 1;
    padding: 2px;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

.team_item .admin_thumbnail:before {
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    height: 0%;
    position: absolute;
    transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    background-image: linear-gradient(0deg, rgb(10, 51, 194), rgba(10, 51, 194, 0));
}

.team_item .admin_thumbnail .thumbnail_wrap {
    margin: auto;
    width: 194px;
    height: 194px;
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid #ffffff;
}

.team_item .admin_name {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 6px;
}

.team_item .admin_designation {
    font-size: 14px;
    line-height: 27px;
    color: #5355DF;
}

.team_item .admin_social {
    justify-content: center;
}

.team_item:hover {
    z-index: 1;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

.team_item:hover .admin_thumbnail:before {
    height: 100%;
}

.team_item.style_1 .admin_social {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(15, 14, 14, 0.1);
}

.team_item.style_1 .admin_social>li {
    padding: 0 6px;
}

.team_item.style_1 .admin_social a {
    width: 33px;
    height: 33px;
    opacity: 0.2;
    display: flex;
    font-size: 14px;
    color: #0F0E0E;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid #0F0E0E;
}

.team_item.style_1 .admin_social a:hover {
    opacity: 1;
    color: #ffffff;
    border-color: #5355DF;
    background-color: #5355DF;
}

.team_item.style_2 .admin_social {
    inset-inline-start: 50%;
    z-index: 1;
    opacity: 0;
    bottom: -30px;
    padding: 0 6px;
    min-width: 120px;
    overflow: hidden;
    position: absolute;
    border-radius: 50px;
    transform: translateX(-50%);
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    background-color: #FFC961;
}

.team_item.style_2 .admin_social a {
    width: 30px;
    height: 38px;
    display: flex;
    font-size: 14px;
    color: #0F0E0E;
    align-items: center;
    justify-content: center;
}

.team_item.style_2 .admin_social a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.team_item.style_2:hover {
    transform: translateY(-10px);
}

.team_item.style_2:hover .admin_social {
    opacity: 1;
    bottom: -19px;
}


/* Team - End
================================================== */


/* Policy - Start
================================================== */

.policy_section .shape_1 {
    top: 56%;
    inset-inline-start: 50%;
    width: 110%;
    transform: translateX(-50%);
}

.policy_section .shape_2 {
    inset-inline-end: -50px;
    bottom: -70px;
}

.policy_section .shape_2 img {
    opacity: 0.2;
    max-width: 490px;
    filter: blur(200px);
}

.policy_section .shape_3 {
    top: 95px;
    inset-inline-start: 140px;
    max-width: 13px;
}

.policy_item {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #F1F1FC;
}

.policy_item:hover {
    border-color: #5355DF;
}

.policy_item:before {
    display: none;
}

.policy_item .item_icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-bottom: 30px;
    background-color: rgba(83, 85, 223, 0.2);
}

.policy_item.icon_align_left .item_title {
    margin-bottom: 8px;
}

.policy_item_2 {
    padding: 0;
    border: none;
    border-radius: 0;
    max-width: 280px;
    background-color: transparent;
}

.policy_item_2:before {
    display: none;
}

.policy_item_2 .item_title {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 12px;
    color: #ffffff;
}

.policy_item_2 p {
    font-size: 14px;
    line-height: 27px;
}


/* Policy - End
================================================== */


/* About Template - Start
================================================== */

.about_section .shape_2 {
    bottom: 0;
    inset-inline-start: 13%;
    max-width: 715px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .about_section .shape_2 {
        display: none;
    }
}

.about_section .shape_2 img {
    width: 100%;
}

.about_section .shape_4 {
    inset-inline-start: 80px;
    opacity: 0.2;
    bottom: 25px;
    max-width: 490px;
    filter: blur(200px);
}

.about_section .shape_5 {
    inset-inline-end: 0;
    top: -30px;
    opacity: 0.2;
    max-width: 350px;
    filter: blur(200px);
}

.about_section .shape_6 {
    top: 85px;
    inset-inline-start: 228px;
    max-width: 20px;
}

.about_section .funfact_box_2 {
    margin: 30px 0 40px;
}

.about_section .deco_dot {
    position: absolute;
    inset-inline-end: 13.49%;
    bottom: 15%;
    background: #0099F6;
    display: inline-block;
    height: 17px;
    width: 17px;
    border-radius: 50%;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .about_section .deco_dot {
        bottom: 5%;
    }
}

.about_list_boxed {
    display: flex;
    background-color: #ffffff;
    border-radius: 12px;
}

@media (max-width: 575px) {
    .about_list_boxed {
        flex-wrap: wrap;
    }
}

.about_list_boxed .icon_list {
    padding: 30px;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 575px) {
    .about_list_boxed .icon_list {
        flex: 100%;
        max-width: 100%;
    }
}

.about_list_boxed .icon_list:not(:last-child) {
    border-style: solid;
    border-color: rgba(15, 14, 14, 0.1);
    border-width: 0 1px 0 0;
}

@media (max-width: 575px) {
    .about_list_boxed .icon_list:not(:last-child) {
        border-width: 0 0 1px 0;
    }
}

.about_image {
    z-index: 1;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_image {
        margin: 0 12%;
    }
}

.about_image img {
    width: 100%;
}

.about_image .shape_1 {
    top: 50%;
    left: 50%;
    z-index: -1;
    max-width: 325px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about_image .shape_3 {
    top: 50%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    z-index: 1;
    transform: translateY(-50%);
}

.about_image .shape_3 img {
    max-width: 400px;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .about_image .shape_3 img {
        max-width: 300px;
    }
}

@media (max-width:450px) {
    .about_image .shape_3 img {
        max-width: 250px;
    }
}

.about_image_2 {
    padding: 20px 90px 20px 20px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_image_2 {
        padding: 20px 30px 20px 20px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .about_image_2 {
        padding: 20px 0px 20px 20px;
        margin-bottom: 35px;
    }
}

.about_image_2 .image_wrap {
    font-size: 24px;
    overflow: hidden;
    border-radius: 0 120px 0 0;
}

.about_image_2 .image_wrap img {
    width: 100%;
    display: block;
    border-radius: 0;
}

.about_image_2 .bg_image {
    top: 0;
    inset-inline-start: 0;
    opacity: 0.6;
    overflow: hidden;
    max-width: 290px;
    border-radius: 0 0 0 120px;
}

@media (max-width: 575px) {
    .about_image_2 .bg_image {
        max-width: 250px;
    }
}

@media (max-width:450px) {
    .about_image_2 .bg_image {
        max-width: 190px;
    }
}

.about_image_2 .shape_3 {
    top: 40%;
    z-index: 1;
    inset-inline-end: 50px;
    max-width: 86px;
}

.about_image_3 {
    max-width: 700px;
    margin-inline-end: -120px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_image_3 {
        margin: auto;
    }
}

.about_image_3 img {
    width: 100%;
}

.experience_year {
    z-index: 1;
    inset-inline-end: 47px;
    bottom: -14px;
    width: 210px;
    position: absolute;
    padding: 23px 30px 28px;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.experience_year .experience_value span {
    line-height: 1;
    font-size: 77px;
    font-weight: 800;
    letter-spacing: 0.02em;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #0F0E0E;
}

.experience_year .experience_value sup {
    top: -42px;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
}

.experience_year p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #0F0E0E;
}

.about_section_2 {
    position: relative;
}

.about_section_2::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #5355DF;
    z-index: -1;
}

.about_section_2 .video_widget {
    position: absolute;
    top: 0;
    height: 100%;
    width: 46.6%;
    inset-inline-end: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_section_2 .video_widget {
        width: 50%;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .about_section_2 .video_widget {
        position: sticky;
        width: 100%;
    }
}

.about_section_2 .video_widget::before {
    background: #FFC961;
    opacity: 0.2;
}

.about_section_2 .about_content {
    padding: 120px 108px 115px 0;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .about_section_2 .about_content {
        padding: 80px 0 75px 0;
    }
}

.avadator_cv {
    position: absolute;
    bottom: 30px;
    transform: translateX(-50%);
    inset-inline-start: 50%;
}

@media (max-width:450px) {
    .avadator_cv {
        display: none;
    }
}

.history_carousel_wrap {
    z-index: 1;
    position: relative;
}

.history_carousel_wrap:before {
    inset-inline-start: 0;
    inset-inline-end: 0;
    top: 50%;
    content: "";
    height: 2px;
    position: absolute;
    transform: translateY(-50%);
    border-top: 1px dashed #5355DF;
}

.history_carousel_wrap .content_wrap {
    padding: 50px 40px;
    position: relative;
}

.history_carousel_wrap .content_wrap:first-child:before {
    inset-inline-start: 50%;
    z-index: 1;
    content: "";
    width: 20px;
    height: 20px;
    bottom: -9px;
    position: absolute;
    border-radius: 100%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border: 5px solid #5355DF;
}

.history_carousel_wrap .content_wrap:first-child:after {
    bottom: 0;
    inset-inline-start: 50%;
    width: 2px;
    content: "";
    height: 50px;
    margin: 0 0 0 1px;
    position: absolute;
    transform: translateX(-50%);
    border-inset-inline-start: 1px dashed #5355DF;
}

.history_carousel_wrap .carousel_item {
    display: flex;
    margin: -50px 0;
    flex-direction: column;
}

.history_carousel_wrap .carousel_item:nth-child(even) .content_wrap:first-child {
    order: 1;
}

.history_carousel_wrap .carousel_item:nth-child(even) .content_wrap:first-child:before {
    top: -10px;
    bottom: auto;
}

.history_carousel_wrap .carousel_item:nth-child(even) .content_wrap:first-child:after {
    top: 0;
    bottom: auto;
    margin: 0 1px 0 0;
}

.history_carousel_wrap .carousel_item:nth-child(even) .year_text {
    align-items: flex-end;
}

.history_carousel_wrap .year_text {
    height: 177px;
    display: flex;
    justify-content: center;
}

.starter_steps_section {
    background-color: #F1F1FC;
    position: relative;
    overflow-y: clip;
}

.starter_steps_section .shape_3 {
    bottom: 5px;
    inset-inline-start: -98px;
    max-width: 16px;
}

.starter_steps_section .shape_4 {
    top: 37px;
    inset-inline-end: -70px;
    max-width: 20px;
}

.starter_steps_section .shape_1 {
    width: 100%;
}

.starter_steps_section .shado {
    background: #FFC961;
    opacity: 0.2;
    filter: blur(200px);
    position: absolute;
    width: 322.56px;
    height: 322.56px;
    inset-inline-start: 40%;
    top: 0;
    transform: translateX(-50%);
}

.starter_steps_group>ul {
    position: relative;
    margin-inline-end: 70px;
    min-height: 594px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .starter_steps_group>ul {
        margin-inline-end: 30px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .starter_steps_group>ul {
        max-width: 556px;
        margin: 0 auto;
    }
}

.starter_steps_group>ul>li {
    z-index: 1;
    position: absolute;
}

.starter_steps_group>ul>li:nth-child(1) {
    top: 0;
    inset-inline-end: 0;
}

.starter_steps_group>ul>li:nth-child(1) .item_icon {
    background: linear-gradient(126.03deg, #FF7F50 16.44%, rgba(255, 127, 80, 0.8) 81.35%);
}

.starter_steps_group>ul>li:nth-child(2) {
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
}

.starter_steps_group>ul>li:nth-child(2) .item_icon {
    background: linear-gradient(134.36deg, #ED77A9 14.3%, rgba(237, 119, 169, 0.8) 88.47%);
}

.starter_steps_group>ul>li:nth-child(3) {
    inset-inline-end: 0;
    bottom: 0;
}

.starter_steps_group>ul>li:nth-child(3) .item_icon {
    background: linear-gradient(136.27deg, #6AC7B7 13.48%, rgba(106, 199, 183, 0.8) 88.52%);
}

.starter_steps_group .content_wrap {
    width: 278px;
    height: 278px;
    display: flex;
    padding: 30px 60px;
    text-align: center;
    border-radius: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .starter_steps_group .content_wrap {
        width: 248px;
        height: 248px;
    }
}

@media (max-width:450px) {
    .starter_steps_group .content_wrap {
        width: 220px;
        height: 220px;
    }
}

.starter_steps_group .item_icon {
    width: 60px;
    height: 60px;
    align-items: center;
    border-radius: 100%;
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: center;
}

.starter_steps_group .item_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #000000;
}

@media (max-width:450px) {
    .starter_steps_group .item_title {
        font-size: 18px;
    }
}

.starter_steps_group .shape_1,
.starter_steps_group .shape_2 {
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.starter_steps_group .shape_1 {
    width: 68%;
}

.starter_steps_group .shape_1 img {
    animation: spin 20s infinite linear;
}

.starter_steps_group .shape_2 {
    max-width: 322px;
}

.my_information_wrap {
    padding: 40px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(15, 14, 14, 0.1);
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .my_information_wrap {
        flex-direction: column;
        gap: 50px 30px;
    }
}

@media (max-width:450px) {
    .my_information_wrap {
        padding: 30px 25px;
    }
}

.my_information_wrap .my_image_wrap {
    flex: 0 0 506px;
    overflow: hidden;
    margin-inline-end: 110px;
    border-radius: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .my_information_wrap .my_image_wrap {
        margin-inline-end: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .my_information_wrap .my_image_wrap {
        margin-inline-end: 50px;
        flex: 0 0 460px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .my_information_wrap .my_image_wrap {
        flex: 0 0 auto;
        margin-inline-end: 0;
    }
}

.my_information_wrap .my_name {
    font-size: 38px;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .my_information_wrap .my_name {
        font-size: 32px;
    }
}

@media (max-width:450px) {
    .my_information_wrap .my_name {
        font-size: 26px;
    }
}

.my_information_wrap .my_designation {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 30px;
    color: #5355DF;
}

.my_information_wrap p {
    font-size: 17px;
    line-height: 27px;
    margin: 30px 0 35px;
}

.my_information_wrap .contact_info_list>li {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #0F0E0E;
}

.my_information_wrap .contact_info_list>li:not(:last-child) {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(15, 14, 14, 0.1);
}

.my_information_wrap .contact_info_list strong {
    width: 170px;
    font-weight: 600;
    color: #4e4e4e;
    padding-inline-end: 15px;
}

.our_value_image {
    padding: 20px 20px 20px 90px;
    margin-bottom: 14px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .our_value_image {
        padding: 20px 20px 20px 30px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .our_value_image {
        padding: 20px 20px 20px 0px;
    }
}

.our_value_image .image_wrap {
    overflow: hidden;
    border-radius: 120px 0 0 0;
}

.our_value_image .image_wrap img {
    width: 100%;
    display: block;
    border-radius: 0;
}

.our_value_image .bg_image {
    top: 0;
    inset-inline-end: 0;
    opacity: 0.6;
    overflow: hidden;
    max-width: 290px;
    border-radius: 0 0 120px 0;
}

@media (max-width: 575px) {
    .our_value_image .bg_image {
        max-width: 250px;
    }
}

@media (max-width:450px) {
    .our_value_image .bg_image {
        max-width: 190px;
    }
}

.our_value_image .shape_1 {
    top: 40%;
    inset-inline-start: 45px;
    z-index: 1;
    max-width: 86px;
}

.our_value_image .shape_2 {
    inset-inline-end: -60px;
    bottom: 50px;
    max-width: 16px;
}

.our_value_image .shape_3 {
    opacity: 0.2;
    inset-inline-end: -246px;
    bottom: -176px;
    max-width: 490px;
    filter: blur(200px);
}

.our_value_image .chart_image {
    inset-inline-start: 40px;
    z-index: 1;
    bottom: -14px;
    overflow: hidden;
    max-width: 286px;
    border-radius: 12px;
}

.about_content_3 {
    padding-inline-start: 30px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_content_3 {
        padding-inline-start: 0;
    }
}


/* About Template - End
================================================== */


/* Details Pages - Start
================================================== */

.details_item_image {
    overflow: hidden;
    border-radius: 12px;
}

.details_content_wrap p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 35px;
}

.details_item_info_title {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .details_item_info_title {
        font-size: 34px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .details_item_info_title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .details_item_info_title {
        font-size: 26px;
    }
}

.details_info_box {
    padding: 60px 70px;
    margin-bottom: 50px;
    border-radius: 12px;
    background-color: #F1F1FC;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .details_info_box {
        padding: 50px 30px;
    }
}

.details_info_box span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 5px;
    color: #5355DF;
    text-transform: uppercase;
}

.details_info_box strong {
    font-size: 21px;
    font-weight: 600;
    line-height: 29px;
    color: #0F0E0E;
}

.blog_details .details_image {
    padding: 20px;
    margin-bottom: 45px;
    border-radius: 12px;
    background-color: #F1F1FC;
}

.blog_details .details_image img {
    border-radius: 12px;
}

.blog_details .blog_post_meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.blog_details .blog_post_meta .post_date {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-inline-start: 20px;
    color: #4e4e4e;
}

.blog_details .details_item_title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
}

.blog_details .details_item_info_title {
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 20px;
}

.blog_details p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
}

.blog_details .icon_list {
    margin-bottom: 30px;
}

.social_actions {
    display: flex;
    padding: 20px 0;
    margin-bottom: 30px;
    border-style: solid;
    align-items: center;
    border-width: 1px 0 1px;
    border-color: rgba(15, 14, 14, 0.1);
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 30px;
}


/* Details Pages - End
================================================== */


/* Register Templates - Start
================================================== */

.register_section {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    align-items: stretch;
    background-image: linear-gradient(0deg, rgba(83, 85, 223, 0.2) 0%, rgba(83, 85, 223, 0) 100%);
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .register_section {
        flex-wrap: wrap-reverse;
    }
}

.register_section .column {
    display: flex;
    flex: 0 0 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .register_section .column {
        flex: 0 0 100%;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.register_section .column .tilt {
    max-width: 526px;
}

@media (max-width: 575px) {
    .register_section .column .tilt {
        width: 100%;
        margin: 0 20%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .register_section .column .tilt {
        width: 100%;
        margin: 0 10%;
    }
}

.register_section .column:first-child {
    background-color: #DCDAFF;
}

.register_section .column:last-child {
    padding-inline-start: 117px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .register_section .column:last-child {
        padding-inline-start: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .register_section .column:last-child {
        padding-inline-start: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .register_section .column:last-child {
        padding: 80px 15px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .register_section .column:last-child {
        padding: 60px 15px;
    }
}

.register_section .shape_1 {
    top: 140px;
    inset-inline-start: -70px;
}

.register_section .shape_1 img {
    animation: spin 8s infinite linear;
}

.register_section .shape_2 {
    inset-inline-end: 100px;
    bottom: 166px;
    max-width: 140px;
}

.register_section .shape_2 img {
    animation: upDown 1.5s infinite alternate;
}

.register_section .shape_3 {
    top: 170px;
    inset-inline-end: 200px;
}

@media (max-width: 575px) {
    .register_section .shape_3 {
        display: none;
    }
}

.register_section .shape_3 img {
    animation: upDown 1s infinite alternate;
}

.register_section .shape_4 {
    top: -100px;
    inset-inline-end: -120px;
    max-width: 430px;
}

.register_section .shape_4 img {
    opacity: 0.4;
    filter: blur(300px);
}

.register_form_wrap {
    margin: auto;
    max-width: 450px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .register_form_wrap {
        width: 550px;
    }
}

.register_form_wrap .site_logo {
    margin-bottom: 40px;
}

.register_form_wrap .form_title {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 10px;
}

@media (max-width:450px) {
    .register_form_wrap .form_title {
        font-size: 28px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .register_form_wrap .form_title {
        font-size: 34px;
    }
}

.register_form_wrap p {
    margin-bottom: 40px;
}

.register_form_wrap p a {
    color: #5355DF;
    font-weight: 600;
}

.register_form_wrap .form-group,
.register_form_wrap .form-check {
    margin-bottom: 20px;
}

.register_form_wrap .form-label {
    margin-bottom: 4px;
}

.register_form_wrap .bd-btn-link {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    border-radius: 12px;
}

.register_form_wrap .link_forgot_pass {
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    color: #5355DF;
}

.register_form_wrap .link_forgot_pass:hover {
    text-decoration: underline;
}


/* Register Templates - End
================================================== */


/* Comming Soon Template - Start
================================================== */

.comming_soon_section {
    display: flex;
    padding: 100px 0;
    min-height: 100vh;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(0deg, rgba(83, 85, 223, 0.2) 0%, rgba(83, 85, 223, 0) 100%);
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .comming_soon_section {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .comming_soon_section {
        padding: 60px 0;
    }
}

.comming_soon_section .site_logo {
    margin-bottom: 60px;
}

.comming_soon_section .title_text {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2;
    margin: 56px 0 58px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .comming_soon_section .title_text {
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .comming_soon_section .title_text {
        font-size: 46px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .comming_soon_section .title_text {
        font-size: 34px;
    }
}

@media (max-width:450px) {
    .comming_soon_section .title_text {
        font-size: 28px;
    }
}

.comming_soon_section .shape_1 {
    top: 126px;
    inset-inline-start: -84px;
}

.comming_soon_section .shape_1 img {
    animation: spin 8s infinite linear;
}

.comming_soon_section .shape_2 {
    inset-inline-start: 211px;
    bottom: 188px;
    max-width: 22px;
}

.comming_soon_section .shape_3 {
    top: 266px;
    inset-inline-end: 176px;
}

.comming_soon_section .shape_4 {
    inset-inline-end: 96px;
    bottom: 130px;
    max-width: 140px;
}

.comming_soon_section .shape_5 {
    top: -100px;
    inset-inline-end: -120px;
    max-width: 430px;
}

.comming_soon_section .shape_5 img {
    opacity: 0.4;
    filter: blur(300px);
}


/* Comming Soon Template - End
================================================== */


/* Terms Conditions Template - Start
================================================== */

.terms_conditions_content {
    padding: 40px;
    background-color: #F1F1FC;
    border-radius: 12px;
}

@media (max-width:450px) {
    .terms_conditions_content {
        padding: 30px;
    }
}

.terms_conditions_content .warpper_title {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 30px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .terms_conditions_content .warpper_title {
        font-size: 34px;
    }
}

@media (max-width:450px) {
    .terms_conditions_content .warpper_title {
        font-size: 26px;
    }
}

.terms_conditions_content p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
}

.terms_conditions_content .info_title {
    font-size: 24px;
    margin-bottom: 20px;
}

@media (max-width:450px) {
    .terms_conditions_content .info_title {
        font-size: 20px;
    }
}

.terms_conditions_content .icon_list {
    margin-bottom: 40px;
}

.terms_conditions_content .icon_list.unordered_list_block>li:not(:last-child) {
    margin-bottom: 14px;
}

.terms_conditions_content .icon_list .list_item_text {
    color: #4e4e4e;
}

.terms_conditions_content .icon_list .list_item_icon {
    flex: none;
    width: auto;
    height: auto;
    font-size: 5px;
    border-radius: 0;
    margin-inline-end: 10px;
    color: #4e4e4e;
    background-color: transparent;
}

.terms_conditions_content .link {
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    color: #5355DF;
    text-decoration: underline;
}

.terms_conditions_content .author_mail {
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    color: #5355DF;
}


/* Terms Conditions Template - End
================================================== */


/* Contact Template - Start
================================================== */

.contact_form {
    padding: 40px;
    border-radius: 12px;
    background-color: #F1F1FC;
}

@media (max-width:450px) {
    .contact_form {
        padding: 30px;
    }
}

#gmap_canvas_iframe {
    width: 100%;
    height: 750px;
    border-radius: 12px;
    border: 3px solid #FFC961;
}

.contact_form_boxed {
    padding: 80px;
    border-radius: 12px;
    background-color: #5355DF;
}

@media (max-width: 575px) {
    .contact_form_boxed {
        padding: 50px;
    }
}

@media (max-width:450px) {
    .contact_form_boxed {
        padding: 50px 30px;
    }
}

.contact_form_boxed .contact_form {
    margin: auto;
    max-width: 770px;
}

.contact_form_boxed .shape_1 {
    inset-inline-start: 42px;
    bottom: 33px;
    max-width: 150px;
}

@media (max-width:450px) {
    .contact_form_boxed .shape_1 {
        display: none;
    }
}

.contact_form_boxed .shape_2 {
    top: -60px;
    inset-inline-end: -26px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact_form_boxed .shape_2 {
        inset-inline-end: 0;
        max-width: 200px;
    }
}

@media (max-width: 575px) {
    .contact_form_boxed .shape_2 {
        display: none;
    }
}


/* Contact Template - End
================================================== */


/* Error Template - Start
================================================== */

.error_section {
    padding: 200px 0 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) and (max-width: 1600px) {
    .error_section {
        padding: 150px 0 120px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .error_section {
        padding: 130px 0 100px;
    }
}

@media (max-width:450px) {
    .error_section {
        padding: 110px 0 100px;
    }
}

.error_section .error_image {
    margin: auto;
    max-width: 750px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .error_section .error_image {
        max-width: 550px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .error_section .error_image {
        max-width: 450px;
    }
}

.error_section h1 {
    font-size: 50px;
    font-weight: 700;
    margin: 50px 0 30px;
    line-height: 1.3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error_section h1 {
        font-size: 45px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .error_section h1 {
        font-size: 40px;
    }
}

@media (max-width:450px) {
    .error_section h1 {
        font-size: 30px;
    }
}

.error_section p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 40px;
}


/* Services */
.heading_services {
    color: #0d6efd;
}

.service_item {
    width: 100%;
    height: 300px;
}

/* .service_item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.item_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
} */

.btn_icon i {
    color: black;
}

.services-content-btn {
    color: black;

    /* position: relative;
    transition: .3s;
    overflow: hidden;
    border-radius: 32px;  */
}

.services-content-section {
    padding: 10px 20px 0;
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.services-carousel-single-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgb(32 46 60/ 6%);
    margin-bottom: 10px;
}

.services-content-btn a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100px;
    right: -53px;
    top: 0;
    padding: 0 0 54px 0;
    transition: .3s;
}

.services-content-btn span i {
    color: #fff;
    right: 20px;
    position: absolute;
    line-height: 1.5;
}

.services-content-btn a {
    padding: 16px 20px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

/* footer link */

.fw-title .title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #dd1d2a;
    margin-bottom: 0;
}

.fw-link ul li a {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    color: #4e4e4e;
}

.fw-link ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #171010;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}

h1 {
    color: #4d1f8d;
}

h2 {
    color: #491095;
}

h3 {
    color: #000;
}

h4 {
    color: #b5080b;
}

h5 {
    color: #01388c;
}

h6 {
    color: #3a0383;
}


/* SIDEBAR MENU CSS */

.sidebar-menu {
    position: fixed;
    top: 30%;
    width: 50px;
    z-index: 9;
}

.sidebar-menu ul {
    padding: 0px 0px;
    transform: translateX(-270px);
    list-style-type: none;
}

.sidebar-menu ul li {
    display: block;
    margin: 5px;
    /* background-color: rgba(2 41 84 / 50%); */
    width: 300px;
    text-align: right;
    padding: 10px;
    border-radius: 0 30px 30px 0;
    transition: all 1s;
}

.sidebar-menu ul li a {
    color: white;
    text-decoration: none;
}

.sidebar-menu ul li i {
    text-align: center;
    color: white;
    margin-left: 15px;
    /* background-color: #fff; */
    /* padding: 10px; */
    border-radius: 50%;
    width: 20px;
    height: 25px;
    line-height: 20px;
    font-size: 20px;
    transform: rotate(0deg);
}

.facebook {
    background: linear-gradient(135deg, #1877f26b, #0a63a6a3);
}

.youtube {
    background: linear-gradient(135deg, #ff0000, #ff5f5f);
}

.twitter {
    background: linear-gradient(135deg, #0077b5b3, #004471cf);
}

.instagram {
    background: linear-gradient(135deg, #bc2a8d, #e95950);
}


.sidebar-menu ul li:hover i {
    transform: rotate(360deg);
    transition: all linear 0.3s;
    ;
}

.sidebar-menu ul li:hover {
    transform: translateX(110px);
}

.sidebar-menu ul li.facebook:hover {
    /* background-color: #3d5999; */
    background-image: linear-gradient(to right top, #0064da, #0075e3, #0086eb, #0096f1, #17a5f6);
}

.sidebar-menu ul li.twitter:hover {
    /* background-color: #55acee; */
    background-image: linear-gradient(to right top, #3a87d3, #4f98de, #64aae8, #79bbf2, #8fcdfc);
}

.sidebar-menu ul li.instagram:hover {
    /* background-color: #e4405f; */
    background-image: linear-gradient(to right top, #6e4a9a, #894499, #a23c93, #b93289, #cd267b, #d9266f, #e32c62, #ea3654, #ed4749, #ef573f, #ee6736, #ec762d);
}

.sidebar-menu ul li.youtube:hover {
    /* background-color: #dd4b39; */
    background-image: linear-gradient(to right top, #e52725, #e63526, #e74127, #e74b29, #e8542b);
}

@media (max-width: 568px) {
    .sidebar-menu {
        display: none;
    }
}

/* SIDEBAR MENU CSS END */

/* left Whatsapp menubar start  */
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    box-shadow: 2px 2px 10px rgba(10, 10, 10, 0.3);
    transition: 0.2s ease-in-out;
    z-index: 9999;
}

.my-float {
    margin-top: 16px;
}

/* left Whatsapp menubar end  */

/* right Menubar start */
.row.header-bg {
    padding: 0px
}

.fab-wrapper {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 9999999;
}

.fab-checkbox {
    display: none;
}

.footerbtn {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 4rem;
    height: 4rem;
    background: blue;
    border-radius: 50%;
    background: #002676;
    transition: all 0.3s ease;
    z-index: 1;
    border-bottom-right-radius: 6px;
}

.footerbtn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #002676;
}

.fab-checkbox:checked~.fab:before {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: #002676;
}

.footerbtn:hover {
    background: #002676;
}

.fab-dots {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    transform: translateX(0%) translateY(-50%) rotate(0deg);
    opacity: 1;
    animation: blink 3s ease infinite;
    transition: all 0.3s ease;
}

.fab-dots-1 {
    left: 15px;
    animation-delay: 0s;
}

.fab-dots-2 {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation-delay: 0.4s;
}

.fab-dots-3 {
    right: 15px;
    animation-delay: 0.8s;
}

.fab-checkbox:checked~.fab .fab-dots {
    height: 6px;
}

.footerbtn .fab-dots-2 {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.fab-checkbox:checked~.fab .fab-dots-1 {
    width: 32px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.fab-checkbox:checked~.fab .fab-dots-3 {
    width: 32px;
    border-radius: 10px;
    right: 50%;
    transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
    50% {
        opacity: 0.25;
    }
}

.fab-checkbox:checked~.fab .fab-dots {
    animation: none;
}

.fab-wheel {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #fff0;
    width: 10rem;
    height: 10rem;
    transition: all 0.3s ease;
    transform-origin: bottom right;
    transform: scale(0);
}

.fab-checkbox:checked~.fab-wheel {
    transform: scale(1);
}

.fab-action {
    font-size: 28px;
    position: absolute;
    background: #0f1941;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: White;
    box-shadow: 0 0.1rem 1rem rgba(24, 66, 154, 0.82);
    transition: all 1s ease;
    opacity: 0;
}

.fab-checkbox:checked~.fab-wheel .fab-action {
    opacity: 1;
}

.fab-action:hover {
    /* background-color: #ff1616; */
    color: #fff;
}

.fab-wheel .fab-action-1 {
    right: -1rem;
    top: 0;
    background: #e31e25;
}

.fab-wheel .fab-action-2 {
    right: 3.4rem;
    top: 0.5rem;
    background: orange;
}

.fab-wheel .fab-action-3 {
    left: 0.5rem;
    bottom: 3rem;
    background: #e4405f;
}

.fab-wheel .fab-action-4 {
    left: 0;
    bottom: -1rem;
    background: blue;
}

/* right Menubar end */

/* serbox1 start */
.ser-box1 {
    transition: all .2s;
}

.ser-box1:hover {
    transform: scale(1.1);
    box-shadow: none;
}



/* serbox1 end */