@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;500;700&family=Poppins:wght@300;400;500&display=swap');

:root {
    --lg-font: 'Kaisei Tokumin', serif;
    --sm-font: 'Poppins', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    --lg-font: 'Kaisei Tokumin', serif;
    --sm-font: 'Poppins', sans-serif;
}

nav {
    background-color: #0679af;
}

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.rodmap {
    background-color: #f8f9fa;
    /* background-image: linear-gradient(148deg, #0d39652b, #72a6d9), url(../images/gray-gradient-wallpaper-hd-9-color-high-resolution-wallpaper-full.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;  */
}

.rodmap .box h2 {
    padding: 18px;
    height: 100px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.774);
    font-family: var(--sm-font);
}

.rodmap .box {
    background-color: #11507eeb;
    border-radius: 4px;
    height: 58px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
}
.rodmap .box h2:hover {
    color: white;
}
.rodmap h2 a {
    text-decoration: none;
    color: #000000b3;
    font-family: var(--sm-font);
}

.rodmap h1 {
    padding: 10px;
    border-radius: 10px;
    color: #bd0304;
    font-family: var(--sm-font);
}

.rodmap ul {
    padding-left: 30px;
    border-radius: 10px;
    color: black;
    font-family: var(--sm-font);
    font-size: 17px;
}

.workplan label {
    border-radius: 10px;
    color: black;
    font-family: var(--sm-font);
    font-size: 18px;
}

.workplan .box {
    background-color: white;
    color: black;
}

.workplan .box p {
    font-size: 17px;
    color: black;
    margin: 0px;
    padding: 4px;
}

.workplan .box p a {
    text-decoration: none;
    color: black;

}

.workplan .box:hover {
    background-color: #ffc107;
    color: white;
}

.workplan .box h2 {
    padding: 10px;
    color: white;
    font-family: var(--sm-font);
}

.createcategory .box {
    padding: 0px;
    border: 1px solid #51107e;
}

.createcategory .box p {
    font-size: 19px;
    margin-top: 10px;
}

.rodmap label {
    font-family: var(--sm-font);
}

.createcategory label {
    font-family: var(--sm-font);
}

.createcategory p {
    font-family: var(--sm-font);

}

.lastindex {
    background-image: linear-gradient(148deg, #0d39654f, #023667), url(../images/videobackgroundcolor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.video {
    background-color: #f8f9fa;
  
}

.timeline {
    background-image: linear-gradient(148deg, #0d3965b0, #243a4f), url(../images/loginbackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.timeline {

    position: relative;

    &::before {
        content: '';
        background: #c5cae9;
        width: 5px;
        height: 95%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

.timeline-item {
    width: 100%;
    margin-bottom: 70px;

    &:nth-child(even) {

        .timeline-content {
            float: right;
            padding: 40px 30px 10px 30px;

            .date {
                right: auto;
                left: 0;
            }

            &::after {
                content: '';
                position: absolute;
                border-style: solid;
                width: 0;
                height: 0;
                top: 30px;
                left: -15px;
                border-width: 10px 15px 10px 0;
                border-color: transparent #f5f5f5 transparent transparent;
            }
        }
    }

    &::after {
        content: '';
        display: block;
        clear: both;
    }
}


.timeline-content {
    position: relative;
    width: 45%;
    padding: 10px 30px;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3);

    &::after {
        content: '';
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        right: -15px;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent #f5f5f5;
    }
}

.timeline-img {
    width: 30px;
    height: 30px;
    background: #3f51b5;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}

/* a {
	background: #3f51b5;
	color: #fff;
	padding: 8px 20px;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 2px;
	box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .6);

	&:hover, &:active, &:focus {
		background: darken(#3f51b5, 10%);
		color: #fff;
		text-decoration: none;
	}

} */

.timeline-card {
    padding: 0 !important;

    p {
        padding: 0 20px;
    }

    a {
        margin-left: 20px;
    }
}


.timeline-item {
    .timeline-img-header {
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4)), url('../images/e62a58d6115fd5a3eb04ad9fd3a57d4b.jpg') center center no-repeat;
        background-size: cover;
    }
}

.timeline-img-header {

    height: 200px;
    position: relative;
    margin-bottom: 20px;

    h2 {
        color: #fff;
        position: absolute;
        bottom: 5px;
        left: 20px;
    }
}

blockquote {
    margin-top: 30px;
    color: #757575;
    border-left-color: #3f51b5;
    padding: 0 20px;
}

.date {
    background: #ff4081;
    display: inline-block;
    color: #fff;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 768px) {

    .timeline {

        &::before {
            left: 50px;
        }

        .timeline-img {
            left: 50px;
        }

        .timeline-content {
            max-width: 100%;
            width: auto;
            margin-left: 70px;
        }

        .timeline-item {

            &:nth-child(even) {

                .timeline-content {
                    float: none;

                }
            }

            &:nth-child(odd) {

                .timeline-content {

                    &::after {
                        content: '';
                        position: absolute;
                        border-style: solid;
                        width: 0;
                        height: 0;
                        top: 30px;
                        left: -15px;
                        border-width: 10px 15px 10px 0;
                        border-color: transparent #f5f5f5 transparent transparent;
                    }
                }

            }
        }
    }

}




.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
}

.team .team-img {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    margin-top: 15px;
    transform: scale(1.1);
    transition: .3s;
}

.team .team-item:hover img {
    margin-top: 0;
    margin-bottom: 15px;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.mbs {
    background: conic-gradient(red 6deg, orange 6deg 18deg, yellow 18deg 45deg,
            green 45deg 110deg, blue 110deg 200deg, purple 200deg);
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #ffffff;
    background: #258203;
    opacity: 0;
}

.animate-charcter {
    /*text-transform: uppercase;*/
    background-image: linear-gradient(-225deg, #9e84ff 0%, #ffffff 29%, #ff1361 67%, #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 16px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.team .team-social a:hover {
    color: #ffffff;
    background: #719a0a;
}

.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.team .team-text h2 {
    font-size: 22px;
    font-weight: 700;
}

.team .team-text p {
    margin: 0;
    font-size: 16px;
}

/*******************************/
/********* Contact CSS *********/
/*******************************/

/* .contact {
    background-image: linear-gradient(148deg, #90aaba, #90aaba), url(../images/curvy-bag-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
} */

.lllllllllllllll {
    /* background-image: linear-gradient(148deg, #173446, #2f6e9561), url(../images/loginbackground.jpg); */
background-color: #f8f9fa;
    width: 100%;
}

.copyright p {
    padding: 5px;
    margin-top: 7px;
    font-family: var(--sm-font);
}


.contact .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #313395;
    border-radius: 50px;
}

.contact .contact-icon i {
    font-size: 18px;
    color: #ffffff;
}

.contact .contact-text {
    position: relative;
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.contact .contact-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #313395cc;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}

.contact .contact-social a {
    margin-right: 10px;
    font-size: 24px;
    color: #ffffff;
}

.contact .contact-social a:hover {
    color: #719a0a;
}

.contact .contact-form iframe {
    width: 100%;
    height: 500px;


}

.contact .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form textarea {
    height: 150px;
    padding: 8px 15px;
    background: none;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.fact {

    /*background: url(../images/SD-footer-bottom-strip.0bdcf963.png);
    background-size: cover;
    background-attachment: fixed;*/
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: top;
}

.fact h4,
.counterType {
    color: black;
    font-family: PF Beau Sans Pro;
    font-size: 17px;
    font-weight: 900;
}

.fact h2 {
    font-family: PF Beau Sans Pro;
    /*font-size: 55px;
    font-weight: 900;*/
    color: black;
    margin-bottom: 20px;
}

.fact .NumCounter {
    color: #f58217;
    border: 2px solid #2f3293;
    border-radius: 29px;
}

.fact .counterType {
    text-align: justify;
    font-size: 17px;
}


/* background: url("../images/deep.png"); */
/* width: 100%;
        background:url(../images/deep.png);
        height:100px; */



.bussiness {
    background-image: linear-gradient(45deg, #0000009f, #0000009f), url(../images/background1.jpg);

    background-size: cover;
    background-attachment: fixed;
}

.imagessss {
    background-image:
        linear-gradient(45deg,
            #ff800100,
            #ff800100), url('../images/slider-metalsoft-gestao1-1920x700.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.mtone {
    background-image: linear-gradient(45deg, #000000a1, #000000), url(../images/img_header_3842x1400.jpeg);

    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
}

.section-counter {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    background-color: #ff7f00;
    padding: 20px;
    border-radius: 51px;
    box-shadow: 0 2px 8px rgba(204, 46, 46, 0.1);
}

.counter-item {
    text-align: center;
    margin-bottom: 20px;
}

.counter {
    position: relative;
    width: 180px;
    height: 200px;
    border-radius: 50%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(99deg, #140c0e, #dc3545);
}

.counter:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.counter:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 8px solid #f2f2f2;
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    opacity: 0.8;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.counter-number {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    font-family: "Helvetica", sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    transition: color 0.3s ease;
}

.counter:hover .counter-number {
    color: #fff;
}

.counter-label {
    font-size: 14px;
    color: #fff;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.counter:hover .counter-label {
    color: #fff;
}

/* Responsive Styles */
@media screen and (max-width: 767px) {
    .counter-number {
        font-size: 28px;
    }

    .counter-label {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .counter-number {
        font-size: 32px;
    }

    .counter-label {
        font-size: 13px;
    }
}



/* footer section start */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: poppins;


}

.footer-main {
    padding-top: 90px;

}

/* .address-main > div.col-lg-4 {
    border-bottom: dotted 1px #999;
} */
.address-box {
    padding: 10px 0;
    margin-bottom: 30px;
}

.add-icon {
    float: left;
    width: 60px;
    display: inline-block;
    padding: 0px 5px;
}

.address-box .add-icon {
    background: #27303b;
    height: 75px;
    line-height: 75px;
    width: 75px;
    margin-right: 20px;
    text-align: center;
}

.add-icon img {
    width: 100%;
}

.address-box .add-icon img {
    max-width: 40px;
}

.add-content {
    padding-left: 70px;
}

.add-content h5 {
    font-size: 17px;
    color: #ffffff;
    padding: 0;
    font-weight: 500;
    margin-bottom: 10px;
}

.add-content p {
    font-size: 13px;
    color: #999999;
    font-weight: 300;
}

.add-content p a {
    font-size: 14px;
    color: #999999;
    font-weight: 300;
    word-wrap: break-word;
}

.add-content p a:hover {
    color: #ffb32d;
}

.footer-main {
    padding-top: 90px;
}

/* .address-main > div.col-lg-4 {
    border-bottom:  1px solid white;
} */
.address-box {
    padding: 10px 0;
    margin-bottom: 30px;
}

.add-icon {
    float: left;
    width: 60px;
    display: inline-block;
    padding: 0px 5px;
}

.address-box .add-icon {
    background: #27303b;
    height: 75px;
    line-height: 75px;
    width: 75px;
    margin-right: 20px;
    text-align: center;
}

.add-icon img {
    width: 100%;
}

.address-box .add-icon img {
    max-width: 40px;
}

.add-content {
    padding-left: 70px;
}

.add-content h5 {
    font-size: 17px;
    color: #551180;
    font-size: 24px;
    padding: 0;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: var(--sm-font);
}

.add-content p {
    font-size: 17px;
    color: black;
    font-weight: 500;
    font-family: var(--sm-font);
}

.add-content p a {
    font-size: 14px;
    color: white;
    font-weight: 600;
    word-wrap: break-word;
}

.add-content p a:hover {
    color: #ffb32d;
}

/* footer section end */
#gallery .gallery-image {
    width: 100%;
    height: auto;
    padding: 5px;
    border: 2px solid #008000;
    border-radius: 5px;
    margin: 10px 0;
}

.gal .h2 {
    /* background: url(../images/da1.jpg); */
    background-color: #258203;
}

.gal {
    background-image:
        linear-gradient(45deg,
            rgba(255, 255, 255, 0.990),
            rgba(255, 255, 255, 0.990)), url('../images/a234.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.gallery-image img {
    width: 100%;
    height: 180px;
}

.gallery-image p {
    text-align: center;
    font-size: 18px;
}

.abt .fr p {
    color: white;
    /*padding: 35px;*/
    text-align: justify;
}

.abt .fr .bgg {
    background: blue;
}

/*.back h1,h2,p{ color: white; }*/
.back {
    background: url(../images/nandi.jpg);
    background-attachment: inherit;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: center;
    padding-top: 160px;
}

.kkkkk {
    height: auto;
    background-attachment: fixed;
    padding: 40px 0;
    background-image:
        linear-gradient(45deg,
            #bc5b0063,
            #bc5b0063), url('../images/da1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.top-strip {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #8dc0f3;
    color: #ffffff;
    text-align: center;
}

.banner-down {
    margin-top: 10px;
    background: url(../images/da1.jpg);
    width: 100%;
    height: auto;
    background-attachment: fixed;
    padding: 40px 0;
}

.banner-down h6 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.banner-down-inner {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #2f3fa100;
    text-align: center;
    color: #ffffff;
    border-radius: 17px;
    /* box-shadow: 2px 2px 2px 3px #ef7f00; */
}

.banner-down-inner {
    margin: 15px 0;
    height: auto;
}

.banner-down-inner i {
    font-size: 55px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #f07e01;
    margin: 10px 0;
    border-radius: 10px;
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.1);
}






@media(max-width: 2560px) {
    /* .multi-fields {
        overflow-x: hidden;
        width: 100%;
    } */



    .btn-success {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        font-size: 15px;
    }
}

@media(max-width: 1440px) {
    .btn-success {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        font-size: 14px;
    }

    .back {
        background: url(../images/nandi.jpg);
        background-attachment: inherit;
        background-size: cover;
        padding-top: 30px;
        padding-bottom: 30px;
        background-position: center;
        padding-top: 112px;
    }
}

@media(max-width: 1024px) {
    .btn-success {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        font-size: 11px;
    }
}

@media(max-width: 768px) {
    .copyright p {
        padding: 0px;
        margin-top: 7px;
        font-family: var(--sm-font);
    }

    .add-content {
        padding-left: 12px;
    }
}





@media(max-width: 600px) {
    /* .multi-fields {
        width: 300%;
    } */
    /* .aq{
        overflow-x: hidden;
        width: 200%;
    } */



}






@media(max-width: 375px) {
    .gal h2 {
        font-size: 24px;
    }

    .kkkkk h1 {
        font-size: 31px;
    }

    .mmmmm h3 {
        font-size: 27px;
    }

    .mmmmm p span {
        display: none;
    }

    .kkkkk .iii {
        font-size: 25px;
    }

    .navbar h4 {
        font-size: 19px;
    }


    .gal h3 {}



}