.navbar-brand {
font-size: 20px;
margin: 0;
padding: 0;
line-height: 1;
font-weight: 800;
letter-spacing: 2px;
font-family: "Poppins", sans-serif;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar {
    padding: 0;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
    color: #2c3145;
    font-weight: 600;
    font-size: 14px;
    /* padding: 10px 5px; */
    text-decoration: none;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #00AEE9;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    color: #434175;
    white-space: nowrap;
    transition: 0.3s;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    color: #434175;
    white-space: nowrap;
    transition: 0.3s;
} 
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #2a2af0;
  text-decoration: none;
}
.marquee
{
    color: #00AEE9;
    box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}
.marquee a 
{
    color: #00AEE9;
}
.footer-h
{
    color: #00AEE9;
    font-weight: 800;
    font-size: 18px;
}
.d-inline-block {
    display: inline-block !important;
    color: #00AEE9;
}
footer p
{
    color: #fff;
}
.card-title {
    margin-bottom: 0.5rem;
    font-size: 18px;
    font-weight: 600;
    color: #434175;
}
            
            @media (min-width: 1024px)
#spfst {
    background-attachment: fixed;
}
#spfst {
    width: 100%;
    background: white;
    border-bottom: 2px solid white;
}
.align-items-center {
    align-items: center!important;
}
.d-flex {
    display: flex!important;
}
section {
    padding: 15px 30px;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    
    background-color:#ffffff00 !important;
    color: fieldtext !important;
}
#spfst .container {
    padding-top: 0px;
}
@media (min-width: 1200px)
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}
@media (min-width: 992px)
.container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}
@media (min-width: 768px)
.container, .container-md, .container-sm {
    max-width: 720px;
}
@media (min-width: 576px)
.container, .container-sm {
    max-width: 540px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
@media (min-width: 992px)
.pt-lg-0 {
    padding-top: 0!important;
}
@media (min-width: 992px)
.order-lg-1 {
    order: 1!important;
}
#spfst h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    color: #434175;
    font-family: "Poppins", sans-serif;
}
#spfst ul {
    margin-top: 15px;
    list-style: none;
    padding: 0;
}
#spfst ul li {
    padding: 10px 0 0 28px;
    position: relative;
}
#spfst ul i {
    left: 0;
    top: 7px;
    position: absolute;
    font-size: 20px;
    color: #00AEE9;
}
.mt-3 {
    margin-top: 1rem!important;
}
#spfst .btn-get-started {
    background: #00AEE9;
    color: #fff;
    border: 3px solid #00AEE9;
    margin-right: 10px;
}
#spfst .btn-get-started, #spfst .btn-get-quote {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 8px 30px 9px 30px;
    margin-bottom: 15px;
    border-radius: 3px;
    transition: 0.5s;
    border-radius: 50px;
}
#spfst .btn-get-quote {
    color: #00AEE9;
    border: 3px solid #00AEE9;
}
@media (min-width: 992px)
.order-lg-2 {
    order: 2!important;
}
.order-1 {
    order: 1!important;
}
@media (min-width: 992px)
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: middle;
}

.btn-get-quote {
    color: #00AEE9;
    border: 3px solid #00AEE9;
}
.btn-get-quote {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 8px 30px 6px 30px;
    margin-bottom: 15px;
    border-radius: 3px;
    transition: 0.5s;
    border-radius: 50px;
}
.navbar-nav li > ul.dropdown-menu {
    display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    
    left:209px; /* 10rem is the min-width of dropdown-menu */
    margin-top:-0px;
}
ul li 
{
    list-style: none;
}
.navbar .getstarted, .navbar .getstarted:focus {
    padding: 6px 25px;
    margin-left: 30px;
    border-radius: 50px;
    color: #00AEE9;
    border: 3px solid #00AEE9;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 20px;
    font-size: 14px;
    white-space: nowrap;
    transition: 0.3s;
}}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px 13px 15px;
    font-size: 15px;
    color: #434175;
    white-space: nowrap;
    transition: 0.3s;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.about .content ul {
    list-style: none;
    padding: 0;
}
.about .content ul li {
    padding: 10px 0 0 28px;
    position: relative;
}
.about .content ul i {
    left: 0;
    top: 7px;
    position: absolute;
    font-size: 20px;
    color: #00AEE9;
}
.about .content h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #434175;
}

.features {
    padding-top: 0;
}
.features .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    transition: ease-in-out 0.3s;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.features .icon-box i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 1;
}
.features .icon-box h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
}
.features .icon-box h3 a {
    color: #434175;
    transition: ease-in-out 0.3s;
}

.counts {
    padding: 70px 30px 60px;
}
.section-bg {
    background-color: #eeeef5;
}
.counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
}
.counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #00AEE9;
    color: #fff;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #434175;
}
.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #434175;
}
.justify-content-center {
    justify-content: center!important;
}
.flex-column {
    flex-direction: column!important;
}
.d-flex {
    display: flex!important;
} 
.img-fluid {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: middle;
}
.align-items-stretch {
    align-items: stretch!important;
}

.d-flex {
    display: flex!important;
}
.services .icon-box {
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 0 35px 0 rgb(0 0 0 / 8%);
}
.services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}
.services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}
.services .icon-box .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
}


.services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
}
.services .icon-box h4 a {
    color: #434175;
    transition: ease-in-out 0.3s;
}
.services .iconbox-blue i {
    color: #47aeff;
}
.services .iconbox-blue:hover .icon i {
    color: #fff;
}
.services .iconbox-orange:hover .icon path {
    fill: #ffa76e;
}
.services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
}
.services .iconbox-orange i {
    color: #ffa76e;
}
.services .iconbox-pink i {
    color: #e80368;
}
.services .iconbox-pink:hover .icon i {
    color: #fff;
}
.services .iconbox-teal:hover .icon i {
    color: #fff;
}
.services .iconbox-teal i {
    color: #11dbcf;
}
.services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
}
.services .iconbox-teal:hover .icon path {
    fill: #11dbcf;
}
.services .iconbox-orange:hover .icon i {
    color: #fff;
}
.services .iconbox-blue:hover .icon path {
    fill: #47aeff;
}
.services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
}
.services .iconbox-pink:hover .icon path {
    fill: #e80368;
}
.services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
}
.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
nav .logo {
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Poppins", sans-serif;
    color: #00AEE9;
}
.dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.navbar .dropdown ul li {
    width: 220px;
    min-width: 200px;
}
.navbar .dropdown-menu ul li {
    width: 210px;
    min-width: 200px;
}

.form-control {
    display: block;
    width: 100%;
    /*height: calc(1.5em + 0.75rem + 2px);*/
    padding: 0rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.st-input-group {
    border: 2px solid #fff;
    border-radius: 25px;
    padding-left: 5px;
    padding-right: 5px;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    background: #fff;
}
.form-control {
    outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 15px;
}
.form-control:focus {
    outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 15px;
  background: none;
}
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover, 
.form-control:-webkit-autofill:focus, 
.form-control:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #ffffff00 inset !important;
}
.form-control:-webkit-autofill{
    -webkit-text-fill-color: #00AEE9 !important;
}
.navbar1 a, .navbar1 a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px 13px 15px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}
.navbar1 a i{
    font-size: 18px;
}
.navbar1 a:hover, .navbar1 .active, .navbar1 .active:focus, .navbar1 li:hover > a {
    color: #fff;
}
.navbar1 .navbar-nav .nav-link {
padding: 0px 0 0px 15px;
}
.navbar-expand-lg .navbar-nav .mobile{
padding-left: 0px;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.solid-img{
    max-width: 80%;
    float: right;
}
.navbar1{
padding-top: 3px;
    padding-bottom: 3px;}

@media (max-width: 768px){
    .navbar1 .navbar-collapse{
 display: inherit;
}
.navbar1 .navbar-collapse .mobile{
 display: none;
}
.navbar1 .navbar-collapse form{
 display: block;
}
.navbar1 .navbar-collapse .social{

 flex-direction: row;
}

}
.navbar2{
    /*box-shadow: 0px 8px 15px -6px rgb(0 0 0 / 10%);*/
}
.navbar2 .navbar-nav .nav-link:hover i{
   transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar2 .navbar-nav .dropdown-item i{
   transition: 0.70s;
       font-size: 16px;
       font-weight: bold;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navbar2 .navbar-nav .dropdown-item:hover i{
   transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

