#second,
#super {
    height: 96px;
    width: 135;
}
a,
a:hover {
    text-decoration: none;
}
.section-header h2,
.section-header span {
    font-weight: 700;
    text-transform: uppercase;
}
.blog-grid-heading {font-size:1vw !important; padding-top:.7vw !important;}
#preloader,
.about .play-btn,
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider,
section {
    overflow: hidden;
}
:root {
    --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Poppins", sans-serif;
    --font-secondary: "Poppins", sans-serif;
    --color-default: #0a0d13;
    --color-primary: #005c97;
    --color-secondary: #0e1d34;
    scroll-behavior: smooth;
}
.max {max-width:100% !important;}
.bold {font-weight:bold;}
body {
    font-family: var(--font-default);
    color: var(--color-default);
}
.about .content ul i,
.breadcrumbs nav ol a,
.featured-services .service-item:hover .icon i,
.featured-services .service-item:hover .readmore,
.featured-services .service-item:hover .title,
.pricing .buy-btn,
.pricing h4,
.services .card a:hover,
.team .member .social a:hover,
a {
    color: var(--color-primary);
}
a:hover {
    color: #406aff;
}
.call-to-action .cta-btn,
.footer .footer-info .logo span,
.footer .footer-info p,
.hero .stats-item p,
.horizontal-pricing .buy-btn,
.horizontal-pricing h4,
.pricing .buy-btn,
.pricing h4,
.stats-counter .stats-item p,
h1,
h2,
h3,
h4,
h6 {
    font-family: var(--font-primary);
}
h5 {
    color: #005f9c;
    font-size: 1em;
}
.user-content span {
    font-size: 0.8em;
    color: #ee6258;
}
section {
    padding: 25px 0;
}
.section-header {
    text-align: center;
    padding: 30px 0;
    position: relative;
}
.section-header h2 {
    font-size: 32px;
    color: #005f9c;
    z-index: 2;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
}
.section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.section-header span {
    position: absolute;
    top: 46px;
    color: rgba(14, 29, 52, 0.06);
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 56px;
    line-height: 0;
}
.section-header p {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.breadcrumbs .page-header {
    padding: 5vh 0 4vh;
    position: relative;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
	border-bottom:1px solid #FFD00D;

	
}
.contact .php-email-form button[type="submit"]:hover,
.get-a-quote .php-email-form button[type="submit"]:hover,
.scroll-top:hover {
    background: rgba(13, 66, 255, 0.8);
}
.breadcrumbs .page-header:before {
    content: "";
    background:linear-gradient(0deg, rgba(14, 29, 52, 0.7), rgba(14, 29, 55, 0.9));
    position: absolute;
    inset: 0;
}
.breadcrumbs .page-header h1 {
    font-size: 56px;
    font-weight: 500;
    color: #FFD00D !important;
    font-family: var(--font-secondary);
}
.breadcrumbs .page-header p {
    color: rgba(255, 255, 255, 0.8);
}
.breadcrumbs nav {
    background-color: #f3f6fc;
    padding: 0;
}
.breadcrumbs nav .container {
    padding: 5px 20px 0;
}
.breadcrumbs nav ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-secondary);
}
.gol {
    border-radius: 12px;
    width: 100%;
}
.breadcrumbs nav ol a {
    transition: 0.3s;
}
.breadcrumbs nav ol a:hover {
    text-decoration: underline;
}
.breadcrumbs nav ol li + li {
    padding-left: 10px;
}
.breadcrumbs nav ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #4278cc;
    content: "/";
}
.breadcrumbs h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}
.breadcrumbs {
    margin-top: 89px;
}
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: 0.4s;
}
.header,
.header.sticked {
    background: #0e1d34;
    padding: 0;
	border-bottom:1px solid #FFD00D;
}
.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}
.call-to-action p,
.footer .credits a,
.footer .footer-links ul a:hover,
.footer a,
.horizontal-pricing .featured h3,
.horizontal-pricing .featured h4,
.horizontal-pricing .featured h4 span,
.horizontal-pricing .featured ul,
.horizontal-pricing .featured ul .na,
.horizontal-pricing .featured ul .na i,
.horizontal-pricing .featured ul i,
.scroll-top:hover {
    color: #fff;
}
.scroll-top.active {
    visibility: visible;
    opacity: 1;
}
#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #fff;
    transition: 0.6s ease-out;
    width: 100%;
    height: 100vh;
}
#preloader:after,
#preloader:before {
    content: "";
    position: absolute;
    border: 4px solid var(--color-primary);
    border-radius: 50%;
    -webkit-animation: 2s cubic-bezier(0, 0.2, 0.8, 1) infinite animate-preloader;
    animation: 2s cubic-bezier(0, 0.2, 0.8, 1) infinite animate-preloader;
}
#preloader:after {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
@-webkit-keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1;
    }
    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0;
    }
}
@keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1;
    }
    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0;
    }
}




.l-bot {position:absolute; bottom:0;}
	
@media screen and (max-width: 768px) {
	 /* Add custom styles for the mobile push menu */
    #navbar ul {
      list-style-type: none;
      padding: 55px 0 0 0;
    }
	.l-bot {position:relative; bottom:0;}


    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
.header {
    transition: 0.5s;
    z-index: 9999;
}
.header.sticked {
    box-shadow: 0 2px 20px rgba(14, 29, 52, 0.1);
}
.header .logo img {
    max-height: 85px;
    margin-right: 6px;
	margin-bottom:-8px;
}
.header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: #fff;
    font-family: var(--font-primary);
}
@media (min-width: 1280px) {
	.collapse:not(.show) {
    display: block;
}

    .navbar {
        padding: 0;
		
    }
    .navbar ul {
        margin: 0;
        padding: 0;
        display: block;
        list-style: none;
        align-items: center;
    }
    .navbar li {
        position: relative;
		float:left;
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-family: var(--font-primary);
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        white-space: nowrap;
        transition: 0.3s;
    }
    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }
    .navbar .active,
    .navbar .active:focus,
    .navbar a:hover,
    .navbar li:hover > a {
        color: #F2CD0A;
    }
    .navbar .get-a-quote,
    .navbar .get-a-quote:focus {
        background: var(--color-primary);
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 4px;
        color: #fff;
    }
    .navbar .get-a-quote:focus:hover,
    .navbar .get-a-quote:hover {
        color: #fff;
        background: #2756ff;
    }
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }
    .navbar .dropdown ul li {
        min-width: 200px;
    }
    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        font-weight: 400;
        color: var(--color-secondary);
    }
    .navbar .dropdown ul a i {
        font-size: 12px;
    }
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul li:hover > a {
        color: var(--color-primary);
    }
    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }
    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
    .mobile-nav-hide,
    .mobile-nav-show {
        display: none;
    }
}
@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
@media (max-width: 1279px) {
    .navbar {
        position: relative;
        
    }
	.navbar #navbarNav {display:none;}
    .navbar .show {
        
		display: block !important;
		top: 0;
        right:0;
        width: 100%;
        max-width: 600px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
		position:fixed;
    }
	.collapsed .navbar {display:inline-table !important;}
    .mobile-nav-hide,
    .mobile-nav-show {
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
    }
    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px;
        margin: 0;
        background: rgba(14, 29, 52, 0.9);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 20px;
        font-family: var(--font-primary);
        font-size: 16px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        transition: 0.3s;
    }
    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }
    .navbar .active,
    .navbar .active:focus,
    .navbar a:hover,
    .navbar li:hover > a {
        color: #fff;
    }
    .navbar .get-a-quote,
    .navbar .get-a-quote:focus {
        background: var(--color-primary);
        padding: 8px 20px;
        border-radius: 4px;
        margin: 15px;
        color: #fff;
    }
    .navbar .get-a-quote:focus:hover,
    .navbar .get-a-quote:hover {
        color: #fff;
        background: rgba(13, 66, 255, 0.8);
    }
    .navbar .dropdown .dropdown ul,
    .navbar .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: 0.5s ease-in-out;
        border: 1px solid #19335c;
    }
    .navbar .dropdown .dropdown > .dropdown-active,
    .navbar .dropdown > .dropdown-active {
        display: block;
    }
    .mobile-nav-show {
        color: #fff;
        font-size: 28px;
        margin-right: 10px;
		position:absolute;
		right:10px;
    }
    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        position: fixed;
        right: 20px;
        top: 20px;
    }
    .mobile-nav-active {
        overflow: hidden;
    }
    .mobile-nav-active .navbar {
        right: 0;
    }
    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(14, 29, 52, 0.8);
        z-index: 9996;
    }
}
.welcome h3,
h3,
h4 {
    font-weight: 600;
    font-family: var(--font-secondary);
}
.featured-services .service-item .readmore i,
.hero p {
    margin-left: 8px;
}
.featured-services .service-item {
    position: relative;
    height: 100%;
    margin-bottom: 20px;
}
.featured-services .service-item .icon {
    margin-right: 20px;
}
.featured-services .service-item .icon i {
    color: #005f9c;
    font-size: 48px;
    transition: 0.3s;
}
.contact .info-item i,
.services .card .card-img img {
    transition: 0.3s ease-in-out;
}
.featured-services .service-item:hover .icon {
    background: #fff;
}
.featured-services .service-item .title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--color-secondary);
    transition: 0.3s;
}
.featured-services .service-item .description {
    font-size: 15px;
    color: #132848;
    margin-bottom: 10px;
}
.featured-services .service-item .readmore {
    display: flex;
    align-items: center;
    color: var(--color-secondary);
    transition: 0.3s;
    font-weight: 700;
    font-size: 14px;
}
.welcome {z-index:9999999}
.welcome h3,
h3 {
    font-size: 26px;
    color: #005f9c;
}
.welcome h3,
h4 {
    font-size: 18px;
    color: #005f9c;
}
.about .content ul,
.features .features-item ul {
    list-style: none;
    padding: 0;
}
.about .content ul li {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}
.border-12 {
    border-radius: 12px;
}
.about .content ul i {
    flex-shrink: 0;
    font-size: 48px;
    margin-right: 20px;
    line-height: 0;
}
.about .content ul h5 {
    font-size: 18px;
    font-weight: 700;
    color: #19335c;
}
.about .content ul p,
.service-details p {
    font-size: 15px;
}
.about .content p:last-child,
.features .features-item p:last-child {
    margin-bottom: 0;
}
.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--color-primary) 50%, rgba(13, 66, 255, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
}
.about .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation: 2s infinite pulsate-btn;
    animation: 2s infinite pulsate-btn;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(13, 66, 255, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}
.about .play-btn:after,
.about .play-btn:hover:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    content: "";
}
.about .play-btn:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn:hover:before {
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}
.about .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
}
@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
.services .card {
    border: 1px solid rgba(14, 29, 52, 0.15);
    background: #fff;
    position: relative;
    border-radius: 0;
    height: 100%;
}
.services .card .card-img {
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 0;
}
.services .card h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.services .card a {
    color: #001973;
}
.services .card p {
    padding: 0 30px;
    margin-bottom: 30px;
    color: var(--color-secondary);
    font-size: 15px;
}
.services .card:hover .card-img img {
    transform: scale(1.1);
}
.call-to-action {
    background: linear-gradient(rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.8)) 0 0 / cover, url("../img/cta-bg.jpg") center center/cover;
    padding: 100px 0;
}
@media (min-width: 1365px) {
    .call-to-action {
        background-attachment: fixed;
    }
}
.call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.call-to-action .cta-btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}
.call-to-action .cta-btn:hover {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
}
.faq,
.features {
    padding-top: 80px;
}
.features .features-item + .features-item {
    margin-top: 100px;
}
@media (max-width: 640px) {
    .section-header h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .section-header span {
        font-size: 38px;
    }
    .features .features-item + .features-item {
        margin-top: 40px;
    }
}
.features .features-item h3 {
    font-weight: 600;
    font-size: 26px;
    color: #001973;
}
.features .features-item ul li {
    padding-bottom: 10px;
}
.features .features-item ul li:last-child {
    padding-bottom: 0;
}
.features .features-item ul i {
    font-size: 20px;
    padding-right: 4px;
    color: var(--color-primary);
}
.pricing .pricing-item {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
}
.pricing h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--color-secondary);
}
.pricing h4 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 25px;
}
.horizontal-pricing h4 sup,
.pricing h4 sup {
    font-size: 28px;
}
.horizontal-pricing h4 span,
.pricing h4 span {
    color: rgba(108, 117, 125, 0.8);
    font-size: 18px;
}
.horizontal-pricing ul,
.pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #6c757d;
    text-align: left;
    line-height: 20px;
}
.footer .footer-links ul li,
.pricing ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.horizontal-pricing ul i,
.pricing ul i {
    color: #059652;
    font-size: 24px;
    padding-right: 3px;
}
.horizontal-pricing ul .na,
.horizontal-pricing ul .na i,
.pricing ul .na,
.pricing ul .na i {
    color: rgba(108, 117, 125, 0.5);
}
.horizontal-pricing ul .na span,
.pricing ul .na span {
    text-decoration: line-through;
}
.pricing .buy-btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 4px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--color-primary);
}
.pricing .buy-btn:hover,
.pricing .featured .buy-btn {
    background: var(--color-primary);
    color: #fff;
}
.pricing .featured {
    border-top-color: var(--color-primary);
}
@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px;
    }
}
@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px;
    }
}
@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px;
    }
}
.faq .accordion-item {
    border: 0;
    margin-bottom: 10px;
}
.faq .accordion-collapse {
    border: 0;
}
.faq .accordion-button {
    padding: 15px 30px 20px 60px;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    color: var(--color-default);
    text-align: left;
    background: rgba(14, 29, 52, 0.03);
    border-radius: 5px;
}
.faq .accordion-button:focus {
    box-shadow: none;
}
.faq .accordion-button:not(.collapsed) {
    color: var(--color-primary);
    border-bottom: 0;
    box-shadow: none;
}
.faq .question-icon {
    position: absolute;
    top: 14px;
    left: 25px;
    font-size: 20px;
    color: var(--color-primary);
}
.faq .accordion-button:after {
    position: absolute;
    right: 15px;
    top: 15px;
}
.faq .accordion-body {
    padding: 0 30px 25px 60px;
    border: 0;
    background: rgba(14, 29, 52, 0.03);
    border-radius: 5px;
}
.testimonials {
    padding: 80px 0;
    background: url("../img/testimonials-bg.jpg") center center/cover no-repeat;
    position: relative;
}

.hero {
    background-color: var(--color-secondary);
}

.footer {
    background-color: #005F9C;
	
}
.footer .row {
 
	position:relative;
}
.footer .stuti {position:absolute; width:auto; z-index:99; right:0; bottom: 0;}


.cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 1rem;
	bottom: 4rem;
	background: #068648;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }

.cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
.cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(6, 134, 72, 0.2), 0 0 0 0 rgba(6, 134, 72, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(6, 134, 72, 0.2);
	  box-shadow: 0 4px 10px rgba(6, 134, 72, 0.2), 0 0 0 0 rgba(6, 134, 72, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(6, 134, 72, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(6, 134, 72, 0.2), 0 0 0 5px rgba(6, 134, 72, 0.2), 0 0 0 10px rgba(6, 134, 72, 0.2), 0 0 0 20px rgba(6, 134, 72, 0);
	  box-shadow: 0 4px 10px rgba(6, 134, 72, 0.2), 0 0 0 5px rgba(6, 134, 72, 0.2), 0 0 0 10px rgba(6, 134, 72, 0.2), 0 0 0 20px rgba(6, 134, 72, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(6, 134, 72, 0.2), 0 0 0 0 rgba(6, 134, 72, 0.2), 0 0 0 5px rgba(6, 134, 72, 0.2), 0 0 0 10px rgba(6, 134, 72, 0.2);
	  box-shadow: 0 4px 10px rgba(6, 134, 72, 0.2), 0 0 0 0 rgba(6, 134, 72, 0.2), 0 0 0 5px rgba(6, 134, 72, 0.2), 0 0 0 10px rgba(6, 134, 72, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(6, 134, 72, 0.2), 0 0 0 5px rgba(6, 134, 72, 0.2), 0 0 0 10px rgba(6, 134, 72, 0.2), 0 0 0 20px rgba(6, 134, 72, 0);
	  box-shadow: 0 4px 10px rgba(6, 134, 72, 0.2), 0 0 0 5px rgba(6, 134, 72, 0.2), 0 0 0 10px rgba(6, 134, 72, 0.2), 0 0 0 20px rgba(6, 134, 72, 0); } }


.testimonials::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(14, 29, 52, 0.7);
}
.testimonials .section-header {
    margin-bottom: 40px;
}
.testimonials .testimonial-item {
    text-align: center;
    color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}
.testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #fff;
}
.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 15px;
}
.testimonials .testimonial-item .stars {
    margin-bottom: 15px;
}
.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: rgba(255, 255, 255, 0.6);
    font-size: 26px;
    line-height: 0;
}
.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}
.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px;
}
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0.5;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.hero .stats-item,
.stats-counter .stats-item {
    padding: 30px;
    width: 100%;
}
.stats-counter .stats-item span {
    font-size: 48px;
    display: block;
    color: var(--color-secondary);
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.stats-counter .stats-item span:after {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.stats-counter .stats-item p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-secondary);
}
.team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid rgba(14, 29, 52, 0.15);
}
.team .member img {
    margin: -1px -1px 30px;
}
.team .member .member-content {
    padding: 0 20px 30px;
}
.team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}
.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #6c757d;
}
.team .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #6c757d;
}
.team .member .social {
    margin-top: 15px;
}
.team .member .social a {
    color: rgba(14, 29, 52, 0.5);
    transition: 0.3s;
}
.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}
.horizontal-pricing .pricing-item {
    box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
    padding-bottom: 30px;
    background: #fff;
    height: 100%;
    position: relative;
}
.horizontal-pricing h3 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 24px;
    color: var(--color-secondary);
}
.horizontal-pricing h4 {
    font-size: 48px;
    color: var(--color-primary);
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
}
.horizontal-pricing ul li {
    padding-top: 15px;
    display: flex;
    align-items: center;
}
.horizontal-pricing .buy-btn {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 4px;
    color: #fff;
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
}
.horizontal-pricing .buy-btn:hover {
    background: #406aff;
    border-color: #406aff;
}
.horizontal-pricing .featured {
    background: var(--color-primary);
}
.get-a-quote .quote-bg,
.hero {
    background-size: cover;
    background-position: center;
}
.horizontal-pricing .featured .buy-btn {
    background: var(--color-primary);
    color: #fff;
    border-color: #fff;
}
.horizontal-pricing .featured .buy-btn:hover {
    background: #fff;
    color: var(--color-primary);
}
.get-a-quote .quote-bg {
    min-height: 500px;
}
.get-a-quote .php-email-form {
    background: #f3f6fc;
    padding: 40px;
    height: 100%;
}
.get-a-quote .php-email-form h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.get-a-quote .php-email-form h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0 0;
}
.get-a-quote .php-email-form p {
    font-size: 14px;
    margin-bottom: 20px;
}
.get-a-quote .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}
.get-a-quote .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}
.get-a-quote .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}
.contact .php-email-form .loading:before,
.get-a-quote .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    -webkit-animation: 1s linear infinite animate-loading;
    animation: 1s linear infinite animate-loading;
}
.get-a-quote .php-email-form input,
.get-a-quote .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 12px 15px;
}
.get-a-quote .php-email-form input:focus,
.get-a-quote .php-email-form textarea:focus,
.service-details .services-list a:hover {
    border-color: var(--color-primary);
}
.get-a-quote .php-email-form button[type="submit"] {
    background: var(--color-primary);
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.contact .info-item + .info-item {
    margin-top: 40px;
}
.contact .info-item i {
    font-size: 20px;
    background: var(--color-primary);
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-right: 15px;
}
.contact .info-item h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-secondary);
}
.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(14, 29, 52, 0.8);
}
.contact .php-email-form {
    width: 100%;
    background: #fff;
}
.contact .php-email-form .form-group,
.contact form .form-group,
.contact form label {
    padding-bottom: 8px;
}
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form input,
.contact .php-email-form textarea,
.contact form input,
.contact form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form input,
.contact form input {
    height: 44px;
}
.contact .php-email-form textarea,
.contact form textarea {
    padding: 10px 12px;
}
.contact .php-email-form button[type="submit"] {
    background: var(--color-primary);
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}
.service-details .services-list {
    padding: 10px 30px;
    border: 1px solid #d3dff3;
    margin-bottom: 20px;
}
.service-details .services-list a {
    display: block;
    line-height: 1;
    padding: 8px 0 8px 15px;
    border-left: 3px solid #c2cbdf;
    margin: 20px 0;
    color: var(--color-secondary);
    transition: 0.3s;
}
.service-details .services-list a.active {
    font-weight: 700;
    border-color: var(--color-primary);
}
.contact form .form-group,
.service-details .services-img {
    margin-bottom: 20px;
}
.service-details h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-secondary);
}
.service-details h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-secondary);
}
.service-details ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.service-details ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}
.service-details ul i {
    font-size: 20px;
    margin-right: 8px;
    color: var(--color-primary);
}
.hero {
    width: 100%;
    min-height: 50vh;
    position: relative;
    padding:80px 0 0;
    color: #a4a4a4;
	
}
#first,
#second,
.role1 {
    position: absolute;
}
.hero .container {
    padding-bottom: 50px !important;
	position:relative !important;
}
.hero h3 {
    margin-bottom: 16px;
    padding: 0;
    font-size: 1.4em;
    font-weight: 600;
    color: #F2CD0A;
}
@media (max-width: 575px) {
    .get-a-quote .php-email-form {
        padding: 20px;
    }
	.hero .container {
    padding-bottom: 0px !important;
	
}


    .hero h2 {
        font-size: 30px;
    }
}
.hero p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
.hero form {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
	z-index:99;
}
.hero form .form-control {
    padding: 18px 20px;
    margin-right: 10px;
    border: none !important;
    background: 0 0 !important;
}
.hero form .form-control:focus,
.hero form .form-control:hover {
    outline: 0;
    box-shadow: none;
}
.hero form .btn-primary {
    background-color: var(--color-primary);
    padding: 15px 30px;
}
.hero form .btn-primary:hover {
    background-color: #2756ff;
}
.s-btn {background:#F2CD0A; color:#0E1D34 !important; border-radius:6px; margin-right:8px;}
.hero .stats-item span {
    font-size: 32px;
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
.hero .stats-item span:after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.hero .stats-item p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}
.footer,
.footer .footer-info p {
    font-size: 14px;
}
.footer {
    padding: 0 0 10px;
    color: #fff;
}
.footer .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px;
}
.footer .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
}
.footer .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}
.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    transition: 0.3s;
}
.footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
}
.footer h4 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
}
.footer .footer-links {
    margin-bottom: 30px;
}
.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-links ul i {
    padding-right: 2px;
    color: rgba(13, 66, 255, 0.8);
    font-size: 12px;
    line-height: 0;
}
.footer .footer-links ul li:first-child {
    padding-top: 0;
}
.footer .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
.footer .footer-contact p {
    line-height: 26px;
}
.footer .copyright {
    text-align: center;
}
.footer .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
}
.contact .info,
.contact form {
    border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4;
    padding: 30px;
    background: #fff;
}
.user-content p {
    margin-top: 5px;
    font-style: italic;
}
.ratings i {
    color: #d4af37;
}
.london-bg {
    background: #e6f5fc;
}
.london-bg ul li {
    color: #0e1d34;
}
.london-bg h4 {
    font-size: 1.2em;
    color: #005f9c;
}
h2 {
    font-size: 28px !important;
    color: #005f9c;
    margin: 0 !important;
    padding: 0 0 10px !important;
    position: relative;
    font-weight: 600 !important;
    border: 0 !important;
}
.role {
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 85;
}
#first {
    height: 96px;
    width: px;
    left: -500px;
    animation: 12s ease-in infinite roling;
    top: 125px;
}
@keyframes roling {
    0% {
        left: -500px;
    }
    100% {
        left: 100%;
    }
}
.role1 {
    width: 100vw;
    top: 150px;
    z-index: 80;
}
#second {
    animation: 10s ease-in-out infinite roling1;
    right: -200px;
}
@keyframes roling1 {
    0% {
        right: -300px;
    }
    100% {
        right: 105%;
    }
}
.wrap {
    background: url(/images/road.jpg);
    height: 245px;
    width: 100%;
    position: relative;
}
.role2,
.role3 {
    position: absolute;
}
.role2 {
    top: -100px;
    animation: 9s linear infinite plane;
    z-index: 75;
}
@keyframes plane {
    0% {
        top: -100px;
        left: 30%;
    }
    25% {
        top: -20px;
        left: 45%;
    }
    50% {
        top: 20px;
        left: 65%;
    }
    75% {
        top: 35px;
        left: 85%;
    }
    100% {
        left: 110%;
        top: 50px;
    }
}
.role3 {
    top: 135px;
    z-index: 10 !important;
    animation: 12s linear infinite pickup;
}
@keyframes pickup {
    0% {
        left: -20%;
    }
    100% {
        left: 110%;
    }
}
.contact .info {
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.contact .info i {
    font-size: 20px;
    color: #47b2e4;
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #37517e;
}
.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6182ba;
}
.contact .info .email p {
    padding-top: 5px;
}
.contact .info .social-links {
    padding-left: 60px;
}
.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}
.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i,
.contact .info .social-links a:hover {
    background: #47b2e4;
    color: #fff;
}
.contact form {
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact form .validate {
    color: red;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 13px;
}
.contact form .error-message {
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}
.contact form .sent-message {
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: 1s linear infinite animate-loading;
}
.contact form input:focus,
.contact form textarea:focus {
    border-color: #47b2e4;
}
.contact form button[type="submit"] {
    background: #47b2e4;
    border: 0;
    padding: 12px 34px;
    color: #fff;
    transition: 0.4s;
    border-radius: 8px;
}
.contact form button[type="submit"]:hover {
    background: #209dd8;
}
@keyframes animate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.faq-item {
    margin-bottom: 15px;
}

.faq-item label {
    display: block;
    padding: 10px;
    background-color: #ddd;
    color: #000; /* Default text color changed to black */
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease; /* 0.3s transition on all properties for smooth color change */
}

/* Arrow indicator */
.faq-item label::after {
    content: "▼";
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    color: #000; /* Arrow defaults to black */
    transform: translateY(-50%);
    transition: all 0.3s ease; /* Arrow also transitions colors and rotation smoothly */
}

.faq-item input[type="checkbox"]:checked + label {
    background-color: #015891; /* Blue color (custom hex code) when checked */
    color: #F2CD0A; /* Text changes to white when tab is open */
}

/* Rotate arrow indicator when checked and change its color */
.faq-item input[type="checkbox"]:checked + label::after {
    color: #ffffff; /* Arrow changes to white when tab is open */
    transform: translateY(-50%) rotate(180deg);
}

.faq-item input[type="checkbox"] {
    display: none;
}

.faq-item .answer {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 500ms ease-in-out;
}

.faq-item input[type="checkbox"]:checked + label + .answer {
    max-height: 100px; /* Change this to fit your content */
}
.scene {
height: 500px;
    width: 99%;
    background: transparent;
    overflow: hidden;
    position: absolute;
    top: 60%;
    z-index: 999;
    left: 0;
}

#path-svg {
    height: 100%;
    width: 100%;
}

#car {
    position: absolute;
    background: url("https://dev.airporttaxirides.com/assets/img/tax-top.png") no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
}


@media (min-width: 992px) {

	.scene{
		transform: rotate(90deg);
    width: 520px !important;
    height: 300px !important;
    top: 160px !important;
    right: 40px !important;
    z-index: 999;
	left:800px !important;
	}
    .testimonials .testimonial-item p {
        width: 80%;
    }
}
.y-btn {background:#F2CD0A !important; color:#0E1D34 !important; font-size:16px !important; font-weight:500;}
.bl-btn {background:#005F9C !important; color:#ffffff !important; font-size:16px !important; font-weight:500;}
.service-feature-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin: 25px 0;
}
.service-feature { border:1px solid #F2CD0A;
    display: flex;
    box-shadow: 0 8px 30px rgba(106,106,106,.1);
    background-color: #fff;
    padding: 30px 20px;
    gap: 8px;
    border-radius: 12px;}

