/********** Template CSS **********/
:root {

    --primary: #379395;
    --secondary: #1c4a4aec;
    --light: #F7FAFF;
    --dark: #333333;
    --light-bg: rgba(0, 0, 0, .02);
}

body {
    color: var(--dark);
    background-color: #F7FAFF !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 15px;
    z-index: 99;
    background-color: var(--primary);
    color: #fff;
}

.back-to-top:hover {
    background-color: var(--primary);
    color: #fff;
}



/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
    color: var(--primary) !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
    color: var(--secondary) !important;

}

.heroTitle{
    font-size: large !important;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.btn-doc {
    background-color: var(--secondary);
    border-radius: 3px;
}

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 25px 0;
    color: var(--secondary) !important;
    outline: none;
    transition: .5s;
    font-size: 17px !important;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: white;
}

.navbar-light .navbar-brand h2 {
    color: #FFFFFF !important;
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
    font-size: 30px !important;
    font-weight: bold;
    color: var(--secondary);
}


.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.langs {
    text-align: center;
    margin: 0 0 0 2%;
    border: 1px solid rgba(0,0,0,0.1);
}

.lang-selector {
    background-color: transparent;
    border: none;
    width: auto;
    color: white;
}

.sticky-top.navbar-light h2 {
    color: var(--primary) !important;
}

.sticky-top.navbar-light .nav-link:hover,
.sticky-top.navbar-light .nav-link.active {
    color: var(--primary) !important;
}

.sticky-top.navbar-light .lang-selector {
    color: var(--dark) !important;
}

.dropdown-menu {
    border-radius: 3px !important;
}

.btn-link {
    background-color: var(--secondary);
    color: #F7FAFF !important;
    border-radius: 3px !important;
}

.navbar-light {
    background: #FFFFFF;
}

@media (max-width: 991px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h2 {
        color: var(--primary) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }


    .langs {
        /* display: none !important; */
        text-align: center;
        margin: 0 0 18px 0;
        width: 105px;
    }

    .btn-doc {
        margin: 1% 0 0 0 !important;
    }

    .dropdown-menu {
        border: none;
    }

    #segip-about .about-img {
        padding: 0 !important;
        display: flex;
        place-content: center;
    }

    #segip-about .about-img img {
        width: 95%;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: white;
        transition: .5s;
    }


    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-light .navbar-brand h2 {
        color: var(--primary);
    }
}

#segip-modules .testimonial-item {
    padding: 3vh 2vw;
}

@media screen and (min-width:768px) {
    #segip-modules .testimonial-item {
        min-height: 22vh !important;
        padding: 3vh 2vw;
    }
}

/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(18, 63, 84, 0.4), rgba(31, 50, 63, 0.4)),
        url(../img/main_cover.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero-acronym {
    font-size: 5.5em;
    float: right;
}

#heroTitle {
    font-size: 4em;
    line-height: 107px !important;
}

.vertical-line {
    width: 10px;
    background-color: white;
    height: 340px;
}

@media screen and (min-width:768px) and (max-width: 1200px) {
    .vertical-line {
        width: 10px;
        background-color: white;
        height: 250px;
    }
    #hero-acronym {
        font-size: 4.5em;
    }
    
    #heroTitle {
        font-size: 2.7em;
        line-height: 70px !important;
    }
}
@media screen and (max-width: 767.8px) {
    .vertical-line {
        width: 250px;
        background-color: white;
        height: 10px;
    }
    #hero-acronym {
        font-size: 4.5em;
    }
    
    #heroTitle {
        font-size: 2.7em;
        line-height: 70px !important;
    }
}

.hero-header p {
    letter-spacing: 1px;
    font-size: calc(16px + 0.2vw);
}

/*** About ***/
#segip-about p,
#segip-modules p {
    font-size: calc(16px + 0.1vw);
}

#segip-about {
    margin-top: 85px !important;
}

#segip-about .about-img {
    padding: 0 !important;
    /* margin: 0 !important; */
}

#segip-about .about-img img {
    margin: 0 !important;
    height: 85%;
    border-radius: 8px;
}

/*** Service ***/
.service-item {
    position: relative;
    min-height: 300px !important;
    background: var(--card-bg);
    box-shadow: 1px 0 15px rgba(0, 0, 0, .09);
    transition: .5s;
    padding: 1vh 3vw;
}

.service-item-one:hover {
    background: #AAC46E !important;
}

.service-item-two:hover {
    background: #83D0D1 !important;
}

.service-item-three:hover {
    background: #6A6F !important;
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    /* background: url(../img/icon-shape-primary.png) center center no-repeat; */
    transition: .5s;
}

.service-item:hover .service-icon {
    color: var(--light) !important;
    /* background: url(../img/icon-shape-white.png); */
}

.service-icon {
    color: var(--secondary) !important;
    /* background: url(../img/icon-shape-white.png); */
}

.service-icon img {
    width: 100% !important;
    height: 100% !important;
}

.service-item h5,
.service-item p {
    transition: .5s;
    text-align: justify;
}

.service-item p {
    font-size: calc(16px + 0.1vw);
}


.service-item:hover h5,
.service-item:hover p {
    color: var(--light) !important;
}

.service-item {
    display: flex;
    align-items: center;
}

.service-item a.btn {
    width: 30%;
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .1s;
    z-index: 1;
    justify-content: center;
}

.service-item:hover a.btn {
    color: var(--primary);
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 3px;
    background: #DDDDDD;
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}

.service-item:hover .btn-link {
    background: var(--light);
    color: var(--secondary) !important;
}

.regional-img img,
.regional-img {
    height: 290px !important;
}

/*** Testimonial ***/
#segip-modules {
    background-color: var(--light-bg);
}

#segip-modules #segip-modules-pt {
    display: none;
}

#segip-modules .segip-modules-inv {
    display: none;
}

#segip-modules .segip-modules-vis {
    display: inline !important;
}


.testimonial-carousel .owl-item {
    padding: 5px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--light) !important;
}

.testimonial-carousel .testimonial-item {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    color: var(--dark) !important;
}


.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #888888;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
    color: var(--primary) !important;
}

.testimonial-carousel .testimonial-item h5 {
    color: var(--primary) !important;
    text-align: center;
}

.testimonial-item {
    box-shadow: 1px 0 15px rgba(0, 0, 0, 0.110) !important;
}

/*** Team ***/
.team-item {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.team-item::after {
    position: absolute;
    content: "";
    top: 3rem;
    right: 3rem;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    background: var(--primary);
}

.team-item h5,
.team-item small {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover small {
    color: var(--light);
}


/*** Project Portfolio ***/
#segip-partners .partner-item {
    position: relative;
    width: 100% !important;
    height: 250px !important;
}

#segip-partners .partner-item .parter-item-img-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40% !important;

}

/*** Footer ***/
.footer {
    background: url(../img/footer.png) center center no-repeat;
    /* background-size: contain; */
    background-color: var(--light-bg);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a,
.footer .copyright {
    color: var(--secondary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.text-justify {
    text-align: justify !important;
}