@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
*,html,body {
    margin: 0;
    padding: 0;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 10px 100px;
    box-sizing: border-box;
    transition: .5s;
    z-index: 999;
}

nav.black {
    background: rgba(0, 0, 0, 0.8);
    height: 80px;
    padding: 10px 50px;
}

nav .logo {
    float: left;
}

nav .logo h5 {
    margin-top: 22px;
}

nav .logo h5 a{
    transition: .5s;
    cursor: pointer;
    font-family: 'Audiowide', cursive;
    color: white;
}

nav .logo h5 a:hover {
    color: #34cceb;
    text-decoration: none;
}

nav ul {
    float: right;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    line-height: 80px;
    color: #262626;
    padding: 5px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-right: 5px;
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px
}

nav.black ul li a {
    color: #262626;
    line-height: 60px;
}

nav ul li:last-child {
    margin-right: 0px;
}

nav ul li a:hover {
    color: #fff;
    background: #34cceb;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    text-decoration: none;
}

.intro-area {
    position: relative;
    padding: 100px 0px; 
}

.intro-area h2 {
    text-transform: uppercase;
}

.sub-heading {
    position: relative;
    margin-bottom: 50px;
}


.sub-heading p {
    color: #818181;
    display: inline-block;
    padding: 0px 0px 20px;
    position: relative;
    letter-spacing: 0.025em;
    line-height: 24px; 
}

.intro-block {
    position: absolute;
    background: #f7f7f7;
    margin: 50px 0px 0px;
    padding: 70px 25px 40px;
    text-align: center;
}

.intro-block:hover,
.intro-block.active {
    background: #0aabe1;
}

.intro-block:hover {
    transition: 0.6s ease;
}

.intro-icon {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -31px;
}

.intro-block .f {
    width: 63px;
    height: 63px;
    font-size: 30px;
    color: white;
    line-height: 2.2;
    background: deepskyblue;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px #cceef9;   
}


.intro-block:hover .f,
.intro-block.active .f {
    background: white;
    color: deepskyblue;
    box-shadow: 0px 0px 0px 10px deepskyblue;
}

.intro-block h3 {
    font-size: 18px;
    color: deepskyblue;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.intro-block p {
    color: #505050;
    font-weight: 400;
}

.intro-block:hover h3,
.intro-block:hover p {
    color: #f6f6f6;
}

.feature-area {
    margin-top: 17rem;
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(img/ny2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.title h2 {
    color: white;
    text-transform: uppercase;
}

.feature-area h2,h3,p {
    color: white;
}

.single-feature h3 {
    text-transform: uppercase;
}

.single-feature {
    position: relative;
    width: 325px;
    float: left;
    padding: 30px 0px;
    text-align: center;
    border-right: 1px solid #65c8e5;
    border-bottom: 1px solid #65c8e5;
    transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}

.feature-block::after {
    content: '';
    display: table;

}

.feature-block::after {
    clear: both;
}

.feature-icon {
    display: inline-block;
    margin-bottom: 20px; 
}

.single-feature i.fas {
    border: 2px solid #fff;
    padding: 15px;
    border-radius: 50%;
    font-size: 30px;
    background: deepskyblue;
    color: white;
    width: 64px;
    height: 64px;
    transition: 0.3s ease;
}

.circle {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: deepskyblue;
    margin-left: 309px;
    margin-top: 205px;
    z-index: 999;
}


.feature-block:hover .single-feature {
    border-color: white;
    transition: 0.3s ease;
}

.single-feature:hover .feature-icon .fas {
    border: 2px solid #00a7dd;
    background-color: white;
    color: deepskyblue;
}

.single-feature:nth-of-type(even) {
    border-right: none;
}

.single-feature:nth-last-child(2) {
    border-bottom: none;
}

.single-feature:last-child {
    border-bottom: none;
}

.feature-area {
    padding: 100px 0px; 
}

.feature-mockup {
    bottom: -120px;
    position: relative;
}

.title .sub-heading p {
    color: white;
}

.more-feature-area .title h2 {
    color: black;
}

.more-feature-area .title p {
    color: darkgray;
}

.more-feature-area {
    padding: 100px 0;
    margin-top: 15rem;
}

.feature-list ul {
    list-style: none;
}

.feature-list li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 80px
}

.feature-list li:hover i{
    color: white;
    background-color: deepskyblue;
    transition: 0.5s ease;
}

.more-feature-icon {
    position: absolute;
    left: 0;
}

.more-feature-area .more-feature-icon i {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    background: white;
    color: deepskyblue;
    line-height: 63px;
    border: 2px solid deepskyblue;
}

.feature-details h3 {
    text-transform: uppercase;
    color: deepskyblue;
    font-weight: 600;
    margin-top: 15px;
}

.feature-details p {
    color: gray;
    font-weight: 200;

}

.more-feature-area img {
    margin-left: -5rem;
}

.testimonials {
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(img/ny.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: -80px;
}

.testimonials .carousel-indicators {
    bottom: -60px;
}

.testimonials .carousel-indicators li.active {
    background-color: deepskyblue;
}

.testimonials h2 {
    color: white;
    text-transform: uppercase;
}

.testimonials .carousel-inner h2 {
    text-transform: none;
}

.testimonials h4 {
    color: white;
}

.testimonials .sub-heading p {
    color: white;
}

.testimonials .carousel-inner img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 2px  solid deepskyblue;
    padding: 2px;
}


.team-area {
    padding: 100px 0px;
}

.team-area h2 {
    text-transform: uppercase;
}

.team-area .sub-heading {
    margin-bottom: 100px;
}

.team-man {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -50px;
    overflow: hidden;
    min-height: 100px;
    height: 100px;
    width: 100px;
    min-width: 100px;
    border: 10px solid deepskyblue;
    border-radius: 50%;
}

.team-man img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    border-radius: 50%;
    z-index: 999;
}


.team-block {
    text-align: center;
    position: relative;
}

.team-disc h3 {
    color: deepskyblue;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 70px;
    margin-bottom: 5px;
    text-align: center;
}

.team-disc span {
    color: gray;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0.025em;
}

.team-disc p {
    color: dimgray;
    font-size: 14px;
    padding: 25px 15px;
    line-height: 24px;
}

.team-disc {
    background-color: #f5f5f5;
}

.team-social-net {
    text-align: center;
    padding-bottom: 15px;
}

.team-social-net a {
    margin: 0px 6px;
}

.team-social-net i {
    width: 40px;
    height: 40px;
    background-color: white;
    text-align: center;
    color: deepskyblue;
    border-radius: 50%;
    border: 3px solid deepskyblue;
    padding-top: 10px;
}

.team-block:hover .team-disc {
    background-color: deepskyblue;
    color: white;
    transition: 0.8s ease;
}

.team-block:hover .team-disc h3,
.team-block:hover .team-disc span {
    color: white !important;
}

.team-block:hover .team-disc p {
    color: #f9f9f9;
}

.team-block:hover .team-social-net i {
    border-color: white;
    background: deepskyblue;
    color: white;
    transition: 0.5s ease-in;
}

.download {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(img/ny3.jpg);
    background-size: cover;
    background-attachment: fixed; 
    padding: 100px 0px;
}

.download .title h2 {
    color: white;
}

.download .sub-heading p {
    color: white;
}

.download .default-btn {
    background: transparent;
    border: 1px solid white;
    color: white;
    font-size: 20px;
    padding: 8px 40px;
    margin: 0px 12px;
    transition: 0.5s ease-in;
}

.download .default-btn:hover {
    background: white;
    color: deepskyblue;
}

.download .fas {
    margin-right: 10px
}

.social-button {
    margin-left: 17rem;
}

.manuf {
    margin-top: 5rem;
}

.manuf .row .col-md-12 img {
    margin-top: 5rem;
}

.contact-area {
    padding: 100px 0px;
}


.contact-area h2 {
    text-transform: uppercase;
}

.contact-area h3 {
    text-transform: uppercase;
    margin-bottom: 18px;
    color: black;
}

.contact-area h4 {
    color: #3a3a3a;
    font-weight: 600;
    margin-bottom: 4px;
    letter-spacing: 0.025em;
}

.contact-area span {
    display: block;
    color: #3a3a3a;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0.025em;
}

.contact-area ul li {
    overflow: hidden;
    margin-bottom: 25px;
}



.contact-area .contact-add .fas {
    float: left;
    width: 25px;
    color: deepskyblue;
    font-size: 30px;
}

.contact-add ul li .address-phone {
    float: left;
    width: 180px;
    padding-left: 25px;
}

.contact-area .row .col-md-4 .contact-1 {
    margin-left: 2rem;
}

footer {
    background: #0b141e;
}

footer h6 {
    color: white;
}

footer ul li a i {
   color: deepskyblue;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   text-align: center;
   padding-top: 8px;
   margin-left: 5px;
   background: white;
   border: 2px solid deepskyblue;
   cursor: pointer;
}

footer p a:hover {
    text-decoration: none;
    color: deepskyblue;
}

footer ul li a i:hover {
    background: deepskyblue;
    color: white;
    border: 2px solid white;
}

.card-1, .card-2, .card-3, .feature-1, .feature-2, .more-feature-1, .more-feature-2, .client-1, .team-1, .team-2, .team-3, .team-4, .download-1, .contact-1, .contact-2, .footer-1, .logo-1, .nv-1{
    opacity: 0;
}

.card-1.animated, .card-2.animated, .card-3.animated, .feature-1.animated, .feature-2.animated, .more-feature-1.animated, .more-feature-2.animated, .client-1.animated, .team-1.animated, .team-2.animated, .team-3.animated, .team-4.animated, .download-1.animated, .contact-1.animated, .contact-2.animated, .footer-1.animated, .logo-1.animated, .nv-1.animated{
    opacity: 1;
}

.middle {
    
    width: 100%;
    height: 200px;
    margin-bottom: 200px; 
}


/*About Section*/
.section-1 {
    padding: 20vmin 0;
    margin-bottom: 5rem;
}

.section-1 .row .col-md-6 .pray img {
    opacity: 0.8;
    width: 80%;
    border-radius: 0.2em;
    margin-top: 8rem;
}

.section-1 .row .col-md-6 .pray img:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
    width: 85%;
}

.section-1 .row .col-md-6:last-child {
    position: relative;
}

.section-1 .row .col-md-6 .panel {
    position: absolute;
    top: 7vmin;
    left: -18vmin;
    background: white;
    border-radius: 3px;
    text-align: left;
    padding: 13vmin 5vmin 20vmin 10vmin;
    box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.2);
    font-family: var(--Rubik);
}

.section-1 .row .col-md-6 .panel:hover {
    box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.7);
}

.section-1 .row .col-md-6 .panel h1 {
    font-weight: bold;
    padding: 0.4em 0;
    font-size: 2em;
}

.section-1 .row .col-md-6 .panel p {
    font-size: 1em;
    color: rgba(0, 0, 0, 0.9);
}


.section-2 {
    padding: 20vmin 0;
    margin-bottom: 5rem;
}

.section-2 .row .col-md-6 .pray-2 img {
    opacity: 0.8;
    width: 80%;
    height: 22rem;
    border-radius: 0.2em;
    margin-top: 10rem;
}

.section-2 .row .col-md-6 .pra-2 img:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
    width: 85%;
    height: 23rem;
}

.section-2 .row .col-md-6:last-child {
    position: relative;
}

.section-2 .row .col-md-6 .panel-2 {
    position: absolute;
    top: 15vmin;
    width: 40rem;
    height: 30rem;
    background: white;
    border-radius: 5px;
    text-align: left;
    padding: 13vmin 5vmin 20vmin 10vmin;
    box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.2);
    font-family: var(--Rubik);
    z-index: 1;
}

.section-2 .row .col-md-6 .panel-2:hover {
    box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.9);
}

.section-2 .row .col-md-6 .panel-2 h1 {
    font-weight: bold;
    padding: 0.4em 0;
    font-size: 2em;
}

.section-2 .row .col-md-6 .panel-2 p {
    font-size: 1em;
    color: rgba(0, 0, 0, 0.9);
}

.section-3 {
    padding: 20vmin 0;
    margin-bottom: 5rem;
}

.section-3 .row .col-md-6 .pray img {
    opacity: 0.8;
    width: 80%;
    border-radius: 0.2em;
    margin-top: 8rem;
}

.section-3 .row .col-md-6 .pray img:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
    width: 85%;
}

.section-3 .row .col-md-6:last-child {
    position: relative;
}

.section-3 .row .col-md-6 .panel {
    position: absolute;
    top: 7vmin;
    left: -18vmin;
    background: white;
    border-radius: 3px;
    text-align: left;
    padding: 13vmin 5vmin 20vmin 10vmin;
    box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.2);
    font-family: var(--Rubik);
}

.section-3 .row .col-md-6 .panel:hover {
    box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.7);
}

.section-3 .row .col-md-6 .panel h1 {
    font-weight: bold;
    padding: 0.4em 0;
    font-size: 2em;
}

.section-3 .row .col-md-6 .panel p {
    font-size: 1em;
    color: rgba(0, 0, 0, 0.9);
}

.section-4 {
    width: 100%;
    height: 250px;
}


/*About Section*/


/*Products Section*/
.pro {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.prosuct_1 {
    position: absolute;
    text-decoration: none;
    overflow: hidden;
}

.menu_1 {
    background: #353b48;
    width: 300px;
    border-radius: 8px;
    overflow: hidden;
}

.item_1 {
    border-top: 1px solid #2c3e50;
    overflow: hidden;
}

.item_1 a:hover {
    color: white;
    text-decoration: none;
}

.btn_1 {
    display: block;
    padding: 16px 20px;
    background: #34495e;
    color: #fff;
    position: relative;
}

.btn_1::before {
    content: '';
    position: absolute;
    background: #34495e;
    width: 14px;
    height: 14px;
    left: 20px;
    bottom: -7px;
    transform: rotate(45deg);
}

.btn_1 i {
    margin-right: 14px;
}

.sub-menu {
    background: #353b48;
    overflow: hidden;
    transition: 0.3s;
    max-height: 0;
}

.sub-menu a {
    display: block;
    color: #fff;
    padding: 16px 26px;
    font-size: 14px;
    margin: 4px 0;
    position: relative;
}

.sub-menu a::before {
    content: '';
    position: absolute;
    background: #353b48;
    height: 100%;
    width: 6px;
    left: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
}

.sub-menu a:hover::before {
    opacity: 1;
}

.sub-menu a:hover {
    color: white;
}

.item_1:target .sub-menu {
    max-height: 10em;
}

.menu_1 .btn_1:hover {
    color: blanchedalmond;
    font-size: 18px;
}

.menu_1 .sub-menu a:hover {
    font-size: 15px;
}

.card_wrap {
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 46px;
    border-radius: 12px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    margin: 12px 0px;
    background-color: #fff;
    margin-top: 2rem;
}

.product_dis img {
    margin-left: 5rem;
}

.pro .product_dis h3 {
    font-family: 'Ubuntu', sans-serif;
    margin-top: 2rem;
    font-size: 25px;
    color:   deepskyblue  ;
    text-align: center;
  }

  .pro .product_dis h2 {
    font-family: 'Ubuntu', sans-serif;
    margin-top: 1rem;
    font-size: 25px;
    color:   deepskyblue  ;
    text-align: center;
  }

  .pro .product_dis h1 {
    font-family: 'Ubuntu', sans-serif;
    margin-top: 1rem;
    font-size: 20px;
    color: black;
  }

  .pro .product_dis p{
    font-family: 'Ubuntu', sans-serif;
    line-height: 2rem;
    color: black;
  }


.pro .product_dis i {
    color:  #2980b9 ;
}

.product_dis_1 h4,p {
    margin-top: 2rem;
}

/*Products Section*/

/*important*/
.responsive-bar {
    display: none;
}
/*important*/


@media screen and (max-width: 768px) {

    nav ul li a {
        border-top-left-radius: 0px;
        border-bottom-right-radius: 0px
    }

    nav ul li a:hover {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 0px
    }
    .responsive-bar {
        display: block;
        width: 100%;
        height: 60px;
        position: fixed;
        background-color: #262626;
        top: 0;
        left: 0;
        padding: 5px 20px;
        box-sizing: border-box;
        z-index: 9999;
    }

    .responsive-bar .logo h5 a{
        float: left;
        color: white;
        font-family: 'Audiowide', cursive;
        font-size: 13px;
        margin-top: 15px;
        cursor: pointer;
    }

    .responsive-bar .menu h4{
        float: right;
        color: #fff;
        font-size: 20px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        line-height: 50px;
        cursor: pointer;
    }

    .responsive-bar .logo h5 a:hover {
        color: #34cceb;
        text-decoration: none;
    }
    
    nav,
    nav.black {
        background: #262626;
        height: 60px;
        padding: 0;
    }

    nav .logo {
        display: none;
    }

    nav ul {
        position: absolute;
        width: 100%;
        top: 60px;
        background: #262626;
        float: none;
        display: none;
        left: 0;
    }

    nav ul.active {
        display: block;
    }

    nav ul li {
        width: 100%
    }

    nav ul li a {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        line-height: 50px !important;
    }


    .feature-area {
        height: 1400px;
        margin-top: 500px;
    }

    .feature-area .feature-mockup img {
        width: 10rem;
        margin-left: 100px;
    }

    .intro-area .col-md-4 .card-1 {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .section-1 .col-md-6 .panel {
        width 20%
        margin-bottom: 18rem;
    }

    .section-2 .panel-2 {
        width: 30px;
        height: 5rem;
    }

    .products {
        margin-left: -1.5rem;
    }

    .product_dis_1 img {
        width: 90%;
        height: 25%;
    }

    .product_dis_1 h4,p {
        margin-top: 2.5rem;
        margin-left: 2rem;
    }

    .prox img {
        width: 90%;
        height: auto;
        margin-left: 4rem;
    }

    .prox .card_wrap {
        margin-top: 2rem;
        margin-left: 2.5rem;
        height: auto;
    }



}

@media screen and (max-width: 500px) {
    .section-1 .panel {
        width: 95%;
        margin-bottom: 18rem;
        margin-left: 4.5rem;
    }


    .section-2 .pray-2 {
        margin-top: 16rem;
    }

    .section-2 .row .col-md-6 .panel-2 {
        width: 95%;
        height: 20rem;
        margin-left: -5px;
        margin-top: 45rem;
        margin-bottom: 145rem;
    }

    .section-3 .row .col-md-6 .vision img {
        margin-top: 10rem;
    }

    .section-3 .row .col-md-6 .panel {
        width: 95%;
        z-index: 99999;
        margin-left: 4.5rem;
    }

    .feature-area .container .row .feature-1 .feature-block {
        width: 100%;
    }

    .feature-area .container .row .feature-2 img {
        width: 60%;
        margin-bottom: 10rem;
    }

    .more-feature-area {
        margin-top: 10rem;
    }

    .more-feature-area .more-feature-1 img {
        width: 100%;
        margin-left: 5px;
    }

    .more-feature-area .container .row .more-feature-2 {
        width: 90%;
    }

    .team-area .container .row .team-2 {
        margin-top: 5rem;
    }

    .team-area .container .row .team-3 {
        margin-top: 5rem;
    }

    .team-area .container .row .team-4 {
        margin-top: 5rem;
    }

    .download .container .row .social-button {
        width: 100%;
        margin-left: -1rem;
    }

    .download .container .row .social-button .btn {
        margin-bottom: 5px;
    }

    .contact-area .container .row .contact-1 {
        margin-left: 5rem;
        margin-bottom: 2rem;
    }

    .intro-area {
        width: 100%;
        height: 100%;
    }

    .intro-area .container .row .col-md-4 .card-2 {
        margin-top: 50rem;
    }

    .slider .carousel .carousel-item img {
        width: 100%;
        height: 200%;
    }

    .manuf .row .col-md-12 img {
        width: 100%;
        height: 100%;
    }

    .products {
        margin-left: 1rem;
    }

    .product_dis_1 img {
        margin-top: 2rem;
        width: 80%;
        margin-left: 1rem;
    }

    .prox img {
        width: 90%;
        height: auto;
        margin-left: 1.5rem;
        margin-top: 2rem;
    }

    .prox .card_wrap {
        width: auto;
        height: auto;
        margin-left: 0.5rem;
    }

}
