
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html {
  scroll-behavior: smooth;
}


body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: inherit;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a{
    transition: all .3s ease;
}

ul,ol{
    list-style: none;
    padding: 0;
    margin: 0;
}

body{
    background: #060D2F;
}

/* header */

header .header-wprapper {
    padding: 50px 0;
}

header .header-wprapper .row {
    align-items: center;
}

header .header-wprapper .col-md-9 {
    display: flex;
    align-items: center;
    gap: 14px;
    color: white;
}

ul.header-menu {
    display: flex;
    align-items: center;
    gap: 70px;
    font-size: 14px;
}

a.header-btn {
    display: inline-block;
    margin-left: 35px;
    background: linear-gradient(90deg, #070E2F 0%, #1B9ED9 100%);
    padding: 10px 16px;
    border-radius: 50px;
    border: 1px solid #1B9ED9;
    letter-spacing: 2px;
}

.hero-component {
    position: relative;
}

.hero-component .hero-bg {
    position: absolute;
    top: -184px;
    right: 0;
    z-index: -1;
}

.hero-left .top-sub-title {
    font-size: 24px;
    color: #1B9ED9;
    position: relative;
    padding-left: 32px;
    margin-bottom: 60px;
}

.hero-left .top-sub-title::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #1B9ED9;
    left: 0;
    top: 11px;
}

.hero-left .title {
    font-size: 57px;
    color: white;
    font-weight: bold;
    margin-bottom: 30px;
}

.hero-left .title span {
    font-weight: 400;
}

.hero-left .desc {
    font-size: 24px;
    color: white;
    line-height: 32px;
    margin-bottom: 100px;
}

.hero-left .read-btn {
    display: inline-block;
    padding: 10px 16px;
    background: linear-gradient(90deg, #070E2F 0%, #1B9ED9 100%);
    color: white;
    border-radius: 50px;
    border: 1px solid #1B9ED9;
    letter-spacing: 2px;
}

.hero-right {
    position: relative;
}

.hero-right .ball-1 {
    position: absolute;
    left: 100px;
    top: -84px;
}

.hero-right .ball-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.hero-right .plus-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 24px;
}

.hero-right .plus-2 {
    position: absolute;
    right: 0;
    color: white;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 24px;
}

.hero-right .plus-2 span {
    display: block;
    font-weight: bold;
}

.hero-right .plus-1 span {
    display: block;
    font-weight: bold;
}

.hero-right::before {
    position: absolute;
    content: '';
    width: 400px;
    height: 400px;
    background: #1984BD;
    border-radius: 50%;
    filter: blur(83px);
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}

.hero-component .row {
    align-items: center;
}

.hero-right .picture {
    margin-top: 65px;
}

.down-btn {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: white;
    font-size: 20px;
    letter-spacing: 28px;
    text-align: center;
}

.down-btn .icon {
    transform: translateX(-12px);
}

.counter-component {
    margin-top: 110px;
    margin-bottom: 150px;
}

.counter-wrapper {
    display: grid;
    grid-template-columns: 2fr 5fr;
}

.counter-wrapper .left-content {
 border-radius: 52px;
 border: 2px solid transparent;
 background: linear-gradient(#060d2f, #060d2f) padding-box, linear-gradient(90deg, #1B9ED9 29.53%, #060D2F 59.39%) border-box;
 padding: 50px;
}

.counter-wrapper .left-content .sub-title {
    color: #1B9ED9;
    font-size: 20px;
}

.counter-wrapper .left-content .title {
    font-size: 42px;
    color: white;
    font-weight: bold;
}

.counter-wrapper .right-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: linear-gradient(84.54deg, #1B9ED9 15.29%, #070E2F 99.09%);
    border-radius: 52px;
    border: 1px solid #1B9ED9;
    align-items: center;
    position: relative;
}

.counter-wrapper .right-content .number-btn {
    position: absolute;
    left: -77px;
}

.number-box {
    text-align: center;
}

.number-box .text {
    font-size: 20px;
    color: white;
    margin-bottom: 5px;
}

.number-box .number {
    font-size: 76px;
    font-weight: bold;
    color: white;
}

.about-component {
    padding-top: 200px;
    margin-bottom: 200px;
}

.about-content .sub-title {
    font-size: 24px;
    color: #1B9ED9;
    padding-left: 30px;
    position: relative;
    margin-bottom: 30px;
}

.about-content .sub-title::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #1B9ED9;
    left: 0;
    top: 13px;
}

.about-content .title {
    font-size: 48px;
    color: white;
    font-weight: bold;
}

.about-content .desc {
    font-size: 22px;
    color: white;
    margin-top: 10px;
    margin-bottom: 60px;
}

.about-content a.read-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-content a.read-btn .text {
    padding: 10px 19px;
    background: linear-gradient(90deg, #070E2F 0%, #1B9ED9 100%);
    border-radius: 30px;
    border: 1px solid #1B9ED9;
    color: white;
    font-weight: 500;
}

.services-component .services-wrapper {
    border-radius: 52px;
    border: 3px solid transparent;
    background: linear-gradient(#060d2f33, #060d2f) padding-box, linear-gradient(270deg, #1B9ED9 0%, rgba(6, 13, 47, 0) 28.88%, rgba(6, 13, 47, 0) 71.19%, #1B9ED9 100%) border-box;
    padding: 40px;
    position: relative;
}

.service-box {
    display: block;
    padding: 43px 46px;
    border: 1px solid #1B9ED9;
    border-radius: 38px;
    background: #060D2F;
    color: white;
    position: relative;
}

.service-box .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.service-box .title {
    color: #1B9ED9;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.services-component .services-wrapper .top-title {
    position: absolute;
    left: 50%;
    top: -14px;
    color: white;
    transform: translateX(-50%);
    font-size: 24px;
}

.service-box.slogan {
    border: none;
}
.service-box.slogan .slogan{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #060d2f;
    border-radius: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 32px;
    color: #1B9ED9;
    font-weight: bold;
    transition: all .3s ease;
}

.service-box:hover .slogan {
    opacity: 1;
}

.service-box{
    display: block;
    margin-bottom: 24px;
}

.services-component {
    margin-bottom: 200px;
}

.all-btn {
    position: absolute;
    left: 50%;
    bottom: -19px;
    background: linear-gradient(90deg, #070E2F 0%, #1B9ED9 100%);
    border: 1px solid #1B9ED9;
    padding: 10px 18px;
    border-radius: 20px;
    color: white;
    transform: translateX(-50%);
}

.cta-component {
    padding-top: 100px;
    margin-bottom: 250px;
}

.cta-wrapper {
    background: linear-gradient(85.19deg, #1b9ed9 15.45%, #070E2F 88.57%);
    border-radius: 185px;
    position: relative;
    padding: 10px;
}

.cta-wrapper .cta-picture {
    position: absolute;
    bottom: -5px;
}

.cta-left {
    padding: 0px 0 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.cta-left .title {
    color: white;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 27px;
    position: relative;
}

.cta-left .title::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 4px;
    background: white;
    bottom: 13px;
}

.cta-left .desc {
    color: white;
}

a.whatsapp-link {
    gap: 10px;
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding-left: 15px;
}

.cta-wrapper::before {
    position: absolute;
    content: '';
    width: 60%;
    left: 20%;
    height: 400px;
    background: #1b9ed9;
    top: -48px;
    border-radius: 162px;
    background: linear-gradient(84.54deg, #1B9ED9 15.29%, #070E2F 99.09%);
    z-index: -1;
}

.why-us-component .section-title {
    color: #1B9ED9;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.why-us-wrapper {
    padding: 50px 50px;
    border-radius: 87px;
    border: 2px solid transparent;
    background: linear-gradient(#060d2f, #060d2f) padding-box, linear-gradient(270deg, #1B9ED9 0%, rgba(6, 13, 47, 0) 28.88%, rgba(6, 13, 47, 0) 71.19%, #1B9ED9 100%) border-box;
}

.why-us-box {
    background: linear-gradient(359.98deg, #1B9ED9 0.02%, rgba(7, 14, 47, 0) 75.16%);
    border: 1px solid #1B9ED9;
    padding: 45px 50px;
    border-radius: 52px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.why-us-box .icon {
    margin-bottom: 17px;
}

.why-us-component {
    margin-bottom: 200px;
    padding-top: 100px;
}

.write-component {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 200px;
}

.write-box .text {
    font-size: 24px;
    color: white;
    margin-top: 75px;
    padding: 30px 40px;
    border: solid 1px #1B9ED9;
    border-radius: 66px;
    display: block;
    letter-spacing: 12px;
    margin-bottom: 70px;
}

.write-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.write-box::before {
    position: absolute;
    content: '';
    width: 150px;
    background: linear-gradient(90deg, #1B9ED9 0%, #060D2F 100%);
    height: 2px;
    left: 50%;
    top: 50px;
    transform: translateX(calc(-50% - 200px)) rotate(180deg);
}

.write-box::after {
    position: absolute;
    content: '';
    width: 150px;
    background: linear-gradient(90deg, #1B9ED9 0%, #060D2F 100%);
    height: 2px;
    right: 50%;
    top: 50px;
    transform: translateX(calc(50% + 200px));
}


.faq-item {
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  border-bottom: solid 1px #1B9ED9;
}

.faq-question {
  padding: 20px 20px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  font-size: 22px;
  color: white;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  transition: 0.3s;
}

.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.4s ease, padding 0.3s ease;
  color: white;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 15px 20px;
}

.faq .faq-item:first-child {
    border-top: solid 1px #1B9ED9;
}

.faq-item.active {
    background: linear-gradient(0deg, rgba(6, 13, 47, 0) 33.72%, #1B9ED9 168.59%);
}

.faq-item.active .faq-question {
    color: #1B9ED9;
}

.faq-content-wrapper .title {
    font-size: 22px;
    color: #1B9ED9;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.faq-content-wrapper .title::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background: #1B9ED9;
    left: 0px;
    top: 11px;
}

.faq-content-wrapper .desc {
    color: white;
    margin-bottom: 20px;
}

.faq-box {
    background: linear-gradient(62.86deg, #1B9ED9 11.07%, #070E2F 72.96%);
    text-align: center;
    position: relative;
    border-radius: 52px;
    color: white;
    padding-top: 90px;
    margin-top: 88px;
    padding-bottom: 70px;
}

.faq-box .text {
    font-size: 30px;
    font-weight: bold;
}

.faq-box .icon {
    position: absolute;
    top: -53px;
    left: 50%;
    transform: translateX(-50%);
}

.faq-box .phone-link {
    display: inline-block;
    background: linear-gradient(90deg, #070E2F 0%, #1B9ED9 100%);
    padding: 10px 12px;
    letter-spacing: 3px;
    border: 1px solid #1B9ED9;
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    bottom: -20px;
}

.faq-component {
    margin-bottom: 200px;
}

.swiper-container {
    overflow: hidden;
}

.blog-wrapper {
    overflow: hidden;
    width: 85%;
    margin-left: 15%;
}

.blog-content-left .sub-title {
    font-size: 22px;
    color: #1B9ED9;
    padding-left: 25px;
    position: relative;
    margin-bottom: 30px;
}

.blog-content-left .sub-title::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background: #1B9ED9;
    left: 0;
    top: 10px;
}

.blog-content-left .title {
    font-size: 36px;
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
}

.blog-content-left .desc {color: white;margin-bottom: 45px;}

.blog-content-left .bottom-area .all-btn {
    position: relative;
    left: unset;
    transform: translateX(0);
    bottom: unset;
}

.blog-content-left .bottom-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-content-left .bottom-area .navs {
    display: flex;
    gap: 25px;
}

.blog-content-left .bottom-area .navs div {
    cursor: pointer;
}


.blog-box {
    display: block;
    border: solid 1px #1B9ED9;
    border-radius: 40px;
    background: linear-gradient(56.71deg, #1B9ED9 0%, #070E2F 61.53%);
}

.blog-box .picture img {
    width: 100%;
}

.blog-box .blog-infos {
    padding: 44px 40px;
    position: relative;
}

.blog-box .blog-infos .title {
    font-size: 24px;
    font-weight: bold;
    color: #1B9ED9;
    margin-bottom: 20px;
}

.blog-box .blog-infos .date {
    padding: 6px 16px;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    background: #1B9ED9;
    display: inline-block;
    border-radius: 30px;
    position: absolute;
    top: -19px;
}

.blog-box .blog-infos .desc {
    color: white;
}

.blog-component {
    padding-top: 100px;
    margin-bottom: 200px;
}

.testimonials-component {
    position: relative;
    padding-top: 250px;
}

.testimonials-component .comment-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.testimonials-component .diamond-area {
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.testimonials-component .diamond-area::before {
    position: absolute;
    content: '';
    width: calc(50% - 240px);
    height: 4px;
    background: linear-gradient(90deg, #1B9ED9 0%, #060D2F 100%);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.testimonials-component .diamond-area::after {
    position: absolute;
    content: '';
    width: calc(50% - 240px);
    height: 4px;
    background: linear-gradient(90deg, #1B9ED9 0%, #0e4c791c 100%);
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    z-index: -1;
}

.testimonials-component .diamond-area .icon {
    position: relative;
}

.testimonials-component .diamond-area .icon::before {
    background: #1B9ED9;
    position: absolute;
    content: '';
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(150px);
    z-index: -1;
}


.testimonials-component .diamond-area {
    margin-bottom: 100px;
}

.testimonials-component .section-title {
    text-align: center;
    margin-bottom: 85px;
}

.testimonial-box {
    text-align: center;
    padding: 46px 32px;
    border-radius: 23px;
    background: linear-gradient(#0e4470, #0e4470) padding-box, linear-gradient(270deg, #1B9ED9 0%, rgba(27, 158, 217, 0) 28.88%, rgba(27, 158, 217, 0) 71.19%, #1B9ED9 100%) border-box;
    border: 2px solid transparent;
    color: white;
    position: relative;
}

.testimonial-box .desc {
    margin-bottom: 25px;
}

.testimonial-box .name {
    font-weight: bold;
}

.testimonials-component .swiper-wrapper {
    padding-bottom: 24px;
    padding-top: 29px;
}

.testimonial-box .icon {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}


.testimonials-component .offset-md-3.col-md-6 {
    position: relative;
}

.testimonials-component .offset-md-3.col-md-6 .testimonials-button-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.testimonials-component .offset-md-3.col-md-6 .testimonials-button-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.testimonials-component .section-title {
    position: relative;
}

.testimonials-component .section-title .fly-1 {
    position: absolute;
    right: 23%;
    top: 0;
}

.testimonials-component .section-title .fly-2 {
    position: absolute;
    bottom: 0;
    left: 10%;
}

.testimonials-component .offset-md-3.col-md-6 .fly-3 {
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: 999;
}

a.all-testimonials {
    text-align: center;
    display: block;
    margin-top: 40px;
    color: white;
    font-size: 20px;
    letter-spacing: 3px;
}

.testimonials-component {
    margin-bottom: 250px;
}

footer .footer-slogan {
    text-align: center;
    font-size: 64px;
    color: #1B9ED9;
    font-weight: bold;
}

footer .footer-slogan span {
    display: block;
    color: white;
    font-weight: 400;
    font-size: 38px;
}

footer .logo-area {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 80px;
    position: relative;
}

footer .logo-area .logo::before {
    position: absolute;
    content: '';
    width: 400px;
    height: 3px;
    background: linear-gradient(90deg, #1B9ED9 0%, #060D2F 100%);
    left: -430px;
    transform: rotate(180deg);
    top: 50px;
}

footer .logo-area .logo {
    position: relative;
}

footer .logo-area .logo::after {
    position: absolute;
    content: '';
    width: 400px;
    height: 3px;
    background: linear-gradient(90deg, #1B9ED9 0%, #060D2F 100%);
    right: -430px;
    top: 50px;
}

.footer-title {
    font-size: 18px;
    color: #1B9ED9;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-contact {
    color: white;
}

.footer-contact span {
    font-weight: bold;
    color: #1B9ED9;
}

.footer-contact li {
    margin-bottom: 8px;
}

footer ul li {
    color: white;
    margin-bottom: 8px;
}

.footer-right-contact .title {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.footer-right-contact ul {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.footer-right-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 100%;
}

footer {
    padding-bottom: 60px;
}

.footer-bottom .footer-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
}

.footer-bottom {
    background: #1B9ED9;
    color: white;
}

.breadcrumb-wrapper {
    align-items: center;
    justify-content: space-between;
    color: white;
    text-align: center;
    padding: 50px 0;
    background: linear-gradient(84.54deg, #005176 15.29%, #070e2f 99.09%);
    border-radius: 40px;
}

.breadcrumb-wrapper ul {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.breadcrumb-wrapper h1 {
    margin: 10px 0;
}

.breadcrumb {
    margin-bottom: 100px;
}

.detail-page{
    margin-bottom: 100px;
}

.content-wrapper{
    color: white;
}

.breadcrumb-wrapper ul li a {
    position: relative;
}

.breadcrumb-wrapper ul li a::before {
    position: absolute;
    content: '|';
    right: -10px;
}

.content-wrapper ul {
    list-style: disc;
    padding-left: 15px;
}

.content-wrapper ul li {
    margin-bottom: 8px;
}

.services-sidebar {
    background: linear-gradient(90deg, #070E2F 0%, #1B9ED9 100%);
    padding: 30px;
    border-radius: 26px;
    border: 1px solid #1B9ED9;
    color: white;
    position: sticky;
    top: 30px;
}

.services-sidebar .title {
    padding-left: 25px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}

.services-sidebar .title::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: white;
    left: 0;
    top: 9px;
}

.services-sidebar ul li {
    margin-bottom: 12px;
}

.services-sidebar ul {
    list-style-type: disc;
    padding-left: 15px;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: linear-gradient(84.54deg, #1B9ED9 15.29%, #070E2F 99.09%);
    padding: 30px;
    text-align: center;
    margin-bottom: 50px;
    border-radius: 20px;
}

.contact-detail-box .title {
    font-size: 38px;
    font-weight: bold;
    color: white;
}

.contact-detail-box {
    padding: 40px 0;
    border-right: solid 1px #d4d4d4;
}

.contact-detail-box a {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    font-weight: 500;
    color: white;
}

.contact-wrapper .contact-detail-box:last-child {
    border: none;
}

header.mobile-header{
    display: none;
}
@media(max-width:992px){
    header {
    display: none;
}

header.mobile-header {
    display: block;
    padding: 15px 0;
    background: #060e30;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.mobile-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.hero-left .title {
    font-size: 36px;
    margin-bottom: 15px;
}

.hero-left .desc {
    font-size: 20px;
    margin-bottom: 50px;
}

.hero-right::before {
    width: 80%;
}

.hero-right .ball-1 {
    left: unset;
    right: 40px;
}

.hero-right .picture img {
    width: 100%;
}

.hero-right .ball-2 img {
    width: 108px;
}

.hero-right .plus-2 {
    right: unset;
    top: -39px;
}

.down-btn {
    margin-top: 70px;
    font-size: 18px;
}

.counter-wrapper {
    grid-template-columns: 1fr;
}

.counter-wrapper .right-content {
    grid-template-columns: 1fr;
    margin-top: 20px;
}

.counter-wrapper .right-content .number-btn {
    display: none;
}

.number-box {
    padding: 25px 10px;
}

.about-component {
    padding-top: 100px;
    margin-bottom: 100px;
}

.about-picture img {
    width: 100%;
}

.about-content .title {
    font-size: 36px;
}

.about-content .desc {
    font-size: 20px;
    margin-bottom: 30px;
}

.services-component .services-wrapper {
    padding: 30px 15px;
}

a.service-box.slogan {
    display: none;
}

.cta-wrapper::before {
    display: none;
}

.cta-component {
    padding-top: 200px;
    margin-bottom: 100px;
}

.cta-wrapper {
    border-radius: 30px;
    padding-top: 220px;
}

.cta-wrapper .cta-picture {
    bottom: unset;
    top: -300px;
}

.cta-left {
    padding: 0;
    margin-bottom: 30px;
}

a.whatsapp-link {
    padding: 0;
    text-align: left;
    justify-content: flex-start;
}

.why-us-wrapper {
    padding: 30px;
}

.why-us-box {
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 600;
}

.write-box::before {
    display: none;
}

.write-box::after {
    display: none;
}

.write-box .text + img {
    width: auto;
}

.write-box > img {
    width: 100%;
}

.write-box .text {
    font-size: 20px;
    letter-spacing: 4px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.write-component {
    margin-bottom: 100px;
}

.faq-question {
    font-weight: 600;
}

.faq-component .row {
    flex-direction: column-reverse;
}

.faq-content-wrapper {
    margin-bottom: 50px;
}

.faq-component {
    margin-bottom: 50px;
}

.blog-wrapper {
    width: auto;
    margin: 0;
    padding: 0 15px;
}

.blog-content-left {
    margin-bottom: 30px;
}

.blog-component {
    margin-bottom: 50px;
}

img {
    max-width: 100%;
}

.testimonials-component .diamond-area .icon::before {
    width: 100%;
}

.testimonials-component {
    padding-top: 100px;
}

.testimonials-component .section-title .fly-2 {
    bottom: -37px;
}

.testimonials-component .offset-md-3.col-md-6 .fly-3 {
    bottom: -40px;
}

footer .footer-slogan {
    font-size: 36px;
}

footer .footer-slogan span {
    font-size: 26px;
}

footer .logo-area .logo::before {
    display: none;
}

footer .logo-area .logo::after {
    display: none;
}

.testimonials-component .offset-md-3.col-md-6 .testimonials-button-next {
    right: 20px;
    z-index: 999;
}

.testimonials-component .offset-md-3.col-md-6 .testimonials-button-prev {
    left: 20px;
    z-index: 9999;
}

.mobile-header-wrapper img {
    width: 120px;
}

.number-box .number {
    font-size: 48px;
}

.number-box .text {
    font-size: 20px;
}

.counter-wrapper .left-content {
    padding: 40px 30px;
}

.counter-wrapper .left-content .title {
    font-size: 28px;
}

.counter-wrapper .left-content .sub-title {
    font-size: 18px;
}

.counter-component {
    margin-bottom: 50px;
}

.footer-bottom .footer-bottom-wrapper {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 14px;
}


section.hero-component {
    margin-top: 100px;
}

.hero-component .hero-bg {
    display: none;
}

.hero-left .top-sub-title {
    margin-bottom: 30px;
}

.menu-bars {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu-bars img {
    width: 34px;
}

section.breadcrumb {
    margin-top: 100px;
    margin-bottom: 60px;
}

.breadcrumb-wrapper h1 {
    font-size: 28px;
}

.breadcrumb-wrapper ul {
    font-size: 15px;
}

.breadcrumb-wrapper {
    padding: 30px 0;
}

.contact-wrapper {
    grid-template-columns: 1fr;
}

.contact-detail-box {
    border: none;
    padding: 20px 0;
}

section.detail-page.contact-page {
    padding: 0 15px;
}

.contact-detail-box .title {
    font-size: 32px;
}

.contact-detail-box a {
    font-size: 16px;
}
}




/* Modal */


.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    /* display: -webkit-box; */
    /* display: flex; */
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    /* justify-content: flex-end; */
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}


.modal-dialog {
    padding: 0;
    margin: 0;
}

.modal-content {
    border: none;
    border-radius: 0;
    min-height: 100vh;
    width: 70%;
    background: linear-gradient(84.54deg, #1B9ED9 15.29%, #070E2F 99.09%);
}

.light-mode .modal-content{
    background: white;
}

.mobile-nav ul {
    font-size: 20px;
}

.mobile-nav ul li {
    margin-bottom: 20px;
}

.mobile-nav ul {
    color: white;
    font-size: 22px;
    margin-top: 20px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


