@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap');

body {
    color: #212d48;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    transition: .5s;
    font-size: 22px;
    color: #212d48;
    margin: 0 0 8px;
    transition: .5s;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a {
    color: #3757f7;
    transition: .5s;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

input:focus,
button:focus {
    border-color: transparent;
    outline-color: transparent;
}

textarea:focus {
    border-color: transparent;
    outline-color: transparent;
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

hr.style-2 {
    border-bottom: 1px dashed #f10;
}

hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}

hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

a,
i,
cite,
em,
var,
address,
dfn,
ol,
li,
ul {
    font-style: normal;
    font-weight: 400;
}

*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::-moz-placeholder {
    color: #666;
    font-size: 16px;
}

::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}

::placeholder {
    color: #888888;
    font-size: 16px;
}

/* End Global css */
/* main menu area css */
.slider_area {
    position: relative;
}

.hp_nav_area {
    background: transparent;
}

.hp_nav_area.prefix {
    background: #0d2e4b;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    transition: .5s;
}

.menu_logo {
    padding: 24px 0px 24px 0px;
}

.prefix a.main_sticky_logo,
a.main_sticky_white {
    display: none;
}

.prefix a.main_sticky_white {
    display: block;
}

.main_menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: no-wrap;
}

.main_menu ul {
    list-style: none;
    display: flex;
}

.mean-container .mean-push {
    float: inherit !important;
}

.main_menu>ul>li {
    position: relative;
}

.main_menu>ul>li>a {
    padding: 31px 15px 31px 15px;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    transition: .5s;
    font-weight: 600;
    margin: 0px 8px;
}

.main_menu>ul>li>a:hover {
    color: #1b1f35;
}

.hp_nav_area.prefix .main_menu>ul>li.current>a,
.main_menu>ul>li.current>a {
    color: #3757f7;
}

.hp_nav_area.prefix .main_menu>ul>li>a {
    color: #fff;
}

.transprent_nav_area {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: #4356b8;
    transition: .5s;
}

.transprent_nav_area.hbg2 {
    background: #273daf;
}

/* menu btn */
.section_btn a {
    padding: 13px 25px;
    display: inline-block;
    background: #3757f7;
    transition: .5s;
    margin: 19px 0px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}

.section_btn a:hover {
    background: #001EB6;
}

/* sub menu css */
.main_menu>ul>li>ul {
    position: absolute;
    width: 200px;
    background: #FFFFFF;
    top: 100%;
    left: 0px;
    z-index: 1111;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    padding-top: 10px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
}

.main_menu>ul>li>ul li {
    padding: 5px 0px 10px 20px;
    margin-bottom: 5px;
    transition: .5s;
}

.main_menu>ul>li>ul li a {
    display: block;
    margin: 0;
    margin-bottom: 0px;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    visibility: inherit !important;
    color: #212d48;
}

.main_menu>ul>li>ul li a i {
    font-size: 15px;
    margin-left: 5px;
}

.main_menu>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.main_menu>ul>li>ul li:hover {
    background: #fff;
}

.main_menu>ul>li>ul>li:hover a {
    color: #006CFF;
}

/* sub menu of sub menu */
.main_menu>ul>li>ul>li {
    position: relative;
}

.main_menu>ul>li>ul>li ul {
    position: absolute;
    width: 200px;
    background: #FFFFFF;
    top: 0;
    left: 100.4%;
    z-index: 1111;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    padding-top: 15px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
}

.main_menu>ul>li>ul>li:hover ul {
    opacity: 1;
    visibility: visible;
}

.main_menu>ul>li>ul>li:hover ul li a {
    color: #05213f;
}

.main_menu>ul>li>ul>li:hover ul li:hover a {
    color: #006CFF;
}

/* manu icon */
.p_relative {
    position: relative;
}

.p_relative::before {
    content: "\f107";
    font-family: FontAwesome !important;
    opacity: 1;
    font-size: 13px;
    opacity: .5;
    position: absolute;
    right: -4px;
    top: 52%;
    transform: translateY(-50%);
    font-weight: 600;
}

/* portfolio icon */
.position_relative {
    position: relative
}

.position_relative::after {
    content: "\f105";
    font-family: FontAwesome !important;
    opacity: 1;
    font-size: 13px;
    opacity: .5;
    position: absolute;
    right: 90px;
    top: 55%;
    transform: translateY(-50%);
    font-weight: 600;
}

/* mobile menu area */
.mobile_logo_area,
.hp_mobilemenu_area {
    display: none;
}

.mean-bar {
    background: #006CFF !important;
    position: relative;
}

.mean-bar::before {
    color: #fff;
    content: "";
    font-size: 18px;
    font-weight: 700;
    left: 10px;
    position: absolute;
    top: 9px;
    padding: 4px 0px;
}

.mean-bar::before {
    content: "R7 Investment";
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid #ddd !important;
    color: #000 !important;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
}

.mean-container .mean-nav ul li a {
    font-size: 15px;
    text-transform: capitalize !important;
}

.mean-container .mean-nav ul li a.mean-expand {
    background: transparent !important;
}

/* mobile device 990   */
@media (max-width: 990px) {
    .hp_menu_area {
        display: none;
    }

    .mobile_logo_area,
    .hp_mobilemenu_area {
        display: block;
    }

    .sticky-wrapper {
        z-index: 99999;
        height: 0;
    }

    .hp_menu_logo img {
        padding: 20px 0px;
    }

    .position_relative::after {
        right: 211px;
    }


}

/*End mobile menu area */
/* slider area css */
.nd_slider_content {
    height: 1000px;
    background-size: cover;
    position: relative;
    background-position: center;
    z-index: 1;
}

/* slider video css */
#witr_mp4_video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
}

.padding_left_right_0 {
    padding-left: 0px;
    padding-right: 0px;
}

.nd_slider_content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nd_slider_content_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.nd_slider_content_inner h1 {
    font-size: 45px;
    color: #000;
    line-height: 1.2;
    text-transform: capitalize;
}

.nd_slider_content_inner p {
    color: var(--gray);
    font-size: 20px;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
}

.slider_section_btn {
    float: left;
}

.slider_section_btn a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 40px;
    position: relative;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    z-index: 1;
    background: #3757f7;
    border-radius: 5px 5px 5px 5px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #001EB6 0%, #3757F7 100%);
    margin-top: 30px;
}

.slider_section_btn a:hover {
    background-color: transparent;
    background-image: linear-gradient(90deg, #3757F7 0%, #001EB6 100%);
}

.actve_button {
    background: #3757f7;
    color: #fff;
}

.nd_section_btn .active:hover {
    background: #fff;
    color: #3757f7;
}

/* slider video icon pop up css */
.slider_video {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
}

.play-overlay a {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 75px;
    font-size: 23px;
    border-radius: none;
    background: transparent;
}

.play-overlay a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #3757f7;
    border-radius: 100%;
    animation-fill-mode: both;
    animation: witr-shadow 1.5s ease-in-out infinite;
    animation-name: witr-shadow;
    animation: witr-shadow 1.5s ease-in-out infinite;
}

.play-overlay i {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: 1.5s ease-in-out infinite;
    font-size: 15px;
}

@keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

/* em service area css */
.em_service_area {
    padding: 100px 0px;
}

/* all section title css*/
.section_top_title {
    text-align: center;
    padding-bottom: 30px;
}

.section_top_title h5 {
    font-size: 18px;
    color: #3757f7;
    margin-bottom: 10px;
    display: inline-block;
}

.section_top_title h2 {
    font-size: 36px;
    line-height: 1;
}

.section_top_title p {
    padding-top: 25px;
    padding-bottom: 40px;
}

/* single service css */
.em_single_service {
    border-radius: 5px 5px 5px 5px;
    padding: 60px 35px 10px 35px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    text-align: center;
    transition: .9s;
    margin-bottom: 30px;
}

.service_icon i {
    color: #3757F7;
    font-size: 55px;
    transform: rotate(0deg);
    transition: .5s;
}

.service_inner_content h3 {
    padding: 20px 0px 0px 0px;
}

.service_inner_content h3 a {
    transition: .5s;
}

.service_inner_content p {
    padding: 15px 0px 30px 0px;
    transition: .5s;
}

.em_single_service:hover {
    background-color: transparent;
    background-image: linear-gradient(90deg, #001EB6 0%, #3757F7F0 100%);
}

.em_single_service:hover .service_icon i,
.em_single_service:hover .service_inner_content h3,
.em_single_service:hover .service_inner_content h3 a,
.em_single_service:hover .service_inner_content p {
    color: #fff;
}

.em_single_service .service_inner_content h3 a:hover {
    color: #000;
}

/* about area css */
.em_about_area {
    background: #F9F9F9;
    padding: 100px 0px;
}

.about_left_image img {
    width: 100%;
}

.about_right_content .section_top_title {
    text-align: left;
}

.about_right_content .section_top_title p {
    font-size: 16px;
    width: 100%;
    padding: 20px 0px 10px 0px;
    padding: 18px 0px 10px 0px;
}

.about_iteam {
    padding: 17px 10px 13px 18px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    border-radius: 5px;
    background: #FFFFFF;
    transition: .5s;
    margin-bottom: 30px;
}

.iteam_icon {
    float: left;
    overflow: hidden;
}

.iteam_icon i {
    color: #3757F7;
    background-color: #02010100;
    font-size: 30px;
    border-radius: 0px 0px 0px 0px;
    transition: .5s;
}

.iteam_txt h3 {
    margin-left: 28px;
    display: inline-block;
    font-size: 18px;
    margin-top: 3px;
    transition: .5s;
}

.about_btn a {
    padding: 17px 30px;
}

.about_btn a:hover {
    background-color: transparent;
    background-image: linear-gradient(180deg, #3757F7 0%, #001EB6 100%);
}

.about_iteam:hover {
    background: #3757f7;
}

.about_iteam:hover .iteam_icon i,
.about_iteam:hover .iteam_txt h3 {
    color: #fff;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.about_right_content {
    padding-left: 35px;
}

/* brand area css */
.brand_area {
    padding: 65px 0px 50px;
    background: #212D48;
}

.brand_slick_dots.slick-dots li {
    display: none;
}

.brand_slick_dots .slick-dots {
    display: none;
}

.brand_slick_dots .slick-dots .slick-active {
    display: none;
}

/* tab area css */
.dt_tab_area .section_top_title {
    padding-bottom: 50px;
}

.tab_list {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    border-radius: 5px;
    transition: .9s;
    z-index: 999;
    position: relative;
    padding: 22px 30px 30px 47px;
}

.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: none;
    border-top-right-radius: none;
    width: 293px;
}

.tab_list_area {
    margin-bottom: 78px;
}

.tab_list i {
    float: left;
    font-size: 50px;
    transition: .5s;
    color: #006CFF;
    float: left;
    margin-top: 2px;
}

.tab_list span {
    font-size: 20px;
    transition: .5s;
    cursor: pointer;
    font-weight: 700;
    margin-left: 20px;
    display: inline-block;
    margin-top: 10px;
}

.nav-tabs {
    border-bottom: none;
}

.tab_menu ul li {
    margin: 0px 40px;
}

.tab_menu ul li:first-child {
    margin-left: 30px;
}

.tab_menu ul li:last-child {
    margin-right: 30px;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    background-image: linear-gradient(90deg, #001EB6 0%, #3757F7 100%);
    border-style: default;
    border: none;
    color: #fff;
}

.nav-tabs .nav-link.active.tab_list i {
    color: #fff;
}

.tab_list:hover {
    background: #3757f7;
}

.tab_list:hover i,
.tab_list:hover span {
    color: #fff;
}

.about_page_tab_area {}

/* tab content area */
.dt_tab_area {
    background: #FFFFFF;
    padding: 100px 0px 120px;
}

.dt_tab_left_content p {
    font-size: 15px;
    width: 100%;
    padding: 8px 11px 5px 0px;
}

.solution_btn a {
    padding: 17px 30px;
    transition: .5s;
    background-color: transparent;
    background-image: linear-gradient(90deg, #001EB6 0%, #3757F7 100%);
}

.solution_btn a:hover {
    background-color: transparent;
    background-image: linear-gradient(90deg, #3757F7 0%, #001EB6 100%);
}

.tab_inner_area {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 60px 50px 60px 50px;
}

.dt_tab_image img {
    width: 100%;
}

.dt_tab_image {
    position: relative;
}

.play-overlay.tab_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.tab_right_list ul li a {
    margin-bottom: 8px;
    display: inline-block;
    color: #212d48;
}

.tab_right_list ul li span i {
    background: #3757f7;
    color: #fff;
    border-radius: 100%;
    margin-right: 10px;
    display: inline-block;
    padding: 2px;
}

/* skill area */
.em_skill_area {
    background: #F9F9F9;
}

.padding_left_right_0 {
    padding-left: 0px;
    padding-right: 0px;
}

.em_skill {
    background: #F9F9F9;
}

.skill_left_image img {
    width: 100%;
}

.skill_right_area .section_top_title {
    text-align: left;
}

.skill_right_area .section_top_title p {
    padding: 25px 0px 0px 0px;
    margin-bottom: 0px;
    width: 88%;
}

.skill_right_area {
    padding: 192px 320px 0px 60px;
}

.witr_progress {
    overflow: hidden;
    position: relative;
}

.progress_content h5 {
    font-size: 17px;
    color: ##272727;
    margin-bottom: 10px;
    padding-top: 10px;
}

.my_progress {
    height: 6px;
    margin-top: 5px;
    width: 100%;
    background: #ddd;
    overflow: visible;
}

.my_progress_bar {
    color: #272727;
    transition: .6s;
    height: 6px;
    background: #006CFF;
    position: relative;
    font-weight: 700;
}

.progress_write_percent {
    position: absolute;
    top: -30px;
    right: 0px;
    color: #272727;
    font-size: 17px;
}

.witr_progress {
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}

.progress_top h5 {
    color: #006CFF;
}

.progress_top h2 {
    width: 75%;
}

.service_area {
    background: #F9F9F9;
}

/* counter css */
.em_counter_area {
    background-color: transparent;
    background-image: linear-gradient(90deg, #001EB6 0%, #3757F7 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 0px 60px 0px;
}

.witr_counter_number_inn h3,
.witr_counter_number_inn span {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
}

.witr_counter_number_inn {
    text-align: center;
}

.witr_counter_number_inn h4 {
    font-size: 18px;
    margin-top: 7px;
    color: #fff;
}

/* portfolio area css */
/* portfolio slides*/
.em_portfolio_area {
    background: #FFFFFF;
    padding: 100px 25px;
}

.witr_single_pslide {
    overflow: hidden;
}

.witr_pslide_image {
    position: relative;
    overflow: hidden;
}

.witr_pslide_image img {
    width: 100%;
    transition: 1s;
}

.witr_pslide_image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000080;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: .5s;
    z-index: 1;
}

.witr_single_pslide:hover .witr_pslide_image::before {
    transform: scale(1.2)
}

.witr_single_pslide:hover .witr_pslide_image img {
    transform: scale(1.2)
}

.witr_pslide_custom a {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 0px;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    font-size: 30px;
    background: #fff;
    color: #3757f7;
    text-align: center;
    z-index: 99;
    opacity: 0;
}

.witr_single_pslide:hover .witr_pslide_custom a {
    width: 80px;
    opacity: 1;
}

.witr_pslide_custom a:hover {
    background: #3757f7;
    color: #fff;
    z-index: 999;
}

.witr_content_pslide_text {
    position: absolute;
    bottom: -100px;
    z-index: 99;
    left: 45%;
    transform: translateX(-50%);
    transition: .5s;
}

.witr_single_pslide:hover .witr_content_pslide_text {
    bottom: 0px;
}

.witr_content_pslide_text h3 {
    margin-bottom: 0;
}

.witr_content_pslide_text h3 a {
    color: #fff;
    font-size: 20px;
    transition: .5s;
}

.witr_content_pslide_text h3 a:hover {
    color: #3757f7;
}

.witr_content_pslide_text p {
    color: #fff;
}

/* pricing plane area css */
.pricing_plane_area {
    padding: 100px 0px;
    background: #F9F9F9;
}

.dt_pricing_plane_inner {
    background: #FFFFFF;
    border-radius: 0px;
    transition: .5s;
}

.dt_pricing_top_box {
    background-image: url("assets/images/pricing-top.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 35px;
    position: relative;
}

.dt_pricing_top_box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #3757F7C9;
    transition: .5s;
    border-radius: 5px;
}

.dt_pricing_top_box h5 {
    color: #fff;
    z-index: 999;
    position: relative;
    font-size: 16px;
    margin-top: 10px;
}

.dt_pricing_top_box h2 {
    color: #fff;
    position: relative;
    padding-top: 8px;
    font-size: 30px;
}

.dt_pricing_top_box h3 {
    color: #fff;
    position: relative;
    font-size: 27px;
    text-align: right;
    padding-top: 20px;
    margin-bottom: -12px;
}

.dt_pricing_top_box span {
    font-size: 25px;
    font-weight: 500;
}

.dt_pricing_icon {
    position: absolute;
    top: 145px;
    left: 55px;
    z-index: 9;
}

.dt_pricing_icon i {
    margin-right: 10px;
    font-size: 40px;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #FFF;
    text-align: center;
    border-radius: 100%;
    color: #0C72FE;
    z-index: 999;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
}

.price_right_list ul li {
    padding: 7px 0px 0px 0px;
    font-size: 17px;
    margin-bottom: 5px;
}

.price_right_list {
    padding: 75px 30px 30px;
}

.price_right_list_rewrite {
    padding: 35px 30px 30px;
}

.price_list {
    padding-left: 35px;
    padding-top: 65px;
    padding-bottom: 35px;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    z-index: 999;
    position: relative;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    margin-left: 0px;
}

.price_right_list ul li span i {
    font-size: 26px;
}

.dt_pricing_btn {
    text-align: center;
    transition: .5s;
}

.dt_pricing_btn a {
    font-size: 16px;
    padding: 13px 30px;
    display: block;
    color: #fff;
    transition: 1s;
    background-color: transparent;
    background-image: linear-gradient(90deg, #3757F7 0%, #001EB6 100%);
    border-style: none;
    z-index: 999;
    position: relative;
    border-radius: 5px;
}

.dt_pricing_btn a:hover {
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #001EB6 0%, #3757F7E8 100%);
}

/* team area css */
.em_team_area {
    padding: 100px 0px;
    background-image: url(assets/images/team-bg.jpg);
    background-size: cover;
}

.team_inner_area {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    background: #FFFFFF;
}

.em_team_area .section_top_title h5,
.em_team_area .section_top_title h2 {
    color: #fff;
}

.team_inner_top_image img {
    width: 100%;
}

.team_txt {
    padding: 23px 5px 23px;
    text-align: center;
}

.team_txt h3 {
    margin: 0px;
    transition: .5s;
}

.team_txt span {
    font-size: 15px;
    color: #3757f7;
    margin-bottom: 15px;
    display: inline-block;
}

.team_txt h3 a:hover {
    color: #3757f7;
}

.team_icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #3757f71c;
    background: #3757f733;
    border-radius: 5px;
    text-align: center;
    transition: .5s;
    color: #3757f7;
    margin: 0px 2px;
    font-size: 15px;
    transition: .5s;
    margin-top: 20px;
}

.team_icons a:hover {
    color: #fff;
    background: #3757f7;
    border-color: #3757f7;
}

.team_icons {
    position: relative;
}

.team_icons::before {
    position: absolute;
    content: "";
    background: #ddd;
    top: 0px;
    height: 0.5px;
    width: 25%;
    margin: auto;
    left: 0;
    right: 0;
    transition: .5s;
}

.team_inner_area:hover .team_icons::before {
    width: 100%;
    background: #3757f7;
}

.team_contact h2 {
    color: #FFFFFF;
    font-size: 21px;
    margin: 80px 200px 0px 200px;
    padding: 25px 0px 25px 0px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #DDDDDD42;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
}

/* accordion css */
.accordion_area .card-header.witr_ac_card {
    background: 0 0 !important;
    padding: 0;
    border-bottom: 0;
    text-align: left;
}

.faq_area {
    background: #FFFFFF;
    padding: 100px 0px;
}

.about_site_faq_area {
    background: #F9F9F9;
}

.faq_area .section_top_title {
    text-align: left;
    margin-top: 5px;
}

.faq_area .section_top_title h2 {
    width: 100%;
    font-size: 33px;
    padding-bottom: 10px;
}

.witr_ac_card {
    padding: 0px;
    border: none;
    background: #FFFFFF;
}

.witr_ac_card i {
    margin-right: 10px;
    font-size: 20px;
}

.accordion_area .card-2 {
    margin-bottom: 22px;
}

.accordion_area .card-2 p {
    padding: 8px 18px 3px;
    padding: 8px 35px 3px 18px;
}

.witr_ac_style {
    padding-left: 30px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 14px 15px;
    transition: 0.5s;
    color: #000;
}

.witr_ac_style:focus,
.witr_ac_style:hover {
    background: #3757f7;
    color: #fff;
    border: none;
}

.witr_ac_style:before {
    position: absolute;
    content: '\f107';
    right: 30px;
    font-family: fontawesome !important;
    font-weight: 400;
}

.active .witr_ac_style:before {
    content: '\f106';
}

.active .witr_ac_style {
    color: #fff;
}

.card-body ul li {
    margin-left: 18px;
    margin-bottom: 4px;
}

.accordion_left_img img {
    width: 100%;
}

/* accordion css */
.faq_area1 {
    padding: 0px 0px 100px;
}

.accordion_area_02 .accordion_02_shadow {
    border: none;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    border-left: 2px solid #ffcc00;
    background: none;
}

.writ_ac_style_02:focus,
.writ_ac_style_02:hover {
    color: #000;
    background: none;
}

.active .writ_ac_style_02 {
    background: none;
    color: #000;
}

.border_bottom_0 {
    border-bottom: none;
}

.writ_ac_style_02 {
    margin-left: 36px;
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.writ_ac_style_02:before {
    position: absolute;
    content: '\f067';
    left: 20px;
    margin-right: 10px;
    font-family: fontawesome !important;
    font-weight: 400;
}

.active .writ_ac_style_02:before {
    content: '\f068';
}

.card-header.witr_ac_card.border_bottom_0 {
    background: #fff;
}

.content_style p,
.conent_style p {
    padding-left: 18px;
}

.card.card-2.accordion_02_shadow {
    border: 0 !important;
    border-left: 2px solid #006cff !important;
    margin-bottom: 20px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
}

.accordion_right_img img {
    width: 100%;
}

/* testimonial */
.testimonial_area {
    background: #F9F9F9;
    padding: 95px 0px 90px;
}

.single_detail_testimonial {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 46px 35px 55px;
    text-align: center;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #3757F7;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0px;
    transition: .5s;
}

.detail_testimonial_icon i {
    font-size: 54px;
    color: #006cff;
    transition: .5s;
}

.single_detail_testimonial p {
    padding-top: 15px;
    transition: .5s;
}

.detail_testimonial_img {
    text-align: center;
    display: inline-block;
}

.single_detail_testimonial h3 {
    padding-top: 15px;
    font-size: 22px;
    transition: .5s;
    margin: 0px;
}

.single_detail_testimonial span {
    color: #3757F7;
    font-size: 18px;
    transition: .5s;
}

.single_detail_testimonial:hover {
    background: #3757F7;
}

.single_detail_testimonial:hover .detail_testimonial_icon i,
.single_detail_testimonial:hover p,
.single_detail_testimonial:hover h3,
.single_detail_testimonial:hover span {
    color: #fff;
}

.detail_testimonial_img img {
    margin-left: -7px;
}

.testimonial_area.single_service_test_area {
    background: #FFFFFF;
}

/* blog area css */
.blog_area {
    background: #FFFFFF;
    padding: 82px 0px 88px;
}

.blog_left_top_title h2 {
    line-height: 15px;
}

.margin_btm {
    margin-bottom: 30px;
}

.nd_single_blog {
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 9%);
}

.nd_single_blog img {
    width: 100%;
    transform: scale(1);
    transition: .5s;
}

.nd_single_blog img:hover {
    transform: scale(1.1);
}

.blog_content {
    padding: 20px 30px 26px;
}

.grid_blog_down_icon i {
    color: #006CFF;
    transition: .5s;
}

.grid_blog_down_icon span {
    transition: .5s;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
}

.grid_blog_down_icon span p {
    color: #006CFF;
    font-size: 15px;
    display: inline;
}

.blog_content h3 {
    margin-bottom: 0px;
}

.blog_content h3 a {
    padding-top: 10px;
    font-size: 20px;
    transition: .5s;
    display: inline-block;
}

.blog_content h3 a:hover {
    color: #3757f7;
}

.blog_content p {
    font-size: 17px;
}

.blog_grid_btn {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.blog_grid_btn a {
    padding: 11px 20px 11px 20px;
    background: #E5F0FF;
    color: #212D48;
    font-size: 17px;
    display: inline-block;
    transition: .5s;
    border-radius: 5px;
    margin-bottom: 25px;
}

.blog_grid_btn a:hover {
    background: #3757f7;
    color: #fff;
}

.grid_blog_img {
    position: relative;
    overflow: hidden;
}

.grid_blog_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transform: scale(0);
    transition: .5s;
    z-index: 999;
}

.nd_single_blog_inner:hover .grid_blog_img::before {
    transform: scale(1);
}

.nd_single_blog_inner:hover .grid_blog_img img {
    transform: scale(1.2);
}

/* portfolio slick prev css */
.portfolio_arrows .slick-prev {
    opacity: 1;
    left: -15px;
}

.portfolio_arrows .slick-next {
    opacity: 1;
    right: -15px;
}

.portfolio_arrows .slick-prev::before,
.portfolio_arrows .slick-next::before {
    content: "";
    z-index: 99999;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-family: 'FontAwesome';
    font-weight: 400;
    transition: .5s;
}

.portfolio_arrows .slick-prev::before {
    content: "\f177";
    transition: .5s;
}

.portfolio_arrows .slick-next::before {
    content: "\f178";
    transition: .5s;
}

/* all slider slick arrow */
.slick_arrows .slick-prev,
.slick_arrows .slick-next {
    width: 55px;
    height: 55px;
    background: #006cff;
    opacity: 1;
    font-size: 0px;
    position: absolute;
    right: 15px;
    z-index: 999;
    border: none;
    border-radius: inherit;
    transition: .5s;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.slick_arrows .slick-prev {
    opacity: 0;
    left: -65px;
}

.slick_arrows .slick-next {
    opacity: 0;
    right: -65px;
}

.slick_arrows:hover .slick-prev,
.slick_arrows:hover .slick-next {
    opacity: 1;
}

.slick_arrows .slick-prev::before,
.slick_arrows .slick-next::before {
    content: "";
    z-index: 99999;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-family: 'FontAwesome';
    font-weight: 400;
    transition: .5s;
}

.slick_arrows .slick-prev::before {
    content: "\f177";
    transition: .5s;
}

.slick_arrows .slick-next::before {
    content: "\f178";
    transition: .5s;
}

button:focus {
    outline: 0px;
    outline: none;
}

/* slick arrow */
.slick_arrows .slick-prev {
    opacity: 0;
    left: -65px;
}

.slick_arrows .slick-next {
    opacity: 0;
    right: -65px;
}

/* blog slick arrow css */
.slick-prev,
.slick-next {
    width: 55px;
    height: 55px;
    background: #006cff;
    opacity: 1;
    font-size: 0px;
    position: absolute;
    right: 15px;
    z-index: 999;
    border: none;
    border-radius: inherit;
    transition: .5s;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.blog_slick_arrow .slick-prev {
    opacity: 1;
    left: -65px;
}

.blog_slick_arrow .slick-next {
    opacity: 1;
    right: -65px;
}

.blog_slick_arrow .slick-prev::before,
.blog_slick_arrow .slick-next::before {
    content: "";
    z-index: 99999;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-family: 'FontAwesome';
    font-weight: 400;
    transition: .5s;
}

.blog_slick_arrow .slick-prev::before {
    content: "\f177";
    transition: .5s;
}

.blog_slick_arrow .slick-next::before {
    content: "\f178";
    transition: .5s;
}

.slick-prev:hover,
.slick-next:hover {
    background: #001EB6;
}

.slick-prev:hover::before,
.slick-next:hover::before {
    color: #fff;
}

/* contact area css */
.contact_area {
    padding: 100px 0px 85px;
    background-image: url("assets/images/contact-bg.jpg");
    background-size: cover;
}

.contact_area .section_top_title h5,
.contact_area .section_top_title h2 {
    color: #fff;
}

.contact_style_01 textarea.form-control,
.form-group.contact_style_01 input.form-control {
    background: transparent;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #465066;
    padding: 30px 0px 30px 30px;
}

.contact_style_01 textarea.form-control::placeholder,
.form-group.contact_style_01 input.form-control::placeholder {
    color: #fff;
}

.contact_style_01 textarea.form-control {
    padding: 20px 0px 70px 30px;
    height: 150px;
}

.submit_btn_style {
    background: transparent;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #465066;
    padding: 30px 0px 30px 30px;
    transition: .5s;
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: none;
    outline: none;
    box-shadow: none;
}

button.form-control.btn_style {
    height: 60px;
    color: #fff;
    background-image: linear-gradient(90deg, #001EB6 0%, #3757F7 100%);
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    transition: .5s;
    font-weight: 500;
}

button.form-control.btn_style:hover {
    background-image: linear-gradient(90deg, #3757F7 0%, #001EB6 100%);
}

.contact_style_01 {
    margin-top: 10px;
}

/* footer area css */
.footer_area {
    padding: 98px 0px 74px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("assets/images/fottor-bg.jpg");
    background-size: cover;
    position: relative;
}

.footer_area:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 80, 159, 0);
}

.single_footer_content p {
    color: #212d48;
    padding-top: 25px;
    font-size: 12px;
    width: 100%;
}

.single_footer_icons {
    margin-top: -12px;
}

.single_footer_icons a {
    color: #fff;
    background: #1E3853;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-right: 5px;
    transition: .5s;
    margin-top: 15px;
}

.single_footer_icons a:hover {
    background: #006CFF;
}

.single_footer_title h3 {
    color: #212d48;
    padding-bottom: 25px;
    font-size: 22px;
}

.single_footer_content ul li a {
    color: #212d48;
    margin-bottom: 10px;
    display: inline-block;
    transition: .5s;
}

.single_footer_content ul li a:hover {
    color: #3757f7;
}

.single_footer_right_txt h6 a:hover {
    color: #006CFF;
}

.single_footer_right_txt i {
    color: #006CFF;
    font-size: 16px;
}

.single_footer_right_txt span {
    color: #A1A3A7;
    font-size: 14px;
    margin-left: 5px;
}

.last_footer_content p {
    padding-top: 0px;
}

.footer_icon_content i {
    float: left;
    margin-right: 10px;
    font-size: 24px;
    color: #3757f7;
}

.nd_footer_single_03_inner ul li a i {
    background: transparent;
    color: #fff;
    margin-right: 0px;
    margin-top: -8px
}

.nd_footer_single_03_inner ul li a i:hover {
    background: transparent;
    color: #ffcc00;
}

.nd_footer_single_03_inner ul li a:hover i {
    color: #ffcc00;
}

/* copyright area css */
.footer_copyright_area {
    background: #f0f6ff;
}

.copyright_right_list {
    float: right;
}

.copyright_left_txt span {
    font-size: 15px;
    color: #212d48;
    padding: 26px 0px 24px;
    display: inline-block;
}

.copyright_right_list ul {
    display: flex;
}

.copyright_right_list ul li a {
    color: #212d48;
    font-size: 15px;
    padding: 26px 0px 24px;
    display: inline-block;
    transition: .5s;
    margin: 0px 12px;
}

.copyright_right_list ul li a:hover {
    color: #3757f7;
}

/* scrollUp css */
#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 40px;
    line-height: 40px;
    background-color: #3757f7;
    color: #fff;
    border-radius: 8px;
    position: relative;
    font-size: 0px;
}

#scrollUp::before {
    position: absolute;
    content: "\eaa1";
    font-size: 35px;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-family: 'IcoFont';
    font-weight: normal;
}

/* breadcumb css */
.nd_breadcrumb h2 {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 0px;
}

.breadcumb_area {
    background-image: url(assets/images/breadcum-bg.jpg);
    padding: 145px 0px 100px;
    background-size: cover;
    background-position: left top;
    position: relative;
}

.breadcumb_area::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(2, 33, 184, 0.5);
}

.nd_breadcrumb ul {
    text-align: center;
    color: #fff;
}

.nd_breadcrumb ul li {
    display: inline;
    font-size: 16px;
    font-weight: 600;
}

.nd_breadcrumb ul li a {
    padding: 0px;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    transition: .5s;
}

.nd_breadcrumb ul li a:hover {
    color: #006CFF;
}

.nd_breadcrumb i {
    color: #fff;
    font-weight: 600;
}

.nd_breadcrumb ul li:last-child a {
    color: #fff;
}

/* text box css */
.text-box_area {
    padding-top: 100px;
    background: #FFFFFF;
}

.single_text_box {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 40px 30px 30px 30px;
    text-align: center;
}

.text_box_icon i {
    font-size: 30px;
    color: #fff;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    background: #006cff;
    display: inline-block;
    transition: .5s;
}

.text_box_icon i:hover {
    color: #fee023;
}

.text_box_content h3 {
    padding-top: 18px;
    font-size: 22px;
}

.text_box_content p {
    font-size: 16px;
    padding-top: 10px;
}

/* contact css */
.dt_contact_area {
    padding: 100px 0px 80px;
}

.contact_inner {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 65px 50px 60px;
}

.txt_area_style.contact_form {
    height: 150px;
    border: 1px solid #dddddda3;
    margin-top: 15px;
    color: #555555;
    font-size: 14px;
    padding-top: 15px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #dddddda3;
    outline: 0;
    box-shadow: none;
}

textarea:focus {
    border-color: none;
    outline-color: none;
}

input.form-control.search_form.contact_form.conta_style {
    height: 45px;
}

/* google map */
.map_area iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -7px;
    border: none;
}

.plro {
    padding-left: 0;
    padding-right: 0;
}

.form-group.col-md-6.contact_2 input.form-control::placeholder,
.contact_2 textarea.form-control::placeholder {
    color: #888888;
}

.contact_2 textarea.form-control,
.form-group.col-md-6.contact_2 input.form-control {
    border-color: #ddd;
    color: #465066;
}

/* about contact area css */
.about_contactform_area {
    padding: 100px 0px;
    background: #F9F9F9;
}

.about_right_area {
    padding: 50px 35px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
}

.about_contactform_area .map_area iframe {
    width: 100%;
    height: 610px;
    padding: 0px 0px;
    margin-bottom: -7px;
}

.about_right_area .section_top_title {
    text-align: center;
    padding-bottom: 0px;
}

.about_right_area .form-group.contact_2 input.form-control {
    padding: 22px 0px 22px 15px;
}

.about_right_area .contact_2 textarea.form-control {
    padding: 20px 0px 0px 20px;
}

.about_right_area .contact_2 {
    justify-content: center;
    margin: 30px 0px 0px;
}

/* btn css */
.contact_2 {
    justify-content: center;
    margin: 30px auto 0px;
}

.contact_2_btn {
    padding: 10px 40px;
}

/* site page team css */
.team_area_2 {
    padding: 100px 0px 70px;
    background: #FFFFFF;
}

.team_bg_img {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.team_bg_img img {
    width: 100%;
    position: relative;
}

.team_bg_single_icon {
    transition: 1s;
}

.team_bg_single_icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    transition: .5s;
    z-index: 1;
}

.team_bg_single_icon a,
.team_bg_icons a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: block;
    background: #3757f7;
    text-align: center;
    border-radius: 0px;
    color: #fff;
    font-size: 20px;
    transition: .5s;
}

.team_bg_single_icon a:hover,
.team_bg_icons a:hover {
    background: #333
}

.team_bg_icons {
    position: absolute;
    margin-left: 20px;
    bottom: -100%;
    transition: .5s;
}

.team_bg_img_content {
    position: absolute;
    background: #fff;
    padding: 15px 30px 13px;
    bottom: -100px;
    left: 0;
    right: 0;
    transition: .5s;
    text-align: center;
    box-shadow: 0px 0px 30px 0 rgba(42, 67, 113, .15);
}

.team_bg_img:hover .team_bg_img_content {
    bottom: 0px;
}

.team_bg_img:hover .team_bg_single_icon {
    bottom: 100px;
}

.team_bg_img:hover .team_bg_icons {
    bottom: 155px;
}

/* testimonial site page css */
.dt_testimonial_area {
    padding: 100px 0px;
}

.testimonial_section_area {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px #ddd;
    height: 213px;
    position: relative;
    margin: 60px 0px 100px;
}

.testimonial_single {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 48px 36px 66px;
    transition: .5s;
    background: #fff;
    margin: 0px 235px;
    border-top: 2px solid #3757f7;
    border-bottom: 2px solid #3757f7;
    position: absolute;
    top: -50px;
}

.testimonial_icons {
    text-align: center;
}

.testimonial_icons i {
    font-size: 26px;
    display: inline-block;
    color: #006CFF;
}

.testimonial_single p {
    font-size: 15px;
    padding-top: 10px;
    line-height: 28px;
    text-align: center;
}

.testimonial_icons h3 {
    display: inline-block;
    color: #ffcc00;
    font-size: 18px;
    margin-left: 10px;
    padding-bottom: 10px;
    font-style: italic;
}

.testimonial_img {
    float: left;
    margin-left: 30%;
    transform: translateX(-50%);
    margin-top: 5px;
}

.testimonial_img_content {
    padding-top: 15px;
    margin-left: -20px;
    display: inline-block;
}

.testimonial_img_content h3 {
    color: #555;
    font-size: 22px;
}

/* testimonial slick arrow css */
ul.slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots .slick-active {
    background: #006CFF;
}

.slick-dots li {
    background: #006cff7a;
    width: 20px;
    height: 15px;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
}

li.slick-active {
    width: 30px;
}

button {
    border: none;
    font-size: 0;
    background: none;
}

button:focus {
    outline: 0;
    outline: 0;
}

/* service page css */
.single_service_area {
    padding: 80px 0px;
    background: #FFFFFF;
}

.service_bg_image img {
    width: 100%;
}

.service_inner .section_top_title.text-left {
    padding-top: 20px;
}

/* portfolio area */
.dt_portfolio_area {
    background: #FFFFFF;
    padding: 100px 0px 70px;
}

.portfolio_menu {
    float: inherit;
    margin-bottom: 30px;
    justify-content: center;
}

.portfolio_menu ul {
    display: flex;
    list-style: none;
}

.portfolio_menu ul {
    display: flex;
    list-style: none;
    justify-content: center;
}

.portfolio_menu ul li:first-child {
    margin-left: 0;
}

.portfolio_menu ul li {
    border: 1px solid #f3eaea;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 5px 20px;
    position: relative;
    transition: .5s;
}

.about_01 ul li {
    margin-top: 25px;
}

.portfolio_menu ul li:hover {
    color: #fff;
    background: #006cff;
    border-color: #006cff;
}

.portfolio_menu ul li:hover,
.portfolio_menu ul li.current_menu_item {
    color: #fff;
    background: #006cff;
    border-color: #006cff;
}

.portfolio_img img {
    width: 100%;
    transform: scale(1);
    transition: .5s;
}

.single_portfolio:hover .portfolio_img img {
    transform: scale(1.2);
}

.portfolio_icons a {
    background: transparent;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px 11px;
    width: 50px;
    transition: .5s;
    text-align: center;
    background: #3757f7;
}

.portfolio_icons a:hover {
    background: #001EB6;
    color: #fff;
}

.single_portfolio {
    position: relative;
    overflow: hidden;
}

.portfolio_content_area h3 {
    margin-bottom: 0px;
}

.portfolio_content_area h3 a {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    transition: .5s;
}

.portfolio_content_area h3 a:hover {
    color: #001EB6;
}

.portfolio_content_area p {
    padding-top: 5px;
    color: #fff;
}

.portfolio_content_area {
    background: #006cff80;
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9;
    left: 0;
    top: -100%;
    width: 100%;
    transition: .5s;
    text-align: center;
    color: #fff;
}

.portfolio_content_inner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    transition: 2s;
}

.portfolio_content_area {
    position: absolute;
    text-align: center;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #006cff80;
    z-index: 9;
    transition: .5s;
}

.portfolio_img img {
    overflow: hidden;
}

.single_portfolio:hover .portfolio_content_area {
    opacity: 1;
}

.margin_btm {
    margin-bottom: 30px;
}

.single_portfolio {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.portfolio_top_title h2 {
    font-size: 37px;
    line-height: 1;
}

.portfolio_menu ul li {
    border: 1px solid #f3eaea;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 5px 20px;
    position: relative;
    transition: .5s;
}

.portfolio_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #3757f780;
    transition: .5s;
    opacity: 0;
    z-index: 999;
}

.single_portfolio:hover .portfolio_img::before {
    opacity: 1;
}

.portfolio_img img {
    width: 100%;
    transform: scale(1);
    transition: .5s;
}

.single_portfolio:hover .portfolio_img img {
    transform: scale(1.1);
}

.portfolio_content {
    background: #ffcc007d;
    padding: 25px 0px 10px 0px;
    position: absolute;
    width: 100%;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
    z-index: 999;
}

.portfolio_content h3 {
    margin-bottom: 0px;
}

.portfolio_content p {
    color: #fff;
}

.portfolio_content h3 a {
    color: #fff;
    transition: .5s;
}

.portfolio_content h3 a:hover {
    color: #001EB6;
}

.dt_portfolio_area .section_top_title p {
    padding-top: 5px;
    padding-bottom: 0px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.single_portfolio:hover .portfolio_content {
    right: -120px;
}

.img_inner_icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
}

.img_inner_icon a {
    color: #fff;
    width: 50px;
    height: 50px;
    background: #ffcc00;
    padding: 12px 13px;
    font-size: 22px;
    margin-left: 8px;
    border-radius: 6px;
    transition: .5s;
}

.img_inner_icon a:hover {
    background: #041855;
}

.portfolio_02_content {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    text-align: center;
    opacity: 0;
    transition: .5s;
}

.single_portfolio:hover .portfolio_02_content {
    top: 50%;
    opacity: 1;
}

.portfolio_02_img_icons a {
    font-size: 25px;
    color: #fff;
    background: #3757f7;
    padding: 4px 12px;
    display: inline-block;
    border-radius: 6px;
    margin: 13px 5px;
    transition: .5s;
}

.portfolio_02_img_icons a:hover {
    background: #001EB6;
}

.padding_lr_0 {
    padding: 0px;
}

.single_portfolio_mb_0 {
    margin-bottom: 0px;
}

.padding_0 {
    padding-top: 2px;
    padding-bottom: 2px;
}

/* blog grid content */
.gird_img {
    position
}

.gird_img::before {
    transform: scale(1);
    opacity: 0;
    transition: .5s;
    background: rgba(0, 0, 0, .7);
}

.grid_blog_section:hover .gird_img::before {
    opacity: 1;
}

.grid_blog_img h3 a {
    position: absolute;
    bottom: 0px;
    padding: 15px 20px;
    background: #3757f7d9;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    z-index: 999;
}

.grid_blog_img h3 a:hover {
    color: none;
}

.grid_content p {
    font-size: 15px;
}

.grid_content {
    padding: 20px 20px;
}

.grid_btn {
    border-bottom: none;
    margin-bottom: 0px;
}

.blog_add_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    z-index: 999;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: .5s;
}

.blog_add_icon a {
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #3757f7;
    border-radius: 50%;
    display: inline-block;
}

.grid_blog_section:hover .blog_add_icon {
    opacity: 1;
}

/* blog 2 left sidebar css */
.left_side_search_btn button,
input {
    border: none;
    background: #F7F7F7;
    padding: 20px 25px;
}

.left_side_search_btn ::placeholder {
    font-size: 18px;
}

.left_side_search_btn button,
input i {
    font-size: 20px;
    color: red;
}

.search_left_sidebtn {
    display: inline-block;
}

.left_side_search_btn {
    position: relative;
}

.right_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

.right_btn a i {
    background: #006cff;
    color: #fff;
    padding: 20px 25px;
    transition: .5s;
}

.right_btn a i:hover {
    background: #FEE023;
}

.left_side_search_btn {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 30px;
    border-radius: 8px;
}

/* entries css */
.recent_entries {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    margin-top: 30px;
    padding: 40px 30px;
    border-radius: 8px;
}

.recent_entries h3 {
    padding-bottom: 15px;
}

h3.widget {
    border-bottom: 5px double #006cff;
    display: inline-block;
    line-height: 17px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
}

h3.widget::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #006cff;
    border-radius: 50%;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    margin-top: 17px;
    animation-name: move_title_bg1;
}

h3.widget::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #006cff;
    border-radius: 50%;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    margin-top: 17px;
    animation-name: move_title_bg2;
}

@keyframes move_title_bg1 {
    from {
        left: 0;
    }

    to {
        left: 100%;
    }
}

@keyframes move_title_bg2 {
    from {
        right: 0;
    }

    to {
        right: 100%;
    }
}

.recent_entries ul li a {
    font-weight: 700;
    transition: .5s;
    color: #17161a;
}

.recent_entries ul li a:hover {
    color: #006cff;
}

.recent_entries ul li a:hover .recent_entries ul li a i {
    color: #006cff;
}

.recent_entries ul li p {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.recent_entries ul li:last-child p {
    border-bottom: 1px solid transparent;
}

.widget_image {
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.recent_post_bnone ul li {
    border-bottom: none;
}

.blog_grid_content p {
    font-size: 15px;
    padding: 12px 0px;
}

.categories ul li a i {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.categories img {
    width: 75px;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
}

img.margin_tp {
    margin-top: 65px;
}

/* blog search btn  */
.left_side_search_btn button,
input {
    border: none;
    background: #F7F7F7;
    padding: 20px 25px;
}

.left_side_search_btn ::placeholder {
    font-size: 18px;
}

.left_side_search_btn button,
input i {
    font-size: 20px;
    color: red;
}

.search_left_sidebtn {
    display: inline-block;
}

.left_side_search_btn {
    position: relative;
}

.right_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

.right_btn a i {
    background: #3757f7;
    color: #fff;
    padding: 20px 25px;
    transition: .5s;
}

.right_btn a i:hover {
    background: #001EB6;
}

.left_side_search_btn {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 30px;
    border-radius: 8px;
}

.margin_left {
    margin-left: -85px;
}

.legal>ul>li {
    list-style-type: disc;
}

.legal>ul>li {
    margin-left: 5%;
}



.pagination-container {
    margin: 40px auto;
    text-align: center;
}

.pagination {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f7ff;
    box-shadow: 0 4px 12px rgba(0, 30, 182, 0.08);
}

.pagination li {
    margin: 0;
    border-right: 1px solid #e1e8ff;
}

.pagination li:last-child {
    border-right: none;
}

.pagination a {
    display: block;
    padding: 10px 16px;
    background-color: transparent;
    color: #3757f7;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    min-width: 44px;
    text-align: center;
    line-height: 1.4;
}

.pagination a:hover {
    background-color: #e1e8ff;
    color: #001EB6;
}

.pagination .page-num.active {
    background-color: #3757f7;
    color: white;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pagination .page-num.active:hover {
    background-color: #001EB6;
}

.loading-indicator {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(55, 87, 247, 0.15);
    border-radius: 50%;
    border-top-color: #3757f7;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.news-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 0;
}

.blog_img img {
    height: 350px;
    object-fit: cover;
}

.privacy-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
}

.privacy-modal-overlay-contact {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
}

.privacy-modal {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    max-width: 900px;
    width: 100%;
    padding: 40px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    clip-path: inset(0 0 0 0 round 20px);
}

.privacy-modal-header h2 {
    font-size: 28px;
    color: #212d48;
    margin-bottom: 15px;
}

.privacy-modal-header p {
    color: #666;
    margin-bottom: 30px;
}

.career-form label {
    display: block;
    margin-bottom: 8px;
    color: #212d48;
    font-weight: 500;
}

.career-form input[type="text"],
.career-form input[type="tel"],
.career-form select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.career-form input:focus,
.career-form select:focus {
    border-color: #3757f7;
    outline: none;
}

.consent-checkbox {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.consent-checkbox input {
    margin-top: 4px;
}

@media (max-width: 768px) {
    .privacy-modal {
        padding: 25px;
        max-width: 95%;
    }

    .privacy-modal-header h2 {
        font-size: 24px;
    }
}

.btn-primary {
    display: inline-block;
    background-color: var(--primary);
    color: var(--white);
    padding: 0.75rem 1.5rem;
    border-radius: var(--border-radius-xl);
    font-weight: 600;
    transition: all var(--transition-normal);
    border: 2px solid var(--primary);
}

.customer-service-button {
    position: fixed;
    bottom: 100px;
    /* 避开返回顶部按钮，保持垂直间距 */
    right: 20px;
    /* 和返回顶部按钮对齐，可以根据需要微调 */
    width: 45px;
    height: 40px;
    background: #3757F7;
    color: #fff;
    border-radius: 8px;
    /* 改为方形，带微圆角 */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    transition: background 0.3s ease;
}

.customer-service-button:hover {
    background: #001EB6;
    color: #fff;
}

.customer-service-button i {
    font-size: 20px;
}

.title-p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer_icon_content_phone{
   color: #3757f7;
}