/* Table Of Content - start
================================================== */
/* 
* Project Name   :  Paradox - Creative Agency HTML5 Template
* File           :  CSS Base
* Version        :  1.0.0
* Last change    :  15 April 2023, Saturday
* �������أ�http://www.bootstrapmb.com

==================================================

1 - Template Global Settings
	1.1 - Template Fonts
	1.2 - Template Global Reset
	1.3 - Template Variable
	1.4 - Template Mixin
	1.5 - Template Breakpoints

2 - Template Elements
	2.1 - Template backtotop
	2.2 - Template color
	2.3 - Template space
	2.4 - Template animation
	2.5 - Template preloader
	2.6 - Template list
	2.7 - Template menu
	2.8 - Template meanmenu
	2.9 - Template button
	2.10 - Template typography
	2.11 - Template carousel
	2.12 - Template video
	2.13 - Template form
	2.14 - Template admin
	2.15 - Template tab
	2.16 - Template social
	2.17 - Template counter
	2.18 - Template rating
	2.19 - Template iconbox
	2.20 - Template accordion
	2.22 - Template pagination
	2.23 - Template countdown
	2.24 - Template offcanvas

3 - Template Parts
	3.1 - Template header
	3.2 - Template footer
	3.3 - Template breadcrumb
	3.4 - Template sidebar

4 - Template Components
	4.1 - Template banner
	4.2 - Template clients
	4.3 - Template service
	4.4 - Template portfolio
	4.5 - Template blog
	4.6 - Template pricing
	4.7 - Template testimonial
	4.8 - Template calltoaction
	4.9 - Template team
	4.10 - Template policy

5 - Template Pages
	5.1 - Template about
	5.2 - Template details
	5.3 - Template register
	5.4 - Template comming_soon
	5.5 - Template terms_conditions
	5.6 - Template contact
	5.7 - Template error

*/
/* Table Of Content - end
================================================== */
/* 1.1 - Template Fonts - Start
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

/*自定义*/
.logo-img {
    height: 50px;
    width: auto;
}

/* 1.1 - Template Fonts - End
================================================== */
/* 1.2 - Template Global Reset - Start
================================================== */
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    font-style: normal;
    color: #5D636A;
    font-family: "Manrope", sans-serif;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.page_wrapper {
    overflow: hidden;
    position: relative;
}

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;
    max-width: 100%;
    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;
    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 {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.row {
    margin: -15px;
}

.col {
    flex: unset;
    padding: 15px;
}

.layer {
    position: relative !important;
}

/* 1.2 - Template Global Reset - End
================================================== */
/* 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);
}

@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:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: -1px;
    content: "";
    position: absolute;
    border: 1px solid #ffffff;
    border-radius: 100px 100px 0 0;
}

.backtotop.position-fixed {
    z-index: 99;
    right: 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 {
    background-color: #F1F1FC;
}

.bg_light_2 {
    background-color: rgba(255, 127, 80, 0.1);
}

.bg_light_3 {
    background-color: #F7F8FA;
}

.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
================================================== */
.section_space_lg {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .section_space_lg {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.section_space_md {
    padding-top: 100px;
    padding-bottom: 100px;
}

@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;
}

/* Template Space - End
================================================== */
/* CSS Animation - Start
================================================== */
.decoration_wrap {
    z-index: 1;
    position: relative;
}

.decoration_wrap .deco_item {
    z-index: -1;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 30px 30px;
}

.decoration_wrap .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
}

.decoration_wrap .half_bg_top {
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    position: absolute;
}

@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;
    }
}

/* Preloader - Start
================================================== */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 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: 0;
    padding: 0;
    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: 0;
    padding: 0;
    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-right: 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: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #0F0E0E;
    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: #5D636A;
    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;
}

.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;
}

.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: #5D636A;
    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-right: 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: #5D636A;
}

.contact_info_list.style_2 > li:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(15, 14, 14, 0.1);
}

.contact_info_list.style_2 strong {
    width: 100%;
    display: block;
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 26px;
    color: #0F0E0E;
}

.contact_info_list.style_2 span {
    display: block;
}

.contact_info_list.style_2 span a {
    color: #5D636A;
}

.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-right: 12px;
    padding-right: 12px;
}

.meta_list > li:not(:last-child):after {
    top: 12px;
    width: 4px;
    height: 4px;
    right: -2px;
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: #5D636A;
}

.meta_list a {
    color: #5D636A;
}

.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-right: 35px;
    /* submenu css start */
    /* mega menu start */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li {
        margin-right: 30px;
    }
}

.main-menu ul li:last-child {
    margin-right: 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;
}

.main-menu ul li a::before {
    content: "";
    margin-right: 12px;
    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;
    width: 6px;
    height: 6px;
    left: 700.14px;
    top: 50.76px;
    background: #5355DF;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0;
}

.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(--tp-common-white);
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 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%;
    left: 0;
    min-width: 240px;
    background: #ffffff;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    padding: 34px 0 15px;
    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%;
    right: 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: 0;
    padding-left: 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: 1px;
    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;
}

.main-menu ul li .submenu li .submenu {
    left: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.main-menu ul li .submenu li:hover > a {
    color: #5355DF;
    padding-left: 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: 35px 225px;
    background: #ffffff;
    box-shadow: 0 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: 992px) and (max-width: 1199px) {
    .main-menu ul li .mega-menu {
        padding: 25px 25px;
        padding-left: 80px;
    }
}

.main-menu ul li .mega-menu li {
    float: left;
    width: 25%;
    margin-right: 0;
    text-align: left;
}

.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: 10px;
}

.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: 3.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: #222;
    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: 1px;
    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;
}

.main-menu ul li .mega-menu li:hover > .mega-menu-title {
    color: #5355DF;
    padding-left: 0;
}

.main-menu ul li .mega-menu li:hover > a {
    color: #5355DF;
    padding-left: 18px;
}

.main-menu ul li .mega-menu li:hover > a::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.has-dropdown > a::after {
    background: #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 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 > a::after {
    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: #ffffff;
    border-top: 1px solid #ebebeb;
    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;
    border: 1px solid #ebebeb !important;
    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: #ffffff;
}

.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;
}

.btns_group {
    margin: -10px;
}

.btns_group > li {
    padding: 10px;
}

.btn-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #5D636A;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
}

.btn-link .btn_text {
    position: relative;
}

.btn-link .btn_text:before {
    left: 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-left: 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;
}

.btn {
    line-height: 1;
    padding: 0 35px;
    overflow: hidden;
    position: relative;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    border: 1px solid transparent;
    border-radius: 50px;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn .btn_text {
    position: relative;
    display: inline-block;
}

.btn .btn_text small {
    display: block;
    padding: 18px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.btn .btn_text small:nth-child(2) {
    left: 50%;
    top: 100%;
    opacity: 0;
    width: 100%;
    position: absolute;
    transform: translateX(-50%);
}

.btn .btn_icon {
    margin-left: 10px;
}

.btn .btn_icon img:nth-child(2) {
    display: none;
}

.btn:hover {
    z-index: 1;
    transform: translateY(-4px);
}

.btn:hover .btn_text small:nth-child(1) {
    opacity: 0;
    transform: translateY(-100%);
}

.btn:hover .btn_text small:nth-child(2) {
    top: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn:hover .btn_icon img:nth-child(1) {
    display: none;
}

.btn:hover .btn_icon img:nth-child(2) {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-primary,
.btn-primary:hover {
    color: #ffffff;
    border-color: #5355DF;
    background-color: #5355DF;
}

.btn-primary .btn_icon,
.btn-primary:hover .btn_icon {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

[class*=-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);
}

.btn-dark,
.btn-dark:hover {
    color: #ffffff;
    border-color: #0F0E0E;
    background-color: #0F0E0E;
}

[class*=-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);
}

.btn-warning,
.btn-warning:hover {
    color: #0F0E0E;
    border-color: #FFC961;
    background-color: #FFC961;
}

[class*=-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);
}

.btn-danger,
.btn-danger:hover {
    color: #ffffff;
    border-color: #FF7F50;
    background-color: #FF7F50;
}

[class*=-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-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
================================================== */
/* Typography - Start
================================================== */
.section_heading_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 60px;
    margin-bottom: 50px;
}

.section_heading {
    margin-bottom: 50px;
}

.section_heading .heading_subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
}

.section_heading .double_icon {
    margin-right: 5px;
    display: inline-block;
}

.section_heading .double_icon i {
    z-index: 1;
    float: left;
    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-left: -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: #ffffff;
    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;
    background-image: linear-gradient(0deg, #FFC961 8px, transparent 0);
}

.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-left: 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-left: 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-right: 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;
    left: 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;
    right: 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;
}

.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-track {
    display: flex;
    gap: 30px;
}

.slick-dots {
    margin: 0;
    display: flex;
    position: static;
    padding-top: 50px;
    align-items: center;
    justify-content: center;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 2px;
    display: inline-block;
}

.slick-dots li button {
    margin: 0;
    padding: 0;
    width: 28px;
    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;
}

.carousel_arrow > li:not(:last-child) {
    margin-right: 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) {
    left: -120px;
}

.arrow_right_left .carousel_arrow > li:nth-child(2) {
    right: -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;
    left: 0;
    right: 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;
    left: 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;
        left: 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;
    left: 0;
    right: 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-right: 10px;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border: 1px solid #0F0E0E;
}

.video_play_btn .icon_wrap i {
    margin-left: 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: 1px solid rgba(83, 85, 223, 0.2);
}

.form-control:focus {
    box-shadow: none;
    border-color: #5355DF;
}

input.form-control {
    height: 60px;
    padding: 0 20px;
}

textarea.form-control {
    min-height: 250px;
    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-left: 2px;
    color: #5355DF;
}

:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 27px;
    color: #5D636A;
}

.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);
}

.select_option .nice-select:after {
    margin: 0;
    width: auto;
    height: auto;
    border: none;
    float: right;
    margin-left: 5px;
    font-weight: 400;
    content: "\f107";
    transform: unset;
    position: static;
    color: #5D636A;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    font-family: "Font Awesome 5 Pro";
}

.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: #5D636A;
    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: #5D636A;
}

.select_option .nice-select .current {
    font-size: 16px;
    line-height: 22px;
    color: #5D636A;
}

.form-check {
    position: relative;
    padding-left: 26px;
    margin-bottom: 30px;
}

.form-check input {
    left: 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 #5D636A;
}

.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 {
    left: 0;
    top: 13px;
    font-size: 20px;
    color: #0F0E0E;
    position: absolute;
}

.small_newsletter_form input {
    width: 100%;
    height: 60px;
    display: block;
    padding-left: 25px;
    padding-right: 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-left: 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;
}

.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 {
    right: 0;
    color: #ffffff;
    background-color: #0F0E0E;
}

.small_newsletter_form.style_2 button:hover {
    color: #ffffff;
    background-color: #FF7F50;
}

.form_box {
    margin: auto;
    padding: 60px;
    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;
}

.subscribe_form .form-control {
    padding: 0;
    height: 80px;
    border: none;
    border-radius: 120px;
    padding: 10px 230px 10px 60px;
    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;
    }
}

.subscribe_form .btn {
    top: 10px;
    right: 10px;
    position: absolute;
}

@media (max-width: 575px) {
    .subscribe_form .btn {
        margin-top: 30px;
        position: sticky;
    }
}

.subscribe_form .btn:hover {
    transform: unset;
}

.subscribe_form .form-label {
    top: 29px;
    left: 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;
}

.subscribe_form_2 .form-group .form-control:focus {
    border-color: #5355DF;
}

.subscribe_form_2 .form-group .input_icon {
    left: 0;
    top: 10px;
    color: #0F0E0E;
    position: absolute;
}

.subscribe_form_2 .btn {
    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;
}

.kyeword_search_form button {
    width: 70px;
    height: 60px;
    border-radius: 0 12px 12px 0;
    background-color: #5355DF;
}

/* 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-right: 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: #5D636A;
    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%;
    left: 50%;
    width: 110%;
    transform: translateX(-50%);
}

.counter_section .shape_2 {
    right: -50px;
    bottom: -70px;
}

.counter_section .shape_2 img {
    opacity: 0.2;
    max-width: 490px;
    filter: blur(200px);
}

.counter_section .shape_3 {
    top: 10px;
    left: 250px;
    max-width: 16px;
}

.counter_section .shape_4 {
    top: 60px;
    left: -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;
    left: -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: #5D636A;
}

.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-right: 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: #5D636A;
    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-left: 5px;
}

.rating_star li {
    color: #FFC961;
    line-height: 1;
    font-size: 14px;
}

.rating_star li:not(:last-child) {
    margin-right: 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;
    left: 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%;
    left: 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: 21px;
    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 {
    font-size: 16px;
    line-height: 22px;
}

.iconbox_item.icon_align_left {
    display: flex;
}

.iconbox_item.icon_align_left .item_icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    margin: 0 15px 0 0;
}

.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;
    }
}

.accordion_wrap .accordion_button:before {
    top: 29px;
    left: 20px;
    width: 48px;
    height: 48px;
    content: "\f078";
    font-weight: 500;
    position: absolute;
    align-items: center;
    display: inline-flex;
    color: #5355DF;
    justify-content: center;
    background: #F1F1FC;
    border-radius: 12px;
    font-family: "Font Awesome 5 Pro";
}

@media (max-width: 450px) {
    .accordion_wrap .accordion_button:before {
        top: 50%;
        transform: translateY(-50%);
    }
}

.accordion_wrap .accordion_button[aria-expanded=true]:before {
    content: "\f077";
}

.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 {
    right: 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%;
    right: -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: #ffffff;
    padding: 3px;
}

.offcanvas__close .menu-close-btn:hover {
    color: #5355DF;
}

.offcanvas__info {
    background: #292930 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: 170px;
}

.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 #ffffff;
    margin-bottom: 20px;
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #0F0E0E;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 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) {
    margin-inline-start: 15px;
    -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;
}

.bar-icon span:nth-child(3) {
    margin-inline-start: 5px;
    -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;
}

.bar-icon:hover span:nth-child(2) {
    margin-inline-start: 10px;
}

.bar-icon:hover span:nth-child(3) {
    margin-inline-start: 0;
}

.bar-icon.is-white span {
    background: #ffffff;
}

.site_header {
    top: 0;
    left: 0;
    right: 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: 12px 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: 0 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;
}

.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;
}

.site_header .select_option .nice-select:after {
    color: #0F0E0E;
}

.site_header .select_option .nice-select .list {
    right: 0;
    left: auto;
}

.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: 25% auto 25%;
    justify-content: space-between;
    align-items: 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) {
    .header_wrapper {
        grid-template-columns: auto auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header_wrapper {
        grid-template-columns: 18% auto 27%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_wrapper {
        grid-template-columns: 20% auto 20%;
    }
}

.header_right {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: end;
}

.header_btns_group > li {
    margin-left: 30px;
}

.header_btns_group > li:first-child {
    display: none;
}

.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: 0 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: 0;
        padding: 13px 15px;
        border-radius: 0 0 40px 40px;
        box-shadow: 0 8px 55px 0 rgba(16, 18, 19, 0.08);
    }
}

.site_header_4.sticky .content_box {
    margin-top: 0;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 8px 55px 0 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_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: #5D636A;
    font-size: 17px;
    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: 21px;
    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 (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_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%);
}

.site_footer.style_2 .social_icon a:hover,
.site_footer.style_2 .form-check input:checked {
    border-color: #0F0E0E;
    background-color: #0F0E0E;
}

.site_footer.style_2 .icon_list a:hover .list_item_text {
    color: #FF7F50;
}

.site_footer.style_2 .icon_list_widget .widget_title {
    color: #5D636A;
}

.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: #5D636A;
}

.site_footer.style_3 .copyright_widget a {
    color: #ffffff;
    padding: 0 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: 100px 0 84px;
    background-color: #EFF0F2;
}

.site_footer.style_4 .footer_bottom {
    padding: 33px 0 43px;
    background-color: #EFF0F2;
    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 {
    margin-bottom: 0;
    text-align: center;
    background-color: #EFF0F2;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .site_footer.style_4 .backtotop {
        order: 2;
    }
}

.site_footer.style_4 .backtotop a {
    color: #0F0E0E;
    background-color: #FFC961;
}

.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: #5D636A;
}

/* Site Footer - End
================================================== */
/* Breadcrumb Section - Start
================================================== */
.page_banner {
    overflow: hidden;
    position: relative;
    padding: 260px 0 150px;
    background: linear-gradient(0deg, rgba(83, 85, 223, 0.2) 0%, rgba(83, 85, 223, 0) 100%);
}

@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: 220px 0 150px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .page_banner {
        padding: 210px 0 150px;
    }
}

.page_banner:before {
    left: 0;
    right: 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;
    left: -85px;
    max-width: 16px;
}

.page_banner .shape_2 {
    top: -130px;
    right: -305px;
    max-width: 139px;
}

.page_banner .shape_3 {
    top: -90px;
    right: 236px;
}

.page_title {
    font-size: 62px;
    line-height: 1.2;
    color: #000000;
    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: #000000;
}

.breadcrumb_nav > li:not(:last-child) {
    margin-right: 17px;
    padding-right: 17px;
}

.breadcrumb_nav > li:not(:last-child):after {
    top: 1px;
    right: -7px;
    font-weight: 400;
    content: "\f061";
    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: #5355DF;
}

/* 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-left: 16px;
    margin-bottom: 26px;
}

.sidebar_widget .widget_title:before {
    left: 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: #5D636A;
}

.sidebar_widget .icon_list a:hover {
    color: #0F0E0E;
}

/* Sidebar Section - End
================================================== */
/* Hero Banner Section - Start
================================================== */
.hero_banner_section .container {
    max-width: 1480px;
}

.hero_banner_section.style_1 {
    display: flex;
    padding: 120px 0;
    min-height: 980px;
    margin-bottom: 60px;
    align-items: center;
    background: linear-gradient(180deg, rgba(10, 51, 194, 0.06) 0%, transparent 100%);
}

@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_1 {
        min-height: 900px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_1 {
        min-height: 850px;
    }
}

.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;
    left: 0;
    z-index: -1;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
}

.hero_banner_section.style_1 .hero_banner_image {
    max-width: 687px;
    margin: auto -87px auto auto;
}

@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 .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 .shape_1 {
    top: 0;
    left: 50%;
    bottom: 0;
    width: 50%;
    border-radius: 0 0 0 120px;
    background-image: linear-gradient(0deg, #D2DCFB 0%, rgba(210, 220, 251, 0) 100%);
}

.hero_banner_section.style_1 .shape_2 {
    left: -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;
    left: 0;
    width: 342px;
    height: 194px;
    border-radius: 50%;
    filter: blur(175px);
    background-color: #FFC961;
}

.hero_banner_section.style_1 .shape_4 {
    top: -100px;
    right: -230px;
    max-width: 289px;
}

.hero_banner_section.style_1 .shape_5 {
    top: -26px;
    right: 76px;
    max-width: 142px;
}

.hero_banner_section.style_1 .shape_6 {
    bottom: -12px;
    right: -195px;
    max-width: 842px;
}

.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%;
    left: 50%;
    margin-left: -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;
    left: -16px;
}

.hero_banner_section.style_2 .shape_3 {
    right: -50px;
    bottom: 160px;
}

.hero_banner_section.style_2 .shape_4 {
    top: 260px;
    right: -20px;
}

.hero_banner_section.style_2 .shape_5 {
    top: 208px;
    left: -76px;
}

.hero_banner_section.style_2 .shape_6 {
    left: 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;
    right: -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 {
    left: 90px;
    bottom: 118px;
    position: absolute;
}

.hero_banner_section.style_2 .iconbox_award {
    top: 45%;
    right: 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: #5D636A;
    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), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_3 {
        padding: 100px 0 50px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_3 {
        padding: 135px 0 30px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
}

@media (max-width: 450px) {
}

.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;
    left: 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: 768px) and (max-width: 991px) {
    .hero_banner_section.style_3 .man_image {
        max-width: 0 15%;
    }
}

.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: 550px;
    }
}

@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;
    right: 0;
    width: 42%;
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left;
}

@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;
    }
}

.hero_banner_section.style_4 {
    overflow: hidden;
    padding: 292px 0 184px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_banner_section.style_4 {
        padding: 250px 0 184px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_banner_section.style_4 {
        padding: 190px 0 184px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
}

@media (max-width: 575px) {
}

.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: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero_banner_section.style_4 .rocket_image {
        margin: auto 0 auto auto;
    }
}

@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 .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;
    right: -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 {
        right: auto;
        transform: translateX(-50%);
        left: 50%;
    }
}

.hero_banner_section.style_4 .shape_2 {
    top: -96px;
    right: -56px;
}

.hero_banner_section.style_4 .shape_3 {
    right: 300px;
    bottom: -86px;
}

.hero_banner_section.style_4 .shape_4 {
    top: -20px;
    left: 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 {
        left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_4 .shape_4 {
        left: 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) {
    .hero_banner_section.style_4 .shape_4 {
        display: none;
    }
}

.hero_banner_section.style_4 .shape_4 > li:nth-child(1) {
    padding-left: 75px;
}

.hero_banner_section.style_4 .shape_4 > li:nth-child(2) {
    padding-left: 30px;
}

.hero_banner_section.style_4 .shape_5 {
    right: -130px;
    bottom: -130px;
    max-width: 260px;
}

.hero_banner_section.style_4 .shape_6 {
    left: -40px;
    bottom: -35px;
}

.hero_banner_section.style_5 {
    padding: 155px 0 0;
}

@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_5 {
        padding: 115px 0 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
}

@media (max-width: 575px) {
}

@media (max-width: 450px) {
}

.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-left: 10px;
    border-radius: 50px;
    background-color: #FFC961;
}

.hero_banner_section.style_5 .hero_banner_image {
    margin: 0 -147px -15px 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), 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 {
    left: 50%;
    z-index: 1;
    bottom: 197px;
    max-width: 234px;
    border-radius: 12px;
}

.hero_banner_section.style_5 .color_shadow_1 {
    bottom: 0;
    right: 27px;
    opacity: 0.5;
    max-width: 830px;
    filter: blur(200px);
}

.hero_banner_section.style_5 .color_shadow_2 {
    top: 0;
    left: 0;
    opacity: 0.3;
    max-width: 300px;
    filter: blur(200px);
}

.hero_banner_section.style_5 .color_shadow_3 {
    left: 25%;
    top: -160px;
    opacity: 0.3;
    max-width: 425px;
    filter: blur(200px);
}

.hero_banner_section.style_5 .shape_1 {
    top: 159px;
    left: 52px;
}

.hero_banner_section.style_5 .shape_2 {
    top: 93px;
    right: 20px;
}

.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), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_banner_section.style_6 {
        padding: 170px 0 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .hero_banner_section.style_6 {
        padding: 150px 0 120px;
    }
}

.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;
    left: 0;
    z-index: -1;
}

.hero_banner_section.style_6 .hero_banner_image {
    max-width: 747px;
    margin-left: -84px;
}

@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_image {
        max-width: 680px;
        margin-left: 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) {
    .hero_banner_section.style_6 .hero_banner_image {
        margin-left: 0;
    }
}

.hero_banner_section.style_6 .hero_banner_image img {
    animation: upDown 1s infinite alternate;
    width: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media (max-width: 575px) {
}

@media (max-width: 450px) {
}

.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;
    left: 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;
}

.hero_banner_section.style_6 .shape_1 {
    left: -230px;
    bottom: -150px;
    max-width: 912px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_banner_section.style_6 .shape_1 {
        max-width: 865px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_section.style_6 .shape_1 {
        max-width: 750px;
    }
}

.hero_banner_section.style_6 .shape_2 {
    top: 100px;
    right: -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;
    right: 202px;
    max-width: 20px;
}

.hero_banner_section.style_6 .shape_4 {
    right: 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;
    right: -70px;
    max-width: 96px;
}

.service_section .shape_2 {
    left: -150px;
    bottom: 16px;
}

.service_item {
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.service_item .item_icon {
    margin-bottom: 20px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.service_item .item_title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
    .service_item .item_title {
        font-size: 20px;
    }
}

.service_item .item_description {
    font-size: 17px;
    line-height: 27px;
}

.service_item.style_1 {
    padding: 40px;
    text-align: center;
    border-radius: 22px;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    background-color: #ffffff;
    border: 1px solid rgba(15, 14, 14, 0.1);
}

@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-left: 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;
    left: 20px;
    right: 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:hover .item_details_btn {
    opacity: 1;
}

.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 {
    width: 60px;
    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;
}

.service_section_2::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    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 {
    left: -185px;
    bottom: -36px;
    max-width: 34px;
}

.my_service_section .shape_2 {
    top: 40%;
    right: -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%;
    left: 100px;
}

.portfolio_section .shape_2 {
    bottom: 25%;
    right: 8%;
}

.portfolio_section .shape_1 {
    top: 180px;
    left: 100px;
    opacity: 0.2;
    max-width: 407px;
    -webkit-filter: blur(200px);
    filter: blur(200px);
}

.element-item {
    margin-bottom: 30px;
}

.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;
    left: 40px;
    bottom: 40px;
    position: absolute;
    padding: 15px 20px 15px 20px;
}

@media (max-width: 450px) {
    .portfolio_item.layout_fullimage .item_content {
        left: 25px;
        width: calc(100% - 50px);
    }
}

.portfolio_item.layout_fullimage .item_content:before {
    left: 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;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(15, 14, 14, 0.3);
}

.portfolio_item.layout_grid .item_image > a:after {
    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%);
    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;
}

[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 {
    left: 20px;
    bottom: 20px;
}

.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 .item_image,
.layout_boxed:hover .item_image {
    background-color: #FF7F50;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 575px) {
}

@media (max-width: 575px) {
}

.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_item {
    opacity: 0.6;
    padding: 30px 0;
    position: relative;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #0F0E0E;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.portfolio_inline_item:first-child {
    border-width: 1px 0;
}

.portfolio_inline_item:last-child:hover .item_image {
    display: block;
    top: auto;
    bottom: -50px;
}

.portfolio_inline_item .item_image {
    top: 20px;
    left: 50%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    max-width: 400px;
    position: absolute;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio_inline_item .item_image {
        max-width: 250px;
    }
}

.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;
    line-height: 38px;
}

@media (max-width: 450px) {
    .portfolio_inline_item .item_title {
        font-size: 24px;
    }
}

.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 {
    background-color: #FFF3EE;
}

.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-left: 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;
    right: -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-right: 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%;
    left: -80px;
    max-width: 30px;
}

.review_section .shape_2 {
    bottom: -26px;
    right: -135px;
    max-width: 53px;
}

.review_section .shape_3 {
    top: 15%;
    right: -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;
    left: 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 {
    right: 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%;
    right: 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 30px;
    }
}

.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%;
    left: 50%;
    right: 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;
}

.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 {
    right: 0;
    top: 32px;
    opacity: 0.04;
    position: absolute;
}

/* Testimonial - End
================================================== */
/* Call To Action - Start
================================================== */
.calltoaction_bg_shape {
    left: 0;
    top: calc(100% - 2px);
    position: absolute;
    z-index: 1;
    width: 100%;
}

.calltoaction_section {
    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: 65px 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 (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .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: 120px 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 .shape_1 {
    left: 50%;
    width: 100%;
    bottom: -26px;
    transform: translateX(-50%);
}

.calltoaction_section.style_2 .shape_2 {
    top: -26px;
    left: -67px;
    max-width: 134px;
}

.calltoaction_section.style_2 .shape_3 {
    top: -67px;
    right: 186px;
    max-width: 134px;
}

.calltoaction_section.style_2 .shape_4 {
    top: -61px;
    right: -61px;
    max-width: 122px;
}

.calltoaction_section.style_2 .shape_4 img {
    animation: spin 10s infinite linear;
}

.calltoaction_section.style_2 .shape_5 {
    left: 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;
    left: 50%;
}

.calltoaction_section.style_2 .shape_7 {
    top: 77px;
    left: 170px;
    max-width: 70px;
}

.calltoaction_section.style_2 .shape_8 {
    right: 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%;
    left: 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 {
    left: 0;
    top: -40px;
}

.calltoaction_section.style_4 .shape_2 {
    right: 0;
    bottom: -40px;
}

.calltoaction_section.style_5 {
    position: relative;
    background-image: linear-gradient(0deg, #EFF0F2 50%, transparent 0%);
}

.calltoaction_section.style_5:before {
    left: 0;
    right: 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;
    border-radius: 12px;
}

@media (max-width: 575px) {
    .calltoaction_section.style_5 .content_box {
        padding: 50px 30px;
    }
}

.calltoaction_section.style_5 .shape_1 {
    left: 40%;
    bottom: 73px;
    max-width: 76px;
}

.calltoaction_section.style_5 .shape_2 {
    left: 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 {
    left: 0;
    right: 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 {
    left: 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%;
    left: 50%;
    width: 110%;
    transform: translateX(-50%);
}

.policy_section .shape_2 {
    right: -50px;
    bottom: -70px;
}

.policy_section .shape_2 img {
    opacity: 0.2;
    max-width: 490px;
    filter: blur(200px);
}

.policy_section .shape_3 {
    top: 95px;
    left: 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;
    left: 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 {
    left: 80px;
    opacity: 0.2;
    bottom: 25px;
    max-width: 490px;
    filter: blur(200px);
}

.about_section .shape_5 {
    right: 0;
    top: -30px;
    opacity: 0.2;
    max-width: 350px;
    filter: blur(200px);
}

.about_section .shape_6 {
    top: 85px;
    left: 228px;
    max-width: 20px;
}

.about_section .funfact_box_2 {
    margin: 30px 0 40px;
}

.about_section .deco_dot {
    position: absolute;
    right: 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%;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
}

.about_image .shape_3 img {
    max-width: 400px;
    margin: 0 auto;
}

.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 0 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;
    left: 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;
    right: 50px;
    max-width: 86px;
}

.about_image_3 {
    max-width: 700px;
    margin: auto -120px auto auto;
}

@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;
    right: 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%;
    right: 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%);
    left: 50%;
}

@media (max-width: 450px) {
    .avadator_cv {
        display: none;
    }
}

.history_carousel_wrap {
    z-index: 1;
    position: relative;
}

.history_carousel_wrap:before {
    left: 0;
    right: 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 {
    left: 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;
    left: 50%;
    width: 2px;
    content: "";
    height: 50px;
    margin: 0 0 0 1px;
    position: absolute;
    transform: translateX(-50%);
    border-left: 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;
    left: -98px;
    max-width: 16px;
}

.starter_steps_section .shape_4 {
    top: 37px;
    right: -70px;
    max-width: 20px;
}

.starter_steps_section .shape_1 {
    width: 100%;
}

.starter_steps_section .shape_1,
.starter_steps_section .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_section .shado {
    background: #FFC961;
    opacity: 0.2;
    filter: blur(200px);
    position: absolute;
    width: 322.56px;
    height: 322.56px;
    left: 40%;
    top: 0;
    transform: translateX(-50%);
}

.starter_steps_group > ul {
    position: relative;
    margin: 0 70px 0 0;
    min-height: 594px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .starter_steps_group > ul {
        margin: 0 30px 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) {
    .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;
    right: 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) {
    left: 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) {
    right: 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: 21px;
    font-weight: 500;
    line-height: 29px;
    color: #000000;
}

.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-right: 110px;
    border-radius: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .my_information_wrap .my_image_wrap {
        margin-right: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .my_information_wrap .my_image_wrap {
        margin-right: 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-right: 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: #5D636A;
    padding-right: 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 0;
    }
}

.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;
    right: 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%;
    left: 45px;
    z-index: 1;
    max-width: 86px;
}

.our_value_image .shape_2 {
    right: -60px;
    bottom: 50px;
    max-width: 16px;
}

.our_value_image .shape_3 {
    opacity: 0.2;
    right: -246px;
    bottom: -176px;
    max-width: 490px;
    filter: blur(200px);
}

.our_value_image .chart_image {
    left: 40px;
    z-index: 1;
    bottom: -14px;
    overflow: hidden;
    max-width: 286px;
    border-radius: 12px;
}

.about_content_3 {
    padding-left: 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-left: 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-left: 20px;
    color: #5D636A;
}

.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-left: 117px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .register_section .column:last-child {
        padding-left: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .register_section .column:last-child {
        padding-left: 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) {
    .register_section .column:last-child {
        padding: 50px 15px;
    }
}

.register_section .shape_1 {
    top: 140px;
    left: -70px;
}

.register_section .shape_1 img {
    animation: spin 8s infinite linear;
}

.register_section .shape_2 {
    right: 100px;
    bottom: 166px;
    max-width: 140px;
}

.register_section .shape_2 img {
    animation: upDown 1.5s infinite alternate;
}

.register_section .shape_3 {
    top: 170px;
    right: 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;
    right: -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 .btn {
    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;
    left: -84px;
}

.comming_soon_section .shape_1 img {
    animation: spin 8s infinite linear;
}

.comming_soon_section .shape_2 {
    left: 211px;
    bottom: 188px;
    max-width: 22px;
}

.comming_soon_section .shape_3 {
    top: 266px;
    right: 176px;
}

.comming_soon_section .shape_4 {
    right: 96px;
    bottom: 130px;
    max-width: 140px;
}

.comming_soon_section .shape_5 {
    top: -100px;
    right: -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: #5D636A;
}

.terms_conditions_content .icon_list .list_item_icon {
    flex: none;
    width: auto;
    height: auto;
    font-size: 5px;
    border-radius: 0;
    margin-right: 10px;
    color: #5D636A;
    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 {
    left: 42px;
    bottom: 33px;
    max-width: 150px;
}

@media (max-width: 450px) {
    .contact_form_boxed .shape_1 {
        display: none;
    }
}

.contact_form_boxed .shape_2 {
    top: -60px;
    right: -26px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact_form_boxed .shape_2 {
        right: 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;
}

/* Error Template - End
================================================== */

/*# sourceMappingURL=style.css.map */
