/* Common css for across the web pages */

:root {
    --heading-color: rgba(55, 52, 169, 1);
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.section_padding {
    padding: 120px 0px;
}

.section-top-padding {
    padding-top: 120px;
}

.section-bottom-padding {
    padding-bottom: 120px;
}

.section-margin-top {
    margin-top: 120px;
}

body {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Conv_Inter-Regular';
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0px;
}

li {
    list-style: none;
}

ul,
li {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    margin: 0px;
}

::placeholder {
    color: #C4C4C4;
    font-size: 14px;
}

:focus-visible {
    box-shadow: none;
    outline: none;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
}

button {
    border: none;
}

.ltn__commom_button {
    background-color: #3734A9;
    color: white;
    display: inline-block;
    height: 50px;
    padding: 5px 25px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: inline-flex;
}

a.ltn__commom_button:hover {
    color: white;
}


/* fix header css */

.ltn__header-area {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
}

.nav-sticky {
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: transparent;
    border: 0;
    transition: all .5s ease;
    box-shadow: 0 0 7px rgb(60 72 88 / 45%);
}

.ltn__header-area {
    background-color: rgba(242, 242, 255, 1);
}
.ltn__common_header_section .container {
    border-top: 1.5px solid #D4D3FB;
}

.ltn__header-area .ltn__main-menu ul li a {
    font-size: 18px;
    padding: 0px 20px !important;
    color: black !important;
}

.ltn_heading-text {
    font-family: 'Conv_Inter-Bold';
    padding-bottom: 30px;
    font-size: 42px;
    line-height: initial;
}

.ltn_detail-text {
    padding-bottom: 30px;
}

.ltn__header_section {
    background-color: rgba(242, 242, 255, 1);
}

.custom_overly_cls {
    position: fixed;
    top: 0px;
    left: 0px;
    border: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.ltn__main-menu .dropdown-toggle:after {
    content: "\f107";
    border: none;
    font-family: 'FontAwesome';
    vertical-align: middle;
    padding-left: 10px;
    margin-left: 0px;
}

.ltn__header-area .ltn__main-menu .dropdown-menu li a {
    font-size: 16px;
    padding: 10px 10px 10px !important;
}

.ltn__header-area .ltn__main-menu .dropdown-menu li:last-child a {
    padding-bottom: 0px !important;
}

.ltn__header-area .ltn__main-menu .dropdown-menu li:first-child a {
    padding-top: 0px !important;
}

.ltn__header-area .dropdown-item:focus,
.ltn__header-area .dropdown-item:hover {
    color: var(--heading-color);
    background-color: transparent;
}


/* Logo Section */

.ltn__logo-section {
    background-color: rgba(250, 250, 250, 1);
}

.ltn__logo-section ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ltn__logo-section ul li img {
    padding: 20px;
    width: 120px;
}

.ltn__logo-section ul li:last-child {
    padding-right: 0px;
}


/* Solution Section */

.ltn__solutin-image-area {
    position: relative;
}

.ltn-row-padding {
    padding-bottom: 90px;
}

.ltn_image_back {
    position: absolute;
    left: -232px;
    bottom: -91px;
    z-index: -1;
}


/* Feature Section */

.ltn__feature-area {
    background-color: #F2F2FF;
}

.ltn__section-title-area {
    width: 560px;
    margin: auto;
}

.ltn__feature-item {
    padding: 30px;
    position: relative;
    height: 100%;
}

.ltn__feature-item::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: rgba(55, 52, 169, 1);
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.ltn__feature-item:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.ltn__feature-item::before {
    background-color: rgba(55, 52, 169, 1) !important;
}

.ltn__feature-icon {
    margin-bottom: 20px;
}

.ltn__feature-info h3,
.ltn__expert-info h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Conv_Inter-SemiBold';
}

.ltn__feature-info p {
    font-size: 16px;
}

.ltn__service-btn {
    color: rgba(55, 52, 169, 1);
    margin-top: 15px;
    display: block;
    font-family: 'Inter';
    font-weight: 500;
    text-decoration: underline;
}

.ltn__service-btn:hover {
    text-decoration: underline;
}

.ltn__service-btn:hover {
    color: rgba(55, 52, 169, 1);
}

.ltn__all-service-view {
    margin-top: 40px;
}


/* Reasons To Choose Us Section */

.ltn__choose-section-area {
    background-color: rgba(242, 242, 255, 1);
    padding: 30px 40px;
    width: 725px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 470px;
}

.ltn__reason-area ul {
    padding-bottom: 10px;
}

.ltn__reason-area ul li {
    display: table;
    width: 100%;
    padding-bottom: 20px;
}

.ltn__reason-area ul li span {
    display: table-cell;
}

.ltn__reason-area ul li span img {
    width: 25px;
    max-width: 25px;
}

.ltn__reason-area ul li .ltn__reason-area-div {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-left: 15px;
}

.ltn__choose-section-cls {
    position: relative;
}


/* Slider Section */

.ltn_slider-item {
    height: 580px;
    width: 580px;
    background-color: #F2F2FF;
    border-radius: 100%;
}

.ltn__slider-cls {
    padding-top: 20px;
}

.ltn__first-slider .owl-dots .owl-dot.active span,
.ltn__review-slider .owl-dots .owl-dot.active span {
    background-color: rgba(55, 52, 169, 1);
}
.ltn__review-slider .owl-stage, .ltn__review-slider .owl-item{
    display: flex;
}
.ltn__review-slider .owl-stage{
    height: 100%;
}
.ltn__first-slider .owl-nav,
.ltn__review-slider .owl-nav {
    display: none;
}

.ltn__first-slider .owl-dots,
.ltn__review-slider .owl-dots {
    margin-top: 20px;
}


/* Review Slider Section */

.ltn__review-slider-section {
    background-color: rgba(242, 242, 255, 1);
}

.custome {
    background-color: white;
    padding: 30px;
    margin-top: 20px;
   
}

.ltn_review-slider-item {
    background-color: white;
    padding: 30px;
    margin-top: 20px;
    width: 100%;
}

.ltn__slider-top-area {
    display: flex;
    align-items: center;
}

.ltn__review-slider-icon {
    margin-right: 30px;
}

.ltn__review-slider-section .ltn__review-slider-info img {
    width: auto;
}

.ltn__slider-bottom-area {
    margin-top: 30px;
}

.ltn__review-slider-info p {
    padding-top: 10px;
}

.ltn__review-slider-info p span {
    color: rgba(55, 52, 169, 1);
}


/* Footer */

footer {
    background-color: #3734A9;
}

.footer-title {
    padding-bottom: 30px;
}

.footer-address .footer-address-icon {
    float: left;
}

.footer-address .footer-address-info {
    padding-left: 50px;
}

.footer-address ul li {
    margin-top: 15px;
}

.footer-address-info p:nth-of-type(1) {
    font-family: 'Inter';
    font-weight: 500;
}

.footer-title {
    height: 110px;
    align-items: center;
    display: flex;
}

.footer-title h4 {
    color: white;
    font-family: 'Inter';
    font-weight: 500;
}

.footer_menu_widget {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer-top-area {
    padding-bottom: 50px;
}

.ltn__copyright-text-area {
    border-top: 1px solid white;
    text-align: center;
    padding: 15px;
}


/* breadcrumb css */

.ltn__breadcrumb-list {
    padding-bottom: 30px;
}

.ltn__breadcrumb-list ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    font-weight: 700;
    color: #3734A9;
}

.ltn__breadcrumb-list ul li a:after {
    position: absolute;
    content: "/";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 25px;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.ltn__breadcrumb-list ul li:last-child {
    margin-right: 0;
}

.ltn__breadcrumb-list ul li:first-child {
    color: black;
}


/* service page */

.ltn__common_header-detail-area {
    padding-top: 70px;
}

.ltn__common_header_section,
.ltn__top-space {
    position: relative;
    padding-top: 100px;
}

.ltn__common_header_section::before {
    position: absolute;
    top: 0px;
    height: 66%;
    background-color: rgba(242, 242, 255, 1);
    content: "";
    width: 100%;
    z-index: -1;
}

.ltn__common_header-image-area {
    padding-top: 70px;
}

.ltn__common_header_inner_cls {
    width: 470px;
    height: 470px;
    background-color: white;
    border-radius: 100%;
    margin-left: auto;
    position: relative;
    margin-top: 30px;
    box-shadow: 0px 0px 25px rgb(55 52 169 / 10%);
}

.ltn__common_header_inner_cls img {
    position: absolute;
    top: -70px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.ltn__common_header_inner_cls .center-image {
    top: 0px;
    bottom: 0px;
}

.ltn__service_feature_section .ltn__feature-item {
    box-shadow: 0px 0px 25px rgb(55 52 169 / 10%);
}

.ltn__expert-service-inner-cls {
    background-image: url('../image/expert-service-image.png');
    background-size: cover;
    padding: 50px;
    background-position: center;
}

.ltn__expert-service-text-cls {
    padding-bottom: 30px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 30px;
}

.ltn__expert-service-area .ltn__commom_button {
    color: #3734A9;
}

.ltn__expert-service-area .ltn__commom_button:hover {
    color: #3734A9;
}


/* Consultation Section */

.ltn__consult_section {
    background-position: top center;
    background-repeat: no-repeat;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../image/consult_background_image.png') no-repeat;
    height: 371px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ltn_consult_text_area {
    text-align: center;
    color: white;
}


/* Pricing Plan Section */

.ltn__pricing_plan_section {
    padding-bottom: 130px;
}

.ltn__price-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgb(55 52 169 / 10%);
    padding: 30px;
}

.ltn__price-info {
    border-bottom: 1px solid #3734A9;
    padding: 0px 0px 20px;
    margin-bottom: 25px;
}

.ltn__price-info h3 {
    color: #3734A9;
    font-size: 30px;
    font-family: 'Conv_Inter-Bold';
}

.ltn_price_text_area ul li {
    text-align: initial;
    padding-bottom: 15px;
}

.ltn_price_text_area ul li:last-child {
    padding-bottom: 0px;
}

.ltn_price_text_area ul li span {
    float: left;
}

.ltn_price_text_area ul li p {
    padding-left: 30px;
}

.ltn_price_text_area .ltn__all-service-view {
    margin-top: 30px;
}

.ltn__price-item:hover {
    transform: scale(1.2);
    transition: ease 0.5s;
}


/* Blog Page */

.ltn__blog-inner_cls {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgb(55 52 169 / 10%);
    height: 100%;
}

.ltn__blog-text-area {
    padding: 15px 30px 30px;
}

.ltn__blog-created-date {
    border-bottom: 1px solid rgba(55, 52, 169, 0.25);
    padding-bottom: 10px;
}

.ltn__blog-created-date ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ltn__blog-created-date ul li {
    padding-bottom: 10px;
}

.ltn__blog-created-date ul li img {
    padding-right: 5px;
}

.ltn__blog-text-cls {
    padding-top: 15px;
}

.ltn__blog-text-cls h4 {
    font-size: 18px;
    padding-bottom: 15px;
    font-family: 'Conv_Inter-SemiBold';
}

.ltn__blog-text-cls p {
    padding-bottom: 15px;
}

.ltn__blog-text-cls a {
    color: #3734A9;
    font-family: 'Inter';
    font-weight: 500;
    text-decoration: underline;
}

.margin__bottom_div {
    margin-bottom: 30px;
}


/* Blog Right Sidebar */

.ltn__catagory-detail-cls .active-catagory {
    color: var(--heading-color);
}

.ltn__catagory-detail-cls .fa-angle-right {
    font-size: 20px;
}

.ltn__catagory-detail-cls .active-catagory i {
    color: var(--heading-color);
}

.ltn__input-box form {
    position: relative;
}

.ltn__input-box form input {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border: 1px solid #B7B5FF;
    height: 55px;
    width: 100%;
    padding: 0px 65px 0px 30px;
    color: black;
    font-family: 'Inter';
    font-weight: 500;
}

.ltn__input-box form button {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 55px;
    width: 55px;
    border: none;
    background-color: #3734A9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ltn__catagory-list-area {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgb(55 52 169 / 10%);
    margin-top: 30px;
    padding: 30px;
}

.ltn__catagory-item a {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid black;
    border-bottom: 1px solid rgba(55, 52, 169, 0.25);
    padding-top: 15px;
}

.ltn__catagory-title {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 500;
}

.ltn__catagory-list-area .ltn__catagory-item:last-child a {
    border-bottom: none;
}

.ltn_blog_template {
    grid-template-columns: 0.5fr 1fr;
    display: grid;
    grid-gap: 22px;
    margin-bottom: 30px;
}

.ltn__blog-inner_cls:hover .ltn__blog_image_area img {
    transform: scale(1.1);
}

.ltn__blog_image_area {
    position: relative;
    overflow: hidden;
}

.ltn__blog-inner_cls .ltn__blog_image_area img {
    transition: all 0.5s ease;
}

.ltn__blog_summary_outer {
    padding-bottom: 0px;
    padding-top: 0px;
}

.ltn__blog_summary_outer p span img {
    padding-right: 5px;
}

.ltn__mail-box {
    margin-top: 30px;
}

.ltn__mail-box input {
    filter: none;
}

.ltn__input-box input::placeholder {
    color: black;
}

.ltn__heading {
    font-family: 'Conv_Inter-Bold';
    font-size: 24px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ltn__experience-text {
    position: absolute;
    width: 190px;
    margin: auto;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
    height: 82px;
}

.ltn__experience-text-div {
    position: absolute;
    right: 36px;
    top: -139px;
}

.ltn__catagory-list-area a:last-child .ltn_blog_template {
    margin-bottom: 0px;
}

.ltn__award-circle-text-area {
    width: 291px;
    margin: auto;
    text-align: center;
    padding: 20px 0px;
    color: white;
}


/* Blog Detail Page */

.ltn__blogdetail-text-area {
    padding: 40px 0px 50px;
}

.ltn__blogdetail-text-area .ltn__blog-created-date {
    padding-bottom: 20px;
}

.ltn__skill_area {
    padding: 15px 0px;
}

.ltn__blogdetail-admin {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.ltn__skill_area ul li {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgb(55 52 169 / 10%);
    padding: 12px 15px;
    display: inline-flex;
    margin-bottom: 15px;
    margin-right: 15px;
}

.ltn__skill_area ul li a {
    color: black;
}

.ltn__blogdetail-text-cls {
    padding-top: 30px;
}

.ltn__blogdetail-text-cls p {
    padding-bottom: 15px;
}

.ltn__blog-detail-cls {
    padding: 35px 0px 50px;
}

.ltn__inner-nav-privious {
    display: flex;
    align-items: center;
}

.ltn__privious-text-cls p {
    color: #3734A9;
    text-decoration: underline;
}

.ltn__post-navigation-area {
    display: flex;
    justify-content: space-between;
}

.ltn__privious-arrow-cls {
    background-color: #3734A9;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ltn__fullwidth-date-cls ul li {
    display: inline-block;
    padding: 0px 20px;
}

.ltn__fullwidth-date-cls ul li img {
    padding-right: 10px;
}

.ltn__fullwidth-date-cls ul {
    padding-bottom: 30px;
}


/* Blog Detail Fullwidth */

.ltn__bolg-detail-comment-section .ltn__comment-inner-area {
    display: initial;
}

.ltn__blog-detail-admin-image-cls {
    float: left;
}

.ltn__bolg-detail-comment-section .ltn__admin-detail-cls {
    justify-content: space-between;
}

.ltn__blogdetail-text-area p {
    padding-bottom: 15px;
}

.ltn__blogdetail-text-area p:last-of-type {
    padding-bottom: 0px;
}

.ltn__blogdetail-related-tag-area {
    padding-top: 100px;
}

.ltn__blog-detail-reply-text-cls {
    padding-left: 100px;
}

.ltn__blog-detail-reply-text-cls .ltn__comment-text-area {
    border-bottom: 1px solid #B1B1B1;
    padding-bottom: 40px;
}


/* Comment Section */

.ltn__admin-detail-cls {
    display: flex;
    align-items: center;
}

.ltn__comment-post-date ul li:first-child {
    border-right: 1px solid #3734A9;
    padding-left: 0px;
    padding-right: 13px;
}

.ltn__comment-post-date ul li {
    display: inline-block;
    color: #3734A9;
    padding: 0px 10px;
}

.ltn__comment-post-date ul li:last-child {
    padding-right: 0px;
}

.ltn__comment-inner-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ltn__comment-area {
    padding-top: 80px;
}

.ltn__related-blog-area {
    padding-top: 20px;
}


/* Comment Form */

.ltn__comment-form {
    background-color: #F2F2FF;
    padding: 40px 50px;
}

.ltn__comment-input-cls {
    display: flex;
    grid-gap: 41px;
}

.ltn__comment-input-cls p {
    width: 50%;
    padding-bottom: 30px;
}

label {
    display: block;
    padding-bottom: 10px;
    color: black;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
}

input,
textarea {
    border: none;
    width: 100%;
    background-color: white;
    padding: 0px 20px;
}

input {
    height: 54px;
}

.ltn__admin-name-cls p {
    display: block;
    padding-bottom: 10px;
    color: black;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
}


/* Service Detail Page*/

.ltn__service-detail-image-area {
    grid-gap: 40px;
}

.ltn__working-progress-section .ltn__feature-item {
    padding: 30px 15px;
}


/* Contactus Page */

.ltn__contact-info-cls {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.ltn__contact-sub-info-cls {
    text-align: center;
    padding: 50px 0px;
}

.ltn__contact-form p {
    padding-bottom: 30px;
}

.ltn__contact-form p:last-of-type {
    padding-bottom: 0px;
}

.ltn__map_section iframe {
    margin-bottom: -6px;
}


/* Faq Page */

.faq_area .accordion-header .ltn__catagory-title {
    color: #3734A9;
}

.faq_area .accordion-body {
    background-color: #F6F6FF;
    padding: 25px 30px;
}

.faq_area .accordion-body p {
    padding-bottom: 10px;
}

.faq_area .accordion-body p:last-of-type {
    padding-bottom: 0px;
}

.faq_area .accordion-header {
    box-shadow: 0px 0px 15px rgb(55 52 169 / 10%);
    background: transparent;
}

.faq_area .accordion-item {
    border: none !important;
}

.faq_area .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.faq_area .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.faq_area .accordion-button::after {
    content: '\f0da';
    font-family: 'FontAwesome';
    background-image: none;
    font-size: 26px;
    height: auto;
    width: auto;
    color: #3734A9;
    position: absolute;
    height: 33px;
    top: 15px;
    bottom: 0px;
    right: 20px;
}

.accordion-item {
    margin-bottom: 30px;
}

.accordion-item:last-of-type {
    margin-bottom: 0px;
}

.faq_area .accordion-button:not(.collapsed)::after {
    content: "\f0dd";
    font-family: 'FontAwesome';
    transform: none;
    background-image: none;
    top: 10px;
}

.faq_area .accordion-button {
    border-radius: 0px;
    height: 65px;
    padding-right: 40px;
}

.faq_area .accordion-button:focus {
    box-shadow: none;
    position: relative;
}


/* Pagenot Found Page */

.ltn__page-not-text-area {
    top: 30px;
    text-align: center;
    left: 0px;
    right: 0px;
    position: absolute;
}

.ltn__page-not-text-area h1 {
    padding-bottom: 20px;
}

.ltn__page-not-text-area p {
    font-size: 24px;
    font-family: 'Conv_Inter-SemiBold';
}

.ltn__pagenot-found-section {
    padding: 80px 0px;
}

.ltn__pagenot-found-image-area img {
    width: 60%;
}


/* Aboutus Page */

.ltn__award-circle-div {
    box-shadow: 0px 0px 25px rgb(55 52 169/10%);
    height: 560px;
    width: 560px;
    border-radius: 100%;
    position: relative;
    background: linear-gradient( 180deg, white 68.9%, #3734A9 40%);
}

.ltn__award-circle-div img {
    width: 106%;
    max-width: 112%;
    margin-left: -10px;
}

.ltn__mission-heading-div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    border-bottom: 1px solid #3734A9;
    flex-wrap: wrap;
    padding-top: 10px;
}

.ltn__mission-heading-div p {
    padding-bottom: 10px;
    padding-right: 20px;
}

.ltn__mission-heading-div p {
    font-size: 20px;
    color: #3734A9;
    font-family: 'Conv_Inter-SemiBold';
}

.ltn__bold-description {
    font-family: 'Conv_Inter-SemiBold';
}


/* Company History Section */

.ltn__company-history-section {
    background-color: #F2F2FF;
}

.ltn__single-year-div {
    text-align: center;
    color: white;
    position: relative;
    display: flex;
    flex-direction: column;
}

.ltn__single-year-full-text-cls::before {
    content: '';
    display: block;
    position: absolute;
    height: 14px;
    width: 13px;
    z-index: 111;
    left: 0px;
    right: 0px;
    margin: auto;
}

.ltn__single-year-full-text-cls {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 275px;
}

.ltn__top-box .ltn__single-year-full-text-cls::before {
    bottom: -25px;
    border-top: 25px solid #3734A9;
    z-index: 111;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
}

.ltn__bottom-box .ltn__single-year-full-text-cls::before {
    top: -25px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 25px solid #3734A9;
    filter: drop-shadow(2px 18px 33px rgba(81, 91, 125, 0.34));
}

.ltn__bottom-box {
    align-self: flex-end;
}

.ltn__history-slider .owl-item {
    min-height: 676px;
    display: flex;
}

.ltn__arrow-line {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    background-color: #9D9D9C;
    height: 100px;
    width: 2px;
}

.ltn__arrow-dot {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    z-index: 99;
}

.ltn__pink-dot {
    background: linear-gradient(90deg, #AE0F44 0.03%, #C20A59 20.4%, #D6046D 47.49%, #E2017A 74.23%, #E6007E 100.01%);
}

.ltn__blue-dot {
    background: linear-gradient(30deg, #000083 13.44%, #020886 19.7%, #071F8E 29.52%, #0E449C 41.69%, #1977AF 55.74%, #27B7C7 71.18%, #36FFE1 86.62%);
}

.ltn__green-dot {
    background: linear-gradient(90deg, #3AAA35 0.72%, #52B02F 20.22%, #76B926 54.47%, #8DBF21 82.29%, #95C11F 100%);
}

.ltn__purple-dot {
    background: linear-gradient(90deg, #29235C 0.14%, #342260 16.83%, #52206A 46.3%, #821C7A 84.87%, #951B81 98.77%);
}

.ltn__top-box .ltn__arrow-dot {
    bottom: -135px;
}

.ltn__bottom-box .ltn__arrow-dot {
    top: -135px;
}

.ltn__top-box .ltn__arrow-line {
    bottom: -135px;
}

.ltn__bottom-box .ltn__arrow-line {
    top: -135px;
}

.ltn__top-box .ltn__single-year-heading {
    border-radius: 20px 20px 0px 0px;
}

.ltn__bottom-box .ltn__heading {
    padding-top: 15px;
    padding-bottom: 0px;
}

.ltn__single-year-heading {
    text-align: center;
    padding-top: 20px;
    padding: 20px;
    color: #3734A9;
    background-color: white;
}

.ltn__bottom-box .ltn__single-year-heading {
    border-radius: 0px 0px 20px 20px;
}

.ltn__bottom-box .ltn__single-year-text-div {
    border-radius: 20px 20px 0px 0px;
}

.ltn__top-box .ltn__single-year-text-div {
    border-radius: 0px 0px 20px 20px;
}

.ltn__history-slider .owl-item:last-child {
    z-index: 99;
}

.ltn__history-slider .owl-item:nth-last-child(2) {
    z-index: 9999;
}

.ltn__history-slider .owl-item:nth-last-child(3) {
    z-index: 999999;
}

.ltn__history-slider .owl-item:nth-last-child(4) {
    z-index: 99999999;
}

.ltn__history-slider .owl-item:nth-last-child(5) {
    z-index: 999999999;
}

.ltn__history-slider .owl-item:nth-last-child(6) {
    z-index: 99999999999;
}

.ltn__history-slider .owl-item:nth-last-child(7) {
    z-index: 99999999999999;
}

.ltn__single-year-text-div {
    padding: 20px;
    background-color: #3734A9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.ltn__arrow-image-cls {
    position: absolute;
    width: 261px;
}

.ltn__top-box .ltn__arrow-image-cls {
    left: -131px;
    bottom: -130px;
}

.ltn__bottom-box .ltn__arrow-image-cls {
    left: -134px;
    top: -121px;
    width: 261px;
    z-index: -1;
}

.ltn__history-slider .owl-nav .owl-prev span:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-weight: normal;
    color: white;
    background-color: #3734A9;
    height: 30px;
    display: block;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.ltn__history-slider .owl-nav .owl-next span:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-weight: normal;
    color: white;
    background-color: #3734A9;
    height: 30px;
    display: block;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}


.ltn__history-slider .owl-nav .owl-prev, .ltn__history-slider .owl-nav .owl-next{
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.ltn__history-slider .owl-dots {
    display: none;
}

.ltn__history-slider .owl-nav .owl-next {
    right: -55px;
}
.ltn__history-slider .owl-nav .owl-prev {
    left: -55px;
}


/* Expert Section ====  */

.ltn__expert-item {
    position: relative;
}

.ltn__expert-image-cls {
    overflow: hidden;
}

.ltn__expert-item:hover .ltn__expert-image-cls img {
    transform: scale(1.1);
}

.ltn__expert-item .ltn__expert-image-cls img {
    transition: all 0.5s ease;
}

.ltn__expert-info {
    background-color: #F2F2FF;
    padding: 30px;
}

.ltn__expert-social-cls {
    padding-top: 15px;
}

.ltn__expert-social-cls ul li {
    display: inline-block;
    padding: 0px 5px;
}

.ltn__expert-area {
    padding-top: 25px;
}

.ltn__counter-assets-area {
    background-color: #3734A9;
    padding: 120px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ltn__counter-assets-cls {
    display: flex;
    flex-direction: column;
}

.ltn__assets-text-area {
    flex: 1;
}

.ltn__assets-image-area {
    min-height: 68px;
}

.ltn__assets-text-area h3 {
    color: white;
    padding-top: 24px;
    padding-bottom: 15px;
    font-family: 'Conv_Inter-SemiBold';
    font-size: 36px;
}


/* Pagination */

.ltn__pagination-area ul {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
}

.ltn__pagination-area ul li .ltn__paginatiom-number {
    height: 50px;
    width: 50px;
    display: block;
    display: flex;
    background-color: #F2F2FF;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #3734A9;
    font-family: 'Inter';
    font-weight: 500;
    margin-right: 15px;
}

.ltn__pagination-area ul li .ltn__paginatiom-number.active {
    background-color: #3734A9;
    color: white;
}

.ltn__pagination-area ul li .ltn__pagination-dot {
    height: 10px;
    width: 10px;
    display: flex;
    margin-right: 10px;
    background-color: #EFEFEF;
    border-radius: 100%;
}


/* Privacy policy Page */

.ltn__sub-heading {
    font-size: 36px;
    padding-bottom: 20px;
    font-family: 'Inter';
    color: #3734A9;
}

.ltn__detail-text-div p {
    padding-bottom: 30px;
}

.ltn__detail-text-div ul li {
    padding-bottom: 20px;
    padding-left: 30px;
}

.ltn__detail-text-div ul li:before {
    content: "\2022";
    color: #3734A9;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1.6em;
    font-size: 18px;
    float: left;
}


/* Portfolio Page */

.ltn__portfolio-name-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid black;
}

.ltn__portfolio-name-area ul li {
    padding-bottom: 15px;
    padding: 0px 15px 15px;
}

.ltn__portfolio-detail-cls .ltn__blog-text-cls a {
    text-decoration: none;
}

.ltn__portfolio-name-area ul li a {
    font-size: 20px;
    font-family: 'Conv_Inter-Bold';
}

.ltn__portfolio-name-area ul li a.active {
    color: #3734A9;
    text-decoration: underline;
}

.ltn__portfolio-detail-cls .ltn__blog-text-cls p {
    padding-bottom: 0px;
}


/* Portfolio Detail Page */

.ltn__company-name {
    font-size: 16px;
    font-family: 'Inter';
    color: #3734A9;
}

.ltn__portfolio-detail-section .ltn__catagory-item {
    border-bottom: 1px solid #F2F2FF;
    padding: 20px 0px;
}

.ltn__portfolio-detail-section .ltn__catagory-heading-cls {
    border-bottom: 1px solid #F2F2FF;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid rgba(55, 52, 169, 0.50);
}

.ltn__portfolio-detail-section .ltn__catagory-item:last-of-type {
    border-bottom: none;
}

.ltn__portfolio-page-form input,
.ltn__portfolio-page-form textarea {
    background-color: #F2F2FF;
}

.ltn__portfolio-detail-text-cls ul li:before {
    content: url('../image/correct.svg');
    width: 2em;
    margin-left: -1.5em;
}


/* Responsive CSS Start*/

@media screen and (min-width:1199px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        height: auto;
        opacity: 1;
        transition: 0.5s ease-in;
    }
    .ltn__main-menu .dropdown-menu {
        height: 0px;
        opacity: 0;
    }
}

@media screen and (min-width:992px) {
    /* Dropdown Menu */
    .dropdown-menu.show {
        display: block;
        height: auto;
        opacity: 1;
        transition: 0.5s ease-in;
        box-shadow: 0px 0px 25px rgb(55 52 169 / 10%);
        background: #FFFFFF;
    }
    .ltn__main-menu .dropdown-menu {
        top: 89px;
        border: none;
        border-radius: 0px;
        padding: 15px !important;
        box-shadow: 0 0 7px rgb(60 72 88 / 45%);
    }
    .ltn__main-menu .navbar-nav .nav-item {
        height: 80px;
        display: flex;
        align-items: center;
    }
    .ltn__header-area ul ul.dropdown-menu:before {
        content: '';
        display: block;
        position: absolute;
        left: 13%;
        top: -14px;
        margin-top: 0px;
        width: 16px;
        height: 14px;
        width: 6px;
        height: 6px;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 14px solid white;
        filter: drop-shadow(2px 18px 33px rgba(81, 91, 125, 0.34));
    }
    .ltn__header-area .ltn__main-menu ul li a:hover {
        color: #3734A9 !important;
    }
}

@media screen and (min-width:1199px) and (max-width:1399px) {
    /* Slider Section */
    .ltn_slider-item {
        width: 520px;
        height: 520px;
    }
    /* Aboutus Page */
    .ltn__award-circle-div {
        height: 526px;
        width: 526px;
        position: relative;
        background: linear-gradient( 180deg, white 64.9%, #3734A9 40%);
    }
    .ltn__award-circle-div img {
        width: 100%;
        margin: auto;
    }
    .ltn__header-area .ltn__main-menu ul li a {
        padding: 0px 15px !important;
    }
    .ltn__main-menu .navbar-brand{
        margin-right: 0px;
    }
    .ltn__history-slider .owl-nav .owl-next {
        right: -37px;
    }
    .ltn__history-slider .owl-nav .owl-prev{
        left: -35px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    /* Header */
    .ltn__header-area .ltn__main-menu ul li a {
        padding: 0px 5px !important;
    }
    .ltn__main-menu .navbar-brand{
        margin-right: 0px;
    }
    .ltn__main-menu .ltn__commom_button{
        padding: 5px 15px;
    }
    .ltn__pagenot-found-image-area img {
        width: 70%;
    }
    /* Aboutus Page */
    .ltn__award-circle-div {
        height: 422px;
        width: 448px;
        background: linear-gradient( 180deg, white 69.1%, #3734A9 40%);
    }
    .ltn__award-circle-div img {
        width: 100%;
        margin: auto;
    }
    .ltn__award-circle-text-area {
        padding: 10px 0px;
    }
    .ltn__history-slider .owl-nav .owl-prev {
        left: -27px;
    }
    .ltn__history-slider .owl-nav .owl-next {
        right: -27px;
    }
    .ltn__counter-assets-area {
        padding: 120px 60px;
    }
    .ltn__expert-service-inner-cls {
        padding: 50px 25px;
    }
}

@media screen and (min-width:767px) and (max-width:992px) {
    /* Logo Section */
    .ltn__logo-section ul li {
        padding-right: 20px;
    }
    .ltn__logo-section ul li:last-child {
        padding-right: 0px;
    }
    /* Service Page */
    .ltn__common_header_section::before {
        height: 82%;
    }
    .ltn__common_header-detail-area,
    .ltn__common_header-image-area {
        padding-top: 45px;
    }
    .ltn__common_header_inner_cls {
        height: 370px;
        width: 370px;
    }
    .service-detail-heading {
        font-size: 36px;
    }
    /* Contactus Page */
    .ltn__contact-info-cls {
        grid-template-columns: 1fr 1fr;
    }
    .ltn__contact-info-cls .ltn__contact-sub-info-cls:last-of-type {
        grid-column-end: 2 span;
    }
    .ltn__contact-info-cls .ltn__contact-sub-info-cls {
        padding-bottom: 30px;
    }
    .ltn__pagenot-found-image-area img {
        width: 80%;
    }
    /* Aboutus Page */
    .ltn__history-slider .owl-nav .owl-prev {
        left: -27px;
    }
    .ltn__history-slider .owl-nav .owl-next {
        right: -27px;
    }
    .ltn__counter-assets-area {
        padding: 50px 50px;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    /* Aboutus Page */
    .ltn__award-circle-div {
        height: auto;
        width: auto;
        background: linear-gradient( 180deg, white 70.7%, #3734A9 37%);
    }
    .ltn__award-circle-div img {
        width: 100%;
        margin: auto;
    }
    .ltn__award-circle-text-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 150px;
        padding: 0px;
    }
    .ltn__history-slider .owl-nav .owl-prev {
        left: -27px;
    }
    .ltn__history-slider .owl-nav .owl-next {
        right: -27px;
    }
    .ltn__counter-assets-cls {
        width: 50%;
    }
    .ltn__counter-assets-area {
        padding: 50px 25px 0px;
    }
    .ltn__counter-assets-cls {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:576px) and (min-width:430px) {
    .ltn__top-box .ltn__arrow-image-cls.d-sm-none {
        right: 23px;
        left: 172px;
        right: 34px;
        left: 190px;
        bottom: -132px;
    }
    .ltn__bottom-box .ltn__arrow-image-cls.d-sm-none {
        right: 23px;
        left: 172px;
    }
}

@media screen and (max-width:1199px) {
    /* Choose Section  */
    .ltn__choose-section-area {
        position: inherit;
        height: auto;
    }
    .ltn__slider-left-cls {
        padding-bottom: 50px;
    }
    .ltn_slider-item {
        margin: auto;
    }
}

@media screen and (max-width:992px) {
    /* Dropdown Menu */
    .ltn__header-area .ltn__main-menu .dropdown-menu li a {
        font-size: 16px;
        padding: 10px 10px 10px 20px !important;
        color: black !important;
    }
    /* Navigation Menu */
    .ltn__main-menu .navbar-collapse {
        background-color: #3734A9;
        position: fixed !important;
        width: 330px!important;
        padding-top: 30px!important;
        margin: auto;
        height: 100% !important;
        color: white;
        transition: all 0.50s ease;
        top: 0;
        right: 0;
        transform: translateX(100%);
        opacity: 0;
        z-index: 9999;
        overflow: auto;
    }
    .ltn__main-menu .navbar-collapse.show {
        right: 0px;
        transform: translateX(0);
        opacity: 1;
        transition: all 0.5s ease;
    }
    .ltn__main-menu .navbar-collapse .nav-item a {
        color: white !important;
        padding: 10px 20px !important;
    }
    .ltn__main-menu button:focus,
    .ltn__main-menu button :focus-visible {
        box-shadow: none;
        outline: none;
    }
    .ltn__main-menu .navbar-collapse .ltn__commom_button {
        border: 1px solid white;
        margin-left: 20px;
    }
    /* Header Section */
    .ltn__header_section .row {
        padding: 50px 0px;
    }
    .section_padding {
        padding: 50px 0px;
    }
    .section-top-padding {
        padding-top: 50px;
    }
    .section-bottom-padding {
        padding-bottom: 50px;
    }
    .section-margin-top {
        margin-top: 50px;
    }
    /* Solution Section  */
    .ltn-row-padding {
        padding-bottom: 0px;
    }
    .ltn__solutin-image-area {
        width: 300px;
        margin: 0px auto 50px;
    }
    .ltn__solutin-image-area .ltn_image_back {
        left: -132px;
        bottom: -26px;
    }
    /* Choose Section */
    .ltn__choose-section-area {
        width: auto;
    }
    .ltn__logo-section ul {
        justify-content: center;
    }
    .ltn__catagory-detail-cls {
        opacity: 0;
        height: 0px;
    }
    .ltn__catagory-detail-cls.ltn__show-catagory-list .ltn__catagory-item:first-child {
        margin-top: 15px;
        border-top: 1px solid rgba(55, 52, 169, 0.50);
        padding-top: 20px;
    }
    .ltn__catagory-detail-cls.ltn__show-catagory-list .ltn_blog_template:first-child {
        margin-top: 20px;
        border-top: 1px solid rgba(55, 52, 169, 0.50);
        padding-top: 45px;
    }
    .ltn__catagory-detail-cls.ltn__show-catagory-list,
    .ltn_blog_template.ltn__show-catagory-list {
        opacity: 1;
        height: auto;
        transition: 0.5s ease-in;
    }
    .ltn__catagory-heading-cls::before {
        display: flex;
        top: 11px;
        justify-content: center;
        font-family: 'FontAwesome';
        position: absolute;
        background-image: none;
        right: 0px;
        color: black;
        content: "\f107";
        height: 25px;
        top: 0px;
        margin: auto;
        bottom: 0px;
    }
    .ltn__catagory-heading-cls.ltn__down-arrow::before {
        content: "\f106";
    }
    .ltn__catagory-heading-cls .ltn__heading {
        padding-bottom: 0px;
    }
    .ltn__catagory-heading-cls {
        position: relative;
    }
    .footer-top-area {
        padding-bottom: 20px;
    }
    /* Service Detail Page */
    .ltn__servicer-detail-cls {
        height: auto;
        opacity: 1;
    }
    /* Contact Page */
    .ltn__contact-info-cls .ltn__contact-sub-info-cls:last-of-type {
        padding-bottom: 50px;
        padding-top: 0px;
    }
    /* Page Not Found */
    .ltn__page-not-text-area {
        top: 0px;
    }
    .ltn__page-not-text-area h1 {
        padding-bottom: 10px;
    }
    .ltn__page-not-text-area p {
        font-size: 15px;
        font-family: 'Conv_Inter-SemiBold';
    }
    .ltn__pagenot-found-section {
        padding: 50px 0px;
    }
    .ltn__pagenot-found-image-area img {
        width: 100%;
    }
    /* About Us Page */
    .ltn__award-circle-div {
        margin: auto;
    }
    .ltn__mission-left-image-area {
        margin-top: 180px;
        margin-bottom: 50px;
    }
    /* Portfolio Page */
    .ltn__portfolio-name-area ul {
        justify-content: space-around;
    }
    .ltn__portfolio-page-form {
        border-top: 1px solid rgba(55, 52, 169, 0.50);
    }
    .ltn__portfolio-detail-section .ltn__catagory-heading-cls {
        border-bottom: none;
    }
}

@media screen and (max-width:767px) {
    /* Navigation Menu */
    .ltn__common_header_section,
    .ltn__top-space {
        padding-top: 103px;
    }
    .ltn__main-menu {
        padding: 10px 0px;
    }
    .ltn__header_section {
        padding: 50px 0px 30px;
    }
    .ltn__section-title-area {
        width: auto;
    }
    .ltn_slider-item {
        height: auto;
        width: auto;
        margin-bottom: 30px;
    }
    /* Footer */
    .col-xl-3 .footer-widget {
        padding-top: 0px;
    }
    .footer-widget {
        padding-top: 30px;
    }
    .footer-title {
        height: auto;
        padding-bottom: 15px;
    }
    /* Service Page */
    .ltn__common_header_inner_cls {
        height: 430px;
        width: 430px;
        margin: auto;
        text-align: center;
    }
    .ltn__common_header_inner_cls img {
        position: inherit;
        top: inherit;
    }
    .ltn__common_header_section::before {
        height: 100%;
    }
    .ltn__common_header-image-area {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .ltn__common_header-detail-area {
        padding-top: 50px;
    }
    /* Comment Form */
    .ltn__comment-input-cls {
        display: block;
    }
    .ltn__comment-input-cls p {
        width: 100%;
    }
    .ltn__comment-form {
        padding: 25px;
    }
    /* Contact Page */
    .ltn__contact-info-cls {
        grid-template-columns: 1fr;
        padding-top: 30px;
    }
    .ltn__contact-sub-info-cls {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    /* Blog Detail Page */
    .ltn__related-blog-area {
        padding-top: 0px;
    }
    /* Aboutus Page */
    .ltn__award-circle-div {
        background: linear-gradient( 180deg, white 69.1%, #3734A9 37%);
    }
    .ltn__award-circle-div img {
        width: 100%;
        margin: auto;
    }
    /* Privacy Policy Page */
    .ltn__sub-heading {
        padding-bottom: 20px;
    }
    .ltn__detail-text-div p {
        padding-bottom: 20px;
    }
}

@media screen and (max-width:576px) {
    .ltn_heading-text {
        font-size: 30px;
        padding-bottom: 15px;
    }
    .ltn__solutin-image-area {
        margin-bottom: 30px;
    }
    /* About Us Page */
    .ltn__award-circle-div {
        text-align: center;
        width: 350px;
        height: 350px;
    }
    .ltn__award-circle-div img {
        width: 340px;
    }
    .ltn__award-circle-div {
        background: linear-gradient( 180deg, white 63.1%, #3734A9 37%);
    }
    .ltn__award-circle-text-area {
        padding: 5px 0px;
    }
    .ltn__award-circle-text-area .ltn__heading {
        padding-bottom: 5px;
    }
    .ltn__experience-text-div {
        right: 0px;
    }
    .ltn__history-slider-item {
        margin-left: auto;
        margin-right: auto;
        margin: auto;
    }
    .ltn__history-slider .owl-nav .owl-prev {
        left: -20px;
    }
    .ltn__history-slider .owl-nav .owl-next {
        right: -20px;
    }
    .ltn__top-box .ltn__arrow-image-cls {
        left: -35px;
        bottom: -129px;
        width: 232px;
    }
    .ltn__bottom-box .ltn__arrow-image-cls {
        left: -35px;
        bottom: -129px;
        width: 232px;
    }
    .ltn__history-slider .owl-item {
        min-height: auto;
    }
    .ltn__counter-assets-area {
        width: 100%;
        flex-wrap: wrap;
        padding: 50px 27px 0px;
        border-bottom: 1px solid beige;
        justify-content: revert;
        text-align: center;
    }
    .ltn__counter-assets-cls {
        flex-direction: row;
        margin-bottom: 25px;
        width: 100%;
        align-items: center;
        text-align: center;
        border-bottom: 1px solid white;
        padding-bottom: 25px;
    }
    .ltn__assets-text-area h3 {
        padding-top: 0px;
    }
    .ltn__counter-assets-cls:last-of-type {
        border-bottom: none;
    }
    /* Blog Detail With Full Width */
    .ltn__blog-detail-admin-image-cls {
        float: initial;
        padding-bottom: 20px;
    }
    .ltn__blog-detail-reply-text-cls {
        padding-left: 0px;
    }
    .ltn__arrow-image-cls,
    .ltn__arrow-dot,
    .ltn__arrow-line,
    .ltn__arrow-image-cls,
    .ltn__single-year-full-text-cls:before,
    .ltn__arrow-image-cls {
        display: none !important;
    }
    .ltn__single-year-full-text-cls {
        width: 300px;
    }
    .ltn__fullwidth-date-cls ul li {
        padding: 0px 10px 10px;
    }
    .ltn__fullwidth-date-cls ul li:last-child{
        padding-bottom: 0px;
    }
}

@media screen and (max-width:450px) {
    .ltn__blog-text-area {
        padding: 15px 15px 15px;
    }
    .ltn__common_header_inner_cls {
        height: 330px;
        width: 320px;
        margin: auto;
    }
    .ltn__common_header_inner_cls img {
        width: 250px;
        position: absolute;
        top: 0px;
        bottom: 0px;
    }
    .ltn__comment-post-date ul li {
        display: block;
        border-right: none !important;
        padding: 0px !important;
    }
    .ltn__expert-service-inner-cls {
        padding: 50px 25px;
    }
    .ltn__portfolio-name-area ul li {
        width: 49%;
        display: inline-block;
    }
}

@media screen and (max-width:430px) {
    .ltn__award-circle-div {
        background: linear-gradient( 180deg, white 61.1%, #3734A9 37%);
        width: 326px;
        height: 350px;
    }
    .ltn__award-circle-div img {
        width: 329px;
    }
}