.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    width:110%;
}
/******************** Content *********************/

.main_icon {
    width: 62px;
}

.main_section_heading {
    font-size: 23px;
    font-family: Raleway;
    font-weight: 600;
}

.section_padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sub_heading {
    font-size: 15px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 25px;
}

/******************** Top Banner *********************/

#industry_bannre {
    background: url(../../Images/HireUs/contact_bannre.webp) no-repeat;
    background-size: cover;
    margin-top: -50px;
}
.banner_contetnt {
    padding: 13% 0 8% 0;
}
.banner_contetnt h2 {
    color: #404143;
    font-size: 25px;
    text-transform: capitalize;
    font-family: Raleway;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 30px;
    margin-top: 60px;
}
.banner_contetnt h2 span {
    color: #105CAA;
}
.banner_contetnt h3 {
    color: #4B4B4B;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 20px;
    font-family: Raleway;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.banner_btn {
    text-transform: uppercase;
    padding: 8px 15px;
    color: #7b7979;
    border: 2px solid #aaaaaa;
    font-weight: bold;
    font-size: 10px;
    font-family: Poppins;
    margin-bottom: 50px;
    letter-spacing: 1px;
    transition: 0.4s ease all;
}
.banner_btn:hover {
    text-decoration: none;
    border: 2px solid #105CAA;
    color: #105CAA;
}

/******************** Sub Navigation *********************/

#sub_nevagation {
    z-index: 15;
    height: 52.5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #fff !important;
    margin-left: 15px;
}

#sub_nevagation .table {
    display: table;
    margin: 0 auto;
    border-bottom: 2px solid #e1e1e1;
}

ul#horizontal-list {
    list-style: none;
    padding-top: 15px;
    text-align: center;
    padding-left: 0;
    padding-bottom: 5px;
}

ul#horizontal-list li {
    display: inline;
    padding: 28px;
    font-size: 11px;
    font-family: Poppins;
    font-weight: 500;
    position: relative;
}

ul#horizontal-list li a {
    color: #777 !important;
}

ul#horizontal-list li a:hover {
    color: #105CAA !important;
}

ul#horizontal-list li::before {
    content: '';
    position: absolute;
    top: 13px;
    right: 6px;
    width: 0;
    height: 2px;
    transition: all 0.6s;
    display: block;
    opacity: 1;
    transform: translateX(0);
    background: #53647b;
}

ul#horizontal-list li::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 6px;
    width: 2px;
    height: 0;
    transition: all 0.6s;
    display: block;
    opacity: 1;
    transform: translateY(0);
    background: #53647b;
}

ul#horizontal-list li a::before {
    content: '';
    position: absolute;
    bottom: 18px;
    left: 5px;
    width: 0;
    height: 2px;
    transition: all 0.6s;
    display: block;
    opacity: 1;
    transform: translateX(0);
    background: #53647b;
}

ul#horizontal-list li a::after {
    content: '';
    position: absolute;
    bottom: 18px;
    left: 5px;
    width: 2px;
    height: 0;
    transition: all 0.6s;
    display: block;
    opacity: 1;
    transform: translateY(0);
    background: #53647b;
}

ul#horizontal-list li:hover::before, ul#horizontal-list li:hover>a::before, ul#horizontal-list li.active::before, ul#horizontal-list li.active a::before {
    width: 7px;
}

ul#horizontal-list li:hover::after, ul#horizontal-list li:hover>a::after, ul#horizontal-list li.active::after, ul#horizontal-list li.active a::after {
    height: 7px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
}

/******************** Main Form **********************/

.MainformSection {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 5%;
}

.MainformSection .form-group {
    margin-bottom: 10px;
}

.MainformSection input {
    border-radius: 0;
    padding: 20px 0;
    text-indent: 22px;
}

.MainformSection .row {
    padding-right: 60px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 12px 21px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    box-shadow: NONE;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-appearance: none !important;
    border-radius: 0px !important;
    color: #999999;
    resize: none;
    font-size: 13px;
    font-family: Raleway;
    font-weight: 500;
}

i.glyphicon-remove {
    color: #a94442;
}

i.glyphicon-ok {
    color: #67b168;
}

small {
    color: #a94442 !important;
}

.MapTitle {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc!important;
    padding-left: 0;
    color: #105CAA;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    width: 114%
}

.Office_address {
    padding-top: 50px;
}

.Office_address div:nth-child(2) {
    padding-right: 0;
}

.Office_address img {
    padding-top: 30px;
    width: 130%;
}

.Inner_office_address {
    padding-left: 0;
}

.Inner_office_address h2 {
    color: gray;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 15px;
}

.Inner_office_address p {
    color: #105CAA;
    font-family: Poppins;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}

.sendbtn {
    margin-top: 7px;
    text-indent: unset !important;
    padding: 18px 30px;
    border: none;
    border-radius: 0;
    background: #105CAA;
    color: #fff;
    font-family: Raleway;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: 0.4S ease all;
    float: left;
}
.sendbtn:focus, .sendbtn:active {
    outline: none;
    border: 0;
}
#upload {
    display: none;
}

#upload_link {
    margin-bottom: 10px;
    color: #105CAA !important;
}

#Attachment_link {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Poppins;
    font-weight: 400;
}

#Chk_Link {
    margin-top: 7px;
    margin-bottom: 10px;
    color: #999999;
    font-family: Poppins;
    font-weight: 400;
}

#Chk_Link span.privacyPolicy {
    text-decoration: underline;
    cursor: pointer;
    color: #105CAA;
}

.modal-header .close {
    border: 3px solid gray;
    padding: 4px 8px;
    border-radius: 50%;
    margin-top: 4px;
}

.modal-content {
    border-radius: 0 !important;
}

#PrivayModal .modal-dialog {
    width: 40%
}

#PrivayModal .modal-body {
    height: 70vh;
    overflow: scroll;
    overflow-x: hidden;
    padding: 30px;
    color: #53647b;
    font-family: Poppins;
}

#PrivayModal .modal-body p {
    text-align: justify;
}

.modal-title {
    color: #105CAA;
    font-weight: 700;
    font-family: Poppins;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.CopyrightNotice {
    margin-bottom: 5px;
}

.ul-indentation {
    padding-left: 18px;
}

#map_location {
    margin-top: 100px;
    position: relative;
}

iframe {
    height: 900px;
}

/******************** SubscribeSection **********************/

.Service_LeftBottom {
    position: absolute;
    width: 15%;
    bottom: -40px;
    z-index: -1;
}

.Service_RightBottom {
    position: absolute;
    width: 15%;
    right: 0;
    top: -40px;
}

#mail_contact {
    padding-bottom: 100px;
    position: relative;
}

.SubscribeSection {
    position: absolute;
    z-index: 10;
    top: 0;
    margin-top: 750px;
    width: 100%;
    background-color: white;
    height: 250px;
}

.SubscribeSection::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    transform-origin: top left;
    transform: skewY(-10deg);
}

.SubscribeSection .topleft {
    width: 13%;
    position: absolute;
    top: -8%;
    left: 0;
    transform: rotate(-1deg);
}

.SubscribeSection .topright {
    position: absolute;
    width: 13%;
    right: 0;
    top: -92%;
}

.build_btn {
    height: 40px;
    width: 80%;
    border: none;
    background: #105CAA;
    color: #fff;
    font-family: Raleway;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: 0.4S ease all;
    float: left;
}

.mail_input input {
    font-size: 15px;
    box-shadow: 0px 3px 11px 1px #a5a3a347;
    font-family: Raleway;
    text-indent: 50px;
    height: 40px;
    border-radius: 0 !important;
    border-color: #fff;
}

.lets_text {
    font-size: 20px;
    margin-bottom: 40px;
    font-family: Raleway;
    font-weight: 600;
    color: #2d2d59;
    letter-spacing: 1px;
}

/**********************  Footer  **************/

.about_details {
    font-size: 14px;
    line-height: 25px;
    font-family: Poppins;
    margin-top: 5px;
    font-weight: 400;
    color: #4B4B4B;
    width: 80%;
}

footer {
    margin-top: 95px;
}

.navbar ul {
    margin-left: 60px;
}

/********************* Talk To Us ******************/

@media only screen and (min-width: 1280px) and (max-width: 1359px) and (min-height: 720px) and (max-height: 799px) {
    .SubscribeSection .topright {
        top: -87%;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1359px) and (min-height: 800px) and (max-height: 1023px) {
    .SubscribeSection .topright {
        top: -87%;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1359px) and (min-height: 1024px) {
    .SubscribeSection .topright {
        top: -87%;
    }
}

@media only screen and (min-width: 1366px) {
    .SubscribeSection .topright {
        top: -92%;
    }
}

@media only screen and (min-width: 1440px) {
    .SubscribeSection .topright {
        top: -98%;
    }
}

@media only screen and (min-width: 1600px) {
    .navbar ul {
        margin-left: 14%;
    }
    .SubscribeSection {
        height: 300px;
    }
    .SubscribeSection .topright {
        top: -91%;
    }
    footer {
        margin-top: 150px;
    }
}

@media only screen and (min-width: 1920px) {
    .SubscribeSection {
        height: 340px;
    }
    .SubscribeSection .topright {
        top: -91%;
    }
    footer {
        margin-top: 185px;
    }
}


#PrivayModal .modal-body::-webkit-scrollbar{
    width: 7px;
}
#PrivayModal .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#PrivayModal .modal-body::-webkit-scrollbar-thumb {
    background-color: #105CAA;
    outline: none;
    border-radius: 10px;
  }