#mainNav {
    border-bottom: 0px solid #135fa9;
    background-color: transparent;
}

#mainNav .navbar-brand img {
    height: 70px;
}

html {
    height: 100vh
}

body {
    height: 100vh;
    min-height: 100vh;
    background-color: black;
}

header.masthead h1 span {
    color: #0761a7;
    background: #ffffff;
    padding: 0px 20px;
    border-radius: 4px;
    display: inline-block;
}

.heading .btm_p {
    margin-bottom: 0;
    font-weight: 600;
}

.heading p {
    font-size: 17px;
}

.form-control {
    padding: 0px .75rem;
}

.form-group {
    text-align: right;
}

.myForm .control-group {
    box-shadow: 0 0 1px #9c9c9c;
    border: 0;
    margin-bottom: 5px !important;
    padding-left: 10px;
    border-radius: 4px;
}

.myForm .control-group .form-group {
    border: 0;
}

.myForm {
    margin-top: 13px !important;
}

.btnRead a {
    text-decoration: none;
    background: #165eaa;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #165eaa;
}

.btnRead a:hover,
.myForm #sendMessageButton:hover {
    background: #fff;
    color: #165eaa;
}

.btnRead {
    margin-top: 30px;
    margin-left: 25px;
}

.myForm #sendMessageButton {
    padding: 10px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #165eaa;
}

.container.copy_right {
    background: #000;
    max-width: 100%;
    padding: 10px 0 0;
    margin-top: 50px;
}

.container.copy_right a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
}

.footer a,
.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer .myicon a:hover {
    color: #373838;
}


/*About Us*/

.about {
    margin-top: 0rem;
    background: black;
}

.about .btm_p {
    margin-top: 50px;
}

.ab_img img {
    width: 100%;
    background-size: cover;
    border-radius: 4px;
}


/*Contact Us*/

.heading h4 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 20px;
}

.contact .myForm .control-group {
    background: #fff;
}

.contact .floating-label-form-group input,
.contact .floating-label-form-group textarea {
    font-size: 0.8em;
}

.help-block.text-danger ul {
    margin-left: -20px;
}

.help-block.text-danger ul li {
    margin-right: 15px;
}

.cont_btm {
    margin-top: 20px;
}

.contact p {
    line-height: 2;
}


/*Services*/

.myRow {
    background: #fff;
    margin-top: 0px;
    padding: 10px;
    box-shadow: 0 0 1px #000;
    border-radius: 4px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

@media (max-width: 767px) {
    .btnRead {
        margin-bottom: 50px;
    }
}


/*Services Box Links from homepage*/

.text {
    color: white;
    text-align: center;
}

.folded-corner:hover .text {
    visibility: visible;
    color: #000000;
    ;
}

.Services-tab {
    margin-top: 2;
    border: 1px solid white;
    color: white;
    text-align: center;
}


/*
  nav link items
*/

.folded-corner {
    padding: 10px 10px;
    position: relative;
    font-size: 90%;
    min-width: min-content;
    text-decoration: none;
    color: #999;
    background: transparent;
    transition: all ease .5s;
}

.folded-corner:hover {
    background-color: white;
}


/*
  paper fold corner
*/

.folded-corner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0px 0px 0;
    border-color: #ddd #000;
    transition: all ease .3s;
}


/*
  on li hover make paper fold larger
*/

.folded-corner:hover:before {
    background-color: white;
    border-width: 0 10px 10px 0;
    border-color: #eee #000;
}

.service_tab_1 {
    background-color: #000;
    min-width: min-content;
}

.service_tab_1:hover .fa-icon-image {
    color: #000;
    transform: rotate(360deg) scale(1.5);
}

.fa-icon-image {
    color: white;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    text-rendering: auto;
    transition: all .65s linear 0s;
    text-align: center;
    transition: all 1s cubic-bezier(.99, .82, .11, 1.41);
}