@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


body{
    background: #F9FAFD;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

:root{
    --main-color: #1a938a;
    --active-color: #238b84;
}
.bg-main-color{
    background: var(--main-color);
}

.main-color {
    color: var(--main-color) !important;
}

.brd-main-color {
    border-color: var(--main-color) !important;
}

.btn-hover-main-color:hover {
    background-color: transparent !important;
    border: 1px solid var(--main-color) !important;
    color: var(--main-color) !important;
}

/*reset css*/
a, a:hover, a.active{
    text-decoration: none;
    background: transparent;
}
.navbar-toggler:focus {
    box-shadow: none;
}
/*font css*/

.fs-10 {
    font-size: 10px!important;
}
.fs-11 {
    font-size: 11px!important;
}
.fs-12 {
    font-size: 12px!important;
}
.fs-13 {
    font-size: 13px!important;
}
.fs-14 {
    font-size: 14px!important;
}
.fs-15 {
    font-size: 15px!important;
}
.fs-16 {
    font-size: 16px!important;
}
.fs-18 {
    font-size: 18px!important;
}
.fs-20 {
    font-size: 20px!important;
}
.fs-22 {
    font-size: 22px!important;
}
.fw-medium {
    font-weight: 500;
}


.language.dropdown-item.active, .language.dropdown-item:active {
    background-color: var(--active-color);
}
.lan-head-dropdown .dropdown-item:hover {
    color: #fff;
    background-color: var(--active-color) !important;
}


.main-navbar .navbar-brand img {
    height: 36px;
}
.main-navbar-nav .dropdown-menu {
    padding: 20px 0 20px 0;
    box-shadow: 0 14px 40px 0 rgba(57,53,80,0.06);
    border-radius: 10px;
}
.main-navbar-nav .dropdown-menu li {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 8px;
}
.main-navbar-nav .dropdown-menu li:hover {
    background-color: unset;
}
.main-navbar-nav .dropdown-menu .dropdown-item,
.main-navbar-nav .nav-item .nav-link{
    font-size: 14px;
    font-weight: 400;
    color: #043344;
}
.main-navbar-nav .dropdown-menu .dropdown-item:hover,
.main-navbar-nav .nav-item .nav-link:hover {
    color: var(--main-color);
    background-color: unset;
}
.main-navbar-nav .nav-item .nav-link {
    margin-right: 10px;
    display: flex;align-items: center;
}
.main-navbar-nav .dropdown .dropdown-toggle::after {
    content: "\f107";
    border: 0;
    font-family: "Font Awesome 6 Pro";
}
.mobile-menu {
    padding: 5px;
}


/*banner area*/
.banner-area-content {
    padding-bottom: 56px;
}
.slogan-hint {
    color: var(--main-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 135.5%;
    text-transform: uppercase;
}
.slogan-hint .slogan-hint-highlight {
    background-color: var(--main-color);
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 135.5%;
    padding: 3px;
    text-transform: uppercase;
}
.banner-area-content h1 {
    color: #043344;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 20px;
}
.banner-area-content h4 {
    color: var(--main-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135.5%;
    text-transform: uppercase;
}
.benefits-list-icon {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
}
.banner-area-content .benefits-list {
    color: #043344;
}


.section-padding{
    padding: 80px 0;
}


/*news area*/
.news_box_card .content_box {
    padding: 25px 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    min-height: 350px;
}
.news_box_card .content_box::before {
    position: absolute;
    content: "";
    background-image: url(../image/dot-bg.png);
    bottom: -249px;
    left: -36px;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: rotate(13deg);
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}
.news_box_card .content_box::after {
    position: absolute;
    content: "";
    background-image: url(../image/dot-bg.png);
    right: -33px;
    top: -243px;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: rotate(-170deg);
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}
.news_box_card .content_box .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffff;
    opacity: 1;
    z-index: 1;
    transition: 0.9s ease-in-out;
    -moz-transition: 0.9s ease-in-out;
    -o-transition: 0.9s ease-in-out;
    -ms-transition: 0.9s ease-in-out;
    border-radius: 10px;
}
.news_box_card .content_box .news_box_card-cover-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    border-radius: 13px;
}
.news_box_card .content_box .category {
    position: relative;
    z-index: 3;
    height: 130px;
    line-height: 130px;
}
.news_box_card .content_box .category a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #688192;
}
.news_box_card .content_box .content_mid {
    position: relative;
    z-index: 3;
    text-align: center;
    padding-bottom: 20px;
}
.news_box_card .content_box .content_mid .title {
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    min-height: 70px;
}
.news_box_card .content_box .auhtour_box {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
}
.news_box_card .content_box .auhtour_box img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    float: left;
    border-radius: 50%;
}
.news_box_card .content_box .auhtour_box .contnet_a {
    position: relative;
    margin-left: 60px;
    padding: 6px 0 0 0;
}
.news_box_card .content_box .auhtour_box .contnet_a p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #688192;
}
.news_box_card .content_box .auhtour_box .contnet_a h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #043344;
}
.news_box_card .content_box .category .categories img {
    height: 120px;
}
.news_box_card:hover .content_box .overlay {
    opacity: 0.93;
}
.news_box_card:hover .content_box::before {
    opacity: 0;
}
.news_box_card:hover .content_box::after {
    opacity: 0;
}

/*service area*/
.services-section {
    position: relative;
    padding: 100px 0 70px;
    background-size: cover;
}
.service-item .inner-box {
    position: relative;
    background-color: #fff;
    padding: 30px 26px;
    padding-top: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-top: 45px;
}
.service-item .inner-box:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 102px;
    height: 91px;
    background: url(../image/shape-2.png) no-repeat;
}
.service-item .icon {
    position: relative;
    font-size: 50px;
    width: 93px;
    height: 93px;
    border: 1px dashed #c0c0c0;
    padding: 6px;
    border-top-left-radius: 30px;
    margin-bottom: -20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px);
}
.service-item .icon .icon-inner {
    position: relative;
    background-color: #fff;
    width: 79px;
    height: 79px;
    line-height: 79px;
    text-align: center;
    font-size: 50px;
    border-top-left-radius: 30px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: var(--main-color);
}
.service-item h4 {
    font-size: 22px;
    font-weight: 600;
    color: #043344;
    margin-bottom: 20px;
}
.service-item .text {
    color: #688192;
    font-size: 16px;
    margin-bottom: 20px;
}
.service-item .read-more-link {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: var(--main-color);
}
.service-item .read-more-link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    height: 1px;
    width: 21px;
    background-color: var(--main-color);
}
.service-item .read-more-link i {
    position: absolute;
    left: 21px;
    top: -1px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service-item .read-more-link:hover {
    padding-left: 42px;
}
.service-item .read-more-link:hover i {
    opacity: 1;
}



.title_sections {
    position: relative;
    margin-bottom: 50px;
}
.title_sections .title {
    color: #043344;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 135.5%;
    margin-bottom: 1rem;
    text-align: center;
}
.title_sections .sub-title {
    color: #688192;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 180.5%;
    margin-bottom: 0;
    text-align: center;
}
.before_title {
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    color: var(--main-color);
    text-align: center;
}

/*footer*/
.main-footer {
    position: relative;
    background: radial-gradient(100% 111.89% at 100% 100%, #fff 0%, rgba(255,255,255,0) 100%);
}
.main-footer .widgets-section {
    padding: 100px 0 30px;
}
.main-footer .footer-widget {
    margin-bottom: 50px;
}
.main-footer .footer-logo {
    position: relative;
    margin-top: 0px;
    margin-bottom: 40px;
}
.footer-logo img {
    height: 32px;
}
.main-footer.style-five .logo-widget .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px;
    color: #043344;
}
.main-footer .widget-title {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 16px;
    color: #043344;
    font-weight: 700;
    line-height: 19.36px;
}
.links-widget ul li {
    margin-bottom: 10px;
}
.links-widget ul li a {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.subscribe-widget .social-links {
    margin-bottom: 20px;
    margin-top: 20px;
}
.contact-widget .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-widget .social-links li a {
    display: block;
    color: var(--main-color);
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.app-store-logo .mobile-info-image {
    width: 135.71px;
    height: 40px;
}
.main-footer.style-five .footer-bottom {
    padding-bottom: 4px;
    border-top: 1px solid #d1d5d8;
    padding-top: 22px;
}
.footer-bottom .copyright {
    position: relative;
    font-weight: 500;
    text-align: center;
    font-size: 16px;

}
.main-footer .footer-bottom .copyright {
    color: #043344;
}
.footer-bottom ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
.footer-bottom ul.menu li {
    margin-right: 20px;
}
.footer-bottom ul.menu li a {
    color: #043344;
    font-size: 14px;
}


/*feature section*/
.feature-block {
    margin-bottom: 25px;
}
.feature-block .inner-box {
    position: relative;
    padding: 60px 35px 35px;
    padding-right: 28px;
    max-width: 270px;
    margin: 0 auto 30px;
}
.feature-block .inner-box:before {
    position: absolute;
    content: '';
    left: -42px;
    top: -40px;
    right: -42px;
    bottom: -45px;
    background-image: url(../image/shape-10.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}
.feature-block .icon {
    margin-bottom: 25px;
    position: relative;
}
.feature-block .icon i{
   font-size: 60px;
    line-height: 60px;
}
.feature-block .icon img{
    height: 60px;
}
.feature-block h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    color: #043344;
}
.feature-block .text {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #688192;
}
.feature-block .read-more-link {
    position: absolute;
    top: 42px;
    right: 22px;
    height: 57px;
    width: 57px;
    line-height: 57px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    background-color: var(--main-color);
}
.feature-block:nth-child(even) .inner-box:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.feature-block .inner-box:hover .read-more-link {
    opacity: 1;
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
}

.link-btn {
    text-align: center;
    margin-top: 30px;
}
.theme-btn{
    padding: 10px 16px 10px 16px;
    box-shadow: 0 0 5px 0 rgba(136,165,191,0.2);
    color: #000000;
    background-color: #fff;
    border: 1px solid #edf1fd;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    height: 40px;
    border-radius: 15px;
}


/*process section*/
.process-block-item .inner-box {
    position: relative;
    margin-bottom: 30px;
    padding: 0 30px 30px;
    padding-right: 20px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-top: 45px;
}
.process-block-item .icon {
    position: relative;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 6px;
    font-size: 40px;
    color: #fff;
    margin-bottom: -10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.process-block-item .icon .step-count {
    position: absolute;
    top: 50%;
    right: 0;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #202020;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background: #fff;
    line-height: 28px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.process-block-item h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #043344;
}
.process-block-item p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #688192;
    text-transform: uppercase;
}
.process-block-item .text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}



.reasons-content .inner {
    position: relative;
    margin-bottom: 26px;
    padding-left: 60px;
}
.reasons-content .icon-box {
    position: absolute;
    width: 100px;
    height: 100px;
    font-size: 32px;
    line-height: 100px;
    color: #fff;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 25px;
    background-color: var(--main-color);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.reasons-content .content {
    position: relative;
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    min-height: 157px;
}
.reasons-content .count-box {
    font-size: 34px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #043344;
    margin-bottom: 4px;
}
.reasons-to-invest-section .reasons-title {
    max-width: 449px;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
}
.reasons-block {
    padding: 56px 0;
    border-top: 1px solid #d2d7db;
}
/*app banner*/

.app-banner_section  .app_btn {
    display: flex;
    align-items: center;
}
.app-banner_section  .app_btn li a {
    transition: .4s all;
}
.app-banner_section  .app_btn li a img{
    height: 50px;
}

.app-banner_section  .title_sections .title {
    color: #043344;
    font-size: 34px;
    margin-bottom: 20px;
    text-align: left;
}
.app-banner_section  .title_sections .sub-title {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 20px;
}
.app-banner_section .title_sections {
    margin-bottom: 10px;
}
.app-banner_section .list-items li{
    font-weight: 500;
}
.app-banner_section .list-items li i{
    width: 30px;
}

/* hero slider mobile frame */
.banner_section .container {
    position: relative;
}
.app-banner_section .banner_slider {
    display: flex;
    position: relative;
}
/* hero slider mobile frame */
.app-banner_section .banner_slider .slider_frame {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 258px;
}

.app-banner_section .banner_slider #frmae_slider::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #fff;
    width: calc(100% - 10px);
    height: 92%;
}

.app-banner_section .banner_slider::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 475px;
    height: 475px;
    border-radius: 100%;
    background-color: var(--main-color);
}

.app-banner_section .banner_slider #frmae_slider {
    width: 248px;
    margin: 0 auto;
}

/* hero slider control dots */

.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
}




/* -----------Interface overview-Css-Start----------------- */

/* interface wraper */
.interface_section {
    background-image: url('../image/gray-shape-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.interface_section-overly{
    background: rgba(26, 147, 138, 0.5);
}

.interface_section .section_title {
    max-width: 610px;
    margin: 0 auto;
}

/* interface images */
.interface_section .owl-item .screen_frame_img img {
    border: 3px solid transparent;
    border-radius: 20px;
    transition: 1s all;
    margin: 0 auto;
}



.interface_section .owl-item .screen_frame_img {
    opacity: 0.5;
}

.interface_section .owl-item.center .screen_frame_img img {
    border: 3px solid var(--main-color);
}

.interface_section .owl-item.center .screen_frame_img {
    opacity: 1;
}
.interface_section .owl-item .screen_frame_img .caption {
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
    font-size: 20px;
    color: #043344;
    display: none;
    transition: 0.3s;
}

.interface_section .owl-item .screen_frame_img .link-btn {
    display: none;
}
.interface_section .owl-item .screen_frame_img .modules-description {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    display: none;
    transition: 0.3s;
}
.interface_section .owl-item.center .screen_frame_img .caption ,
.interface_section .owl-item.center .screen_frame_img .modules-description,
.interface_section .owl-item.center .screen_frame_img .link-btn {
    display: block;
}
.border-separetor{
    border-bottom: 1px solid #d2d7db;
}


/*client section*/
.pbmit-client-style-1 {
    text-align: center;
}
.client-section .wrapper-box {
    border: 1px solid #f3f3f3;
    overflow: hidden;
}
.client-section .outer-box {
    position: relative;
    margin: -2px;
}
.client-section .column {
    position: relative;
    border: 1px solid #f3f3f3;
    border-bottom: 0;
    border-left: 0;
    text-align: center;
    min-height: 100px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pbmit-client-style-1 .pbmit-client-wrapper {
    overflow: hidden;
    position: relative;
    text-align: center;
    height: -webkit-max-content;
    display: inline-block;
    transition: transform .4s ease,-webkit-transform .4s ease;
}
.pbminfotech-hide, .pbmit-hide {
    display: none;
}

.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-client-hover-img {
    transform: translateY(-100%);
}
.pbmit-client-style-1 .pbmit-client-hover-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
.pbmit-client-style-1 .pbmit-client-hover-img {
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-hover-img {
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-client-with-hover-img:hover .pbmit-client-hover-img {
    visibility: visible;
    transform: translateY(0%);
}
.pbmit-client-with-hover-img .pbmit-featured-wrapper{
    filter: grayscale(100%);
}

.log-img.text-center img {
    height: 400px;
}


/*all modual page*/
.analyze_section .analyze_text {
    max-width: 475px;
}
.analyze_section .collaborate_text {
    margin-left: 30px;
}
.analyze_section .collaborate_text .section_title,
.analyze_section .analyze_text .section_title {
    text-align: left;
    margin: 15px 0 40px 0;
}

.collaborate_text .icon {
    width: 60px;
    height: 60px;
    display: block;
    line-height: 60px;
    text-align: center;
    background: rgba(26,147,138,.3);
    font-size: 30px;
    color: var(--main-color);
    border-radius: 50%;
}
.analyze_section .analyze_text .section_title h2,
.analyze_section .collaborate_text .section_title h2 {
    margin-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
    color: #043344;
}
.analyze_section .collaborate_text .section_title p,
.analyze_section .analyze_text .section_title p {
    color: var(--main-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 32px;
}
.analyze_section .analyze_text ul li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    top: 0;
    color: var(--main-color);
}
.analyze_section .analyze_text ul li {
    position: relative;
    padding-left: 35px;
}
.analyze_section .collaborate_text .analyze_list-icon {
    width: 90px;
    height: 90px;
    background: rgba(26,147,138,.3);
    text-align: center;
    margin-right: 25px;
    border-radius: 5px;
}
.analyze_section .collaborate_text .analyze_list-icon i{
    line-height: 90px;
    color: var(--active-color);
    font-size: 45px;
    width: 90px;
}

.analyze_section .collaborate_text ul li h3,
.analyze_section .analyze_text ul li h3 {
    margin-bottom: 5px;
    font-size: 22px;
    color: #043344;
}
.analyze_section .collaborate_text ul li p ,
.analyze_section .analyze_text ul li p {
    color: #205260;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 24px
}

.analyze_section .analyze_image {
    background-image: url(../image/product_img/Analyze_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 575px;
}
.analyze_section .analyze_image img {
    box-shadow: 0 18px 29px #ede9fe;
    max-width: 100%;
    border-radius: 8px;
}
.analyze_section .analyze_image img:nth-child(1) {
    position: absolute;
    bottom: 15px;
    left: 105px;
    z-index: 1;
    animation-delay: 4s;
}
.analyze_section .analyze_image img:nth-child(2) {
    position: absolute;
    top: 70px;
    right: 65px;
    z-index: 1;
}
.moving_animation {
    animation: moving_object 6s infinite linear;
}
@keyframes moving_object {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.collaborate_section .collaborate_text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 90px;
    height: 90px;
}
.btn_analyze_main {
    color: #fff !important;
    background: var(--main-color) !important;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 25px;
    position: relative;
    font-weight: 700;
    transition: 0.4s all;
}
.btn_analyze_main i {
    transform: rotate(-45deg);
    display: inline-block;
    font-size: 20px;
    margin-left: 4px;
    position: relative;
    top: 1px;
    transition: 0.4s all;
}
.btn_analyze_main:hover i {
    transform: rotate(0);
}


/*Single Module page*/
.top_home_wraper {
    height: 800px;
}
.single-Module_section {
    padding-top: 50px;
    position: relative;
    z-index: 1000;
}
.single-Module_section .single-Module-title_text {
    color: #fff;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.single-Module_section .single-Module-title_text .single-Module_inner_text h1 {
    font-size: 36px;
    font-weight: 700;
}
.single-Module_section .single-Module-title_text .single-Module_inner_text p {
    margin: 20px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}
.single-Module_section .single-Module_images {
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 100%;
    text-align: center;
}

.wave_section {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}
.solution_section {
    position: relative;
    margin-top: 250px;
}
.solution_section .solution_inner {
    padding: 60px 0;
}


.app-banner_section-dicrpt {
    color: #205260;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 24px;
}
.features-section .title_sections {
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.features-section .title_sections .title {
    font-size: 28px;
    text-align: center;
}
.single-module-content .section_title h2 {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 600;
    color: #043344;
}
.single-module-content .section_title p {
    color: var(--main-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 32px;
}
.single-module-content p {
    color: #205260;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 24px;
}


/*pricing page*/
.pricing-section {
    position: relative;
    padding: 100px 0px;
}
.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 30px;
    letter-spacing: -0.5px;
    color: #043344;
}
.sec-title .text-decoration {
    position: relative;
    height: 10px;
    width: 50px;
    display: block;
}
.sec-title.text-center .text-decoration {
    margin: 0 auto;
}
.sec-title .text-decoration::before {
    position: absolute;
    content: "";
    left: 20px;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--main-color);
}
.sec-title .text-decoration .right, .sec-title .text-decoration .left {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
}
.sec-title .text-decoration .left::before {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 50%;
}
.sec-title .text-decoration .left::after {
    position: absolute;
    content: "";
    left: 10px;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 50%;
}
.sec-title .text-decoration .right::before {
    position: absolute;
    content: "";
    right: 0;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 50%;
}
.sec-title .text-decoration .right::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 50%;
}
.pricing-section .pricing-btn {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.pricing-section .pricing-btn .tab-btn-style-one {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 229, 233);
    border-radius: 20px;
}
.pricing-section .pricing-btn ul.tab-btn-style-one li {
    margin-bottom: 0px;
    position: relative;
}
.pricing-section .pricing-btn ul.tab-btn-style-one li:first-child::before {
    position: absolute;
    content: "";
    right: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: rgb(225, 229, 233);
}
.pricing-section .pricing-btn ul.tab-btn-style-one li button {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #043344;
    border-width: 0;
    padding: 8px 20px;
}
.pricing-section .pricing-btn ul.tab-btn-style-one li button.active {
    color: var(--main-color) !important;
    background: transparent !important;
    border-color: transparent !important;
}
.pricing-section .pricing-btn ul.tab-btn-style-one li button:hover {
    border-color: transparent !important;
}
.pricing-section .pricing-content h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.pricing-section .pricing-content .wrapper-box {
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 30px 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 30px 30px 0px;
    border-radius: 10px;
}
.pricing-block {
    position: relative;
    padding: 0;
}
.pricing-block .inner-box {
    position: relative;
    border-radius: 10px;
}
.pricing-block .top-content {
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgb(243, 244, 247);
    padding: 25px 30px 39px;
}
.pricing-block .top-content .category {
    position: relative;
    font-size: 20px;
    font-weight: 600;
}
.pricing-block .top-content .price {
    position: relative;
    font-size: 20px;
    font-weight: 600;
}
.pricing-block .top-content .price span {
    font-size: 16px;
    position: relative;
    margin-right: 5px;
}
.pricing-block .top-content .price sub {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    position: relative;
    bottom: 1px;
}
.pricing-block .lower-content {
    position: relative;
    text-align: center;
    border-bottom-left-radius: 10px;
    padding: 0 30px 36px;
    background: #fff;
}
.pricing-block .lower-content::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50px;
    bottom: 50px;
    width: 1px;
    background: rgb(225, 229, 233);
}
.pricing-block .lower-content h5 {
    position: relative;
    font-size: 15px;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-weight: 500;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    margin-bottom: 20px;
    font-family: inherit;
    padding: 6px 30px;
    background: rgb(32, 22, 48);
}
.pricing-block .lower-content h5::before {
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    width: 16px;
    height: 30px;
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%, 90% 50%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%, 90% 50%);
    background: rgb(32, 22, 48);
}
.pricing-block .lower-content h5::after {
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    width: 16px;
    height: 30px;
    -webkit-clip-path: polygon(100% 0px, 10% 50%, 100% 100%, 0px 100%, 0px 0px);
    clip-path: polygon(100% 0px, 10% 50%, 100% 100%, 0px 100%, 0px 0px);
    background: rgb(32, 22, 48);
}
.pricing-block .lower-content h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.pricing-block .lower-content ul {
    position: relative;
    margin-bottom: 40px;
    text-align: left;
}
.pricing-block .lower-content ul li {
    position: relative;
    color: rgb(12, 41, 87);
    font-size: 16px;
    line-height: 45px;
    border-bottom: 1px solid rgb(225, 229, 233);
}
.pricing-block .lower-content ul li i {
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.pricing-block .lower-content .btn-style-two {
    margin-bottom: 10px;
}
.pricing-block .lower-content .btn-style-two {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
}
.pricing-block .lower-content .btn-style-two {
    padding: 10px 50px;
    background: #fff;
    color: var(--main-color);
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.pricing-block .lower-content .hint {
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
.pricing-block .lower-content .btn-style-two:hover{
    background: var(--main-color);
    color: #fff;
}
.pricing-block.active .lower-content h5,
.pricing-block.active .lower-content h5:before,
.pricing-block.active .lower-content h5:after{
    background-color: var(--main-color);
}
.pricing-block .lower-content .btn-style-two.active{
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}
.pricing-block .lower-content .btn-style-two.active:hover{
    background: #fff;
    color: var(--main-color);
    border: 1px solid #fff;
}

/*get start page*/

.get-start-section .right-column, .get-start-section .left-column {
    position: relative;
    padding: 100px 0 70px;
    background-size: cover;
}
.get-start-form-box{
    padding: 50px 30px;
}
.form-control:focus {
    border-color: var(--main-color);
    box-shadow: none;
}
.form-select:focus {
    box-shadow: none;
}
.btn-style-two {
    padding: 10px 50px;
    background: var(--main-color);
    color: #fff;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 50px 0;
}
.custom-form-control {
    height: 50px;
    line-height: 50px;
}
.get-start-section .wrapper-box .sec-title h4 {
    color: #043344;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 40px;
}
.get-start-section .wrapper-box .sec-title p {
    color: #205260;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 1rem;
}

/*about us page*/

.about-section .image-block {
    position: relative;
    margin-bottom: 30px;
}
.about-section .image-block::before {
    position: absolute;
    content: "";
    top: 45px;
    left: 45px;
    right: 45px;
    bottom: 45px;
    border-width: 6px;
    border-style: solid;
    border-color: rgb(241, 242, 245);
    -o-border-image: initial;
    border-image: initial;
    border-radius: 3px;
}
.about-section .image-one {
    position: relative;
    margin-left: 130px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    display: inline-block;
    border-radius: 6px;
}
.about-section .image-one .image-box {
    overflow: hidden;
    border-radius: 6px;
}
.about-section .image-one img {
    border-radius: 6px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.about-section .image-two {
    position: relative;
    margin-top: -180px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    display: inline-block;
    border-radius: 6px;
}
.about-section .image-two .image-box {
    position: relative;
    overflow: hidden;
}
.about-section .image-two .image-box:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.about-section .image-two img {
    border-radius: 6px;
}
.about-section .logo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 130px;
    height: 130px;
    line-height: 118px;
    text-align: center;
    border-radius: 50%;
    border-width: 3px;
    border-style: dotted;
    -o-border-image: initial;
    border-color: var(--main-color);
}
.about-section .logo::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}
.about-section .logo img {
    position: relative;
    height: 50px;
}
.about-section .text-block {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;

}
.about-section .text-block::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: var(--main-color);
}
.about-section .text-block h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--main-color);
}
.about-section .text-block h4 {
    font-size: 20px;
    font-weight: 600;
}
.about-section .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 30px;
}
.about-section .author-info {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid rgb(225, 229, 233);
}
.about-section .author-info h4 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}
.about-section .author-info h5 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--main-color);
}
.about-section .text {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500;
}

.about-features-section .content {
    max-width: 585px;
    margin: 0 auto;
    margin-right: 0;
    padding-left: 15px;
}
.about-features-section .whay-choose-block {
    position: relative;
}
/*.whay-choose-block .inner-box {*/
/*    position: relative;*/
/*    padding-left: 150px;*/
/*    margin-bottom: 30px;*/
/*    min-height: 120px;*/
/*}*/
.whay-choose-block .icon {
    position: absolute;
    left: 40px;
    top: 40px;
    color: #fff;
}
.whay-choose-block .icon:before {
    position: absolute;
    content: '';
    left: -40px;
    top: -40px;
    width: 90px;
    height: 90px;
    background-image: url(../image/pattern-18.png);
    border-radius: 50%;
}
.whay-choose-block .icon span {
    height: 70px;
    width: 70px;
    line-height: 68px;
    text-align: center;
    font-size: 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 0;
    background: #f1f5f8;
    color: #ddd;
    border: 1px solid #dcdfe3;
}
.whay-choose-block h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--main-color);
}
.whay-choose-block .text {
    font-size: 16px;
    font-weight: 500;
    color: #043344;
    margin-bottom: 35px;
}
.about-features-section .video-box {
    position: relative;
    text-align: right;
    margin-bottom: -70px;
}
.about-features-section .video-box .image {
    position: relative;
}
.about-features-section .video-box .image:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    height: 270px;
    background-color: #fd4a36;
}
.about-features-section .video-box .image img {
    position: relative;
}
.about-features-section .video-box a {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 40px;
    line-height: 116px;
    border-radius: 50%;
    z-index: 9;
    display: inline-block;
    transform: translate(-50%, -50%);
}
.about-features-section .sec-title h2 {
    padding-bottom: 15px;
}
.about-features-section .sec-title {
    margin-bottom: 30px;
}
.why-choose-us-section .wrapper-box {
    overflow: hidden;
}
.why-choose-us-section .outer-box {
    position: relative;
    margin: -2px;
}
.why-choose-us-section .whay-choose-block {
    border: 1px solid #f5f5f5;
    padding: 0;
    padding-left: 30px;
    padding-top: 50px;
}
.whay-choose-block .inner-box {
    position: relative;
    padding-left: 150px;
    margin-bottom: 30px;
    min-height: 120px;
}
.whay-choose-block .inner-box:hover .icon span{
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff !important;
}
