*:focus {
    outline: none !important;
}

body {
    font-family: 'Roboto', sans-serif !important;
}

.fixed-top {
    width: 90% !important;
    margin: 0 auto !important;
    top: 10px;
}

.container-fluid {
    width: 90% !important;
}

.about-body {
    background-image: url(../images/rain-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    padding: 75px 0;
    background-color: #000001;
}

#collapsingNavbar {
    position: absolute;
    z-index: 999;
    left: 100px;
}

#collapsingNavbar a {
    color: #fff;
}

.custom-nav .navbar {
    -webkit-transition: height 0.5s ease-in;
    transition: height 0.5s ease-in;
}

.custom-nav .navbar.fixed {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.55);
}

.custom-nav .navbar-toggler {
    padding: 0;
    border: none;
    background: none;
}

.custom-nav .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.custom-nav .nav-item .nav-link {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
}

#collapsingNavbar a.active, #collapsingNavbar a:hover{
    border-bottom: 4px solid #DA56B6;
}

.custom-nav .navbar-nav {
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: unset;
    flex-direction: unset;
}

.custom-nav .navbar-nav .nav-item {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.custom-nav .navbar-nav .nav-item:not(:last-of-type) {
    margin-right: 50px;
}

.custom-nav .navbar-nav .nav-item:not(:last-of-type):after {
    position: absolute;
    content: '|';
    color: transparent;
    border-right: 1px dashed #206d8f;
    top: 6px;
    right: -25px;
    font-size: 19px;
}

.hmlogo {
    position: relative;
    top: 10px;
    margin-right: 10px;
}
.cyan-color {
    color: #3be8f8 !important;
}

.pink-color {
    color: #ff5ed2 !important;
}

.header-logo {
    position: relative;
}

img.logo-shadow {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.about-wrap-bg {
    /*background-image: url(../images/trans-bg.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    padding: 50px;
    margin-bottom: 40px;
    /*height: 770px;
	overflow-y: scroll;*/
}

.about-wrap-bg::-webkit-scrollbar-track {
    background-color: #1c1f24;
}

.about-wrap-bg::-webkit-scrollbar {
    width: 10px;
    background-color: #1c1f24;
}

.about-wrap-bg::-webkit-scrollbar-thumb {
    background-color: #9686ae;
    border: 3px solid #1c1f24;
}

.about-header-content h1 {
    font-size: 32px;
    font-weight: 900;
    color: #3cefff;
    text-shadow: 0 0 15px rgba(60, 239, 255, 0.675);
    margin-bottom: 40px;
}

.about-header-content h2 {
    border: 1px dashed #283039;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: #fd38c5;
    padding: 10px 20px;
    margin-bottom: 40px;
}

.about-header-content h2 span {
    color: #3cefff;
}

.about-header-content p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
}

.divider {
    border-top: 1px solid #2d3443;
    margin-bottom: 40px;
}

.about-body-content h3 {
    font-size: 24px;
    font-weight: 300;
    color: #3cefff;
    text-shadow: 0 0 10px rgba(60, 239, 255, 1);
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.about-body-content p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 40px;
}

.about-body-content .feature-wrap p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

.feature-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}

.feature-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.feature-wrap:not(:nth-of-type(2)) {
    border-bottom: 1px solid #2d3443;
}

.feature-wrap:nth-of-type(2) {
    border-bottom: 1px solid #2d3443;
    border-left: 1px solid #2d3443;
    border-right: 1px solid #2d3443;
}

.about-body-content h4 {
    font-size: 26px;
    font-weight: 700;
    color: #3cefff;
    text-shadow: 0 0 15px rgba(60, 239, 255, 0.675);
    margin-bottom: 0;
}

.footer-class {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
}

.footer-social ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li:not(:last-of-type) {
    margin-right: 15px;
}

/*.disclaimer p {
    font-size: 12px;
    font-weight: 300;
    color: #4d6d8e;
    margin-bottom: 0;
}*/

.arrow_bg:hover,
.fb_icon:hover,
.twitter_icon:hover,
.ig_icon:hover,
.menu_icon:hover {
    opacity: .55;
}

.arrow_bg {
    width: 50px;
    height: 50px;
    background: url('../images/sprites.png') -142px -142px;
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.fb_icon {
    width: 15px;
    height: 15px;
    background: url('../images/sprites.png') -226px -212px;

}

.ig_icon {
    width: 15px;
    height: 15px;
    background: url('../images/sprites.png') -274px -10px;
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.menu_icon {
    width: 40px;
    height: 40px;
    background: url('../images/sprites.png') -212px -142px;
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.twitter_icon {
    width: 15px;
    height: 15px;
    background: url('../images/sprites.png') -274px -45px;
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.user_icon {
    width: 22px;
    height: 23px;
    background: url('../images/sprites.png') -142px -212px;
}

.user_icon2 {
    width: 22px;
    height: 23px;
    background: url('../images/sprites.png') -184px -212px;
}

.icon_3 {
    width: 112px;
    height: 112px;
    background: url('../images/sprites.png') -10px -10px;
    margin: 0 auto;
}

.icon_1 {
    width: 112px;
    height: 112px;
    background: url('../images/sprites.png') -142px -10px;
    margin: 0 auto;
}

.icon_2 {
    width: 112px;
    height: 112px;
    background: url('../images/sprites.png') -10px -142px;
    margin: 0 auto;
}

.nav-indicator {
    width: 33px;
    height: 4px;
    display: inline-block;
    background-color: #435363;
}

.cyan-bg {
    background-color: #3be8f8 !important;

}

.pink-bg {
    position: relative;
    background-color: #ff5ed2 !important;
    -webkit-box-shadow: 0 0 10px rgba(255, 94, 210);
    box-shadow: 0 0 10px rgba(255, 94, 210);
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-nav ul {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
}

.footer-nav h5 {
    font-size: 12px;
    font-weight: 300;
    color: #41d9ef;
    text-transform: uppercase;
    margin-bottom: 0;
}

.contact-body {
    background-image: url(../images/blurred-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    padding: 200px 0;
}

#contact-area .contact-wrap {
    width: 75%;
    margin: auto;
}

/* .contact-form {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 50px;
} */

.contact-form h2,
.contact-form h2 a {
    font-size: 14px !important;
    font-weight: 300;
    color: #3cefff;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.4;
}

.contact-form h2 a:hover {
    text-decoration: none;
}

.contact-form .form-group .form-control {
    border-radius: 0;
    /* border-color: #374451!important; */
    background: rgba(0, 0, 0, 0.75);
    padding: 10px;
    width: 100%;
    border: 1px solid #374451 !important;
}

.contact-form .form-group {
    margin-bottom: 1rem;
}

.contact-form .form-group .form-control:placeholder {
    color: #65788a;
}

.contact-form .form-group select.form-control {
    height: calc(2.75rem + 2px);
}

.contact-form .form-group .form-control:focus {
    border: 1px solid #3be8f8;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.submit-btn {
    width: 100%;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #e600b4;
    padding: 10px;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.submit-btn:hover {
    background-color: #ae0188;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}

.help-block {
    color: #ff5ed2;
    font-size: 12px;
    position: relative;
    top: 5px;
}

#add--response h2 {
    font-size: 32px;
    font-weight: 900;
    color: #3cefff;
    text-shadow: 0 0 15px rgb(60 239 255 / 68%);
    margin-bottom: 40px;
}

#add--response p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.service_title {
    font-weight: bold !important;
    font-size: 20px !important;
    margin-bottom: 16px !important;
    border: none !important;
}

/*******************************************************/
.hmlogo{display: inline-block;width: 70px; height: 68px;}
#main-header{height: auto;}
/*******************************************************/

@media (max-width: 767px) {

    .container-fluid,
    .fixed-top {
        width: 100% !important;
    }

    #collapsingNavbar {
        position: relative;
        left: unset;
        /*background: rgba(0, 0, 0, 0.5);*/
        padding: 5px 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .shown-nav.navbar-nav.ml-auto {
        position: absolute;
        top: 10px;
        right: 15px;
    }

    .about-wrap-bg {
        padding: 20px;
    }

    .about-header-content h2 {
        font-size: 1rem;
        padding: 10px;
    }

    .about-header-content p,
    .about-body-content p,
    .about-body-content .feature-wrap p {
        font-size: 14px;
    }

    .about-header-content p br,
    .about-body-content p br {
        display: none;
    }

    .about-body-content h3 {
        font-size: 20px;
        letter-spacing: 6px;
    }

    .feature-wrap {
        border: none !important;
        padding: 15px;
    }

    .about-body-content h4 {
        font-size: 20px;
    }

    .contact-body {
        padding: 100px 0;
    }

    .contact-form {
        padding: 20px;
    }

    .contact-form h2 br {
        display: none;
    }

    .footer-class {
       /* background: #000;
        padding: 10px 0;
        bottom: 0;*/
    }

    .footer-class .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-social ul {
        margin-bottom: 0;
    }

    .footer-nav h5,
    .disclaimer p {
        font-size: 10px;
    }

    .nav-indicator {
        width: 20%;
    }

    .custom-nav .navbar-nav .nav-item:not(:last-of-type) {
        margin-right: 50px;
    }

    /*.custom-nav .navbar-nav .nav-item:not(:last-of-type):after {
        right: -20px;
    }*/
}

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

    .about-wrap-bg {
        padding: 30px;
    }

    .about-header-content h2 {
        font-size: 1rem;
        padding: 10px;
    }

    .about-header-content p,
    .about-body-content p,
    .about-body-content .feature-wrap p {
        font-size: 14px;
    }

    .about-header-content p br,
    .about-body-content p br {
        display: none;
    }

    .about-body-content h3 {
        font-size: 20px;
        letter-spacing: 6px;
    }

    .feature-wrap {
        padding: 15px;
    }

    .about-body-content h4 {
        font-size: 20px;
    }

    .contact-form {
        padding: 30px;
    }
}

@media (max-width: 530px) {
    #contact-area .contact-wrap {
        width: 100%;
    }
}




.footerList li{
    list-style: none;
}

.footerList li a{
    color: #8fc2f5;
    font-size: 12px;
}

#hamburger-menu{
    /*pointer-events: none;*/
}

@media(min-width:768px) {
    /*#homeMenu {
        vertical-align: bottom;
        left: 20px;
        position: relative;
        top: -15px;
    }*/

    /*#homeMenu {
        margin-bottom: 0px;
    }*/
    
}

@media(max-width:767px){
    
    #hamburger-menu{
        /*pointer-events: auto;*/
        position: absolute;
        left: 90px;
        top: 27px;
    }
    
    #main-nav{
        max-width: 80%;
    }
    
    #homeMenu {
        /*margin-bottom: -78px;
        width: calc(100vw - 30px);*/
        position: absolute;
        width: 100%;
        left: 0;
    }
    
    .hmlogo {
        position: relative;
        top: 0px;
    }
    
    #homeMenu #collapsingNavbar, #collapsingNavbar{
        display: none;
    }
    
}



@media(max-width:575px){
    .custom-nav .navbar-nav .nav-item:not(:last-of-type) {       
        margin-right: 50px;
    }
    
    .custom-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 5px 0px;
        line-height: initial;
    }
    
    /*.custom-nav .navbar-nav .nav-item:not(:last-of-type):after {
        right: 0px;
        top: 0;
    }*/       
    
}



#homeMenu #collapsingNavbar {
    left: 0px;
}