/* Webfont include */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    padding: 0;
    margin: 0;
}

/* Color */

:root {
    --primary: #22395a;
    --primary-light: #26ddff;
    --primary-light-800: #03a2bf;
    --secondary: #011c43;
    --secondary-500: #000080;
    --white: #fff;
    --black: #000;
    --bodyFont: "Poppins", sans-serif;
}

body {
    font-family: var(--bodyFont);
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
    transition: all 0.6s;
    text-decoration: none;
}

h1 {
    font-size: 60px;
    font-weight: 700;
}

h2 {
    font-size: 54px;
    font-weight: 700;
}

h1,
h2,
h3 {
    font-family: var(--bodyFont);
}

h4,
h5  {
    margin: 0;
    font-family: var(--bodyFont);
	color: #ffffff;
}
h6 {
    margin: 0;
    font-family: var(--bodyFont);
	color: #ffffff;
}

ul,
li {
    margin: 0px;
    font-size: 17px;
    font-weight: 300;
    list-style-type: none;
}

p {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

a {
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

textarea {
    resize: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: var(--primary);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-light-800);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--black);
    border-radius: 10px;
}

input,
button,
input:focus,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none !important;
    box-shadow: none;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus {
    outline: none;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: var(--Primary-dark-800);
}

.owl-dots button span {
    display: inline-block;
    height: 6px;
    width: 6px;
    background: white;
    margin: 3px;
    border-radius: 50%;
}

.owl-dots {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    transform: translate(0px, -0px);
}

.owl-dots button span {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: transparent;
    margin: 4px;
    border-radius: 50%;
    border: 1px solid var(--white);
}

.owl-dots button.active span {
    background-color: var(--primary-light);
    width: 50px;
    border-radius: 12px;
    height: 12px;
    border-color: var(--primary-light);
}

/* buttons add */
.globalBtnDark {
    padding: 14px 28px;
    color: var(--white);
    background-color: var(--primary-light);
    border-radius: 5px;
    text-transform: capitalize;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary);
    transition: all 0.3s ease-in-out;
}

.globalBtnLight {
    padding: 12px 23px;
    color: var(--text-secondary);
    background-color: var(--white);
    border-radius: 5px;
    display: inline-flex;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.globalBtnBorder {
    padding: 12px 23px;
    color: var(--text-secondary);
    border-radius: 5px;
    display: inline-flex;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--primary-light-800);
    color: var(--primary-light-800);
}
.globalBtnDark::first-line,
.globalBtnLight::first-line,
.globalBtnBorder::first-line {
    text-transform: capitalize;
}
.globalBtnBorder:hover {
    background-color: var(--primary-light-800);
    color: var(--white);
}

.globalBtnDark:hover,
.globalBtnBorder:hover {
    background-color: var(--black);
    color: var(--white);
    border-color: var(--black);
}

/* global heading */
.global-top-heading {
    margin-bottom: 50px;
    text-align: center;
}

.global-top-heading h5 {
    color: var(--primary-light);
}

.global-top-heading h2 {
    font-size: 54px;
    margin: 20px 0px;
}

.global-top-heading p {
    /* font-size: 18px;
    line-height: 37px; */
    font-size: 16px;
    line-height: 26px;
}

/* default header ui */
.main-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 41px;
}

.main-header p {
    color: var(--gray-light-500);
}

/* Slider navbar */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-link {
    background-color: transparent;
    color: var(--text-secondary);
}

.owl-nav {
    color: #fff;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0;
}

.owl-nav button.owl-prev span {
    left: -40px;
}

.owl-nav button.owl-next span {
    right: -40px;
}

.owl-nav button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: #0000008c;
    color: var(--white);
    border-radius: 50%;
    position: relative;
}

/* main header */
.main-header {
    margin-bottom: 25px;
}

.main-header h6 {
    color: var(--primary);
    margin-bottom: 8px;
}

/* Top bar start */
.top-bar {
    background-color: var(--primary);
    padding: 15px 0px;
    color: var(--white);
}

.top-bar ul {
    column-gap: 14px;
    align-items: center;
}

.top-bar ul li.fb a i {
    color: #38529a;
}
.top-bar ul li.linkedin a i {
    color: #007ab5;
}

.top-bar ul.social_links li a img {
    height: 32px;
    transition: 0.3s all;
}
.top-bar ul.social_links li:hover a img {
    transform: scale(1.25);
}

.top-bar-rgt li a,
.top-bar-rgt li {
    font-weight: 500;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

.top-bar-left li a {
    color: var(--primary-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* height: 25px; */
    height: fit-content;
    border-radius: 50%;
}

.top-bar-left li a:hover {
    background-color: var(--secondary);
    color: var(--white);
}

.top-bar .row {
    align-items: center;
}

.top-bar-rgt ul li {
    display: flex;
    align-items: center;
}

.top-bar-rgt ul {
    justify-content: end;
    align-items: center;
    column-gap: 13px;
}

.top-bar-left {
    margin-left: 200px;
}

.top-bar-rgt ul li img {
    background: #26ddff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 9px;
}

.top-bar-left li a i {
    font-size: 24px;
}

/* Top bar end */

/* top navbar start */
.top-navbar {
    background-color: var(--secondary);
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 6px 0;
    transition: 0.3s all;
}
.top-navbar * {
    transition: 0.3s all;
}
.top-navbar.sticky {
    padding: 0;
}

header.top-navbar.sticky a.navbar-brand.py-0 img {
    /* width: 110px; */
    width: 90px;
    transform: scale(1.15);
}
header.top-navbar.sticky a.navbar-brand.py-0 {
    margin-top: 0;
}
.top-navbar ul.navbar-nav li {
    margin: 0px 3px;
    font-size: 17px;
    font-weight: 500;
}

.top-navbar ul.navbar-nav li a.nav-link {
    position: relative;
}

.top-navbar .navbar-expand-lg .navbar-nav .current-menu-item .nav-link {
    color: var(--secondary);
    background-color: var(--primary-light);
}
.top-navbar .navbar-expand-lg .navbar-nav .current-menu-parent > .nav-link {
    color: var(--secondary);
    background-color: var(--primary-light);
}

.top-navbar .navbar-expand-lg .navbar-nav .nav-link {
    color: var(--white);
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 6px;
    transition: all 0.4s ease-in-out;
    text-transform: inherit;
}

.top-navbar .navbar-expand-lg .navbar-nav .nav-link:first-line {
    text-transform: capitalize;
}

.top-navbar .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--secondary);
    background-color: var(--primary-light);
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

li.nav-item.dropdown:hover ul.dropdown-menu {
    display: flex;
    flex-direction: column;
}

.top-navbar a.navbar-brand {
    margin-top: -70px;
}
.top-navbar .navbar-toggler-icon {
    filter: invert(1);
}
li.nav-item.dropdown ul.dropdown-menu {
    background-color: #011c43f0;
}
li.nav-item.dropdown ul.dropdown-menu li a {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: var(--white);
    border-bottom: 1px solid #3a5358;
    padding: 12px 18px;
}
li.nav-item.dropdown ul.dropdown-menu li:last-child a {
    border-bottom: none;
}
li.nav-item.dropdown ul.dropdown-menu li a:hover {
    color: var(--primary-light) !important;
    background-color: transparent !important;
}
li.nav-item.dropdown ul.dropdown-menu li.current-menu-item a {
    color: var(--primary-light) !important;
    font-weight: 700;
    background-color: transparent !important;
}

/* top navbar end */

/* hero banner start */
.banner-cntn-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: -1px;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(
        86deg,
        #0989b0f3,
        #0989b0e2,
        #0989b0d1,
        #0989b0c9,
        rgba(0, 0, 0, 0.421),
        rgba(0, 0, 0, 0.53),
        rgba(0, 0, 0, 0.267),
        transparent
    );
}

.banner-cntn-item {
    /* height: calc(100vh - 81px); */
    height: auto;
    min-height: 60vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 100px 0;
}

.banner-one {
    background-position: center;
    background-size: cover;
}

.banner-cntn-item .banner-inner-cntn {
    z-index: 3;
    max-width: 920px;
    position: relative;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.banner-inner-cntn p {
    margin: 40px 0px;
    text-align: center;
}

.banner-inner-cntn h1 {
    margin-bottom: 0;
    text-transform: capitalize;
}

.hero-banner .owl-dots {
    left: 100px;
    bottom: 50px;
}

.banner-btn {
    text-align: center;
}
.owl-carousel .prev-slide {
    background: url(../images/left-arrow.svg) no-repeat scroll 0 0;
    width: 24px;
    height: 24px;
}
.owl-carousel .next-slide {
    background: url(../images/right-arrow.svg) no-repeat scroll 0 0;
    width: 24px;
    height: 24px;
}
.hero-banner .owl-prev,
.hero-banner .owl-next {
    width: 53px;
    height: 50px;
    background-color: #ffffffcc !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

/* hero banner end */

/* about us start */
.about-us {
    background-color: var(--primary);
    padding: 130px 0px;
    color: var(--white);
    text-align: center;
}

.about-us ul.list-inline {
    margin: 40px auto;
    max-width: 730px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-us ul.list-inline li {
    width: 48%;
    text-align: left;
    padding: 7px;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.about-us ul.list-inline li::before {
    content: url(../images/checked-icon.png);
}

/* about us end */

/* technology service start */
.technlogy-services {
    padding: 120px 0;
    text-align: center;
    background-image: linear-gradient(233deg, #00b4d6, #22395a);
}

.technologyService-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    word-break: break-all;
}
.technologyService-item {
    padding: 0 40px 40px;
    background: #fff;
    border-radius: 13px;
}
.technology-item-icon img {
    max-height: 65px;
    max-width: max-content;
}
.technology-item-icon {
    background: #03a2bf;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    margin: 0 0 50px;
}
.technologyService-item h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 22px;
}
.technlogy-services .global-top-heading {
    color: #fff;
    margin-bottom: 110px;
}
.technology-item-icon {
    min-height: 118px;
    min-width: 118px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 12px 12px;
}
.technlogy-services .global-top-heading h2 span {
    /* color: var(--primary-light); */
    color: inherit;
}

/* technology service end */

/* why we succes start */
.why-we-success {
    padding: 96px 0 140px;
    background: url("../images/succedd-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.why-choose-cntn {
    position: absolute;
    bottom: -37%;
    left: 0px;
    right: 0px;
    transition: all 0.6s ease-in-out 0s;
    padding: 30px;
    z-index: 5;
}
.why-choose-cntn p {
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.whySuccess-item:hover p {
    opacity: 1;
    overflow: visible;
}

.whySuccess-item {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    transition: all 0.6s ease-in-out;
}
.whySuccess-item:hover .why-choose-cntn {
    bottom: 0px;
}
.why-choose-cntn span img {
    width: auto;
    max-width: max-content;
}
.why-choose-cntn span {
    background-image: linear-gradient(180deg, #29ddff, #004cba);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 67px;
    width: 67px;
    border-radius: 6px;
}
.why-choose-cntn h4,
.why-choose-cntn p {
    color: #fff;
    margin: 14px 0px;
}
.why-choose-cntn a.globalBtnBorder {
    background: #0000803d;
    color: var(--white);
}
.whySuccess-item::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, #02005b, transparent);
    content: "";
    z-index: 0;
}
.why-choose-cntn h4 {
    padding-right: 30px;
    position: relative;
    font-size: 21px;
}
.why-choose-cntn h4::after {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    content: "";
    background: url("../images/right-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s ease-in-out;
}
.why-we-success .global-top-heading h2 {
    font-weight: 400;
}
.why-we-success .global-top-heading h2 span {
    font-weight: 700;
    color: var(--secondary-500);
}
.whySuccess-item:hover h4::after {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.why-we-success .owl-nav {
    top: inherit;
    bottom: -112px;
    justify-content: center;
}
.why-we-success .owl-prev,
.why-we-success .owl-next {
    width: 42px;
    height: 42px;
    border: 1px solid #030345 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
/* why we succes end */

/* latest blog start */
.latest-blog {
    background: url("../images/blog-bg.png") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0px;
    color: #fff;
}
.latest-blog h2 {
    margin: 0px;
    font-size: 56px;
}
.latest-blog h2 span {
    /* color: var(--primary-light); */
    color: inherit;
}
.blog-thumbnail img {
    width: 100%;
}
.latest-blog-inner .blog-cntn {
    padding: 20px 0px;
}
.latest-blog-inner .blog-thumbnail {
    overflow: hidden;
    aspect-ratio: 4 /3;
    width: 100%;
}
.latest-blog-inner .blog-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
}
.latest-blog-inner:hover .blog-thumbnail img {
    transform: scale(1.25);
}
.blog-cntn ul.list-inline {
    padding: 26px 0px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 21px;
}
.blog-cntn ul.list-inline li i {
    background: #26ddff;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    border-radius: 50%;
    color: #14263c;
}

.blog-cntn ul.list-inline li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.blog-cntn p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
}
.blog-cntn h4 {
    font-size: 22px;
    font-weight: 800;
}
.blog-last-btn {
    text-align: center;
    margin-top: 20px;
}

/* latest blog end */

/* contact information start */

.contact-information {
    padding: 100px 0px;
    background: #011c43;
    color: var(--white);
    position: relative;
}
.contact-information .global-top-heading h2 {
    font-size: 37px;
}
.contact-information::after {
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(252deg, #29ddff, #22395a);
    content: "";
    width: calc(100% - 300px);
}

.contact-map iframe {
    height: 553px;
    /* filter: grayscale(1); */
}
.contact-map {
    overflow: hidden;
    border-radius: 6px;
}
.contact-form,
.contact-form .global-top-heading {
    text-align: left;
}
.form-control {
    border: 1px solid #26ddff;
    min-height: 50px;
    border-radius: 3px;
}
.contact-information .custom-container .row:first-child {
    align-items: center;
    position: relative;
    z-index: 99;
}
.contact-form .form-group {
    margin: 14px 0px;
}
.contact-form .form-group label {
    margin-bottom: 5px;
    font-size: 14px;
}
.contact-form .form-group label span {
    color: var(--primary-light);
}
.form-btn {
    text-align: right;
    margin-bottom: 30px;
}
.form-btn button.btn.globalBtnBorder {
    border-color: #fff;
    color: #fff;
    margin-left: 15px;
}
.contact-form p {
    font-size: 16px;
    line-height: 26px;
}
.contact-form .global-top-heading {
    margin-bottom: 16px;
}
.contact-map {
    margin-left: 50px;
}
.form-group.recaptha img {
    width: 100%;
}
/* contact information end */

/* footer start */
footer.footer {
    background: #011c43;
    color: var(--white);
    padding: 5px 0px;
}
.footer-left {
    display: flex;
    align-items: center;
}
.footer-left > img {
    width: 128px;
}
.footer-left ul.list-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.footer-left ul.social_links li a {
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-left ul.social_links li a img {
    height: 32px;
    width: 32px;
    transition: 0.3s all;
}
.footer-left ul.social_links li:hover a img {
    transform: scale(1.25);
}
.footer-nav {
    padding-top: 22px;
}
.footer-nav ul {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 46px;
}
.footer-nav ul li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-nav ul li a::first-line {
    text-transform: lowercase;
}
.footer-nav p {
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0 !important;
    color: #bcbcbc;
}
footer.footer .row {
    align-items: center;
}

/* footer end */

/* inner-banner start */

.inner-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.inner-banner .inner-banner-text {
    padding: 153px 0 162px;
}
.inner-banner .inner-banner-text h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 73px;
    text-align: center;
    color: #fff;
}

/* inner-banner end */

/* technology service start */

.technology-service {
    background-color: var(--primary);
    padding: 134px 0 77px;
}
.technology-service-content .inner-title h2 {
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
    color: var(--primary-light);
    text-align: center;
}
.technology-service-content .service-business {
    display: flex;
    gap: 60px;
    margin: 93px 0 60px;
}
.technology-service-content .service-business .image {
    width: 30%;
    height: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.technology-service-content .service-business .image img {
    width: 100%;
    border-radius: 10px;
}
.technology-service-content .service-business .text {
    width: 70%;
    padding-top: 20px;
}
.technology-service-content .service-business .text h3 {
    font-size: 37px;
    font-weight: 700;
    line-height: 44px;
    color: #fff;
    margin-bottom: 20px;
}
.technology-service-content .service-business .text p {
    font-size: 16px;
    font-weight: 400;
    /* line-height: 36px; */
    line-height: 26px;
    color: #fbfeff;
}

.manage-service {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #909090;
    margin-bottom: 98px;
    box-shadow: 0px 4px 94px 0px #00000040;
}
.technology-service-content .manage-service .block .title {
    padding: 24px;
    background-color: #20caea;
    text-align: center;
}
.technology-service-content .manage-service .block .title h3 {
    font-family: Poppins;
    font-size: 37px;
    font-weight: 700;
    line-height: 66px;
    color: #fff;
    margin-bottom: 0;
}
.manage-service .manage-service-content {
    display: flex;
    align-items: center;
    background-color: #1c314e;
}
.manage-service .block:last-child {
    background-color: #364d6d;
}
.technology-service-content .manage-service .manage-service-content .left-block,
.technology-service-content .manage-service .manage-service-content .right-block {
    width: 50%;
}
.technology-service-content .manage-service .manage-service-content .left-block {
    padding: 30px 100px 30px 70px;
}
.technology-service-content .manage-service .manage-service-content .right-block {
    padding: 30px 40px 30px 54px;
    border-left: 1px solid #84bdcf;
}
.technology-service-content .manage-service .manage-service-content h4 {
    font-size: 23px;
    font-weight: 700;
    line-height: 36px;
    color: #fbfeff;
}
.technology-service-content .manage-service .manage-service-content ul {
    margin-top: 24px;
}
.technology-service-content .manage-service .manage-service-content ul li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 28px;
}
.technology-service-content .manage-service .manage-service-content ul li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0 !important;
    color: #fbfeff;
    width: fit-content;
}
.technology-service-content .manage-service .manage-service-content ul li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary-light);
}
.sample-block .inner-title {
    margin-bottom: 30px;
}
.sample-block .inner-title h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 72px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.sample-block-list {
    display: flex;
    justify-content: center;
}
.sample-block-list.dsp_blk {
    display: block;
}
.sample-block-list.dsp_blk h3 {
    font-size: 37px;
    font-weight: 700;
    line-height: 44px;
    color: #fff;
    margin-bottom: 20px;
}
.sample-block-list.dsp_blk p {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #fbfeff;
    margin-bottom: 20px;
}
.sample-block-list ul {
    padding: 0 76px;
    margin-top: 77px;
    border-right: 1px solid #486974;
}
.sample-block-list ul:last-child {
    border: none;
}
.sample-block-list ul li {
    display: flex;
    align-items: baseline;
    gap: 15px;
    border-bottom: 1px solid #486974;
}
.sample-block-list ul li:last-child {
    border-bottom: none;
}
.sample-block-list ul li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary-light);
}
.sample-block-list ul li p {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #fbfeff;
    padding: 16px 0;
    width: fit-content;
    margin-bottom: 0 !important;
}

/* technology service end */

/* we-succeed start */
.we-succeed {
    background-color: var(--primary);
    padding: 80px 0;
}
.we-succeed-content .block .image {
    padding: 8px 14px;
    background-color: var(--white);
    border: 4px solid var(--primary-light);
    border-radius: 10px;
}
.we-succeed-content .block {
    padding: 36px;
}
.we-succeed-content .block .image img {
    width: 100%;
    border-radius: 10px;
}
.we-succeed-content .block .icon {
    display: inline-block;
    background: linear-gradient(180deg, #29ddff 0%, #004cba 100%);
    border-radius: 10px;
    padding: 16px;
    margin: 56px 0 10px;
}
.we-succeed-content .block .text h3 {
    font-size: 37px;
    font-weight: 700;
    line-height: 47px;
    color: var(--white);
    margin: 8px 0 16px 0;
}
.we-succeed-content .block .text p {
    /* font-size: 19px; 
    line-height: 30px;*/
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fbfeff;
}
/* we-succeed end */

/* inner-about-us start */

.inner-about-us {
    background-color: var(--primary);
    padding: 77px 0 88px;
}
.about-us-content {
    align-items: center;
    margin-bottom: 83px;
}
.about-us-content .image {
    padding: 8px 14px;
    background-color: var(--white);
    border: 4px solid var(--primary-light);
    border-radius: 10px;
}
.about-us-content .image img {
    width: 100%;
    border-radius: 10px;
}
.about-us-content .text {
    padding-left: 30px;
}
.about-us-content .text p {
    /* font-size: 19px;
    line-height: 36px; */
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fbfeff;
}

.about-us-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 100px;
}
.about-us-block .block {
    width: 45%;
}
.about-us-block .block h2 {
    font-size: 37px;
    font-weight: 700;
    line-height: 47px;
    color: var(--primary-light);
    margin-bottom: 20px;
}
.about-us-block .block h2 span {
    /* color: var(--primary-light); */
    color: inherit;
}
.about-us-block .block p {
    /* font-size: 19px;
    line-height: 36px; */
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fbfeff;
}
.about-us-block .block ul li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 34px;
}
.about-us-block .block ul li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary-light);
}
.about-us-block .block ul li p {
    /* font-size: 19px;
    line-height: 36px; */
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fbfeff;
    width: fit-content;
}

/* inner-about-us end */

/* inner-contact start */

.inner-contact {
    background-color: var(--primary);
    padding: 74px 0 48px;
}
.inner-contact-content .block {
    text-align: center;
}
.inner-contact-content .block .icon {
    background: linear-gradient(180deg, #29ddff 0%, #004cba 100%);
    padding: 26px;
    border-radius: 10px;
    display: inline-block;
}
.inner-contact-content .block h3 {
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
    color: #fffeee;
    margin: 16px 0 11px;
}
.inner-contact-content .block h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
    color: #fffeee;
}
.inner-contact-content .block h4 a {
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
    color: #fffeee;
}

/* inner-contact end */

/* blog-start */

.blog_section {
    background-color: var(--primary);
    padding: 74px 0 160px;
}
.top_blog {
    margin-bottom: 80px;
}
.top_blog .latest-blog-inner .blog-thumbnail {
    padding: 8px 14px;
    background-color: var(--white);
    border: 4px solid var(--primary-light);
    border-radius: 10px;
}
.top_blog .latest-blog-inner .blog-thumbnail img {
    width: 100%;
    border-radius: 10px;
}
.top_blog .latest-blog-inner .blog-cntn h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    margin-bottom: 10px;
}
.top_blog .latest-blog-inner .blog-cntn ul.list-inline li {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
}
.top_blog .latest-blog-inner .blog-cntn p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fbfeff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}
.social ul.list-inline {
    gap: 6px;
    padding: 0;
}
.social ul.list-inline li i {
    background-color: #fffeee;
}
.social .download_button {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #fbfeff;
    background-color: #12233b;
    border: 1px solid var(--primary-light);
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
}
.social .download_button i {
    color: var(--primary-light);
    font-size: 18px;
}

.blog_section_heading {
    margin-bottom: 29px;
}
.blog_section_heading hr {
    border: 1px solid #6b81a1;
    width: 70%;
    opacity: 1;
    display: none;
}

.latest_post h3 {
    font-size: 34px;
    font-weight: 600;
    line-height: 51px;
    margin-bottom: 0;
    color: #fff;
    width: fit-content;
    position: relative;
    z-index: 1;
}
.latest_post h3::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #000;
    width: calc(100% - 96px);
    background-color: #6b81a1;
    z-index: -1;
    left: calc(100% - -18px);
    width: calc(((100vw - 538px) / 2) + 63px);
    top: 50%;
    transform: translateY(-50%);
}
.latest_post .blog-thumbnail {
    border-radius: 10px;
}
.latest_post .blog-thumbnail img {
    width: 100%;
    /* height: 220px; */
    height: 100%;
    object-fit: cover;
}
.latest_post .blog-cntn h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 29px;
    color: #fff;
}
.latest_post .latest-blog-inner .blog-cntn ul.list-inline li,
.latest_post .latest-blog-inner .blog-cntn ul.list-inline li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #ffffff;
}
.latest_post .latest-blog-inner .blog-cntn p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #fbfeff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.latest_post .social .download_button {
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
}
.latest_post .social .download_button i {
    font-size: 12px;
}

.widget-area .widget-title {
    font-family: Poppins;
    font-size: 19px;
    font-weight: 400;
    line-height: 28.5px;
    color: #12233c;
    background-color: var(--primary-light);
    padding: 9px 18px;
}
.widget-area .search-form {
    padding: 27px 20px;
    text-align: center;
}
.widget-area .search-form label {
    width: 100%;
    position: relative;
}
.widget-area .search-form input.search-field {
    height: 44px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #51688a;
    padding: 12px 30px 12px 19px;
    background-color: transparent;
    color: #fff;
    margin-bottom: 20px;
}
.widget-area .search-form .search_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget-area .search-form .search_btn i {
    color: #fff;
    position: absolute;
}
.widget-area .search-form input.search-submit {
    padding: 10px 22px;
    z-index: 100;
    background: transparent;
    border: none;
}
.widget-area .widget {
    background-color: #12233c;
    box-shadow: 0px 4px 24px 0px #0000001a;
    margin-bottom: 37px;
    border-radius: 10px;
    overflow: hidden;
}
.widget-area .widget ul li {
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #2e3e56;
    padding-left: 24px;
}
.widget-area .widget ul li:last-child {
    border-bottom: none;
}
.widget-area .widget ul li::before {
    content: url(../images/right-arrow-blue.svg);
    margin-top: 5px;
}

.widget-area .widget ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
    padding: 15px 0;
    display: block;
}
.widget-area .tnp-form {
    padding: 27px 20px 40px 20px;
    text-align: center;
}
.widget-area .tnp-form input.tnp-email {
    height: 44px;
    border-radius: 6px;
    border: 1px solid #51688a;
    padding: 12px 10px 12px 19px;
    background-color: transparent;
    color: #fff;
    margin-bottom: 28px;
}
.widget-area .tnp-form input.tnp-submit {
    background-color: var(--primary-light);
    border: none;
    padding: 14px 28px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #22395a;
    width: auto;
}
.widget.widget_tag_cloud .sidebar_content_wrap {
    padding: 30px 24px;
}
.widget.widget_tag_cloud .tagcloud {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}
.widget.widget_tag_cloud .tagcloud a {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 22px;
    color: #aeb8c5;
    padding: 6px 10px;
    border: 1px solid #2e3e56;
    border-radius: 5px;
}

.latest_post {
    margin-bottom: 60px;
}

.latest_post .owl-nav {
    justify-content: end;
    top: -55px;
    gap: 11px;
}
.latest_post .owl-nav button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-light) !important;
}

/* blog-end */

/* blog-details-start */

.single-post .author.vcard a {
    color: var(--primary-light);
}
.single-post .post-thumbnail {
    padding: 8px 14px;
    background-color: var(--white);
    border: 4px solid var(--primary-light);
    border-radius: 10px;
}
.single-post .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.single-post .entry-content h4 {
    font-size: 34px;
    font-weight: 600;
    line-height: 51px;
    color: var(--white);
    margin: 30px 0 18px;
}
.single-post .comments-area {
    background-color: #12233c;
    box-shadow: 0px 4px 24px 0px #0000001a;
    padding: 40px 30px;
    border-radius: 10px;
    margin-top: 40px;
}
.single-post .comment-reply-title {
    color: #fff;
    margin-bottom: 20px;
}
.single-post .comments-area form {
    color: #fff;
}
.single-post .comments-area form .form-group {
    margin-bottom: 25px;
}
.single-post .comments-area form .form-submit input.submit {
    padding: 14px 28px;
    color: var(--white);
    background-color: var(--primary-light);
    border-radius: 5px;
    text-transform: capitalize;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary);
    transition: all 0.3s ease-in-out;
    border: none;
}
.single-post .comments-area form .form-submit input.submit:hover {
    background-color: var(--black);
    color: var(--white);
    border-color: var(--black);
}
.single-post .comments-area h2.comments-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--white);
}
.single-post .comments-area .comment-body {
    color: #fff;
    margin-bottom: 70px;
}
.single-post .comments-area .comment-body a {
    color: var(--primary-light);
}
.reply {
    margin: 24px 0;
}
.single-post .comments-area .comment-body .reply a {
    background-color: var(--primary-light);
    border: none;
    padding: 10px 26px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #22395a;
}
.single-post .comments-area .comment-body .comment-meta {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 24px 0 14px;
}

/* blog-details-end */

.post-131 {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
}
.post-131 .entry-content p {
    color: var(--primary-light);
}

.page-title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 40px;
}
.error {
    color: #ff0000;
}
#post-64 {
    text-align: center;
    min-height: 500px;
    margin-top: 100px;
}
.entry-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 25px;
}
.entry-content {
    color: #fff;
    margin-bottom: 25px;
}
.entry-meta {
    color: #fff;
    margin-bottom: 25px;
}
.post-thumbnail {
    margin-bottom: 25px;
}
p,
strong {
    margin-bottom: 15px !important;
}
