:root {
    --color-default: #002966 !important;
    --color-primary: #0cc90c  !important;
    --color-secondary: rgba(0, 0, 0, 0.494) !important;
    --color-secondary-2: #00800036 !important;

    --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: sans-serif;
    --font-secondary: sans-serif;
}

.float-banner {
    position: fixed;
    margin-top: 80px;
    margin-bottom: 1px;
    right: 0%;
    z-index: 4;
    width: 60px;
}

.float-banner > a > img {
    width: 55px;
    /* height: 70px; */
    /* margin-left: 40%; */
    padding: 5px;
}

@media (min-width: 640px){
    .hero .carousel-control-prev {
        padding-left: 50px;
    }
}

@media (min-width: 640px){
    .hero .carousel-control-next {
        padding-right: 50px;
    }
}

.carousel-control-prev {
    left: 50px;
    top: -50px;
}

.carousel-control-next {
    right: 50px;
    top: -50px;
}

.section-header {
    text-align: center;
    padding-bottom: 10px !important;
}

.alt-services h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-default);
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.hero .info h2 {
    /* margin-top: 150px !important; */
    font-size: 30px !important;
    opacity: 1 !important;
}

.hero .info p {
    font-size: 35px !important;
    opacity: 0.8 !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-15 {
    width: 15% !important;
    opacity: 0.3 !important;
}

.team .member .member-img {
    border-radius: 1% !important;
}

.fs-larger {
    font-size: larger !important;
}

.fw-bold{
    font-weight: bold !important;
}

.readmore > a {
    color: var(--color-default)
}

a:hover {
    color: var(--color-primary) !important;
}

.scroll-top:hover {
    background: var(--color-primary) !important;
}

.disable-link {
    pointer-events: none !important;
}

.breadcrumbs h3 {
    font-size: 25px;
    font-weight: 500;
    color: var(--color-primary) !important;
    font-family: var(--font-secondary);
}

@font-face {
    font-family: 'BigSwingingSlabS';
    src: url("../fonts/BigSwingingSlabS.ttf");
}

@font-face {
    font-family: 'BigSwingingSlabS-Italic';
    src: url("../fonts/BigSwingingSlabS-Italic.ttf");
}

.img-thumbnail {
    /* background-color: transparent !important; */
}

.header {
    position: fixed !important;
    padding: 10px 0 !important;
    background-color: var(--color-default) !important;
}

.contact .info-item h3 {
    padding: 0px 2px 0px 2px !important;
    font-size: 18px !important;
}

.contact .info-item p {
    padding: 2px !important;
}

.contact .php-email-form button[type=submit]:hover {
    background: var(--color-secondary-2) !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-100 {
    margin-top: 100px;
}

@media screen and (min-width: 310px) and (max-width: 399px){
	.header .logo h1 {
        font-size: 11px !important
    }
}

@media screen and (min-width: 400px) and (max-width: 499px){
	.header .logo h1 {
        font-size: 16px !important
    }
}

@media screen and (min-width: 500px) and (max-width: 599px){
	.header .logo h1 {
        font-size: 19px !important
    }
}

@media screen and (min-width: 600px) {
	.header .logo h1 {
        font-size: 24px !important
    }
}

.custom-carousel > .carousel-control-next > .carousel-control-next-icon {
    width: 3rem !important;
    height: 3rem !important;
}

.custom-carousel > .carousel-control-prev > .carousel-control-prev-icon {
    width: 3rem !important;
    height: 3rem !important;
}

.section-bg-2{
    background-color: var(--color-secondary-2);
}
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2% 1%;
    color: black;
}

/* The actual timeline (the vertical ruler) */
.timeline:after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.containertime {
    padding: 10px 45px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.containertime:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: white;
    border: 4px solid var(--color-primary);
    top: 19px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.timeleft {
    left: 0;
}

/* Place the container to the right */
.timeright {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeleft:before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 35px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.timeright:before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 35px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeright:after {
    left: -12px;
}

/* The actual content */
.timecontent {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

.timecontent > h2 {
    color: var(--color-primary) !important;
}

@media all and (max-width: 600px) {
    .timeline:after {
        left: 31px;
    }

    .containertime {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .containertime:before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    .containertime:after {
        left: 15px;
    }

    .timeright {
        left: 0%;
    }

    .logo-footer {
        width: 38%;
    }
}

.hero .info .btn-get-started {
    border: 10px solid var(--color-secondary-2);
}

.hero .info .btn-get-started:hover {
    background: var(--color-secondary-2) !important;
}

.section-header h2 {
    color: var(--color-default) !important;
}

.alt-services .icon-box h4 a {
    color: var(--color-default);
}
.footer .footer-content .social-links a  {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    margin-right: 8px;
    border-radius: 4px;
    width: 80px !important;
    height: 50px !important;
    transition: 0.3s;
}

.footer .footer-content .social-links .retangle img {
    width: 80px !important;
    height: 38px !important;
}

.footer .footer-content .social-links .minor-retangle img {
    width: 80px !important;
    height: 22px !important;
}

.footer .footer-content .social-links a img {
    width: 50px !important;
    height: 50px !important;
}

.footer .footer-content .social-links a .bg-white-2 {
    background-color: white !important;
}

.footer .footer-content .footer-info h3 {
    font-size: 20px !important;
    text-transform: none !important
}
