body,
html {
    overflow-x: hidden
}

ul {
    list-style: none
}

.hbg2,
.trp_nav_area.prefix {
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .1);
    position: fixed
}

.hbg2 .maxu_menu>ul>li>a,
.trp_nav_area.prefix {
    color: #fff
}

.trp_nav_area .hbg2 {
    background: rgba(0, 0, 0, .7);
    padding: 0 0 10px
}

.mobile_menu_logo {
    padding: 20px 0
}

.header_btn,
.maxu_menu_ulfirst {
    display: inline-block
}

.logo_sticky_2 {
    display: none
}

.hbg2 .logo_sticky_1 {
    display: none
}

.hbg2 .logo_sticky_2 {
    display: block
}

.witr_slider_area {
    position: relative
}

.witr_ds_content {
    height: 500px;
    background-position: center center;
    background-size: cover;
    background-image: url(assets/images/slider/slider-bg.jpg);
    background-repeat: no-repeat
}

.witr_ds_content_inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.witr_ds_content_inner h2 {
    font-size: 49px;
    text-transform: capitalize;
    color: #fff;
    line-height: 32px;
    margin-bottom: 28px;
    font-weight: 600
}

.witr_ds_content_inner p {
    width: 57%;
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.text-center .witr_ds_content_inner p {
    margin: auto
}

.text-right .witr_ds_content_inner p {
    float: right
}

.text-left .witr_slider_thumb {
    position: absolute;
    right: -165px;
    top: 35%;
    transform: translateY(-50%);
    z-index: -9
}

.text-right .witr_slider_thumb {
    position: absolute;
    left: -123px;
    top: -264px
}

.witr_gbtn {
    position: relative
}

.witr_gbtn::after {
    position: absolute;
    border-radius: 100px;
    left: 2px;
    opacity: 1;
    background: #060734;
    top: 2px;
    content: "";
    z-index: -1;
    transition: all .5s ease;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    transition: 1s
}

.witr_gbtn.active::after {
    position: absolute;
    border-radius: 100px;
    left: 2px;
    opacity: 1;
    background: linear-gradient(45deg, #00b0ff, #8e00ff);
    top: 2px;
    content: "";
    transition: all .5s ease;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    transition: .5s
}

.witr_gbtn:hover::after {
    background: 0 0
}

.witr_gbtn.active:hover::after {
    background: #060734
}

.slider_btn {
    margin-top: 42px
}

.text-right .slider_btn {
    margin-top: 121px
}

.section_title {
    text-align: center;
    margin-bottom: 50px
}

.section_title h2 {
    font-size: 37px;
    font-weight: 600;
    color: #1a264c;
    text-transform: capitalize;
    margin-bottom: 5px
}

h2.maxb {
    margin-top: 9px
}

.lage h2 {
    margin-bottom: 14px
}

.section_title p {
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    color: #1a264c;
    width: 59%
}

.feature_area {
    background: #fff none repeat scroll 0 0;
    padding: 70px 0 50px
}

.single_feature {
    text-align: center;
    background: #f6fbff;
    padding: 60px 15px 40px;
    margin-bottom: 30px;
    background-image: url(assets/images/feature/f-bg.png);
    box-shadow: 0 6px 40px 0 rgba(148, 146, 245, .2);
    background-size: cover;
    background-position: center center
}

.single_feature_content h2 {
    font-weight: 600;
    color: #1a264c;
    margin: 25px 0 15px;
    transition: .5s;
    font-size: 24px
}

.feature_btn a:hover,
.single_feature_content h2:hover {
    color: #00b0ff
}

.solution_area {
    background-image: url(assets/images/solution/s-bg.png);
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 53px 0
}

.solution_title {
    padding: 0 0 0 50px
}

.solution_title h1 {
    font-size: 37px;
    padding-top: 72px;
    font-weight: 600
}

.solution_title h2 {
    font-size: 37px;
    margin-bottom: 35px;
    font-weight: 600
}

.solution_title p {
    margin-bottom: 23px;
    width: 87%
}

.solution_btn {
    padding: 30px 0 0 10px
}

.btns a {
    padding: 15px 25px;
    background: #12a9ff;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: .5s
}

.btns a:hover {
    background: #9db6ff
}

.header_btn a {
    padding: 9px 30px;
    display: block
}

.solution_btn a {
    padding: 15px 40px
}

.service_area {
    background: #fff;
    padding: 74px 0 52px
}

.single_service {
    text-align: left;
    background: #f6fbff;
    padding: 40px 0 22px;
    margin-bottom: 30px;
    padding-left: 25px;
    border-radius: 15px;
    border-bottom: 4px solid #12a9ff;
    transition: .3s;
    min-height: 300px;
}

.single_service:hover {
    border-color: #9db6ff
}

.single_service:nth-child(2) {
    border-color: #ad5
}

.single_service:nth-child(3) {
    border-color: #93ff85
}

.single_service:nth-child(4) {
    border-color: #fed070
}

.single_service:nth-child(5) {
    border-color: #7abfff
}

.single_service:nth-child(6) {
    border-color: #032dff
}

.single_service_content h2 {
    font-weight: 600;
    color: #1a264c;
    margin: 25px 0 15px;
    transition: .5s;
    font-size: 24px
}

.service_btn a:hover,
.single_service_content h2:hover {
    color: #12a9ff
}

.service_btn {
    margin: 5px 0 7px
}

.service_btn a {
    color: #1a264c;
    font-size: 16px;
    font-weight: 500;
    position: relative
}

.service_btn a:before {
    content: "";
    right: -29px;
    top: 12px;
    height: 2px;
    width: 20px;
    background: #ff5d86;
    position: absolute;
    transition: .5s
}

.service_btn a:hover:before {
    right: -3px;
    width: 92px;
    background: #ff5d86
}

.portfolio_area {
    padding-top: 73px;
    background: #f6fbff
}

.portfolio_menu {
    padding: 0 0 52px;
    text-align: center
}

.portfolio_menu ul {
    margin-top: -16px
}

.portfolio_menu ul li {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: -3px 30px 10px;
    position: relative;
    text-transform: capitalize;
    transition: all .3s ease 0s;
    font-family: 'Open Sans', sans-serif
}

.portfolio_menu ul li::before {
    margin: auto;
    position: absolute;
    left: 0;
    top: 22px;
    width: 100%;
    height: 2px;
    background: #12a9ff;
    content: "";
    opacity: 0;
    transition: all .5s ease 0s
}

.portfolio_menu ul li.current_menu_item:after,
.portfolio_menu ul li.current_menu_item:before,
.portfolio_menu ul li:hover:after,
.portfolio_menu ul li:hover:before {
    opacity: 1
}

.portfolio_menu ul li:hover {
    color: #12a9ff
}

.row.nospace .col-md-4 {
    padding: 0
}

.single_protfolio {
    position: relative;
    overflow: hidden
}

.protfolio_thumb {
    position: relative
}

.protfolio_thumb:before {
    position: absolute;
    content: "";
    background: rgba(18, 169, 255, .65);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: .5s;
    z-index: 999
}

.single_protfolio:hover .protfolio_thumb:before {
    transform: scale(1)
}

.protfolio_thumb img {
    transform: scale(1);
    transition: all .5s ease 0s
}

.single_protfolio:hover .protfolio_thumb img {
    transform: scale(1.1)
}

.protfoliot_icon {
    position: absolute;
    top: -161px;
    right: -112px;
    background: #fff;
    width: 85px;
    height: 193px;
    transform: rotate(45deg);
    line-height: 15;
    border-radius: 50px;
    text-align: center;
    transition: .5s;
    z-index: 999
}

.protfoliot_icon:hover {
    background: #9db6ff
}

.single_protfolio:hover .protfoliot_icon {
    top: -25px;
    right: 23px
}

.protfoliot_icon a i {
    font-size: 35px;
    color: #12a9ff;
    transform: rotate(-45deg)
}

.protfolio_content {
    position: absolute;
    bottom: -75px;
    left: 30px;
    transition: .5s;
    z-index: 999
}

.single_protfolio:hover .protfolio_content {
    bottom: 23px
}

.protfolio_content h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    transition: .5s;
    margin-bottom: 10px
}

.protfolio_content h3 a:hover {
    color: #ff5d86
}

.protfolio_content span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize
}

.team_area {
    background-image: url(assets/images/team/team-bg.png);
    padding: 71px 0 52px;
    background-position: 42% 39%;
    background-repeat: no-repeat
}

.single_apps {
    margin-top: 10px;
    margin-bottom: 30px
}

.apps_title h1 {
    font-size: 36px;
    line-height: 3;
}

.apps_title h2 {
    font-size: 36px;
    margin-bottom: 25px
}

.apps_title p {
    margin-bottom: 23px;
    font-size: 15px;
    font-weight: 400
}

.apps_content_title ul li {
    font-weight: 400;
    margin-left: 35px;
    font-size: 15px;
    margin-bottom: 12px;
    position: relative;
    color: #1a264c
}

.apps_content_title ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: FontAwesome;
    left: -35px;
    color: #1a264c
}

.app_btn a {
    margin-top: 18px;
    padding: 8px 22px;
    border: 1px solid #12a9ff;
    border-radius: 30px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
    color: #1a264c
}

.app_btn a:hover {
    background: #12a9ff;
    color: #fff
}

.single_team {
    margin-bottom: 30px;
    box-shadow: 0 6px 40px 0 rgba(148, 146, 245, .2);
    border-radius: 0 0 10px 10px
}

.single_team_thumb {
    position: relative;
    overflow: hidden
}

.single_team_thumb img {
    width: 100%
}

.team_socal_icon {
    text-align: center;
    background: #12a9ff;
    position: absolute;
    bottom: -165px;
    left: 20px;
    right: 20px;
    transition: .3s;
    height: 160px;
    line-height: 81px;
    border-radius: 100%
}

.single_team:hover .team_socal_icon {
    bottom: -87px
}

.team_socal_icon ul li {
    display: inline-block
}

.team_socal_icon ul li a i {
    font-size: 24px;
    font-weight: 400;
    padding: 7px;
    color: #fff;
    transition: .5s
}

.team_socal_icon ul li a i:hover {
    color: #ff5d86
}

.team_content {
    text-align: center;
    background: #fff;
    border-radius: 0 0 10px 10px
}

.team_content h2 {
    font-size: 22px;
    font-weight: 600;
    padding: 13px 0 15px;
    transition: .5s
}

.team_content h2:hover {
    color: #12a9ff
}

.counter_area {
    background: #f9f9f9;
    padding: 80px 0 50px
}

.single_counter {
    background-image: url(assets/images/counter/counter-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
    transition: .5s;
    margin-bottom: 30px;
    transition: .5s
}

.single_counter:hover {
    background: rgba(18, 169, 255, .4)
}

.single_counter_inner {
    background: #fff;
    text-align: center;
    transition: all .5s ease 0s;
    position: relative;
    padding: 37px 0 27px
}

.counter_icon i {
    color: #1a264c;
    font-size: 30px;
    text-align: center;
    transition: all 1s ease 0s;
    display: block
}

.counter_title h4 {
    color: #1a264c;
    font-size: 20px;
    text-transform: capitalize;
    margin: 12px 0 6px;
    transition: all .5s ease 0s;
    font-weight: 600
}

.countr_text h1 {
    color: #1a264c;
    font-size: 45px;
    font-weight: 600
}

.single_counter:hover .counter_icon i,
.single_counter:hover .counter_title h4,
.single_counter:hover .countr_text h1 {
    color: #12a9ff
}

.testimonial_area {
    padding: 74px 0 50px
}

.single_testimonial {
    background: #f6fbff;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 38px 25px 67px;
    position: relative;
    width: 66.66%;
    margin: auto;
    margin-bottom: 30px
}

.single_testimonial_thumb {
    float: left;
    margin-top: 14px;
    margin-right: 30px
}

.single_testimonial_icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: rgba(207, 234, 255, .41);
    font-size: 100px;
    margin-top: 10px
}

.single_testimonial_icon2 i {
    color: #cfeaff;
    font-size: 40px
}

.single_testimonial_text p {
    padding-top: 7px;
    width: 100%;
    font-size: 15px
}

.pricing_area {
    background: #f6fbff;
    padding: 74px 0 50px
}

.single_pricing {
    position: relative;
    padding-bottom: 40px;
    background: #fff;
    transition: .5s;
    background-image: url(assets/images/feature/f-bg.png);
    box-shadow: 0 6px 40px 0 rgba(148, 146, 245, .2);
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px
}

.single_pricing_title_inner {
    text-align: center;
    padding: 27px 0 13px
}

.single_pricing_title_inner h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    display: inline-block;
    padding-top: 8px;
    transition: .5s
}

.single_pricing:hover .single_pricing_title_inner h3 {
    color: #12a9ff
}

.single_pricing_item {
    text-align: center;
    position: absolute;
    top: 79px;
    left: 0;
    right: 0
}

.single_pricing_thumb {
    position: relative;
    top: 0;
    left: 119px
}

.single_pricing_item span {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    display: inline-block
}

.single_pricing_item .tk {
    font-size: 30px;
    font-weight: 600;
    color: #333
}

.pricing_text {
    padding: 14px 0 35px
}

.pricing_text ul li a {
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 6px 0;
    color: #1a264c;
    text-transform: none;
    text-align: center;
    transition: .5s
}

.pricing_text ul li a:hover {
    color: #9db5ff
}

.single_pricing_btn {
    text-align: center
}

.single_pricing_btn a {
    background: #9db6ff;
    padding: 10px 40px
}

.single_pricing:hover .single_pricing_btn a {
    background: #12a9ff
}

.single_pricing.active h3 {
    color: #12a9ff
}

.single_pricing.active .single_pricing_btn a {
    color: #fff;
    background: #12a9ff
}

.contact_area {
    padding: 70px 0 0
}

.row.sdsdsd {
    background: #f3f4f5;
    padding: 55px 15px 60px
}

h2.contact-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase
}

.form_field {
    width: 100%
}

.form_field_inner {
    margin-bottom: 25px;
    width: 48.75%;
    float: left
}

.form_field_inner:nth-child(odd) {
    margin-right: 1.25%
}

.form_field_inner:nth-child(even) {
    margin-left: 1.25%
}

.field_comment_inner textarea,
.form_field_inner input {
    background: #fff;
    border: 1px solid #ddd;
    color: #1a264c;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 99%;
    padding-left: 10px
}

.form_field_comment textarea:focus,
.form_field_inner input:focus {
    border-color: #12a9ff
}

.form_field_comment textarea {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    height: 96px;
    transition: all .3s ease 0s;
    width: 100%;
    text-transform: capitalize;
    padding-left: 10px;
    padding-top: 6px;
    font-size: 14px
}

.contact_bnt {
    margin-top: 25px
}

.contact_bnt button {
    background: #12a9ff;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 40px;
    margin-top: 0;
    text-transform: capitalize;
    transition: .5s;
    border: none
}

.contact_bnt button:hover {
    background: #9db6ff
}

.contact-address {
    background: #fff;
    padding: 40px 0 24px 30px;
    border: 1px solid #ddd
}

.contact_s_inner {
    margin-bottom: 16px
}

.contact-sociala-icon {
    float: left;
    margin-right: 15px;
    margin-top: 5px
}

.contact-sociala-icon i {
    font-size: 16px;
    color: #12a9ff;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    border: 1px solid #ddd;
    line-height: 33px;
    text-align: center;
    transition: .5s
}

.contact-sociala-icon i:hover {
    color: #fff;
    background: #12a9ff;
    border-color: #12a9ff
}

.contact-sociala-info p {
    font-size: 14px;
    color: #1a264c;
    margin-bottom: 0
}

.blog_area {
    padding: 72px 0 50px
}

.single_blog {
    border-radius: 0 0 10px 10px;
    margin-bottom: 30px;
    box-shadow: 0 6px 40px 0 rgba(148, 146, 245, .2)
}

.single_blog_inner {
    position: relative
}

.single_blog_thumb {
    overflow: hidden
}

.single_blog_thumb img {
    width: 100%;
    transition: .5s
}

.single_blog:hover .single_blog_thumb img {
    transform: scale(1.2)
}

.single_blog_post_meta {
    text-align: center;
    background: #fff;
    padding: 15px 0;
    position: absolute;
    bottom: -35px;
    left: 20px;
    right: 20px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 6px 40px 0 rgba(148, 146, 245, .2)
}

.single_blog_post_meta a {
    margin-right: 6px;
    text-transform: capitalize
}

.single_blog_post_meta a i:hover,
.single_blog_post_meta a:hover {
    color: #12a9ff
}

.single_blog_post_meta a i {
    color: #1a264c;
    margin-right: 10px
}

.single_blog_title {
    text-align: center;
    padding: 50px 0 0;
    border-bottom: 1px solid #ddd
}

.single_blog_title h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px
}

.single_blog_title p {
    font-size: 16px;
    color: #1a264c;
    margin-bottom: 20px
}

.single_blog_bnt {
    text-align: center;
    padding: 14px 0 14px
}

.single_blog_bnt a {
    font-size: 18px;
    font-weight: 500
}

.single_blog_bnt a i {
    font-size: 30px;
    margin-left: 80px;
    display: block;
    margin-top: -29px;
    transition: .5s;
    opacity: 0
}

.single_blog_bnt a:hover i {
    margin-left: 117px;
    opacity: 1
}

.single_blog:hover .single_blog_title h2,
.single_blog_bnt a:hover {
    color: #12a9ff
}

.home_3 .trp_nav_area {
    position: fixed
}

.home_3 .text-left .witr_slider_thumb {
    right: -284px;
    top: 53%
}

.home_3 .text-right .witr_slider_thumb {
    left: -271px;
    top: -175px;
    z-index: -9
}

.home_3 .witr_ds_content {
    height: 570px
}

.home_3 .witr_ds_content_inner {
    top: 53%;
    transform: translateY(-50%)
}

.single_service_icon i {
    font-size: 40px;
    color: #333;
    transition: .5s
}

.single_service_icon i:hover {
    color: #12a9ff
}

.home_3 .single_service_content h2 {
    margin-top: 12px
}

.home_3 .single_service {
    border: none;
    transition: .5s;
    box-shadow: 0 6px 40px 0 rgba(148, 146, 245, .2)
}

.home_3 .single_service:hover {
    background: #fff
}

.home_3 .counter_area {
    background: non
}

.home_3 .contact_area {
    padding: 71px 0 20px
}

.home_3 .blog_area {
    background: #f6fbff
}

.contact_battonm {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 92px
}

.single_max .single_blog {
    border-radius: none;
    margin-bottom: 30px;
    box-shadow: none
}

.single_max .single_blog_title {
    text-align: left
}

.single_max .single_blog_title h2 {
    font-size: 30px
}

.blogs_contact_area {
    padding: 77px 0 0
}

.single_testimonial.mautest {
    width: 100%
}

.portfolio {
    padding: 74px 0 80px
}

.footer-middle {
    background: #1a264c;
    padding: 75px 0 64px
}

h2.footer_title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin: 0 0 40px;
    color: #fff;
    display: inline-block
}

h2.footer_title:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 85px;
    left: 0;
    bottom: -12px;
    background: #fff
}

.text_footer_img {
    margin-top: 8px
}

.footer_s_inner {
    clear: both
}

.footer-sociala-icon {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-top: 5px
}

.footer-sociala-icon i {
    font-size: 20px;
    color: #fff;
    transition: .5s
}

.footer-sociala-icon i:hover,
.footer-sociala-info p:hover {
    color: #12a9ff
}

.footer-sociala-info p {
    margin-bottom: 22px;
    font-size: 14px;
    color: #fff;
    transition: .5s
}

.footer_thumb {
    float: left;
    width: 33.33%
}

.footer_thumb img {
    width: 100%
}

.mc4wp-form-fields p {
    font-size: 14px;
    margin-bottom: 28px;
    color: #fff
}

.mc4wp-form-fields input {
    font-size: 15px;
    padding: 10px 15px;
    position: relative;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    color: #333
}

.menu-quick-link-container ul li,
.menu_netlink ul li {
    margin-bottom: 16px
}

.menu-quick-link-container ul li a,
.menu_netlink ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff
}

.menu-quick-link-container ul li a:hover,
.menu_netlink ul li a:hover {
    color: #12a9ff
}

.menu_netlink {
    float: right;
    margin-top: -205px;
    margin-right: 71px
}

.menu_netlink ul li a {
    position: relative
}

.menu_netlink ul li a:before {
    background: #fff;
    position: absolute;
    bottom: -1px;
    content: "";
    height: 2px;
    width: 0;
    left: 0;
    right: 0;
    transition: .5s
}

.menu_netlink ul li a:hover:before {
    width: 100%
}

.footer_bottom_area {
    border-top: 1px solid #000d59;
    padding: 38px 0 28px;
    background: #131e42
}

.footer_bottom_title p {
    color: #f9f9f9
}

.footer_menu ul {
    text-align: right
}

.footer_menu ul li {
    display: inline-block
}

.footer_menu ul li a {
    color: #f9f9f9;
    margin-right: 20px;
    font-size: 16px
}

.footer_menu ul li a:hover {
    color: #00b0ff
}

.footer_area.con {
    padding-top: 42%
}

#scrollUp {
    background: #12a9ff;
    bottom: 30px;
    color: #fff;
    font-size: 26px;
    height: 40px;
    line-height: 44px;
    right: 30px;
    text-align: center;
    width: 40px
}

#scrollUp:hover {
    background: #9db6ff
}

#scrollUp i {
    color: #fff
}

.site_b {
    padding: 80px 0 0
}

.breadcumb-area {
    padding: 100px 0 100px;
    background-image: url(assets/images/breadcumb/b.jpg);
    background-color: #f7f7f7;
    background-position: center top;
    background-repeat: no-repeat
}

.breadcumb-inner li {
    display: inline-block;
    margin: 0 2px;
    color: #fff
}

.breadcumb-inner li:nth-last-child(-n+1) {
    color: #12a9ff
}

.breadcumb-inner li a {
    color: #fff
}

.brpt h2 {
    font-size: 22px
}

.lcase {
    text-transform: lowercase
}

.ucase {
    text-transform: uppercase
}

.ccase {
    text-transform: capitalize
}

.not-found-area {
    background-color: #fff;
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    border-top: 1px solid #f5f3f3;
    padding: 0 0 16px
}

.not-found {
    display: table;
    width: 100%;
    height: 500px;
    text-align: center;
    padding-bottom: 40px
}

.not-found-inner {
    display: table-cell;
    vertical-align: middle
}

.not-found-inner {
    font-size: 30px
}

.not-found-inner h2 {
    color: #3d59e8;
    display: inline-block;
    font-size: 160px;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px 0
}

.not-found-inner p {
    font-size: 30px
}

.not-found-inner a {
    color: #606b82;
    font-size: 24px;
    margin-top: 40px;
    display: inline-block;
    text-decoration: underline
}

.maxu-search-page {
    background: #fff
}

.search-error .search input {
    padding: 20px 0
}

.search-error .search input[type=text] {
    padding-left: 10px
}

.search-error .search button {
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search-error>p {
    font-size: 14px;
    margin: 14px 0 19px
}

.search-error>h3 {
    display: block;
    font-size: 30px;
    color: #333
}

.search-error .search input {
    height: 54px;
    border: 1px solid #ddd
}

.paginations {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 80px
}

.page-numbers span.current,
.paginations a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: auto 5px;
    border: 1px solid #ddd;
    color: #888
}

.page-numbers li {
    display: inline-block
}

.page-numbers span.current,
.paginations a.current,
.paginations a:hover {
    background: #3d59e8;
    border-color: #3d59e8;
    color: #fff
}

.comment_area {
    padding: 30px 0 0
}

.single_comment {
    margin-top: 23px
}

.comment_thumb {
    float: left;
    margin-top: 0
}

.single_comment_title_text {
    border: 1px solid #ddd;
    position: relative;
    margin-left: 120px;
    padding-left: 15px
}

.single_comment_title_text2 {
    border: 1px solid #ddd;
    position: relative;
    margin-left: 120px;
    padding-left: 15px
}

.single_comment_title h2 {
    font-size: 17px;
    margin-left: 9px;
    text-transform: uppercase
}

.single_comment_title p {
    font-size: 14px;
    margin: 0 9px 10px;
    text-transform: uppercase
}

.single_comment_title span {
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: -31px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #666;
    margin-right: 40px
}

.single_comment_title span:hover {
    color: #12a9ff
}

.single_comment_title i {
    font-size: 14px;
    margin-right: 10px;
    color: #12a9ff
}

.single_comment_text {
    position: relative;
    margin-left: 9px;
    padding-bottom: 5px;
    margin-top: 30px
}

.comment_inner h2 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 17px
}

.single_comment_text p {
    font-weight: 300
}

.single_comment2 {
    margin: 45px 0 45px 50px
}

.single_comment_title_text_bg {
    position: relative
}

.single_comment_text:after {
    position: absolute;
    content: "";
    top: -15px;
    left: 0;
    width: 93%;
    height: 1px;
    background: #ddd
}

.single_comment_title_text,
.single_comment_title_text2 {
    padding-left: 10px;
    padding-right: 10px
}

.curosel-style .owl-nav div {
    background: #12a9ff;
    border-radius: 50%;
    color: #3d59e8;
    font-size: 19px;
    height: 44px;
    left: -45px;
    line-height: 44px;
    position: absolute;
    top: 50%;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 44px;
    text-align: center;
    z-index: 99;
    -webkit-transform: translateY(-49%);
    transform: translateY(-49%);
    opacity: 0
}

.curosel-style .owl-nav .owl-next {
    left: auto;
    right: -45px;
    transition: .5s;
    color: #fff
}

.curosel-style .owl-nav .owl-prev {
    color: #fff;
    transition: .5s
}

.curosel-style .owl-nav .owl-next:hover {
    background: #9db6ff
}

.curosel-style .owl-nav .owl-prev:hover {
    background: #9db6ff
}

.owl-carousel .owl-item img {
    margin: auto
}

.blog_active:hover .owl-nav div,
.testimonial_list:hover .owl-nav div {
    opacity: 1
}

.owl-dots {
    backface-visibility: hidden;
    bottom: 62px;
    position: absolute;
    text-align: center;
    width: 100%
}

.owl-dot {
    background: 0 0;
    border-radius: 50px;
    display: inline-block;
    height: 12px;
    margin-left: 5px;
    margin-right: 5px;
    width: 12px;
    border: 1px solid #00b0ff;
    transition: .5s
}

.owl-dot:hover {
    background: #12a9ff
}

.owl-dot.active {
    background: #12a9ff;
    border: none
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next,
.slick-prev {
    background: #12a9ff;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    height: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50px;
    z-index: 1;
    transition: all .3s ease 0s;
    line-height: 50px
}

.witr_slider_area .slick-next {
    right: 0;
    transform: translateY(-50%)
}

.slick-next:before,
.slick-prev:before {
    color: #fff;
    font-size: 30px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    content: "\f104";
    font-family: FontAwesome
}

.slick-next:before {
    content: "\f105";
    font-family: FontAwesome
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: #9db6ff
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    color: #fff
}

.witr_slider_area .slick-dots {
    bottom: 35px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
}

.slick-dots {
    bottom: -30px
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li {
    height: 5px;
    margin: 0 8px;
    width: 20px
}

.slick-dots li button {
    background-color: #fff;
    border: 0 none;
    height: 10px;
    padding: 0;
    text-indent: -99999px;
    width: 29px
}

.slick-dots .slick-active button {
    background-color: #3d59e8
}

.overlay-dark,
.skbrop {
    position: relative;
    z-index: 0
}

.bnrsk:after,
.skbrop:after {
    background-color: rgba(255, 255, 255, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.single_btns {
    margin-bottom: 80px
}

.contacts_are {
    padding-bottom: 80px
}

.single_feature_thumb{
    font-size: 40px;
}

/* Investment Calculator */
.investment-calculator {
    background: var(--white);
    padding: 2rem;
    border-radius: 10px;
    margin-top: 3rem;
    box-shadow: var(--shadow);
}

.calculator-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
}

.calculator-input label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-color);
}

.calculator-input input {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.calculator-results {
    display: grid;
    gap: 1rem;
}

.result-item {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem;
    background: var(--light-bg);
    border-radius: 5px;
}

.result-item span:last-child {
    font-weight: 600;
    color: var(--primary-color);
}



.offset-md-2 {
    /* margin-left: 16.6667%; 2 columns in a 12-column grid */
}
.login{
    background: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow:  0 2px 10px rgba(0, 0, 0, 0.1);;

}
 
.login_are{
/* max-width: 400px; */
}
/* Auth Forms */
.auth-form {
    max-width: 500px;
    margin: 2rem auto;
    background: #ffffff;
    padding: 6rem;
    border-radius: 10px;
    box-shadow:  0 2px 10px rgba(0, 0, 0, 0.1);;

}
.auth-form1 {
    max-width: 800px;
    margin: 2rem auto;
    background: #ffffff;
    padding: 6rem;
    border-radius: 10px;
    box-shadow:  0 2px 10px rgba(0, 0, 0, 0.1);;

}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-color);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 2rem;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.form-footer {
    margin-top: 1rem;
    text-align: center;
    font-size: 18px;
}

.form-footer a {
    color: var(--primary-color);
    text-decoration: none;
}
.dashboard-body {
    background: var(--light-bg);
    padding-top: 74px;
    min-height: 100vh;
}

.dashboard-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 20px;
}
.btn {
    display: inline-block;
    padding: 9px 18px;
    font-size: 18px;
}



/* custom css */
.custom-alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    font-family: Arial, sans-serif;
  }
  
  /* Success Alert */
  .custom-alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
  }
  
  /* Error Alert */
  .custom-alert-error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
  }
  
  /* Custom Close Button */
  .custom-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .custom-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.8;
  }
  
  
   /* Slider Styles */
        .slider {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 600px;
        }

        .slider-inner {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .slide {
            flex: 0 0 100%;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            position: relative;
        }

        .slide-1 {
            background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
        }

        .slide-2 {
            background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1600585152915-d208bec867a1?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
        }

        .slide-3 {
            background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1566576721346-d4a3b4eaeb55?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
        }

        .slide-content {
            max-width: 600px;
            padding: 0 20px;
            color: white;
            text-align: left;
        }

        .slide-subtitle {
            font-size: 20px;
            font-weight: 500;
            color: #fff;
            margin-bottom: 15px;
            text-transform: capitalize;
            
        }

        .slide-title {
            font-size: 48px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 20px;
            /*text-transform: uppercase;*/
             color: #fff;
        }

        .slide-description {
            font-size: 16px;
            margin-bottom: 25px;
            opacity: 0.9;
             color: #fff;
        }

        .slider-dots {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
        }

        .slider-dot {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: white;
            font-weight: 600;
            transition: var(--transition);
        }

        .slider-dot.active {
            background-color: var(--secondary-color);
        }

        .slider-dot:hover {
            background-color: rgba(255, 255, 255, 0.5);
        }

        .slider-arrows {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 20px;
            transform: translateY(-50%);
            z-index: 10;
        }

        .slider-arrow {
            width: 50px;
            height: 50px;
            background-color: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: white;
            font-size: 20px;
            transition: var(--transition);
        }

        .slider-arrow:hover {
            background-color: var(--secondary-color);
        }

        /* Animations */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .active .slide-subtitle {
            animation: fadeIn 0.5s ease-out 0.2s forwards;
            opacity: 0;
        }

        .active .slide-title {
            animation: fadeIn 0.5s ease-out 0.4s forwards;
            opacity: 0;
        }

        .active .slide-description {
            animation: fadeIn 0.5s ease-out 0.6s forwards;
            opacity: 0;
        }

        .active .slide-btn {
            animation: fadeIn 0.5s ease-out 0.8s forwards;
            opacity: 0;
        }

        /* Responsive */
        @media (max-width: 992px) {
            .slide-title {
                font-size: 40px;
            }

            .slider {
                height: 500px;
            }
        }

        @media (max-width: 768px) {
            .slide-title {
                font-size: 32px;
            }

            .slide-subtitle {
                font-size: 18px;
            }

            .slider {
                height: 450px;
            }

            .slider-dot {
                width: 35px;
                height: 35px;
            }
        }

        @media (max-width: 576px) {
            .slide-title {
                font-size: 28px;
            }

            .slide-subtitle {
                font-size: 16px;
            }

            .slide-description {
                font-size: 14px;
            }

            .slider {
                height: 400px;
            }

            .slider-arrow {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }

            .slider-dot {
                width: 30px;
                height: 30px;
            }
        }