Appzia_website_design/assets/css/style.min.css

3216 lines
55 KiB
CSS

@import"https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap";
@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap";
#style-switcher {
transition: all .4s;
background: none repeat scroll 0 0 #f8f9fc;
box-shadow: 0px 4px 12px rgba(24, 59, 86, .07);
left: -189px;
position: fixed;
top: 35.5%;
width: 189px;
z-index: 999;
padding: 10px 5px
}
#style-switcher .settings {
background: #343a40;
color: #fff;
font-size: 20px;
position: absolute;
right: -45px;
top: 0;
height: 45px;
width: 45px;
line-height: 45px;
text-align: center
}
ul.pattern {
overflow: hidden;
border-radius: 0px
}
ul.pattern li {
float: left;
margin: 2px
}
ul.pattern li a {
display: block;
height: 35px;
width: 35px;
border-radius: 30px;
margin: 5px
}
ul.pattern .color1 {
background-color: #0076a3
}
ul.pattern .color2 {
background-color: #1f86ef
}
ul.pattern .color3 {
background-color: #ffb60b
}
@media only screen and (max-width: 375px) {
#style-switcher {
display: none !important
}
}
body[data-bs-theme=dark] .style-switcher h6 {
color: #fff !important
}
body[data-bs-theme=dark] .home {
background-image: url(../images/dark-bg.png) !important
}
body[data-bs-theme=dark] .navbar .navbar-nav .nav-link.active {
color: #0076a3 !important
}
@media(min-width: 200px)and (max-width: 1024px) {
.navbar-custom {
margin-top: 0px;
padding: 10px 0px !important;
color: #fff !important;
background: #fff
}
.navbar-custom .navbar-nav {
margin-left: 0px
}
.navbar-custom .navbar-nav li.active {
border-color: rgba(0, 0, 0, 0)
}
.navbar-custom .navbar-nav li a {
transition: all .4s;
margin: 6px;
color: #183b56;
padding: 6px 0
}
.navbar-custom>.container {
width: 90%
}
.home-title {
font-size: 36px
}
.navbar-white .navbar-toggler {
color: #183b56 !important
}
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
color: #0076a3 !important
}
.navbar-toggler {
font-size: 24px;
margin-top: 0px;
margin-bottom: 0px
}
.navbar-toggler:focus {
box-shadow: none
}
.carousel-indicators {
right: 0
}
.logo .logo-light {
margin-top: 19px;
/* display: none */
}
.logo .logo-dark {
display: inline-block
}
}
@media(min-width: 1200px) {
.container {
max-width: 1140px !important
}
}
@media(max-width: 992px) {
.home,
.home-2,
.home-4,
.home-5,
.home-6 {
padding: 150px 0 50px 0 !important
}
}
@media(max-width: 1600px) {
.request-image img {
display: none !important
}
}
@media(max-width: 768px) {
.PageBackToWork-heading-itText {
display: inline-block;
font-size: 50px
}
}
@media only screen and (min-width: 1600px) {
.container-fluid {
padding-right: 150px;
padding-left: 150px
}
}
.navbar {
transition: all .5s ease;
/* padding: 0; */
padding: 2px 51px;
background-color: rgba(0, 0, 0, 0) !important
}
.navbar .logo .logo-light {
display: none
}
.navbar .logo .logo-dark {
display: inline-block
}
.navbar .navbar-nav .nav-link {
color: #183b56;
font-size: 13px;
background-color: rgba(0, 0, 0, 0);
padding: 28px 25px;
text-transform: uppercase;
transition: all .3s ease;
position: relative;
font-weight: 700
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:active,
.navbar .navbar-nav .nav-link.active {
color: #0076a3 !important
}
.navbar .navbar-brand {
color: #0076a3;
font-weight: 600;
font-size: 26px
}
.navbar .navbar-brand span {
color: #000;
font-weight: 800
}
.navbar .navbar-toggler {
padding: 0px;
border: none;
font-size: 24px
}
.navbar .navbar-toggler:focus {
box-shadow: none
}
.navbar .header-item {
color: #183b56;
transition: all .5s ease
}
@media(max-width: 992px) {
.navbar-nav .dropdown .dropdown-menu {
border: none;
box-shadow: none;
margin-top: 0
}
}
@media(max-width: 576px) {
.dropdown {
position: static
}
}
.navbar-light .nav-item .nav-link {
color: rgba(255, 255, 255, .5) !important
}
.navbar-light .nav-item .nav-link:hover,
.navbar-light .nav-item .nav-link:focus,
.navbar-light .nav-item .nav-link.active {
color: #fff !important
}
.navbar-light .logo .logo-light {
display: block
}
.navbar-light .logo .logo-dark {
display: none
}
@media(max-width: 992px) {
.navbar-light .logo .logo-light {
display: none
}
.navbar-light .logo .logo-dark {
display: block
}
}
.nav-sticky.navbar-light .nav-item .nav-link {
color: #183b56 !important
}
.nav-sticky.navbar-light .nav-item .nav-link:hover,
.nav-sticky.navbar-light .nav-item .nav-link:focus,
.nav-sticky.navbar-light .nav-item .nav-link.active {
color: #0076a3 !important
}
.nav-sticky.navbar-light .logo .logo-light {
display: none !important
}
.nav-sticky.navbar-light .logo .logo-dark {
display: block !important
}
.nav-sticky.navbar {
background: #fff !important;
margin-top: 0px;
box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .2)
}
.nav-sticky .nav-item .nav-link {
color: #183b56 !important
}
@media(min-width: 992px)and (max-width: 1200px) {
.navbar .navbar-nav .nav-link {
padding: 25px 15px
}
}
@media(max-width: 992px) {
.navbar {
padding: 14px 0;
background-color: #fff !important
}
.navbar .navbar-nav .nav-item .nav-link {
padding: 8px 15px;
color: #183b56 !important
}
}
body[data-bs-theme=dark] .navbar {
background-color: rgba(0, 0, 0, 0) !important
}
body[data-bs-theme=dark] .nav-sticky {
background-color: #283039 !important
}
body[data-bs-theme=dark] .nav-sticky .nav-item .nav-link {
color: #fff !important
}
body[data-bs-theme=dark] .nav-sticky.navbar-light .logo .logo-dark {
display: none !important
}
body[data-bs-theme=dark] .nav-sticky.navbar-light .logo .logo-light {
display: block !important
}
body[data-bs-theme=dark] .nav-sticky .navbar-toggler i,
body[data-bs-theme=dark] .navbar .navbar-toggler i {
font-size: 24px;
margin-top: 0px;
margin-bottom: 0px;
color: #fff !important
}
body[data-bs-theme=dark] .nav-sticky .navbar-nav .nav-link,
body[data-bs-theme=dark] .navbar .navbar-nav .nav-link {
color: #fff
}
body[data-bs-theme=dark] .nav-sticky .navbar-nav .nav-link:hover,
body[data-bs-theme=dark] .nav-sticky .navbar-nav .nav-link.active,
body[data-bs-theme=dark] .navbar .navbar-nav .nav-link:hover,
body[data-bs-theme=dark] .navbar .navbar-nav .nav-link.active {
color: #0076a3
}
body[data-bs-theme=dark] .nav-sticky .navbar-brand,
body[data-bs-theme=dark] .navbar .navbar-brand {
color: #0076a3;
font-weight: 600;
font-size: 26px
}
body[data-bs-theme=dark] .nav-sticky .navbar-brand span,
body[data-bs-theme=dark] .navbar .navbar-brand span {
color: #fff;
font-weight: 800
}
body[data-bs-theme=dark] .navbar-toggler {
color: #fff !important
}
body[data-bs-theme=dark] .navbar-brand {
color: #0076a3 !important
}
body[data-bs-theme=dark] .navbar-brand span {
color: #fff !important
}
body[data-bs-theme=dark] .navbar-brand .logo-dark {
display: none
}
body[data-bs-theme=dark] .navbar-brand .logo-light {
display: inline-block
}
@media(max-width: 992px) {
body[data-bs-theme=dark] .navbar {
background-color: #303841 !important
}
body[data-bs-theme=dark] .navbar .nav-item .nav-link {
color: #fff !important
}
}
@media(max-width: 992px) {
.navbar {
padding: 14px 0;
background-color: #fff !important
}
.navbar-toggler i {
color: #183b56
}
.navbar .dropdown .dropdown-menu .dropdown-item {
padding: 10px 30px
}
}
.text-primary {
color: #0076a3 !important
}
.bg-primary {
background-color: #0076a3 !important
}
.text-secondary {
color: #979795 !important
}
.bg-secondary {
background-color: #979795 !important
}
.text-success {
color: #1d9b7b !important
}
.bg-success {
background-color: #1d9b7b !important
}
.text-info {
color: #24bee6 !important
}
.bg-info {
background-color: #24bee6 !important
}
.text-warning {
color: #ffb60b !important
}
.bg-warning {
background-color: #ffb60b !important
}
.text-danger {
color: #da3746 !important
}
.bg-danger {
background-color: #da3746 !important
}
.text-light {
color: #f8f9fc !important
}
.bg-light {
background-color: #f8f9fc !important
}
.text-dark {
color: #183b56 !important
}
.bg-dark {
/* background-color: #183b56 !important */
background-color: #651e48c7 !important
}
.text-muted {
color: #838485 !important
}
.bg-muted {
background-color: #838485 !important
}
.text-white {
color: #fff !important
}
.bg-white {
background-color: #fff !important
}
.text-purple {
color: #766df4 !important
}
.bg-purple {
background-color: #766df4 !important
}
.text-blue {
color: #1f86ef !important
}
.bg-blue {
background-color: #1f86ef !important
}
.text-orange {
color: #e46e2a !important
}
.bg-orange {
background-color: #e46e2a !important
}
.text-white-70 {
color: rgba(255, 255, 255, .7) !important
}
.bg-white-70 {
background-color: rgba(255, 255, 255, .7) !important
}
.section {
/* padding-top: 120px; */
padding-top: 59px;
padding-bottom: 120px;
position: relative !important
}
.para-p {
max-width: 650px
}
@keyframes ani-bg {
0% {
transform: translateY(0px)
}
100% {
transform: translateY(200px)
}
}
.box-shadow {
box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08)
}
hr {
border-top: 1px solid #838485;
margin: 0
}
.lh-1 {
letter-spacing: 1px
}
.f-12 {
font-size: 12px
}
.f-14 {
font-size: 14px
}
.f-16 {
font-size: 16px
}
.f-18 {
font-size: 18px
}
.f-20 {
font-size: 20px
}
.f-22 {
font-size: 22px
}
.f-24 {
font-size: 23px
}
.f-30 {
font-size: 30px
}
.f-35 {
font-size: 35px
}
.f-40 {
font-size: 40px
}
.f-50 {
font-size: 50px
}
.f-100 {
font-size: 100px
}
.margin-top-120 {
margin-top: 120px
}
.avatar-xs {
height: 2rem;
width: 2rem;
line-height: 2rem
}
.avatar-sm {
height: 2rem;
width: 2rem;
line-height: 2rem;
}
.avatar-md {
height: 3.5rem;
width: 3.5rem;
line-height: 3.5rem
}
.avatar-lg {
height: 4.5rem;
width: 4.5rem
}
.avatar-xl {
height: 6rem;
width: 6rem
}
.avatar-xxl {
height: 8rem;
width: 8rem
}
.font-weight-500 {
font-weight: 500
}
.font-weight-600 {
font-weight: 600
}
.border-radius {
border-radius: 6px !important
}
.btn:hover,
.btn:focus {
box-shadow: none !important;
border: 1px solid
}
.text-gradiant {
background: -webkit-linear-gradient(#0076a3, #3c91b3);
-webkit-background-clip: text;
-webkit-text-fill-color: rgba(0, 0, 0, 0)
}
.bg-gradiant {
background: linear-gradient(80deg, rgb(70, 165, 189) 0%, rgb(17, 106, 141) 100%);
border: none !important;
color: #fff !important
}
.bg-overlay {
background-color: rgba(74, 74, 74, .7);
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%
}
.bg-overlay-gradiant {
/* background: linear-gradient(80deg, rgb(55, 125, 143) 0%, rgb(10, 65, 87) 100%); */
background: linear-gradient(80deg, rgb(144 32 25) 0%, rgb(10, 65, 87) 100%);
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: .9
}
.text-shadow {
text-shadow: 1px 1px #fff
}
.modal .modal-dialog .btn-close {
width: 26px;
height: 26px;
background-color: #854096;
border-radius: 5px;
position: absolute;
top: 10px;
right: 10px;
z-index: 3;
opacity: 1;
transition: all .3s ease-in-out
}
.modal .modal-dialog:hover .btn-close {
opacity: .5
}
@media(max-width: 992px) {
.section {
/* padding-top: 80px; */
padding-top: 21px;
padding-bottom: 80px;
position: relative !important
}
}
body {
font-family: "Roboto", sans-serif;
color: #183b56
}
body.modal-open {
padding-right: 0px !important
}
body.modal-open .navbar {
padding-right: 0px !important
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Poppins", sans-serif;
font-weight: 700;
line-height: 1.4
}
.btn,
.btn:focus,
button,
button:focus {
outline: none !important
}
a {
text-decoration: none !important;
outline: none
}
p {
font-size: 17px;
line-height: 25px
}
html {
scroll-padding-top: 110;
scroll-behavior: smooth
}
.row>* {
position: relative
}
@media(max-width: 768px) {
.navbar-custom {
margin-top: 0px;
padding: 10px 0px !important;
background-color: #fff !important;
box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08);
color: #fff !important
}
.navbar-toggler i {
font-size: 24px;
margin-top: 0px;
margin-bottom: 0px;
color: #183b56
}
.bg-home {
height: auto
}
.nav-sticky.navbar-custom .navbar-nav li a {
color: #fff !important
}
.nav-sticky .logo {
color: #fff !important
}
.navbar-custom>.container {
width: 90%
}
.clients-img {
display: none
}
}
.btn {
padding: 12px 30px;
font-size: 12px;
font-weight: 600;
letter-spacing: .5px;
transition: all .5s;
border: 1px solid #0076a3;
overflow: hidden;
position: relative
}
.btn-sm {
padding: 6px 20px;
font-size: 14px
}
.bg-primary {
background-color: #0076a3 !important
}
.bg-soft-primary {
background-color: rgba(0, 118, 163, .2) !important
}
.text-primary {
color: #0076a3 !important
}
.border-primary {
border-color: #0076a3 !important
}
.icon-dual-primary {
color: #0076a3;
fill: rgba(0, 118, 163, .2)
}
.btn-primary {
background: #0076a3 !important;
color: #fff;
border-color: #0076a3 !important;
border: 1px solid
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open>.dropdown-toggle.btn-primary {
background: #00678f;
border-color: #00678f;
box-shadow: none !important
}
.btn-outline-primary {
color: #0076a3;
border-color: #0076a3;
border: 1px solid
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open>.dropdown-toggle.btn-primary {
background: #0076a3;
border-color: #0076a3;
box-shadow: none !important
}
.bg-secondary {
background-color: #979795 !important
}
.bg-soft-secondary {
background-color: rgba(151, 151, 149, .2) !important
}
.text-secondary {
color: #979795 !important
}
.border-secondary {
border-color: #979795 !important
}
.icon-dual-secondary {
color: #979795;
fill: rgba(151, 151, 149, .2)
}
.btn-secondary {
background: #979795 !important;
color: #fff;
border-color: #979795 !important;
border: 1px solid
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary .open>.dropdown-toggle.btn-primary {
background: #8d8d8b;
border-color: #8d8d8b;
box-shadow: none !important
}
.btn-outline-secondary {
color: #979795;
border-color: #979795;
border: 1px solid
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary .open>.dropdown-toggle.btn-primary {
background: #979795;
border-color: #979795;
box-shadow: none !important
}
.bg-success {
background-color: #1d9b7b !important
}
.bg-soft-success {
background-color: rgba(29, 155, 123, .2) !important
}
.text-success {
color: #1d9b7b !important
}
.border-success {
border-color: #1d9b7b !important
}
.icon-dual-success {
color: #1d9b7b;
fill: rgba(29, 155, 123, .2)
}
.btn-success {
background: #1d9b7b !important;
color: #fff;
border-color: #1d9b7b !important;
border: 1px solid
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open>.dropdown-toggle.btn-primary {
background: #1a8a6d;
border-color: #1a8a6d;
box-shadow: none !important
}
.btn-outline-success {
color: #1d9b7b;
border-color: #1d9b7b;
border: 1px solid
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open>.dropdown-toggle.btn-primary {
background: #1d9b7b;
border-color: #1d9b7b;
box-shadow: none !important
}
.bg-info {
background-color: #24bee6 !important
}
.bg-soft-info {
background-color: rgba(36, 190, 230, .2) !important
}
.text-info {
color: #24bee6 !important
}
.border-info {
border-color: #24bee6 !important
}
.icon-dual-info {
color: #24bee6;
fill: rgba(36, 190, 230, .2)
}
.btn-info {
background: #24bee6 !important;
color: #fff;
border-color: #24bee6 !important;
border: 1px solid
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open>.dropdown-toggle.btn-primary {
background: #19b4dc;
border-color: #19b4dc;
box-shadow: none !important
}
.btn-outline-info {
color: #24bee6;
border-color: #24bee6;
border: 1px solid
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open>.dropdown-toggle.btn-primary {
background: #24bee6;
border-color: #24bee6;
box-shadow: none !important
}
.bg-warning {
background-color: #ffb60b !important
}
.bg-soft-warning {
background-color: rgba(255, 182, 11, .2) !important
}
.text-warning {
color: #ffb60b !important
}
.border-warning {
border-color: #ffb60b !important
}
.icon-dual-warning {
color: #ffb60b;
fill: rgba(255, 182, 11, .2)
}
.btn-warning {
background: #ffb60b !important;
color: #fff;
border-color: #ffb60b !important;
border: 1px solid
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open>.dropdown-toggle.btn-primary {
background: #f6ac00;
border-color: #f6ac00;
box-shadow: none !important
}
.btn-outline-warning {
color: #ffb60b;
border-color: #ffb60b;
border: 1px solid
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open>.dropdown-toggle.btn-primary {
background: #ffb60b;
border-color: #ffb60b;
box-shadow: none !important
}
.bg-danger {
background-color: #da3746 !important
}
.bg-soft-danger {
background-color: rgba(218, 55, 70, .2) !important
}
.text-danger {
color: #da3746 !important
}
.border-danger {
border-color: #da3746 !important
}
.icon-dual-danger {
color: #da3746;
fill: rgba(218, 55, 70, .2)
}
.btn-danger {
background: #da3746 !important;
color: #fff;
border-color: #da3746 !important;
border: 1px solid
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open>.dropdown-toggle.btn-primary {
background: #d52737;
border-color: #d52737;
box-shadow: none !important
}
.btn-outline-danger {
color: #da3746;
border-color: #da3746;
border: 1px solid
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open>.dropdown-toggle.btn-primary {
background: #da3746;
border-color: #da3746;
box-shadow: none !important
}
.bg-dark {
/* background-color: #e3ced0 !important */
/* background: linear-gradient(80deg, rgb(144 32 25) 0%, rgb(10, 65, 87) 100%); */
background-color: #000;
}
.bg-soft-dark {
background-color: rgba(24, 59, 86, .2) !important
}
.text-dark {
color: #183b56 !important
}
.border-dark {
border-color: #183b56 !important
}
.icon-dual-dark {
color: #183b56;
fill: rgba(24, 59, 86, .2)
}
.btn-dark {
background: #183b56 !important;
color: #fff;
border-color: #183b56 !important;
border: 1px solid
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open>.dropdown-toggle.btn-primary {
background: #143046;
border-color: #143046;
box-shadow: none !important
}
.btn-outline-dark {
color: #183b56;
border-color: #183b56;
border: 1px solid
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open>.dropdown-toggle.btn-primary {
background: #183b56;
border-color: #183b56;
box-shadow: none !important
}
.bg-cyan {
background-color: #00e6e6 !important
}
.bg-soft-cyan {
background-color: rgba(0, 230, 230, .2) !important
}
.text-cyan {
color: #00e6e6 !important
}
.border-cyan {
border-color: #00e6e6 !important
}
.icon-dual-cyan {
color: #00e6e6;
fill: rgba(0, 230, 230, .2)
}
.btn-cyan {
background: #00e6e6 !important;
color: #fff;
border-color: #00e6e6 !important;
border: 1px solid
}
.btn-cyan:hover,
.btn-cyan:focus,
.btn-cyan:active,
.btn-cyan.active,
.btn-cyan.focus,
.btn-cyan:not(:disabled):not(.disabled):active,
.btn-cyan:not(:disabled):not(.disabled):active:focus,
.btn-cyan .open>.dropdown-toggle.btn-primary {
background: #00d2d2;
border-color: #00d2d2;
box-shadow: none !important
}
.btn-outline-cyan {
color: #00e6e6;
border-color: #00e6e6;
border: 1px solid
}
.btn-outline-cyan:hover,
.btn-outline-cyan:focus,
.btn-outline-cyan:active,
.btn-outline-cyan.active,
.btn-outline-cyan.focus,
.btn-outline-cyan:not(:disabled):not(.disabled):active,
.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,
.btn-outline-cyan .open>.dropdown-toggle.btn-primary {
background: #00e6e6;
border-color: #00e6e6;
box-shadow: none !important
}
.bg-blue {
background-color: #1f86ef !important
}
.bg-soft-blue {
background-color: rgba(31, 134, 239, .2) !important
}
.text-blue {
color: #1f86ef !important
}
.border-blue {
border-color: #1f86ef !important
}
.icon-dual-blue {
color: #1f86ef;
fill: rgba(31, 134, 239, .2)
}
.btn-blue {
background: #1f86ef !important;
color: #fff;
border-color: #1f86ef !important;
border: 1px solid
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.focus,
.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue .open>.dropdown-toggle.btn-primary {
background: #117ce9;
border-color: #117ce9;
box-shadow: none !important
}
.btn-outline-blue {
color: #1f86ef;
border-color: #1f86ef;
border: 1px solid
}
.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:active,
.btn-outline-blue.active,
.btn-outline-blue.focus,
.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue .open>.dropdown-toggle.btn-primary {
background: #1f86ef;
border-color: #1f86ef;
box-shadow: none !important
}
.bg-muted {
background-color: #838485 !important
}
.bg-soft-muted {
background-color: rgba(131, 132, 133, .2) !important
}
.text-muted {
color: #212529 !important
}
.border-muted {
border-color: #838485 !important
}
.icon-dual-muted {
color: #838485;
fill: rgba(131, 132, 133, .2)
}
.btn-muted {
background: #838485 !important;
color: #fff;
border-color: #838485 !important;
border: 1px solid
}
.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus,
.btn-muted:not(:disabled):not(.disabled):active,
.btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open>.dropdown-toggle.btn-primary {
background: #797a7b;
border-color: #797a7b;
box-shadow: none !important
}
.btn-outline-muted {
color: #838485;
border-color: #838485;
border: 1px solid
}
.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active,
.btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open>.dropdown-toggle.btn-primary {
background: #838485;
border-color: #838485;
box-shadow: none !important
}
.bg-purple {
background-color: #766df4 !important
}
.bg-soft-purple {
background-color: rgba(118, 109, 244, .2) !important
}
.text-purple {
color: #766df4 !important
}
.border-purple {
border-color: #766df4 !important
}
.icon-dual-purple {
color: #766df4;
fill: rgba(118, 109, 244, .2)
}
.btn-purple {
background: #766df4 !important;
color: #fff;
border-color: #766df4 !important;
border: 1px solid
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.focus,
.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple .open>.dropdown-toggle.btn-primary {
background: #645af3;
border-color: #645af3;
box-shadow: none !important
}
.btn-outline-purple {
color: #766df4;
border-color: #766df4;
border: 1px solid
}
.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple:active,
.btn-outline-purple.active,
.btn-outline-purple.focus,
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple .open>.dropdown-toggle.btn-primary {
background: #766df4;
border-color: #766df4;
box-shadow: none !important
}
.bg-pink {
background-color: #f13e74 !important
}
.bg-soft-pink {
background-color: rgba(241, 62, 116, .2) !important
}
.text-pink {
color: #f13e74 !important
}
.border-pink {
border-color: #f13e74 !important
}
.icon-dual-pink {
color: #f13e74;
fill: rgba(241, 62, 116, .2)
}
.btn-pink {
background: #f13e74 !important;
color: #fff;
border-color: #f13e74 !important;
border: 1px solid
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.btn-pink.focus,
.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink .open>.dropdown-toggle.btn-primary {
background: #f02b66;
border-color: #f02b66;
box-shadow: none !important
}
.btn-outline-pink {
color: #f13e74;
border-color: #f13e74;
border: 1px solid
}
.btn-outline-pink:hover,
.btn-outline-pink:focus,
.btn-outline-pink:active,
.btn-outline-pink.active,
.btn-outline-pink.focus,
.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink .open>.dropdown-toggle.btn-primary {
background: #f13e74;
border-color: #f13e74;
box-shadow: none !important
}
.bg-orange {
background-color: #e46e2a !important
}
.bg-soft-orange {
background-color: rgba(228, 110, 42, .2) !important
}
.text-orange {
color: #e46e2a !important
}
.border-orange {
border-color: #e46e2a !important
}
.icon-dual-orange {
color: #e46e2a;
fill: rgba(228, 110, 42, .2)
}
.btn-orange {
background: #e46e2a !important;
color: #fff;
border-color: #e46e2a !important;
border: 1px solid
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.btn-orange.focus,
.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange .open>.dropdown-toggle.btn-primary {
background: #de631c;
border-color: #de631c;
box-shadow: none !important
}
.btn-outline-orange {
color: #e46e2a;
border-color: #e46e2a;
border: 1px solid
}
.btn-outline-orange:hover,
.btn-outline-orange:focus,
.btn-outline-orange:active,
.btn-outline-orange.active,
.btn-outline-orange.focus,
.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange .open>.dropdown-toggle.btn-primary {
background: #e46e2a;
border-color: #e46e2a;
box-shadow: none !important
}
.bg-light {
background-color: #f8f9fc !important
}
.bg-soft-light {
background-color: rgba(248, 249, 252, .2) !important
}
.text-light {
color: #f8f9fc !important
}
.border-light {
border-color: #f8f9fc !important
}
.icon-dual-light {
color: #f8f9fc;
fill: rgba(248, 249, 252, .2)
}
.btn-light {
background: #f8f9fc !important;
color: #fff;
border-color: #f8f9fc !important;
border: 1px solid
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open>.dropdown-toggle.btn-primary {
background: #eaedf6;
border-color: #eaedf6;
box-shadow: none !important
}
.btn-outline-light {
color: #f8f9fc;
border-color: #f8f9fc;
border: 1px solid
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open>.dropdown-toggle.btn-primary {
background: #f8f9fc;
border-color: #f8f9fc;
box-shadow: none !important
}
.bg-white {
background-color: #ffffff !important
}
.bg-soft-white {
background-color: rgba(255, 255, 255, .2) !important
}
.text-white {
color: #ffffff !important
}
.border-white {
border-color: #ffffff !important
}
.icon-dual-white {
color: #fff;
fill: rgba(255, 255, 255, .2)
}
.btn-white {
background: #ffffff !important;
color: #fff;
border-color: #ffffff !important;
border: 1px solid
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open>.dropdown-toggle.btn-primary {
background: #f5f5f5;
border-color: #f5f5f5;
box-shadow: none !important
}
.btn-outline-white {
color: #ffffff;
border-color: #ffffff;
border: 1px solid
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open>.dropdown-toggle.btn-primary {
background: #fff;
border-color: #fff;
box-shadow: none !important
}
.bg-white-70 {
background-color: rgba(255, 255, 255, 0.7) !important
}
.bg-soft-white-70 {
background-color: rgba(255, 255, 255, .2) !important
}
.text-white-70 {
color: rgba(255, 255, 255, 0.7) !important
}
.border-white-70 {
border-color: rgba(255, 255, 255, 0.7) !important
}
.icon-dual-white-70 {
color: rgba(255, 255, 255, .7);
fill: rgba(255, 255, 255, .2)
}
.btn-white-70 {
background: rgba(255, 255, 255, 0.7) !important;
color: #fff;
border-color: rgba(255, 255, 255, 0.7) !important;
border: 1px solid
}
.btn-white-70:hover,
.btn-white-70:focus,
.btn-white-70:active,
.btn-white-70.active,
.btn-white-70.focus,
.btn-white-70:not(:disabled):not(.disabled):active,
.btn-white-70:not(:disabled):not(.disabled):active:focus,
.btn-white-70 .open>.dropdown-toggle.btn-primary {
background: rgba(245, 245, 245, .7);
border-color: rgba(245, 245, 245, .7);
box-shadow: none !important
}
.btn-outline-white-70 {
color: rgba(255, 255, 255, 0.7);
border-color: rgba(255, 255, 255, 0.7);
border: 1px solid
}
.btn-outline-white-70:hover,
.btn-outline-white-70:focus,
.btn-outline-white-70:active,
.btn-outline-white-70.active,
.btn-outline-white-70.focus,
.btn-outline-white-70:not(:disabled):not(.disabled):active,
.btn-outline-white-70:not(:disabled):not(.disabled):active:focus,
.btn-outline-white-70 .open>.dropdown-toggle.btn-primary {
background: rgba(255, 255, 255, .7);
border-color: rgba(255, 255, 255, .7);
box-shadow: none !important
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
background: #f8f9fc !important;
border: 1px solid rgba(131, 132, 133, .1) !important
}
.btn-dark {
border: 1px solid #183b56 !important
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
background-color: #0076a3 !important;
border: 1px solid #183b56 !important;
box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08) !important
}
.btn-outline-dark {
border: 1px solid #183b56;
color: #183b56
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark.active {
color: #fff;
background-color: #183b56
}
.btn {
border-color: #0076a3
}
.card {
background-color: #fff;
border-color: #dee2e6;
border-radius: 20px
}
.mode-btn {
position: fixed;
top: 28%;
left: 0px;
z-index: 1021;
color: #fff;
width: 45px;
height: 45px;
line-height: 45px;
background-color: #0076a3;
border: 1px solid #0076a3;
font-size: 21px;
text-align: center
}
.mode-btn .mode-dark {
display: block;
transition: all .5s ease
}
.mode-btn .mode-light {
display: none;
transition: all .5s ease
}
body[data-bs-theme=dark] #style-switcher {
background-color: #242c34
}
body[data-bs-theme=dark] .mode-dark {
display: none
}
body[data-bs-theme=dark] .mode-light {
display: block
}
body[data-bs-theme=dark] .card {
background-color: #283039 !important;
border-color: #3d454e !important
}
body[data-bs-theme=dark] p {
color: rgba(255, 255, 255, .3) !important
}
body[data-bs-theme=dark] .title h6 {
color: #0076a3 !important
}
.home {
/* min-height: 100vh; */
/* align-items: center;
display: flex;
background-image: url(../images/banner.png);
background-repeat: no-repeat;
background-size: cover; */
background-image: url(../images/img.png);
background-position: right 0px;
background-repeat: no-repeat;
background-size: 65%;
transform: translate3d(0px, 0px, 0px);
transform-style: preserve-3d;
backface-visibility: hidden;
}
.home .up-botton-text {
position: absolute;
top: 50%;
left: -20%
}
.home .up-botton-text h5 {
transform: rotate(90deg)
}
.home .smallphone-image {
animation: ani-bg 3s infinite
}
@keyframes ani-bg {
0% {
transform: translateY(0px)
}
50% {
transform: translateY(30px)
}
100% {
transform: translateY(0px)
}
}
.home-2 {
min-height: 90vh;
align-items: center;
display: flex
}
.home-2 .home-title {
font-weight: 500
}
.home-2 .phone-mockup {
position: relative;
z-index: 1;
margin-bottom: -20%
}
.home-2 .video-preview {
border-radius: 50px;
box-shadow: 0 0 0 0 #0076a3;
position: relative
}
.home-2 .video-preview .watch-video {
position: absolute;
top: 50%;
transform: translate(-50%, -50%) !important;
left: 50%
}
.home-2 .video-preview .watch-video .video-play-icon i {
box-shadow: 0 0 0 0 #0076a3;
animation: pulse 1.2s infinite;
font-size: 30px;
line-height: 70px
}
@keyframes pulse {
50% {
box-shadow: 0 0 0 30px rgba(36, 194, 255, 0)
}
100% {
box-shadow: 0 0 0 0 rgba(36, 194, 255, 0)
}
}
.home-2 .background-line::after {
content: "";
position: absolute;
width: 2px;
height: 100%;
background-color: rgba(255, 255, 255, .1);
left: 20%;
top: 0
}
.home-2 .background-line .line-rounded {
position: absolute;
height: 20px;
width: 20px;
border: 2px solid rgba(255, 255, 255, .2);
border-radius: 50px;
left: 20%;
top: 50%;
transform: translateX(-50%)
}
.home-2 .background-line-2::before {
content: "";
position: absolute;
width: 2px;
height: 100%;
background-color: rgba(255, 255, 255, .1);
right: 15%;
top: 0
}
.home-2 .background-line-2 .line-rounded {
position: absolute;
height: 20px;
width: 20px;
border: 2px solid rgba(255, 255, 255, .2);
background-color: rgba(255, 255, 255, .2);
border-radius: 50px;
right: 15%;
top: 20%;
transform: translateX(50%)
}
.home-2 .social-icon {
position: absolute;
left: 8%;
bottom: 20%
}
.home-2 .social-icon i {
font-size: 24px;
color: rgba(255, 255, 255, .6)
}
.home-3 .hero-img {
min-height: 100vh;
align-items: center;
display: flex
}
@media(max-width: 992px) {
.home-3 .hero-img {
min-height: 100% !important
}
}
.home-3 .container-fluid .side-img.img,
.home-3 .job-home-hero .container-fluid .side-img.img,
.home-3 .comingsoon .container-fluid .side-img.img {
background: scroll center no-repeat;
background-size: cover;
position: absolute;
height: 100vh;
width: 48vw;
top: 0;
right: 0
}
.home-3 .side-img {
min-height: 100vh;
align-items: center;
display: flex;
z-index: 9;
overflow: hidden;
animation: image 2s infinite alternate
}
@media(max-width: 992px) {
.home-3 .side-img {
position: relative !important;
width: 100% !important;
padding-top: 140px !important
}
}
.home-3 .side-img .home-slider {
padding: 140px 0
}
@media(max-width: 992px) {
.home-3 .side-img #home-slider {
width: 430%
}
}
@media(max-width: 768px) {
.home-3 .side-img #home-slider {
width: 500%
}
}
@media(max-width: 576px) {
.home-3 .side-img #home-slider {
width: 700%
}
}
@media(max-width: 500px) {
.home-3 .side-img #home-slider {
width: 1100%
}
}
.home-3 .side-img .item {
height: 500px;
width: auto
}
.home-3 .side-img .tns-nav {
z-index: 9;
position: relative;
margin-left: 40px
}
.home-3 .side-img .tns-nav button {
margin: 0 10px;
height: 5px;
width: 20px;
border-radius: 40px;
background-color: rgba(255, 255, 255, .4);
border: none
}
.home-3 .side-img .tns-nav .tns-nav-active {
background-color: #fff
}
.home-3 .side-img .tns-controls {
position: absolute;
z-index: 999;
bottom: 50px;
right: 0
}
.home-3 .side-img .tns-controls button {
margin: 0 10px;
border-radius: 50px;
height: 40px;
width: 40px;
background-color: rgba(255, 255, 255, .4);
border: none
}
@keyframes image {
0% {
background-image: url(../images/home/key-img1.jpg)
}
100% {
background-image: url(../images/home/key-img2.jpg)
}
}
@media(max-width: 992px) {
.home-3 .tns-nav,
.home-3 .tns-controls {
display: none !important
}
}
.home-4 {
padding: 32px 0px;
align-items: center;
display: flex;
background-color: rgba(0, 118, 163, .5)
}
.home-4 .home-content {
padding-top: 50px
}
.home-4 .logo-box {
background-color: #f8f9fc;
border-radius: 20px;
padding: 40px 20px;
z-index: 9;
box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08);
position: relative;
top: 86px
}
.home-4 .logo-box .client-slider img {
opacity: .4;
transition: all .5s
}
.home-4 .logo-box .client-slider img:hover {
opacity: .8
}
.home-5 {
min-height: 100vh;
align-items: center;
display: flex
}
.home-5 .more-profile .top-child {
margin-left: -15px
}
.home-5 .more-profile .top-child img {
border-radius: 50px;
border: 3px solid #fff
}
.home-5 .more-profile .avatar-sm:last-child {
text-align: center;
background-color: #0076a3;
border-radius: 50px;
border: 3px solid #fff
}
.home-5 .more-profile .avatar-sm:last-child p {
line-height: 2.5rem;
font-weight: 500;
color: #fff
}
.home-5 .form-group {
position: relative
}
.home-5 .form-group .form-control {
padding: 14px;
border-radius: 5px
}
.home-5 .btn-big {
padding: 15px 25px
}
.home-5 .waav {
position: relative;
-webkit-box-reflect: below -10px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
font-size: 20px;
font-weight: 800
}
.home-5 .waav span {
position: relative;
display: inline-block;
color: rgba(0, 118, 163, .5);
text-transform: uppercase;
animation: waav 1s infinite;
animation-delay: calc(.1s*var(--a))
}
@keyframes waav {
0%,
40%,
100% {
transform: translateY(0)
}
20% {
transform: translateY(-10px)
}
}
.home-6 {
padding: 200px 0;
background: linear-gradient(to left, #f8f9fc 50%, #00c3ed 50%) !important
}
.home-6 .testimonial-image {
z-index: 2
}
.home-6 .tns-outer {
position: relative
}
.home-6 .tns-outer .tns-controls {
position: absolute;
text-align: left;
top: 50%;
left: 34%;
transform: translateY(50%);
z-index: 999;
margin-left: 20px
}
.home-6 .tns-outer .tns-controls button[data-controls=prev],
.home-6 .tns-outer .tns-controls button[data-controls=next] {
color: #183b56;
background: rgba(0, 118, 163, .3);
border: none;
border-radius: 50%;
box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08)
}
.home-6 .tns-outer .tns-controls button {
margin: 0 0 0px 10px;
border-radius: 50%;
border: none;
color: #0076a3;
background: #0076a3;
transition: all .3s;
font-size: 20px;
width: 40px;
height: 40px;
line-height: 40px;
bottom: 0;
transform: translateY(50%);
margin-top: 50px
}
.home-6 .tns-outer .tns-controls button:focus,
.home-6 .tns-outer .tns-outer .tns-controls button:hover,
.home-6 .tns-outer .tns-outer .tns-controls button:active {
outline: none;
background-color: #0076a3 !important;
color: #fff
}
.home-6 .tns-outer .tns-controls:focus {
outline: none !important
}
@media(max-width: 992px) {
.home-6 {
background: #f8f9fc !important;
padding: 150px 0 50px 0
}
.home-6 .tns-outer .tns-controls {
top: 50%;
margin-left: 10px
}
}
body[data-bs-theme=dark] .home {
background-image: url(../images/dark-bg.png);
background-color: #303841 !important
}
body[data-bs-theme=dark] .home .display-5 {
color: #fff !important
}
body[data-bs-theme=dark] .home .up-botton-text h5 {
color: rgba(255, 255, 255, .6)
}
body[data-bs-theme=dark] .home-2 {
background-color: #343f4b !important
}
body[data-bs-theme=dark] .home-3 {
background-color: #303841 !important
}
body[data-bs-theme=dark] .home-3 h1 {
color: #fff
}
body[data-bs-theme=dark] .home-4 {
background-color: #343f4b !important;
color: #fff
}
body[data-bs-theme=dark] .home-4 .logo-box {
background-color: #242a31 !important
}
body[data-bs-theme=dark] .home-4 .client-slider img {
opacity: .9;
filter: brightness(0) invert(1)
}
body[data-bs-theme=dark] .home-4 .client-slider img:hover {
opacity: .3
}
body[data-bs-theme=dark] .home-5 {
background: #343f4b !important;
color: #fff !important
}
body[data-bs-theme=dark] .home-5 .more-profile .avatar-sm:last-child {
text-align: center;
background-color: #0076a3;
border-radius: 50px;
border: 3px solid #343f4b
}
body[data-bs-theme=dark] .home-5 .more-profile p {
color: #fff !important
}
body[data-bs-theme=dark] .home-5 .form-control {
background-color: #283039
}
body[data-bs-theme=dark] .home-6 {
background: linear-gradient(to left, #343f4b 50%, #00c3ed 50%) !important;
color: #fff !important
}
body[data-bs-theme=dark] .home-6 .title-content p {
color: #fff !important
}
body[data-bs-theme=dark] .home-6 a {
color: #fff !important
}
body[data-bs-theme=dark] .home-6 .tns-outer .tns-controls button[data-controls=prev],
body[data-bs-theme=dark] .home-6 .tns-outer .tns-controls button[data-controls=next] {
color: #fff
}
.service .service-box {
padding: 20px;
border-radius: 20px;
transition: all .3s
}
.service .service-box a {
color: #183b56;
transition: all .3s
}
.service .service-box .service-icon i {
position: relative;
top: 10px
}
.service .service-box:hover {
box-shadow: 0 5px 13px rgba(60, 72, 88, .2);
transition: all .3s
}
.service .service-box:hover a {
color: #0076a3
}
.home2-service {
padding-top: 250px
}
body[data-bs-theme=dark] .service {
background-color: #303841 !important;
color: #fff
}
body[data-bs-theme=dark] .service .service-box h5 {
color: #fff
}
body[data-bs-theme=dark] .service .service-box:hover {
background-color: #343f4b;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}
.features .nav .nav-item .nav-link {
margin: 0 10px;
border: 1px solid rgba(24, 59, 86, .5);
padding: 10px 30px;
color: #183b56
}
.features .nav .nav-item .nav-link.active {
border: 1px solid #0076a3;
/* background: linear-gradient(rgb(46, 141, 165) 0%, rgb(17, 77, 100) 100%); */
background: linear-gradient(80deg, #e22f12 0%, #003652 100%);
color: #fff
}
.features .tab-content .tab-pane .features-item .icon {
background-color: rgba(0, 118, 163, .1);
color: #0076a3
}
body[data-bs-theme=dark] .features {
background-color: #343f4b !important;
color: #fff
}
body[data-bs-theme=dark] .nav .nav-item .nav-link {
margin: 0 20px;
border: 1px solid rgba(255, 255, 255, .5);
padding: 10px 30px;
color: #fff
}
body[data-bs-theme=dark] .features-box h6 {
color: rgba(255, 255, 255, .7) !important
}
.testimonial .testi-slider {
margin: 0 20px
}
.testimonial .testi-slider .item .testi-box {
border-radius: 20px;
box-shadow: 0 5px 13px rgba(60, 72, 88, .2);
margin: 20px 0;
cursor: grab
}
.testimonial .testi-slider .item .testi-box .social-icon i {
color: rgba(255, 255, 255, .5)
}
.testimonial .tns-nav {
text-align: center
}
.testimonial .tns-nav button {
height: 12px;
width: 12px;
border-radius: 12px;
margin: 0 8px;
padding: 4px;
background-color: rgba(0, 118, 163, .2);
border: none
}
.testimonial .tns-nav .tns-nav-active {
background-color: #0076a3
}
.app-slider {
/* cursor: alias */
}
.app-slider .swiper-container {
padding: 18px 0 50px 0
}
.app-slider .swiper-container .fream-phone {
position: absolute;
z-index: 9;
left: 50%;
transform: translate(-50%);
top: 0;
height: auto;
width: 230px
}
.app-slider .swiper-container .swiper-wrapper img {
border-radius: 20px
}
.app-slider .swiper-container .swiper-pagination-bullet-active {
opacity: 1;
background: #0076a3
}
.app-slider img {
width: 100%
}
@media(max-width: 1200px) {
.app-slider .swiper-container {
padding: 15px 0 50px 0
}
.app-slider .swiper-container .fream-phone {
width: 180px
}
}
@media(max-width: 992px) {
.testimonial #testi-slider-iw {
margin: 0 !important
}
.app-slider .swiper-container {
padding: 15px 0 50px 0
}
.app-slider .swiper-container .fream-phone {
width: 260px
}
}
@media(max-width: 768px) {
.fream-phone {
/* display: none */
}
}
body[data-bs-theme=dark] .testimonial {
background-color: #303841 !important;
color: #fff
}
body[data-bs-theme=dark] .app-slider {
background-color: #303841 !important;
color: #fff !important
}
.pricing .price-item {
border-radius: 10px;
transition: all .5s
}
.pricing .price-item .price-up-box {
background-color: rgba(0, 118, 163, .2)
}
.pricing .price-item .price-up-box.active {
background-color: #183b56
}
.pricing .price-item .price-down-box button {
background-color: #f8f9fc;
border: 1px solid rgba(0, 118, 163, .2)
}
body[data-bs-theme=dark] .pricing {
background-color: #343f4b !important;
color: #fff
}
body[data-bs-theme=dark] .pricing h1 {
color: #fff !important
}
body[data-bs-theme=dark] .pricing .topbar-header h6 {
color: #fff !important
}
body[data-bs-theme=dark] .pricing .price-tag h2 {
color: #fff !important
}
body[data-bs-theme=dark] .pricing .border {
border-color: #283039 !important
}
.team .team-box {
position: relative
}
.team .team-box .team-image img {
border-radius: 10px
}
.team .team-box .team-icon .social-icon a {
color: #838485
}
.team .team-box .team-info {
transform: rotate(270deg);
top: 40%;
left: -30px
}
body[data-bs-theme=dark] .team {
background-color: #343f4b !important;
color: #fff
}
.cta {
background-image: url(../images/cta-bg.jpg);
position: relative;
background-repeat: no-repeat;
background-attachment: fixed
}
.cta::after {
content: "";
position: absolute;
bottom: -50px;
left: 0;
width: 100%;
height: 100px;
background: #fff;
-ms-transform: matrix(1, -0.05, 0, 1, 0, 0);
-webkit-transform: matrix(1, -0.05, 0, 1, 0, 0);
transform: matrix(1, -0.05, 0, 1, 0, 0)
}
.cta::before {
content: "";
position: absolute;
top: -50px;
left: 0;
width: 100%;
height: 100px;
background: #fff;
transform: matrix(1, -0.05, 0, 1, 0, 0);
z-index: 1
}
.cta .cta-phone-image {
position: absolute;
z-index: 999;
top: -32%
}
@media(max-width: 992px) {
.cta .cta-phone-image {
position: relative !important;
top: 0
}
}
body[data-bs-theme=dark] .cta::before {
background: #343f4b !important
}
body[data-bs-theme=dark] .cta::after {
background: #303841 !important
}
.contact .contact-map {
position: relative;
z-index: 999
}
.contact .map-shape::after {
content: "";
position: absolute;
height: 350px;
width: 200px;
background-color: white;
top: -5%;
right: -10%;
border-radius: 10px
}
.contact .contact-form {
margin-bottom: 15px;
box-shadow: none !important;
height: 48px;
padding-left: 20px;
border: 1px solid #efefef;
font-size: 15px;
border-radius: 5px;
z-index: 1
}
.contact .form-section {
z-index: 1;
position: relative;
bottom: -100px
}
@media(max-width: 1200px) {
.contact-map iframe {
width: 450px !important
}
}
@media(max-width: 992px) {
.contact-map iframe {
width: 600px !important
}
}
@media(max-width: 768px) {
.contact-map iframe {
width: 400px !important
}
}
@media(max-width: 460px) {
.contact-map iframe {
width: 300px !important
}
}
body[data-bs-theme=dark] .contact {
background-color: #303841 !important;
color: #fff
}
body[data-bs-theme=dark] .contact-form {
background-color: #343f4b;
border: 1px solid #293038 !important
}
.footer .bg-arrow {
background-image: url(../images/home/arrow-bg.png) !important;
position: absolute;
top: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat
}
.footer .footer-icon a {
border: 1px dashed rgba(131, 132, 133, .5)
}
.footer .footer-item li {
padding-bottom: 8px
}
.footer .form-control {
height: 56px;
border: 1px solid rgba(24, 59, 86, .1)
}
.footer .form-control:hover,
.footer .form-control:focus {
box-shadow: none !important
}
.footer .input-group-text {
border: none !important
}
.footer .footer-center-border {
border-bottom: 1px dashed rgba(24, 59, 86, .2) !important
}
.footer .footer-link li {
margin-top: 5px
}
.footer .footer-link li a {
/* color: rgba(255, 255, 255, .5) !important */
color: white !important
}
/* FAQ */
.acc {
margin-bottom: 10px;
}
.acc-head {
background: linear-gradient(80deg, rgb(144 32 25) 0%, rgb(10, 65, 87) 100%);
padding: 20px 30px;
font-size: 22px;
position: relative;
cursor: pointer;
}
.acc-head::before,
.acc-head::after {
content: '';
position: absolute;
top: 50%;
background-color: #fff;
transition: all .3s;
}
.acc-head::before {
right: 30px;
width: 3px;
height: 20px;
margin-top: -10px;
}
.acc-head::after {
right: 21px;
width: 20px;
height: 3px;
margin-top: -2px;
}
.acc-head p {
color: #fff;
/* font-weight: bold; */
font-size: 17px;
font-weight: 500;
margin-bottom: 0px;
}
.acc-content {
padding: 15px 10px;
display: none;
color: #000;
}
.acc-head.active::before {
transform: rotate(90deg);
}
/* End FAQ */
/* Process Work */
.step-wrapper {
/* margin: 30px; */
/* margin-bottom: 200px; */
position: relative;
}
.linestep {
text-align: center;
max-width: 250px;
position: absolute;
}
.linestep .num {
color: #fff;
border-radius: 100px;
display: inline-block;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
font-weight: bold;
background: rgb(144 32 25);
}
.linestep p {
width: 280px;
position: absolute;
margin-top: 7px;
font-weight: 500;
line-height: normal;
font-size: 18px;
}
.linestep p.top {
bottom: 50px;
left: -110px;
}
.linestep p.bottom {
left: -110px;
}
.linestep p.left {
width: 200px;
right: 34px;
top: -17px;
}
.linestep p.right {
width: 200px;
left: 34px;
top: -17px;
}
.linestep {
visibility: hidden;
}
.path {
visibility: hidden;
}
.move-line .path {
visibility: visible;
stroke-dasharray: 3700;
stroke-dashoffset: 3700;
animation: moveline 4s linear forwards;
}
.move-line .linestep {
animation-name: show-step-item;
animation-duration: 0.2s;
animation-fill-mode: forwards;
}
.move-line .linestep1 {
animation-delay: 0.4s;
}
.move-line .linestep2 {
animation-delay: 0.8s;
}
.move-line .linestep3 {
animation-delay: 1.2s;
}
.move-line .linestep4 {
animation-delay: 1.6s;
}
.move-line .linestep5 {
animation-delay: 2s;
}
.move-line .linestep6 {
animation-delay: 2.4s;
}
.move-line .linestep7 {
animation-delay: 2.8s;
}
.move-line .linestep8 {
animation-delay: 3.2s;
}
@keyframes show-step-item {
from {
transform: scale(0.2);
opacity: 0;
}
to {
visibility: visible;
transform: scale(1);
opacity: 1;
}
}
@keyframes moveline {
to {
stroke-dashoffset: 0;
}
}
/* End Process Work */
/* stacks */
.technology .techno-box {
padding: 24px 7px;
box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
transition: 0.3s;
height: 100%;
/* border: 1px solid #ccc; */
}
.technology .techno-box img {
padding: 4px;
margin-right: 10px;
max-width: 100%;
height: auto;
border-radius: 3px;
transition: 0.3s;
box-shadow: 3px 4px 5px rgb(2 2 2 / 25%);
}
/* End stacks */
body[data-bs-theme=dark] .footer {
background-color: #343f4b !important;
color: #fff !important
}
body[data-bs-theme=dark] .footer .bg-arrow {
background-image: url(../images/home/arrow-bg-dark.png) !important
}
body[data-bs-theme=dark] .footer .form-control {
height: 56px;
border: 1px solid #343f4b !important;
background-color: #283039
}
body[data-bs-theme=dark] .footer .input-group-text {
border: 1px solid rgba(255, 255, 255, .02) !important
}
body[data-bs-theme=dark] .footer .footer-icon i {
color: #fff !important
}
body[data-bs-theme=dark] .bottom-footer {
background-color: #303841 !important
}
/*# sourceMappingURL=style.min.css.map */
@media(max-width: 500px) {
.text-white {
color: #000 !important;
}
}
@media(max-width: 500px) {
.effect {
height: 414px !important;
}
}
@media(max-width: 500px) {
.home {
/* min-height: 100vh; */
background-image: url(../images/home/banner.png);
background-position: right 0px;
background-repeat: no-repeat;
background-size: 119% !important;
transform: translate3d(0px, 0px, 0px);
transform-style: preserve-3d;
backface-visibility: hidden;
}
}
@media(max-width: 500px) {
.main_mobile {
margin-top: 0 !important;
}
}
@media(max-width: 500px) {
.app-slider img {
width: auto !important;
}
}
@media(max-width: 500px) {
.point {
color: white !important;
}
}
@media(max-width: 500px) {
#book {
float: right;
margin-top: -19px;
}
}
@media(max-width: 1200px) {
.home .smallphone-image {
animation: ani-bg 3s infinite;
margin-top: 68px !important;
}
}
@media (max-width: 1600px) {
.app-slider .swiper-container .fream-phone img {
height: 458px !important;
}
}
@media (max-width: 500px) {
.app-slider .swiper-container .fream-phone img {
height: 461px !important;
}
}
@media(max-width: 500px) {
#color {
float: right;
margin-top: -46px;
}
}
@media(max-width: 500px) {
.modal-header {
background-color: #854096;
color: white;
}
}
@media(max-width: 500px) {
.btn-close {
--bs-btn-close-color: #000;
--bs-btn-close-bg: url(../images/close.png);
}
}
@media(max-width: 500px) {
.m-5 {
margin: 1.2rem !important;
}
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}
.form-v1 {
-webkit-appearance: menulist-button; /* Safari/Chrome */
appearance: menulist-button;
}
/* Media query for smaller screens */
@media (max-width: 768px) {
.step-wrapper {
flex-direction: column; /* Stack items vertically */
align-items: center; /* Center items horizontally */
display: flex;
}
.linestep {
position: relative;
text-align: center;
left: auto !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
}
.linestep p {
position: relative;
left: auto !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
font-size: 18px; /* Adjust font size for mobile */
margin: 10px 0;
text-align: initial;
}
.linestep p.bottom{
}
svg{
display: none;
}
}