﻿@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url('animate.css');
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url('../js/jquery-ui.min.css');
@import url('../js/Third_party/jquery.mCustomScrollbar.min.css');
@import url('../Styles/public.css');
@import url('../Styles/mobPublic.css');



/*------------------------------------------------------------------

[Master Stylesheet]

Project:                Hopned Website



[Table of contents]

1. Global 


/* =============================================================================
Global Resets
========================================================================== */

body {
   /* color: #333;
    font-size: 14px;*/
   /* line-height: 1.6;*/
    overflow-x: hidden;
    overflow-y: hidden;
/*    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.col-form-label {
    /*font-weight: 600;*/
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.text-primary {
    color: #fed136 !important;
}
.btn-primary {
    background-color: #fed136;
    border-color: #fed136;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #fec810 !important;
    border-color: #fec810 !important;
    color: white;
}

.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.position_hide {
    display: none !important;
}
.hopned-p4-lft {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
/*=========================
  Navbar and Left Bar
 ================= */
.hopned-SpecBackBtn {
    margin-left: 10%;
    margin-top: 30%;
    cursor: pointer;
    position: absolute;
}

    .hopned-SpecBackBtn:hover {
        color: #33ccff;
    }
.hopned-BackBtn:hover {
    color: #33ccff;
}


.hopned-specialities-nav {
    position: fixed;
    top: 25%;
    padding-left: 10px;
}
.hopned-find-industry {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-orientation: sideways;
    text-align: right;
    text-orientation: sideways;
    margin: 1rem;
    color: #ffffff;
    text-align: center;
}

.hopned-industry-nav {
    position: fixed;
    top: 50%;
    left: 97%;
    transform: translate(-50%, -50%);
  
}

.hopned-right-sidebar {
    position: fixed;
    top: 0;
    right: 0px;
    background: #000000;
    width: 150px;
    height: 100%;
    cursor: pointer;
    transition: .3s;

}
.hopned-content-section {
    margin-right: 135px;
    margin-left:0px;
}


.hopned-sdbar-industryBtn {

    margin-left:32%;
    margin-top:50%;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    cursor: pointer;
    background: #000000;
    border: none;
    outline: none;
    position: absolute;
}
.hopned-BackBtn {
    margin-left: 20%;
    margin-top: 30%;
    cursor: pointer;
    position: absolute;
}
.hopned-sdbar-industryBtn span {
    display: block;
    width: 35px;
    height: 3px;
    background: #f5f5f5;
    position: absolute;
    top: 24px;
    transition: .3s;
}
.hopned-sdbar-industryBtn span:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f5f5f5;
    transition: .3s;
}
.hopned-sdbar-industryBtn span:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 75%;
    height: 3px;
    background: #f5f5f5;
    transition: .3s;
}
.hopnedNav-box {
    width: 0px;
    min-height: 80px;
   /* padding-left: 100px;*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.hopnedbar-nav li {
    padding-left: 30px;
   /* padding-right: 30px;*/
}
.hopnedbar-nav li a {
    color: #808080;
    font-size: 0.8em;
    display: block;
    text-decoration: none;
    transition: .3s;
}



    .hopnedbar-nav li a::after {
        content: "";
        width: 0;
        height: 2px;
        /*background-color: #ff4600;*/
        background-color: #33ccff;
        display: block;
        transition: width 0.5s;
    }
.hopnedbarLnk {
/*    content: "";*/
    width: 100%;
    height: 2px;
    /*background-color: #ff4600;*/
    background-color: #33ccff;
    display: block;
    transition: width 0.5s;
}

    .hopnedbar-nav li a:hover::after {
        width: 100%;
    }

.navbarScroll {
    background: rgba(0,0,0,0.6);
    border-bottom: 2px solid #33ccff;
}
.navbarMobileColor {
    background: rgba(0,0,0,0.6);
    border-bottom: 2px solid #33ccff;
    color:white;
}
.navbarMobinner {
    color: #ffffff !important;
}
.footerScroll {
    background: rgba(0,0,0,0.3);
}

    .navbarScroll li a {
        color: #ffffff;
    }
/*.hopnedbar-nav > li {
    float: left;
    position: relative;
}*/



    /*=========================
  Footer Icons
 ================= */
    .hopned-footer {
        margin-right: 135px !important;

    }
.hopned-footerColor {
    background: rgba(0,0,0,0.6);
}
/* Custom fixed bottom footer */
.hopned-innerFooter { 

    position:sticky;
    bottom:0;
    width:100%;
    display:inline-flex;
}
.hopned-footer > div {
    display: inline-block;
}
/* footer social icons */
ul.hopned-social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.hopned-social-network li {
    display: inline;
    margin: 0 .5rem;
}

.hopned-social-network a.icoLinkedin {
   /* background-color: #D3D3D3;*/
 /*   background: rgba(0,0,0,0.8);*/
}

.hopned-social-network a.icoFacebook {
    /*background-color: #D3D3D3;*/
}

.hopned-social-network a.icoTwitter {
   /* background-color: #D3D3D3;*/
}
.hopned-social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.hopned-social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.hopned-social-network a.icoTwitter:hover {
    background-color: #33ccff;
}
.hopned-social-network a.icoYouTube:hover {
    background-color: #CA4638;
}
.hopned-social-network a.icoFacebook:hover i,
    .hopned-social-network a.icoTwitter:hover i,
        .hopned-social-network a.icoLinkedin:hover i,
            .hopned-social-network a.icoYouTube:hover i {
    color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}
.hopned-social-network li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border:#ffffff solid 2px;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.hopned-social-network li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}


/* Smartphones ----------- */
@media (max-width: 480px) {
    .hopned-social-network li a {
        display: inline-block;
        position: relative;
        margin: 0 auto 0 auto;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: #ffffff solid 2px;
        text-align: center;
        width: 20px;
        height: 20px;
        font-size: 14px;
    }

    .hopned-social-network li i {
        margin: 0;
        line-height: 20px;
        text-align: center;
    }
        ul.hopned-footerLnk li a {
        color: #ffffff;
        margin-right: 20px !important;
    }
    .hopned-footer {
        padding-bottom: 10px !important;
    }
}

/* iPads, Tablets ----------- */
@media (min-width:481px) and (max-width:768px) {
    .hopned-social-network li a {
        display: inline-block;
        position: relative;
        margin: 0 auto 0 auto;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: #ffffff solid 2px;
        text-align: center;
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .hopned-social-network li i {
        margin: 0;
        line-height: 25px;
        text-align: center;
    }

    ul.hopned-footerLnk li a {
        color: #ffffff;
        margin-right: 20px !important;
    }
    .hopned-footer {
        padding-bottom: 10px !important;
    }

}
/* smaller Desktops and laptops----------- */
@media (min-width:769px) and (max-width:1024px) {
    .hopned-social-network li a {
        display: inline-block;
        position: relative;
        margin: 0 auto 0 auto;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: #ffffff solid 2px;
        text-align: center;
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .hopned-social-network li i {
        margin: 0;
        line-height: 25px;
        text-align: center;
    }
    .hopned-footerLnk li a{
        font-size:14px;
    }
    ul.hopned-footerLnk li a {
        color: #ffffff;
        margin-right: 10px !important;
    }
    .hopned-footer{
        padding-bottom:10px !important;
    }

}

.wrapper {
    text-align: center !important;
    width: inherit;
}
.hopned-inn-footer {
    padding-bottom: 20px !important;
    position: absolute;
    bottom: 0;
    display: inline-flex;
    width: inherit;
}

    /*.wrapper ul {
        display: inline-block;
        margin: 0;
        padding: 0;*/
        /* For IE, the outcast */
        /*zoom: 1;
        *display: inline;
    }*/


/* Desktops and laptops ----------- */
@media (min-width:1025px) and (max-width:1200px) {
    .hopned-social-network li a {
        display: inline-block;
        position: relative;
        margin: 0 auto 0 auto;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: #ffffff solid 2px;
        text-align: center;
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .hopned-social-network li i {
        margin: 0;
        line-height: 30px;
        text-align: center;
    }
    ul.hopned-footerLnk li a {
        color: #ffffff;
        margin-right: 20px !important;
    }
}
.hopned-social-network li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    transition: all 0.2s;
}
.hopned-social-network i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    transition: all 0.8s;
}
ul.hopned-footerLnk {
    list-style: none;
    display: inline;
}
ul.hopned-footerLnk li {
    display: inline;
    margin: 0 .5rem;
}
/*@media (max-width:1024){
    ul.hopned-footerLnk li {
        display: inline;
        margin: 0rem;
    }
}*/
ul.hopned-footerLnk li a {
    color: #ffffff;
    margin-right: 20px;
}


.hopned-footerLnk a.hopned-ProgressLnk:hover,
.hopned-footerLnk a.hopned-IndustLnk:hover,
.hopned-footerLnk a.hopned-SolutLnk:hover,
.hopned-footerLnk a.hopned-careerLnk:hover,
.hopned-footerLnk a.hopned-AboutLnk:hover,
.hopned-footerLnk a.hopned-contact:hover {
    color: #fed136 ;
    text-decoration: none;
}
.hopned_tempfooterClr {
    color: #808080 !important;
}
.hopned-float-leftDiv {
    background-color: #ffffff;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
   /* padding-top: 60px;*/
    position: fixed;
    right: 150px;
    top: 0;
    transition: .5s;
    width: 0;
    z-index: 2;
}

.OpenCloseSideBar {
    width: 93%;
}
.hopned-home > img{
    background: url('../img/home/HopnedHomepage.jpg') no-repeat center center fixed;

}


