@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,400italic');

html {
    overflow-x: hidden;
}

::selection {
    color: #CDDC39;
}

:root {
    --main: #A177DE;
    --dark: #311C7C;
    --light: #fff;
    --yellow: #FED45C;
    --light-purple: #A177DE;
    --pink: #EF62A6;
    --orange: #FFA161;
    --body-font-family: "RedHatText" serif;
    --headlines-font-family: "BioRhyme", serif;
    --cta-font-family: "Red Hat Display", sans-serif;

}


body {
    background: white;
    font-family: var(--cta-font-family);
    font-weight: 400;
    color: #505050;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    overflow-x: hidden;
}

.headline-bold {
    font-family: var(--headlines-font-family);
    font-weight: 700;
}

.body-text-bold {
    font-family: var(--body-font-family);
    font-weight: 700;
}


/***basics****/
a,
a:hover,
a:focus,
i {
    text-decoration: none;
    outline: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

p {
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    color: #444444;
    line-height: 24px;
}

.p-light {
    color: var(--light);
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 40px
}

.360 {
    padding-top: 180px !important;
    padding-bottom: 200px !important;
}


.divided30 {
    width: 100%;
    height: 30px;
}

.padding-bottom30 {
    padding-bottom: 30px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-family: var(--headlines-font-family);
    font-weight: 500;
}

.colored-text {
    color: var(--pink);
}

.alo {
    font-family: var(--headlines-font-family);
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
    color: var(--dark);
}

.section-title {
    position: relative;
    padding-top: 20px;
    padding-bottom: 10rem;
}

.section-title h1 {
    font-weight: 300;
    margin: 0px;
    font-size: 40px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.border-line {
    width: 40px;
    height: 1px;
    margin-top: 20px;
    display: block;
    text-align: center;
    background-color: var(--main);
    margin-left: auto;
    margin-right: auto;
}

.subtitle-caption {
    font-weight: 400;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 25px;
    text-transform: capitalize;
}

.center-title {
    margin-bottom: 40px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 2px;
}

.no-padding {
    padding: 0px;
}

/****navbar css****/
nav.before-color {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.929), rgba(0, 0, 0, 0));
    padding: 3vh 0 35vh 0;
}

nav.after-color {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.929), rgba(0, 0, 0, 0));

    padding: 10px 0;

    #logo {
        transform: scale(85%);
    }

    /* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.302);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.302); */
}
@media(min-width:768px) {

    nav.before-color.navbar-default .navbar-brand {
        color: var(--light);
        font-size: 30px;
        font-weight: 400;
    }

    nav.after-color.navbar-default .navbar-brand {
        color: var(--light);
        font-size: 30px;
        font-weight: 400;
    }

    nav.before-color .navbar-nav>li>a {
        color: var(--light);
    }

    nav.after-color .navbar-nav>li>a {
        color: var(--light);
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 11px;
    }

    nav.before-color .nav>li {
        border-left: 1px solid transparent;
    }

    nav.after-color .nav>li {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

}

.navbar-default {
    background: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    border: 0px;
    margin: 0px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px 0;
    z-index: 9999;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    font-family: var(--cta-font-family);
}

.navbar-default .navbar-nav>li>a {
    color: var(--light);
    font-weight: 700;
    font-size: 14px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: var(--yellow);
    transform: scale(120%);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: var(--main);
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: var(--main);
    background-color: transparent;
}

.navbar-default .navbar-brand {
    color: #000;
    font-size: 35px;
    font-weight: 400;
}

.navbar-default .navbar-nav>li:hover .dropdown-menu {
    display: block;
}


/* BUTTONS */

.btn {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 25px;
    font-family: var(--body-font-family);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.btn:focus {
    outline: 0;
}

.btn-white {
    color: var(--light);
    padding: 0px;
    border: 1px solid var(--light);
    padding: 10px 20px;
    background-color: transparent;
}

.btn-white:hover {
    color: var(--main);
    border-color: var(--light);
    background-color: var(--light);
}

.btn-border-black {
    border: 1px solid #333;
    color: #333;
    padding: 10px 25px;
    background-color: transparent;
}

.btn-border-black:hover {
    color: var(--light);
    border-color: #333;
    background-color: #333;
}

.btn-border-theme {
    border: 1px solid var(--main);
    color: var(--main);
    padding: 10px 25px;
    background-color: transparent;
}

.btn-border-theme:hover {
    color: var(--light);
    border-color: var(--main);
    background-color: var(--main);
}

.btn-radius {
    padding: 13px 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

/***********

HERO

**************/

.slider-title {
    color: var(--light);
    font-weight: 100;
    font-size: 60px;
    font-family: var(--headlines-font-family);
    letter-spacing: .5px;
}

.slider-title span {
    font-weight: 700;
}

.slider-caption {
    color: #f8f8f8;
    font-size: 30px;
    font-weight: 300;
    font-family: var(--cta-font-family);
    text-align: center;
}

.slider-button a.btn-white {
    color: #000;
    background-color: var(--light);
    margin-top: 3rem;
}

.slider-button a.btn-white:hover {
    color: var(--light);
    background-color: var(--main);
}




@media(max-width:600px) {
    .slider-title {
        font-size: 8vh;
        margin: 15vh 0 30vh 0 !important;
    }
    .slider-caption {
        font-size: 5.5vh;
        margin-bottom: 7vh !important;
    }
}


/* slides industrias */
.industrias-carousel {
    padding: 3rem 1.5rem 10rem 1.5rem;

}

.industries-container {
    padding: 10rem 0;
}

.carousel-container {
    position: relative;
    overflow: hidden;
}

.slide {
    display: none;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.slide.active {
    display: flex;
}

.industria {
    background: var(--light);
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    width: 300px;
    margin: 5px;
}

.carousel-prev,
.carousel-next {
    position: absolute;
    top: 40%;
    background: var(--main);
    color: var(--light);
    border: none;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 0.5rem;
}

.carousel-prev {
    left: 1px;
}

.carousel-next {
    right: 1px;
}

.industria:hover {
    transform: scale(1.05);
}

@media(min-width:768px) {
    .carousel-prev {
        left: 11%;
    }

    .carousel-next {
        right: 11%;
    }

    .hero-subt-mobile{
        display: none !important;
    }
}

@media(max-width:767px) {
    .hero-subt{
        display: none !important;
        align-items: center;
    }
    .mb-6 {
        margin-bottom: 4rem !important;
    }
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.card {
    background: var(--light);
    border: 1px solid #ddd;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}


/********

services icons css

********/
.feature-icon-wrap {
    position: relative;
    padding-bottom: 5rem;
    margin: 0px;
}

.feature-icon-wrap .left-side-icon {
    float: left;

}

.feature-icon-wrap .left-side-icon .front-icon {
    font-size: 3em;
    color: var(--main);
}

.back-icon {
    z-index: -1;
    color: #F0F0F0;
    position: absolute;
    padding-left: 5.5rem;
    left: 0;
    top: 3rem;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 100px;
}

.feature-icon-wrap .features-text-right {
    padding-left: 40px;
    overflow: hidden;
}

.features-text-right h3 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}

.services-icons .left-side-icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2.5px solid var(--main);
}

/************

TEAM CSS

*************/
.team {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #e6e6e6;
}

.team-box {
    text-align: center;
    padding: 0px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
}

.team-box img {
    width: 100%;
}

.team-desc h4 {
    margin-bottom: 0px;
    font-weight: 400;
    margin-top: 15px;

}

.team-desc em {
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
}

.team-box .social {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 5px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.social li a {
    font-size: 20px;

    text-align: center;
    display: block;
    color: var(--light);
}

.social li a i {
    display: block;
    color: #333;
}

.social li a:hover i {
    color: var(--main);
    transform: scale(130%);
}


/******fun facts*****/
.funfacts {
    background: url(../images/tiny-planet.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
    display: block;
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}

.fact-box {
    padding: 25px 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

.fact-box h2 {
    color: var(--main);
    font-size: 45px;
}

.fact-box h5 {
    color: #000;
    font-weight: 300;
}

.testimonials {
    background: url(../images/bg-3.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    /* vertical-align: middle; */
    z-index: 1;
    display: block;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.testimonials .testislider .slide-items img {
    width: 80px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
}

.testimonials .flex-direction-nav a:before {
    font-family: "Ionicons";
    font-size: 40px;
    display: inline-block;
    content: '\f3d5';
}

.testimonials .flex-direction-nav a.flex-next:before {
    content: '\f3d6';
}

.testimonials .flexslider {
    margin: 0px;
}

.testimonials .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    text-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}

.slide-items {
    padding: 50px 40px;

}

.slide-items p {
    color: var(--light);
}

.slide-items h5 {
    margin-bottom: 0px;
    color: var(--main);
}

.testimonials .flexslider {
    background: rgba(0, 0, 0, 0);
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}


/****work****/

#work {
    background-color: #f7f7f8;
}

.portfolio-thumb {
    margin-bottom: 30px;
}

.imgoverlay {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 100%
}

.imgoverlay img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.imgoverlay:hover img {
    transform: scale(1.07);
    -ms-transform: scale(1.07);
    -webkit-transform: scale(1.07)
}

.imgoverlay .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.imgoverlay:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(Opacity=100)"
}

.imgoverlay .overlaycolor {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(Opacity=80)"
}

.imgoverlay .overlayinfo {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    -o-transition: top .3s ease;
    -ms-transition: top .3s ease;
    transition: top .3s ease;
}

.imgoverlay:hover .overlayinfo {
    top: 50%
}

.portfolio-thumb a {
    color: var(--light);
    text-decoration: none;
}

.portfolio-thumb .work-description {
    text-align: center;
    padding: 20px 0;
}

.portfolio-thumb .work-description a {
    color: #333;
    font-size: 15px;
}

.overlayinfo h6 {
    font-size: 13px;
    letter-spacing: .1em
}


/*****news****/
.news-wrapper {
    padding: 0px;
}

.news-wrapper .news-inner {
    display: block;
    padding: 70px 20px;
    position: relative;
}

.news-wrapper .row {
    margin: 0px;
}

.news-inner .date {
    color: var(--main);
    font-weight: 400;
    font-style: italic;
}

.news-inner .title {
    color: #777;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 0;
}

.news-inner p {
    margin-top: 15px;
    margin-bottom: 0px;
}

.news-inner:hover .title {
    letter-spacing: 3px;
}

.post-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    left: 0;
}

.post-preview-content {
    z-index: 2;
    position: relative;
}

.post-option {
    margin-bottom: 0px;
    margin-top: 15px;
}

.post-option a {
    margin-right: 5px;
    display: inline-block;
    color: #999;
}

.post-option a:hover {
    color: var(--main);
}

/****

cta

******/
.cta {
    padding-bottom: 40px;
}

.cta h1 {
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.cta-bg {
    background-color: var(--dark);
    padding: 10vh 0;
}

.cta-bg h1 {
    color: var(--yellow);
    margin-bottom: 7vh;
}

/***contact****/
#contact {
    background: url(../images/bg-1a.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
    display: block;
    position: relative;
}

.dark-mask {
    background-color: rgba(0, 0, 0, 0.362);
    padding: 0 55px !important;
}

.dark-mask1 {
    background-color: rgba(63, 45, 33, 0.362);
    padding: 0 55px !important;

}

.contact-details i {
    font-size: 50px;
    color: var(--light);
}

.contact-details {
    padding-top: 5rem;
}

.contact-details h4 {
    margin: 20px 0;
    color: var(--light);
    font-weight: 300;
    font-style: italic;
}

.contact-form {
    /* background-color: rgba(0, 0, 0, 0.637); */
    padding: 30px;
    margin: 30px 0;
}

.contact-form .form-control {
    min-height: 45px;
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid var(--light);
    border-radius: 0px;
    background-color: transparent;
    color: var(--light);
    -webkit-border-radius: 0px;
}

.contact-form h3 {
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--light);
}

.help-block {
    margin: 0px;
}

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

.help-block ul li {
    color: var(--light);
    padding: 0px 10px;
    background-color: var(--main);
    font-size: 12px;
}

.footer {
    padding: 50px 0;
    background-color: #000;
}

.footer .alo {
    display: block;
    color: var(--light);
    font-size: 35px;
}

.footer .social {
    margin: 30px 0;
}

.footer .social li a i {
    color: #f5f5f5;
    display: block;
}

.footer .social li a:hover i {
    opacity: 0.4;
}

.footer .copyright {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.footer-logo {
    padding-bottom: 15px;
}

/****pricing****/
.price-box {
    background: #f9f9f9;
}

.price-box .header h3 {
    padding: 12px 10px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    background: #474747;
    color: var(--light);
    border-radius: 2px 2px 0 0;
}

.price-box .header .price {
    background: #ebebeb;
    padding: 15px 10px;
}

.header .price h2 {
    color: #4D4D4D;
    margin-bottom: 3px;
    font-weight: bold;
}

.header .price span {
    font-size: 13px;
}

.price-box ul li {
    padding: 13px 0;
    border-bottom: 1px solid #ebebeb;
}

.price-footer {
    padding: 20px;
}

.header.active h3 {
    color: var(--light);
    background-color: var(--dark);
    margin-bottom: 10px;
}

.mb10px {
    margin-bottom: 10px;
}

.priceSpan {
    font-size: 14px;
    font-family: var(--body-font-family);
}

.priceMar {
    margin-bottom: 10px;
}

/******inner pages******/
.page-title {
    background-color: #2B8694;
    padding-top: 250px;
}

.page-title h3 {
    color: var(--light);
    margin: 0px;
    font-weight: 300;
    letter-spacing: 2px;
}

.page-title .border-line {
    background-color: var(--light);
}

.news-content p {
    color: #999;
    font-size: 14px;

}

.pager li>a,
.pager li>span {
    color: var(--main);
}