﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');

html {
    scroll-behavior: smooth;

}

body,
html {
    margin: 0;
    padding: 0;
}

@media screen and (min-width:1500px) {
    .container {
        max-width: 1470px;
    }
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    overflow-x: hidden;
    -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
    -webkit-font-smoothing: antialiased !important;
}

a {
    text-decoration: none;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

a:hover,
a:focus,
a:active {
    outline: medium none;
    text-decoration: none;
}

*:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

strong,
b {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

.clear {
    border: 0;
    clear: both;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 400;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 24px;
}

/*h6{
    font-size: 20px;
}*/
p {
    font-size: 17px;
}

/*input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}*/

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #eee;
}

.checkbox.check_custom.chck-set label {
    padding-left: 30px;
}

.common {
    padding: 90px 0;
    /*padding-bottom: 90px;*/
}

.contractor .contractor-main-content p:nth-of-type(5) {
    line-height: 2.4;
}

.contractor .contractor-main-content p:nth-of-type(5)::before {
    content: "";
    top: 35px;
}

.contractor .contractor-main-content p:nth-of-type(7) {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.contractor .contractor-main-content h6 a {
    text-decoration: underline;
    text-decoration-color: #37bdbd;
}

.about-us-aa-content ul li:nth-of-type(3) {
    margin-bottom: 20px;
}

/*.about-us-technical-resources.job-criteria .all-check-boxes .checkbox.check_custom:nth-of-type(5){
    margin-bottom: 30px;
}*/
.services .service-box svg {
    fill: #3b98b0;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: auto;
    display: block;


}

.services .service-box:hover svg {
    fill: #fff;
}

.offer .heading svg {
    fill: #3b98b0;
}

/*header-start*/
header.sticky {
    text-align: center;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 0px 5px rgba(57, 63, 72, 0.3);
    background: rgba(0, 0, 0, 0.9);
    padding: 12px;
    top: -34px;
}

header {
    /*background-color: transparent;*/
    background: rgba(0, 0, 0, 0.6) !important;
    padding: 30px 0px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: all 0.4s ease;
    top: 0;
    left: 0;
    right: 0;
}

header .top-header ul {
    display: flex;
    justify-content: flex-end;
}

header .top-header ul li {
    color: #fff;
    margin-left: 40px;
    font-size: 16px;
}

header .top-header ul li a {
    font-size: 16px;
    color: #fff;
}

.navbar-brand {
    display: inherit;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 0;
    line-height: inherit;
    white-space: nowrap;
}

header .main-header .navbar-brand {
    width: 300px;
}

li.nav-item {
    margin: 0 0 0 35px;
}

.navbar-nav a.nav-link {
    color: #fff;
    font-size: 19px;
    transition: all 0.3s;
}

.navbar-nav a.nav-link:hover {
    color: #3b98b0;
}

li.nav-item.active a.nav-link {
    color: #3b98b0;
}

li.nav-item.reg-now a.nav-link {
    background: #3b98b0;
    border-radius: 30px;
    font-size: 19px;
    line-height: 2.2;
    padding: 0px 24px 0px 24px;
    transition: all 0.3s;
    border: 1px solid #3b98b0;
    color: #fff;
    height: 44px;
}

li.nav-item.reg-now a.nav-link:hover {
    color: #3b98b0;
    background: transparent;
}

ul.navbar-nav.navbar-right {
    margin-left: auto;
}

.navbar {
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

/*header-end*/
/*banner-start*/
.banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 260px 0 100px;
}

.banner .container {
    height: 100%;
}

.banner-set {
    padding-top: 280px;
    padding-bottom: 100px;
}

.banner .left-banner-box h1 {
    color: #fff;
    font-size: 55px;
    margin-bottom: 10px;
    font-weight: 600;
}

.banner .left-banner-box h4 {
    /*font-size: 25px;*/
    font-size: 22px;
    margin-bottom: 30px;
    color: #fff;
}

.btn {
    color: #fff;
    background: #3b98b0;
    border-radius: 40px;
    font-size: 18px;
    padding: 16px 44px;
    border: 1px solid #3b98b0;
    font-weight: 600;
}

.btn:hover {
    background-color: transparent;
    transition: all 0.3s;
    color: #3b98b0;
}

.form-box {
    background: #fff;
    width: 70%;
    padding-top: 12px;
}

.form-padding {
    padding: 20px 20px;
}

.form-box h3 {
    font-size: 40px;
    text-align: center;
    background: #3b98b0;
    color: #fff;
    padding: 10px;
    position: relative;
}

.form-control {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
    border: 1px solid #eee;
    height: 60px;
    font-size: 17px;
    color: #5b5b5b;
    padding: 0 15px;
    border-radius: 3px;
}

.form-btn {
    font-weight: normal;
    font-size: 17px;
    padding: 9px 34px;
    margin-left: 6px;
    margin-bottom: 20px;
}

.checkbox {
    font-size: 15px;
    padding-left: 10px;
    color: #5b5b5b;
    margin-bottom: 10px;
}

.check_custom label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    left: -9999999px;
}

input[type=checkbox], input[type=radio] {
    display: flex;
    position: absolute;
    margin-top: 3px;
}

.check_custom label input[type="checkbox"]+.check_box:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 5px;
    height: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg) scale(0);
}

.check_custom label input[type="checkbox"]+.check_box {
    width: 15px;
    height: 15px;
    border: 1px solid #3b98b0;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.check_custom label input[type="checkbox"]:checked+.check_box:after {
    content: '';
    transform: rotate(45deg) scale(1);
}

.check_custom {
    position: relative;
}

.right-banner-box {
    display: flex;
    justify-content: flex-end;
}

.right-banner-box .form-box h3::before {
    content: "";
    width: 14px;
    top: -9px;
    left: -14px;
    height: 94px;
    background-image: url(../images/form-before.png);
    background-position: center;
    background-size: cover;
    position: absolute;
}

.right-banner-box .form-box h3::after {
    content: "";
    width: 14px;
    top: -9px;
    right: -14px;
    height: 94px;
    background-image: url(../images/form-after.png);
    background-position: center;
    background-size: cover;
    position: absolute;
}

/*banner-end*/


/*aboutus-start*/
/*.about-us{
    margin-bottom: 70px;
}*/
.about-us figure {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 390px;
    width: 520px;
    position: relative;
    top: 50px
}

.about-us figure::before {
    content: "";
    background: #effdff;
    width: 360px;
    position: absolute;
    height: 320px;
    top: -60px;
    z-index: -99999;
    left: -70px;
}

.about-us figure a{
    display: block;
    width: 100%;
    height: 100%;
}

.about-us figure a::after {
    margin: auto;
    content: "\f04b";
    font-family: 'FontAwesome';
    color: #3b98b0;
    border: 2px solid #3b98b0;
    height: 80px;
    width: 80px;
    padding: 30px;
    border-radius: 40px;
    font-size: 26px;
    align-items: center;
    display: flex;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(59, 152, 176, 0.12);
    transition: all 0.3s;
}
.about-us h1 {
    /*font-size: 40px;*/
    font-size: 40px;
    margin-bottom: 20px;
}
.about-us h2 {
    font-size: 40px;
    margin-bottom: 20px
}
.about-us h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 20px 0;
}
.about-us p {
    font-size: 17px;
    margin-bottom: 20px;
}
.about-us ul.main, .about-us ol.num {
    column-count:initial;
}
.about-us ul {
    column-count: 2;
}
.about-us ol.num {
    list-style: auto !important;
}
.about-us ol.num li {
    list-style: auto;
    font-size: 17px;
    margin: 0 0 10px 20px;
    position: relative;
    padding-left: 12px;
}
.about-us ol.num li::before {
        content: none;
}
.about-us ul li {
    font-size: 17px;
    margin: 0 0 10px 0px;
    position: relative;
    padding-left: 30px;
}

.about-us h2::after {
    content: "";
    background: #215a8f;
    width: 44px;
    height: 2px;
    margin-top: 10px;
    display: block;
}

.about-us ul li::before {
    content: "";
    color: #215a8f;
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    border: 1px solid #215a8f;
    border-radius: 100px;
    height: 8px;
}

/*aboutus-end*/

/*services-start*/
.services {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    /* margin-bottom: 110px;*/
}

.services .heading h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
}

.services .heading h2::after {
    content: "";
    width: 62px;
    height: 3px;
    background: #3b98b0;
    display: block;
    margin: auto;
    margin-top: 8px;
}

.serv-images {
    background-image: url('images/serv-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
    display: none;
}

.service-box:hover .serv-images {
    display: block;
}

.hover-fig {
    display: none;
}

.service-box:hover .hover-fig {
    display: block;
}

.hover-fig {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    /* bottom: 0; */
    left: 0;
    height: 210px;
    width: 310px;
    margin: auto;
}

.services .service-box {
    background: #fff;
    padding: 40px;
    border-radius: 6px;
    min-height: 220px;
    width: 310px;
    margin-bottom: 40px;
    transition: all 0.3s;
    position: relative;
}

.services .service-box:hover,
.services .service-box figure .services .service-box figcaption {
    color: #fff;
    background-color: #3b98b0;
    fill: #fff;
}

.services .service-box figure {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    margin-bottom: 15px;
}

.services .service-box p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.services a {
    margin: auto;
}

.center-btn {
    text-align: center;
}

/*services-end*/



/*offer-start*/
/*.offer{
    margin-bottom: 80px;
}*/
.offer .offer-box {
    background: #f3fbfd;
    padding: 30px;
    border-radius: 8px;
    height: 100%;
}

.offer .offer-box .heading h2::after {
    content: "";
    background: #215a8f;
    width: 52px;
    height: 2px;
    margin-top: 10px;
    display: block;
}

.offer .offer-box h2 {
    font-size: 40px;
    margin-bottom: 40px;
}

.offer .heading {
    display: flex;
}

.offer .offer-box figure {
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    position: relative;
    top: -8px;
    width: 70px;
    margin-left: auto;
}

.offer .offer-box ul {
    padding: 0px 19px;
}

.offer .offer-box ul li {
    font-size: 17px;
    margin-bottom: 10px;
    position: relative;
}

.offer .offer-box ul li::before {
    content: "";
    color: #215a8f;
    position: absolute;
    left: -18px;
    top: 8px;
    width: 8px;
    border: 1px solid #215a8f;
    border-radius: 100px;
    height: 8px;
}

/*offer-end*/

/*testimonial-start*/
.testimonial {
    background: #f3fbfd;
    padding-bottom: 50px;
    padding-top: 50px;
}

.testimonial .heading h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 90px;
}

.checked {
    color: orange;
    font-size: 16px;
}

.testimonial .testi-box p {
    text-align: center;
    font-size: 17px;
    line-height: 27px;
}

.testi-box {
    background: #fff;
    padding: 0 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s;
    box-shadow: 0px 3px 4px #eee;
    border-bottom: 4px solid transparent;
}

.testimonial .testi-box p:nth-child(odd) {
    margin-bottom: 20px;
}

.testimonial .testi-box p:nth-child(even) {
    font-weight: bold;
    position: relative;
    top: 20px;
}

.testimonial .testi-box figure {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 95px;
    border-radius: 100%;
    width: 95px;
    margin: auto;
    margin-bottom: 10px;
    position: absolute;
    top: -53px;
    left: 0;
    right: 0;
}

.author-name {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.author-name p {
    font-weight: bold;
}

.all-stars {
    margin-bottom: 10px;
}

.test--box-content {
    position: relative;
    /* top: 0; */
    padding-bottom: 70px;
    height: 100%;
    padding-top: 50px;
}

.testimonial .heading h2::after {
    content: "";
    width: 65px;
    height: 3px;
    background: #3b98b0;
    display: block;
    margin: auto;
    margin-top: 8px;
}

.testi-box:hover {
    border-bottom: 4px solid #2a6f82;
}

.testimonial-botm {
    margin-bottom: 0px;
}

.testimonial a {
    margin-top: 50px;
}

.center-btn a {
    text-align: center;
}

/*testimonial-end*/


/*footer-start*/
footer {
    background-color: #1c2e32;
    padding-top: 40px;
    padding-bottom: 30px;
}

footer ul li {
    margin: 0 50px 0 50px;
}

footer ul li a {
    font-size: 17px;
    color: #fff;
}

footer ul li a:hover {
    color: #3b98b0;
}

footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
}

footer ul:nth-child(even) li a:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

footer .copyright {
    font-size: 16px;
    text-align: center;
    color: #9e9e9e;
}

footer .copyright::before {
    content: "";
    width: 100%;
    background: #757575;
    height: 2px;
    display: block;
    margin-bottom: 20px;
}

footer ul:nth-child(even) li {
    margin: 0 4px 0 4px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    line-height: 3;
}

footer ul:nth-child(even) li a {
    background: #3b98b0;
    padding: 10px 14px;
    border-radius: 30px;
    border: 1px solid #3b98b0;
}

i.fa.fa-instagram {
    color: #fff;
}

.col-lg-12.col-sm-12.col-12.home-service-btn {
    display: flex;
}

/*footer-end*/





/*about-us-page-css-start*/
.about-us-page.header {
    background: rgba(255, 255, 255, 0.8);
    padding: 18px;
}

.about-us-page.header.sticky {
    background: rgba(255, 255, 255, 1);
    padding: 10px;
}

.about-us-page.header .top-header ul li a {
    font-size: 16px;
    color: #000;
}

.about-us-page.banner {
    height: 650px;
}

.about-us-page.services .service-box {
    background: #fff;
    border-radius: 6px;
    min-height: 340px;
    width: 440px;
    margin-bottom: 40px;
    transition: all 0.3s;
    padding: 50px;
    position: relative;
}

.about-us-page.services .service-box:hover,
.services .service-box figure .services .service-box figcaption {
    color: #fff;
    background-color: #3b98b0;
    fill: #fff;
}

.about-us-page.services .heading p {
    text-align: center;
    line-height: 32px;
    margin-bottom: 40px;
    font-weight: 400;
}

.about-us-page .about-us figure::after {
    display: none;
}

.about-us-page .navbar-nav a.nav-link {
    color: #000;
    font-size: 19px;
    transition: all 0.3s;
    font-weight: 500;
}

.about-us-page .navbar-nav a.nav-link:hover {
    color: #3b98b0;
}

.about-us-page li.nav-item.reg-now a.nav-link {
    color: #fff;
    font-weight: 500;
}

.about-us-page li.nav-item.reg-now a.nav-link:hover {
    color: #3b98b0;
    background: transparent;
}

.about-us-page .header .top-header ul li {
    color: #000;
    margin-left: 40px;
    font-size: 16px;
    font-weight: 500;
}

.about-us-page .header {
    background-color: rgba(253, 253, 253, 0.7);
    padding: 18px 0px;
    z-index: 99;
    width: 100%;
    position: absolute;
}

.about-us-page .banner {
    height: 650px;
}

.about-us-page .about-us ul li::before {
    content: "";
    color: #215a8f;
    position: absolute;
    left: 0px;
    top: 9px;
    width: 8px;
    border: 1px solid #215a8f;
    border-radius: 100px;
    height: 8px;
}

.about-us-page .footer {
    background-color: #1c2e32;
    padding-top: 40px;
    padding-bottom: 30px;
}

.about-us-page.services .service-box figure {
    height: 66px;
    margin-bottom: 50px;
}

.about-us-page .service-box h5 {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}

.about-us-page.services .service-box figcaption {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

.about-us-page .about-us h2::after {
    content: "";
    background: #215a8f;
    width: 44px;
    height: 3px;
    margin-top: 10px;
    display: block;
}

.modal-header {
    border: none;
}

.modal-title {
    width: 100%;
    text-align: center;
    font-weight: 400;
}

.modal-title::after {
    content: "";
    width: 40px;
    height: 4px;
    background: #3b98b0;
    display: block;
    margin: auto;
    margin-top: 8px;
}

.form-control.modal-form-group {
    border-radius: 40px;
    background: #f3f3f3;
    color: #000;
    font-weight: 500;
    border: 1px solid #e2e2e2;
    padding-left: 24px;
    padding-right: 24px;
}

.modal-forgt-pswrd {
    text-align: right;
    display: block;
    font-weight: 600;
    margin-top: 10px;
    color: #3b98b0;
}

.modal-login-btn {
    text-align: center;
}

.modal-login-btn button {
    background: #3b98b0;
    border: none;
    color: #fff;
    height: 52px;
    padding: 0px 40px;
    border-radius: 40px;
    margin-bottom: 32px;
    border: 1px solid #3b98b0;
    transition: all 0.3s;
}

.modal-login-btn button:focus {
    outline: none;
    box-shadow: none;
}

.modal-login-btn button:hover {
    background: transparent;
    color: #3b98b0;
}

.modal-content {
    box-shadow: 6px 6px 8px #777f8040;
    border: none;
    border-radius: 6px;
    width: 600px;
    padding: 22px 30px;
    margin-top: 40%;
}

.have-account p {
    text-align: center;
}

.have-account p a {
    font-weight: 600;
    color: #3b98b0;
}

.modal-header .close {
    background: #3b98b0;
    color: #fff;
    border-radius: 40px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 0;
    border: 2px solid #fff;
    margin-right: -58px;
    margin-top: -48px;
    padding: 0;
    opacity: 1;
    font-size: 28px;
    font-weight: 300;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.modal-header .close:focus {
    outline: none;
    box-shadow: none;
}

.modal {
    background: rgba(135, 226, 234, 0.5);
}

.home-custom label {
    font-size: 17px;
    font-weight: 500;
    margin-right: 34px;
    margin-top: -2px;
    padding-left: 30px;
}

.home-custom label a {
    color: #3b98b0;
    font-weight: 400;
    text-decoration: underline;
}

/*.home-custom label {
    padding-right: 96px;
}*/

/*about-us-page-css-end*/


/*faq-page-css-start*/
.about-us-page.header {
    background: rgba(255, 255, 255, 0.8);
    padding: 18px;
}

.about-us-page.header.sticky {
    background: rgba(255, 255, 255, 1);
    padding: 10px;
}

.about-us-page.header .top-header ul li a {
    font-size: 16px;
    color: #000;
}

.about-us-page.header.sticky {
    background: rgba(255, 255, 255, 1);
    padding: 10px;
}

.about-us-page .navbar-nav a.nav-link {
    color: #000;
    font-size: 19px;
    transition: all 0.3s;
    font-weight: 500;
}

.about-us-page.banner {
    height: 650px;
}

.about-us-page li.nav-item.reg-now a.nav-link {
    font-weight: 500;
}

.faq .heading h2 {
    text-align: center;
    margin-bottom: 40px;
}

.faq .card-header {
    border: none !important;
    background: transparent !important;
    height: 60px;
    line-height: 1.8;
}

.faq .card {
    background: transparent;
    margin-bottom: 20px;
    border-radius: 40px;
    border-collapse: collapse;

}

/*.collapse .show{
    background: #ccc;
    border: none;
} */
.faq .heading h2::after {
    content: "";
    width: 62px;
    height: 4px;
    background: #3b98b0;
    display: block;
    margin: auto;
    margin-top: 8px;
}

.faq .card-header a {
    font-size: 20px;
    color: #000;
    display: block;
    position: relative;
    padding-left: 10px;
    width: 100%;
    font-weight: 600;
    background: transparent;
}

.faq .card-body {
    font-size: 17px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
}

.faq [data-toggle="collapse"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f068";
    transform: rotate(0deg);
    transition: all linear 0.25s;
    top: -4px;
    position: absolute;
    font-size: 20px;
    color: #fff;
    background: #3b98b0;
    right: -5px;
    width: 44px;
    height: 44px;
    text-align: center;
    border-radius: 30px;
    padding: 12px 2px;
}

.faq [data-toggle="collapse"].collapsed:after {
    content: "\f067";
    font-family: 'FontAwesome'
}

/*faq-page-css-end*/
.job-criteria .all-check-boxes .checkbox.check_custom label {
    /*padding-left: 28px;*/   
    padding-left: 21px !important;
}

.check_custom label input[type="checkbox"]+.check_box {
    position: absolute;
    top: 4px;
    left: 0;
}

/*registration-page-css-start*/
.registration .heading p {
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
    width: 60%;
    line-height: 32px;
}

.registration .heading {
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.registration .heading h2 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
}

.registration .heading h2::after {
    content: "";
    width: 62px;
    height: 4px;
    background: #3b98b0;
    display: block;
    margin: auto;
    margin-top: 8px;
}

.registration .registration-main-content p {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    margin-bottom: 30px;
    padding-top: 20px;
    font-weight: 500;
    line-height: 32px;
}

.registration .registration-main-content ul {
    padding-bottom: 30px;
    padding-top: 30px;
}

.registration .registration-main-content ul li {
    padding-bottom: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 26px;
}

.registration .registration-main-content ul li::before {
    content: "";
    background: transparent;
    width: 10px;
    height: 10px;
    border: 2px solid #3b98b0;
    border-radius: 100%;
    margin-top: 0px;
    position: absolute;
    left: 0px;
    top: 7px;
}

.registration .registration-main-content .main-heading h3 {
    margin-bottom: 24px;
}

.registration .registration-main-content h4 {
    font-weight: 500;
}

.registration-agree-buttons a:first-child {
    font-size: 18px;
    background: #3b98b0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #3b98b0;
}

.registration-agree-buttons a:first-child:hover {
    background: transparent;
    border: 1px solid #3b98b0;
    color: #3b98b0;
}

.registration-agree-buttons a:last-child {
    font-size: 18px;
    background: #dadada;
    color: #000;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #dadada;
    margin-left: 20px;
}

.registration-agree-buttons a:last-child:hover {
    border: 1px solid #9a9999;
    background: transparent;
    color: #616161;
}

.registration .registration-main-content p:last-child {
    border-bottom: none;
}

/*registration-page-css-end*/

.contractor .contractor-main-content p {
    margin-bottom: 10px;
    padding-top: 20px;
    font-weight: 500;
    line-height: 32px;
    position: relative;
    padding-left: 26px;
}

/*.contractor .contractor-main-content p:last-child(7) {
    margin-bottom: 20px;
}*/
.contractor .contractor-main-content p::before {
    content: "";
    background: transparent;
    width: 10px;
    height: 10px;
    border: 2px solid #3b98b0;
    border-radius: 100%;
    margin-top: 0px;
    position: absolute;
    left: 0px;
    top: 31px;
}

.contractor .contractor-main-content h4 {
    font-weight: 500;
    margin-top: 30px;
}

.contractor .contractor-main-content h5 {
    margin-top: 15px;
    font-weight: 500;
}

.contractor .contractor-main-content h6 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.contractor .contractor-main-content h3 {
    margin-top: 20px;
}





/*privacy-policy-css-start*/
.registration .registration-main-content h3 {
    font-weight: 500;
}

/*privacy-policy-css-end*/


/*resume-writing-css-start*/
.resume .registration-main-content h5 {
    padding: 24px 0 30px 0;
    font-weight: 500;
}

.resume .registration-main-content ul {
    padding-bottom: 0px;
    padding-top: 20px;
}

.resume .registration-main-content ul:nth-of-type(4) {
    padding-bottom: 30px;
}

.resume .registration-main-content h3:nth-of-type(2) {
    margin-bottom: 30px;
}

.resume .registration-main-content p:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/*resume-writing-css-end*/

/*looking-css-start*/
.looking .heading h2::after {
    content: "";
    width: 62px;
    height: 4px;
    background: #3b98b0;
    display: block;
    margin: auto;
    margin-top: 12px;
}

.looking .heading {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
     margin-bottom: 10px;
    /*margin-bottom: 40px;*/
}

.looking .registration-main-content ul:nth-of-type(1) {
    padding-bottom: 30px;
    padding-top: 30px;
    column-count: 3;
}
.looking .registration-main-content ul.main:nth-of-type(1) {
    padding-bottom: 30px;
    padding-top: 30px;
    column-count: initial;
}

/*looking-css-end*/


/*getting-css-start*/
.getting .registration-main-content p:nth-of-type(3) {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    font-weight: 500;
    line-height: 32px;
}

.getting .registration-main-content ul:nth-of-type(1) {
    padding-bottom: 0px;
    padding-top: 30px;
}

.getting .registration-main-content p:nth-of-type(6) {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.getting .registration-main-content p:nth-of-type(8) {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.getting .registration-main-content ul:nth-of-type(3) {
    padding-bottom: 0;
}

/*getting-css-end*/

/*technical resources-css-start*/
.technical-resources.registration.common {
    padding-bottom: 0;
}

.about-us-technical-resources {
    background: #f2fdff;
    padding: 50px 0;
    text-align: center;
}

.technical-resources.registration .heading {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.technical-resources.registration .heading h2::after {
    content: "";
    width: 62px;
    height: 4px;
    background: #3b98b0;
    display: block;
    margin: auto;
    margin-top: 18px;
}

.technical-resources-about-us h3 {
    font-weight: 200;
    font-weight: 500;
    padding-bottom: 28px;
}

.technical-resources-about-us p {
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
    line-height: 28px;
}

.left-finneytaylor-area h3 {
    font-weight: 500;
    margin-bottom: 25px;
}

.left-finneytaylor-area ul {
    column-count: 2;
}

.left-finneytaylor-area ul.main {
    column-count: initial;
}
.left-finneytaylor-area ul li {
    padding-bottom: 12px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    width: 100%;
}

.left-finneytaylor-area ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    margin-top: 0px;
    position: absolute;
    left: 0px;
    top: 7px;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(59, 152, 176);
    border-image: initial;
    border-radius: 100%;
}

.technical-resources-services {
    background: #f2fdff;
    padding: 40px 0;
}

.offer .offer-box.technical-resources-offer-box h2 {
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: 500;
}

.offer .offer-box.technical-resources-offer-box h2::after {
    display: none;
}

.offer .offer-box.technical-resources-offer-box ul li {
    font-weight: 500;
}

.offer-box.technical-resources-offer-box {
    padding: 45px 50px;
}

.offer .offer-box.technical-resources-offer-box ul li::before {
    content: "";
    color: #215a8f;
    position: absolute;
    left: -18px;
    top: 8px;
    width: 10px;
    border: 2px solid;
    border-radius: 100px;
    height: 10px;
    border-color: rgb(59, 152, 176);
}

/*technical resources-css-end*/


/*job search-css-start*/
.about-us-technical-resources.job-criteria {
    text-align: inherit;
}

.job-criteria .all-check-boxes {
    column-count: 2;
}

.job-criteria .heading h4 {
    font-weight: 500;
    padding-bottom: 30px;
}

.job-criteria .all-check-boxes .checkbox.check_custom label {
    font-size: 16px;
    font-weight: 600;
}

.job-criteria .check_custom label input[type="checkbox"]+.check_box {
    width: 18px;
    height: 18px;
    border: 2px solid #3b98b0;
}

.job-criteria .check_custom label input[type="checkbox"]+.check_box:after {
    top: 2px;
    left: 4px;
    height: 12px;
    width: 7px;
}

.job-criteria .all-check-boxes-last .checkbox.check_custom label {
    font-size: 16px;
    font-weight: 600;
    padding-left: 28px;

    box-sizing:border-box;
    padding:0px 0px 0px 0px;
}

.checkbox {
    padding-left: 0px;
}

.keyword-search-bar .heading h4 {
    font-weight: 500;
    padding-bottom: 20px;
}

.keyword-search-bar form input[type="text"] {
    width: 80%;
    height: 58px;
    border: 1px solid #e7f0f1;
    padding: 0 20px;
}

.keyword-search-bar form input[type="submit"] {
    background: #3b98b0;
    border: 1px solid #3b98b0;
    color: #fff;
    height: 58px;
    border-radius: 40px;
    padding: 0 70px;
    margin-left: -30px;
    font-size: 20px;
    transition: all 0.3s;
}

.keyword-search-bar form input[type="submit"]:hover {
    border: 1px solid #3b98b0;
    color: #3b98b0;
    background: #fff;
}

.keyword-search-bar form {
    padding-bottom: 20px;
}

.keywords-check-box .checkbox.check_custom label {
    font-size: 17px;
    font-weight: 600;
    padding-left: 30px;
}

.keywords-check-box .check_custom label input[type="checkbox"]+.check_box {
    width: 20px;
    height: 19px;
    border: 2px solid #3b98b0;
}

.keywords-check-box .check_custom label input[type="checkbox"]+.check_box:after {
    top: 3px;
    left: 5px;
    width: 7px;
    height: 13px;
}

.keywords-check-box {
    padding-bottom: 30px;
}

.all-tables table tr {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-weight: 500;
}

.all-tables table .all-tables-btn {
    border: 1px solid #3b98b0;
    color: #fff;
    background: #3b98b0;
    height: 52px;
    text-align: center;
    border-radius: 40px;
    transition: all 0.3s;
    padding: 12px 20px;
    line-height: 3;
}

.all-tables table .all-tables-btn:hover {
    border: 1px solid #3b98b0;
    background: transparent;
    color: #3b98b0;
}

.all-tables table td,
.table th {
    /* padding: .75rem; */
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    padding: 18px 10px 18px 30px;
}

.all-tables table tr th {
    background: #f2fcfe;
    font-size: 19px;
}

.all-tables table tbody tr td span {
    font-weight: 600;
}

.keywords .pagination {
    display: flex;
    justify-content: center;
}

.keywords .pagination .active .page-link {
    border: none;
    background: #3b98b0;
    margin: 0 2px 0 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.keywords .pagination .page-link {
    border: none;
    background: transparent;
    margin: 0 5px 0 5px;
    color: #000;
    font-size: 16px;
    transition: all 0.3s;
    font-weight: 600;
}

.keywords .pagination .page-link:hover {
    background-color: #3b98b0;
    color: #fff;
}

.keywords table {
    margin-bottom: 50px;
}
.jobsearch table {
    margin-bottom: 10px !important;
}
.pagination .page-item .page-link:nth-of-type(1) {}

/*job search-css-end*/


/*contact-us-css-start*/
.contact-us-box-heading {
    background: #3b98b0;
    color: #fff;
    padding: 20px 30px;
}

.contact-us-box-heading h4 {
    font-weight: 400;
}

.contact-us-box-content {
    padding: 30px 38px;
    background: #f5fdff;
}

/*.contact-us-box-content .address p{
    display: inline-block;
}*/
.contact-us-box-content .address::after {
    width: 100%;
    content: "";
    background: #eee;
    display: block;
    height: 1px;
    position: relative;
    top: 20px;
}

.contact-us-box-content .address:nth-of-type(4)::after {
    display: none;
}

.contact-us-box-content .address div {
    padding-left: 30px;
    position: relative;
    top: 0px;
    font-size: 18px;
    margin-top: -60px;
    font-weight: 500;
    line-height: 90px;
}

.contact-us-box-content .address p:nth-of-type(1)::before {
    content: "\f041";
    font-family: 'FontAwesome';
    color: #3b98b0;
    position: absolute;
    left: 0px;
}

.contact-us-box-content .address.call p:nth-of-type(1)::before {
    content: "\f095";
    font-family: 'FontAwesome';
    color: #3b98b0;
}

.contact-us-box-content .address.email p:nth-of-type(1)::before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    color: #3b98b0;
}

.contact-us-box-content .address p {
    padding-left: 30px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.address {
    padding-bottom: 40px;
}

.address p a {
    color: #000;
}

.contact-us-box-content .address div:nth-of-type(1) {
    font-weight: 600;
}

.contact-us-box-content .address span {
    color: #3b98b0;
    font-size: 20px;
}

.contact-us.contact-us-page {
    margin-bottom: 70px;
}

.welcome-box {
    box-shadow: 2px 0px 30px #eee;
    padding: 70px 80px;
}

.welcome-box .heading h3 {
    font-weight: 500;
    padding-bottom: 20px;
}

.welcome-box .form-group textarea {
    margin-bottom: 30px;
    padding: 16px 16px;
}

.we-welcome {
    margin-bottom: 80px;
}

.welcome-box {
    width: 1200px;
    margin: 0 auto;
}

.welcome-box .form-group.two-top-form {
    width: 50%;
    margin: 0 20px 0 0px;
}

.welcome-box .two-top {
    display: flex;
}

.welcome-box .form-group.two-top-form:nth-of-type(2) {
    margin: 0;
}

::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
    font-weight: 500;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    font-weight: 500;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
    font-weight: 500;
}

#sell::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
    font-weight: 500;
}

.welcome-box .form-group.two-top-form select#sel1 {
    -webkit-appearance: none;
}

.welcome-box .form-group.two-top-form select#sel1 {
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 30px;
    padding-right: 40px;
}

/*contact-us-css-end*/


/*records management-css-start*/
table.table.table-bordered.table-sm {
    background: #f3fbfd;
    border: none;
    height: 100%;
}

.table-sm td,
.table-sm th {
    padding: 12px 30px;
    border: none;
}

tbody tr td:nth-of-type(1) {
    font-weight: 600;
    width: 340px;
}

tbody tr td:nth-of-type(2) {
    font-weight: 500;
}

tr {
    border-bottom: 1px solid #ddfaff;
}

.detail-headbar {
    display: flex;
    padding: 10px 0;
    margin-bottom: 40px;
}

.detail-button {
    margin-left: auto;
}

.detail-headbar h4 {
    font-weight: 500;
    line-height: 2;
}

.detail-button .btn {
    height: 46px;
    line-height: 0.8;
    margin: 0 0px 0 10px;
}

.detail-button .btn:nth-of-type(2) {
    background: #ccc;
    border: 1px solid #ccc;
    color: #000;
}

.detail-button .btn:nth-of-type(2):hover {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.detail-button .btn:nth-of-type(3):hover {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.detail-button .btn:nth-of-type(3) {
    background: #ccc;
    border: 1px solid #ccc;
    color: #000;
}

.record-detail-content-box {
    border: 1px solid #ccc;
    margin-bottom: 35px;
}

.detail-blank-bar {
    background: #e7f8ff;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.detail-main-content {
    padding: 30px 30px;
}

.record-detail-content-box .detail-main-content p {
    padding-bottom: 34px;
    font-weight: 500;
}

.record-detail-content-box .detail-main-content ul li {
    padding-bottom: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 26px;
}

.record-detail-content-box .detail-main-content ul li::before {
    content: "";
    background: transparent;
    width: 10px;
    height: 10px;
    border: 2px solid #3b98b0;
    border-radius: 100%;
    margin-top: 0px;
    position: absolute;
    left: 0px;
    top: 7px;
}

.record-detail-content-box .detail-main-content h3 {
    padding-bottom: 20px;
}

.bottoms-skill h3 {
    padding-bottom: 20px;
}

.bottoms-skill ul li {
    padding-bottom: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 26px;
}

.bottoms-skill ul li::before {
    content: "";
    background: transparent;
    width: 10px;
    height: 10px;
    border: 2px solid #3b98b0;
    border-radius: 100%;
    margin-top: 0px;
    position: absolute;
    left: 0px;
    top: 7px;
}

.record-detail-content-box .detail-main-content ul {
    padding-bottom: 25px;
}

.record-detail-content-box .detail-main-content ul:nth-of-type(3) {
    padding-bottom: 0;
}

.bottoms-skill ul li span {
    display: block;
    font-weight: 500;
}

.bottoms-skill ul li {
    font-weight: 600;
}

.bottoms-skill {
    margin-bottom: 50px;
}

.form-control {
    -webkit-appearance: none;
}

.right-banner-box select#cate-select {
    background-image: url(../images/select-arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-right: 40px;
}

.right-banner-box select#categ-select {
    background-image: url(../images/select-arrow.png);
    background-position: right;
    background-size: 30px;
    padding-right: 40px;
    background-repeat: no-repeat
}

/*records management-css-end*/
section.technical-resources-services {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.technical-resources-services::before {
    background-color: #f2fdff;
    content: "";
    height: 100%;
    opacity: 0.9;
    width: 100%;
    position: absolute;
    top: 0;
}

.videoModal .modal-content{
    width: 600px;
    margin: 40% auto 0;
    max-width: 95%;
    height: 330px;
    padding: 0;
}

.videoModal .modal-content .modal-header{
    padding: 0;
}

.videoModal .modal-content .modal-body iframe{
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.videoModal .modal-header .close{
    font-size: 21px;
    margin-right: -10px;
    margin-top: -8px;
}

@media screen and (max-width:1499px) {
    section.about-us.common {
        padding-bottom: 80px;          
    }

    /*header-start*/
    header.sticky {
        text-align: center;
        -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        box-shadow: 0 0px 5px rgba(57, 63, 72, 0.3);
        background: rgba(0, 0, 0, 0.9);
        padding: 15px 0 5px 0;
        top: -35px;
    }

    header {
        background: rgba(0, 0, 0, 0.7) !important;
        /*background-color: transparent;*/
        padding: 30px 0px;
        position: fixed;
        width: 100%;
        z-index: 9999;
        transition: all 0.4s ease;
        top: 0;
        left: 0;
        right: 0;
    }

    header .top-header ul {
        display: flex;
        justify-content: flex-end;
    }

    header .top-header ul li {
        color: #fff;
        margin-left: 30px;
        font-size: 15px;
    }

    header .top-header ul li a {
        font-size: 14px;
    }

    .navbar-brand {
        display: inherit;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        font-size: 0;
        line-height: inherit;
        white-space: nowrap;
    }

    header .main-header .navbar-brand {
        width: 200px;
    }

    li.nav-item {
        /*margin: 0 0 0 25px;*/
        margin: 0 0 0 20px;
    }

    .navbar-nav a.nav-link {
        color: #fff;
        font-size: 16px;
        transition: all 0.3s;
    }

    .navbar-nav a.nav-link:hover {
        color: #3b98b0;
    }

    li.nav-item.active a.nav-link {
        color: #3b98b0;
    }

    li.nav-item.reg-now a.nav-link {
        background: #3b98b0;
        border-radius: 20px;
        font-size: 12px;
        line-height: 2.7;
        padding: 0px 10px 0px 10px;
        transition: all 0.3s;
        border: 1px solid #3b98b0;
        height: 34px;
    }

    li.nav-item.reg-now a.nav-link:hover {
        color: #3b98b0;
        background: transparent;
    }

    ul.navbar-nav.navbar-right {
        margin-left: auto;
    }

    .navbar {
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
    }

    /*header-end*/
    /*banner-start*/
    .banner {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 260px 0 80px !important;
    }

    .banner-set {
        padding-top: 280px;
        padding-bottom: 100px;
    }

    .banner .left-banner-box h1 {
        color: #fff;
        font-size: 36px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .banner .left-banner-box h4 {
        font-size: 16px;
        margin-bottom: 30px;
        color: #fff;
    }

    .btn {
        color: #fff;
        background: #3b98b0;
        border-radius: 40px;
        font-size: 14px;
        padding: 10px 30px;
        border: 1px solid #3b98b0;
        font-weight: 600;
    }

    .btn:hover {
        background-color: transparent;
        transition: all 0.3s;
        color: #3b98b0;
    }

    .form-box {
        background: #fff;
        width: 70%;
        padding-top: 12px;
    }

    .form-padding {
        padding: 20px 20px;
    }

    .form-box h3 {
        font-size: 28px;
        text-align: center;
        background: #3b98b0;
        color: #fff;
        padding: 10px;
        position: relative;
    }

    .form-control {
        width: 100%;
        margin-bottom: 0px;
        margin-top: 20px;
        border: 1px solid #eee;
        height: 40px;
        font-size: 14px;
        color: #5b5b5b;
        padding: 0 15px;
        border-radius: 3px;
        -webkit-appearance: none;
    }

    .right-banner-box select#cate-select {
        background-image: url(../images/select-arrow.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 30px;
        padding-right: 40px;
    }

    .right-banner-box select#categ-select {
        background-image: url(../images/select-arrow.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 30px;
        padding-right: 40px;
    }

    .home-custom label {
        font-size: 13px;
        padding-left: 10px;
    }

    .check_custom label input[type="checkbox"]+.check_box:after {
        top: 1px;
        left: 3px;
        width: 4px;
        height: 9px;
    }

    .form-btn {
        font-weight: normal;
        font-size: 13px;
        padding: 9px 34px;
        margin-left: 6px;
        margin-bottom: 20px;
    }

    .checkbox {
        font-size: 13px;
        color: #5b5b5b;
        margin-bottom: 10px;
    }

    .right-banner-box {
        margin-top: -60px;
        display: flex;
        justify-content: flex-end;
    }

    .right-banner-box .form-box h3::before {
        content: "";
        width: 11px;
        top: -9px;
        left: -11px;
        height: 73px;
        background-image: url(../images/form-before.png);
        background-position: center;
        background-size: cover;
        position: absolute;
    }

    .right-banner-box .form-box h3::after {
        content: "";
        width: 11px;
        top: -9px;
        right: -11px;
        height: 73px;
        background-image: url(../images/form-after.png);
        background-position: center;
        background-size: cover;
        position: absolute;
    }

    /*banner-end*/


    /*aboutus-start*/
    /*.about-us{
    margin-bottom: 70px;
}*/
    .about-us figure {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 340px;
        width: 420px;
        position: relative;
        top: 50px
    }

    .about-us figure::before {
        content: "";
        background: #effdff;
        width: 280px;
        position: absolute;
        height: 300px;
        top: -50px;
        z-index: -99999;
        left: -50px;
    }

    .about-us figure a::after {
        margin: auto;
        content: "\f04b";
        font-family: 'FontAwesome';
        height: 70px;
        width: 70px;
        padding: 26px;
        border-radius: 40px;
        font-size: 20px;
        align-items: center;
        display: flex;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }

    
    .about-us p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .about-us ul {
        column-count: 2;
    }

    .about-us ul li {
        font-size: 14px;
        padding-left: 20px;
        position: relative;
    }

    .about-us h2::after {
        content: "";
        background: #215a8f;
        width: 44px;
        height: 2px;
        margin-top: 10px;
        display: block;
    }

    .about-us ul li::before {
        content: "";
        color: #215a8f;
        position: absolute;
        left: 0px;
        top: 6px;
        width: 8px;
        border: 1px solid #215a8f;
        border-radius: 100px;
        height: 8px;
    }
    
    /*aboutus-end*/

    /*services-start*/
    .services {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .services .heading h2 {
        text-align: center;
        font-size: 28px;
        margin-bottom: 40px;
    }

    .services .heading h2::after {
        content: "";
        width: 32px;
        height: 3px;
        background: #3b98b0;
        display: block;
        margin: auto;
        margin-top: 8px;
    }

    .services .service-box {
        background: #fff;
        padding: 40px;
        border-radius: 6px;
        height: 185px;
        width: 250px;
        margin-bottom: 40px;
        transition: all 0.3s;
    }

    .about-us-page.services .service-box {
        background: #fff;
        border-radius: 6px;
        min-height: 240px;
        width: 350px;
        margin-bottom: 35px;
        transition: all 0.3s;
        padding: 30px;
        position: relative;
    }

    .about-us-page.services .service-box figure {
        height: 56px;
        margin-bottom: 30px;
    }

    .services .service-box:hover,
    .services .service-box figure .services .service-box figcaption {
        color: #fff;
        background-color: #3b98b0;
        fill: #fff;
    }

    .services .service-box figure {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-bottom: 15px;
    }

    .services .service-box svg {
        fill: #3b98b0;
        width: 60px;
        height: 60px;
        text-align: center;
        margin: auto;
        display: block;
    }

    .services .service-box p {
        text-align: center;
        font-size: 15px;
        font-weight: 600;
    }

    .services a {
        margin: auto;
    }

    /*services-end*/



    /*offer-start*/
    /*.offer{
    margin-bottom: 80px;
}*/
    .modal-content {
        padding: 10px 20px;
    }

    .offer .offer-box {
        background: #f3fbfd;
        padding: 30px;
        border-radius: 8px;
        height: 100%;
    }

    .offer .offer-box .heading h2::after {
        content: "";
        background: #215a8f;
        width: 32px;
        height: 2px;
        margin-top: 10px;
        display: block;
    }

    .offer .offer-box h2 {
        font-size: 28px;
    }

    .offer .offer-box figure {
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
        height: 50px;
        position: relative;
        width: 50px;
    }

    .offer .offer-box ul {
        padding: 0px 19px;
    }

    .offer .offer-box ul li {
        font-size: 14px;
        margin-bottom: 10px;
        position: relative;
    }

    .offer .offer-box ul li::before {
        content: "";
        color: #215a8f;
        position: absolute;
        left: -18px;
        top: 5px;
        width: 7px;
        border: 1px solid #215a8f;
        border-radius: 100px;
        height: 7px;
    }

    /*offer-end*/

    /*testimonial-start*/
    .testimonial {
        background: #f3fbfd;

    }

    .testimonial .heading h2 {
        text-align: center;
        font-size: 28px;
        margin-bottom: 90px;
    }

    .checked {
        color: orange;
        font-size: 12px;
    }

    .testimonial .testi-box p {
        text-align: center;
        font-size: 14px;
        line-height: 22px;
    }

    .testi-box {
        background: #fff;
        padding: 0 20px;
        text-align: center;
        height: 100%;
        transition: all 0.3s;
    }

    .testimonial .testi-box p:nth-child(odd) {
        margin-bottom: 20px;
    }

    .testimonial .testi-box p:nth-child(even) {
        font-weight: bold;
        position: relative;
        top: 20px;
    }

    .testimonial .testi-box figure {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 85px;
        border-radius: 100%;
        width: 85px;
        margin: auto;
        margin-bottom: 10px;
    }

    .all-stars {
        margin-bottom: 10px;
    }

    .test--box-content {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .testimonial .heading h2::after {
        content: "";
        width: 32px;
        height: 3px;
        background: #3b98b0;
        display: block;
        margin: auto;
        margin-top: 8px;
    }

    .testi-box:hover {
        border-bottom: 4px solid #2a6f82;
    }

    /*testimonial-end*/


    /*footer-start*/
    footer {
        background-color: #1c2e32;
    }

    footer ul li {
        margin: 0 0 0 30px;
    }

    footer ul li {
        font-size: 14px;
    }

    footer ul {
        display: flex;
        justify-content: center;
    }

    footer p {
        font-size: 12px;
        text-align: center;
    }

    footer p::before {}

    /*footer-end*/



    /*Abouts us page responsive css start*/
    .about-us-page .navbar-nav a.nav-link {
        font-size: 16px;
    }

    .about-us-page header .top-header ul li a {
        font-size: 14px;
    }

    .about-us-page section.banner {
        height: 500px;
    }

    .about-us-page .about-us ul li::before {
        top: 6px;
    }

    .about-us-page .services .service-box {
        min-height: 220px;
        width: 340px;
        padding: 40px;
    }

    .about-us-page .services .service-box figure {
        height: 50px;
        margin-bottom: 16px;
    }

    .about-us-page .service-box h5 {
        font-size: 16px;
    }

    .about-us-page .services .service-box figcaption {
        font-size: 13px;
    }

    .about-us-page .services .heading p {
        text-align: center;
        line-height: 26px;
        margin-bottom: 32px;
        font-weight: 400;
        font-size: 15px;
    }

    footer ul li a {
        font-size: 14px;
    }

    footer ul:nth-child(even) li a {
        padding: 8px 10px;
    }

    footer p::before {
        height: 1px;
    }

    .hover-fig {
        width: 250px;
    }

    /*Abouts us page responsive css end*/

    /*Faq page responsive css start*/
    .faq .navbar-nav a.nav-link {
        font-size: 16px;
    }

    .faq header .top-header ul li a {
        font-size: 14px;
    }

    .faq .heading h2 {
        margin-bottom: 30px;
        font-size: 28px;
    }

    .faq .heading h2::after {
        width: 36px;
        height: 2px;
        margin-top: 6px;
    }

    .faq .card-header a {
        font-size: 16px;
    }

    .faq .card-body {
        font-size: 13px;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .faq [data-toggle="collapse"]:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f068";
        transform: rotate(0deg);
        transition: all linear 0.25s;
        top: -6px;
        position: absolute;
        font-size: 14px;
        color: #fff;
        background: #3b98b0;
        right: -7px;
        width: 36px;
        height: 36px;
        text-align: center;
        border-radius: 30px;
        padding: 11px 0px;
    }

    .faq .card-header {
        height: auto;
        line-height: 1.4;
    }

    .faq .banner {
        height: 550px;
    }

    .modal-title {
        font-size: 25px;
    }

    .modal-title::after {
        width: 40px;
        height: 2px;
        margin-top: 6px;
    }

    .modal-login-btn button {
        height: 35px;
        padding: 0px 39px;
        font-size: 15px;
    }

    .modal-forgt-pswrd {
        font-size: 14px;
    }

    .have-account p {
        font-size: 14px;
    }

    .modal-content {
        width: 100%;
        margin: auto;
        margin-top: 40%;
    }

    .modal-header .close {
        width: 25px;
        height: 24px;
        font-size: 17px;
        margin-right: -44px;
        margin-top: -38px;
    }

    .check_custom label input[type="checkbox"]+.check_box {
        width: 12px;
        height: 12px;
    }

    /*Faq page responsive css end*/

    /*registration page responsive css start*/
    .left-finneytaylor-area ul li:nth-of-type(6) {
        overflow: hidden;
    }

    .common {
        padding: 55px 0;
    }

    .registration .heading h2 {
        margin-bottom: 26px;
        font-size: 26px;
    }

    .registration .heading p {
        font-size: 16px;
        line-height: 28px;
    }

    .registration .heading h2::after {
        width: 52px;
        height: 3px;
    }

    .registration .registration-main-content .main-heading h3 {
        margin-bottom: 18px;
        font-size: 32px;
    }

    .registration .registration-main-content h4 {
        font-weight: 500;
        font-size: 18px;
    }

    .registration .registration-main-content ul li {
        padding-bottom: 12px;
        padding-left: 20px;
        font-size: 14px;
    }

    .registration .registration-main-content ul li::before {
        top: 4px;
    }

    .registration .registration-main-content h3 {
        font-size: 23px;
    }

    .registration .registration-main-content p {
        padding-bottom: 30px;
        margin-bottom: 20px;
        padding-top: 10px;
        font-size: 15px;
    }

    .registration-agree-buttons a:first-child {
        font-size: 15px;
        padding: 6px 14px;
    }

    .registration .registration-main-content p {
        line-height: 28px;
    }

    .registration-agree-buttons a:last-child {
        font-size: 15px;
        padding: 6px 14px;
        margin-left: 16px;
    }

    .registration .heading {
        padding-bottom: 20px;
        margin-bottom: 28px;
    }

    /*registration page responsive css end*/

    .contractor .contractor-main-content h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .contractor .contractor-main-content p {
        margin-bottom: 4px;
        padding-top: 16px;
        line-height: 30px;
        font-size: 16px;
    }

    .contractor .contractor-main-content h4 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .contractor .contractor-main-content h5 {
        font-size: 20px;
        font-weight: 500;
    }

    .contractor .contractor-main-content p::before {
        top: 25px;
    }

    .contractor .contractor-main-content h6 {
        font-size: 16px;
    }

    .about-us-page.banner {
        height: 500px;
    }

    .about-us-page.header {
        padding: 14px;
    }

    .registration .heading p {
        width: 70%;
    }






    .privacy.registration .registration-main-content p:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }



    /*technical resources-responsive css-start*/
    .technical-resources-about-us h3 {
        font-size: 24px;
        padding-bottom: 18px;
    }

    .technical-resources-about-us p {
        line-height: 24px;
        font-size: 15px;
    }

    .about-us-technical-resources {
        padding: 35px 0;
    }

    .left-finneytaylor-area h3 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .left-finneytaylor-area ul li {
        padding-bottom: 8px;
        padding-left: 28px;
        font-size: 14px;
    }

    .left-finneytaylor-area ul li::before {
        width: 9px;
        height: 9px;
    }

    .offer .offer-box.technical-resources-offer-box h2 {
        font-size: 24px;
        margin-bottom: 16px;
        font-weight: 500;
    }

    .offer .offer-box.technical-resources-offer-box h2::after {
        display: none;
    }

    .offer .offer-box.technical-resources-offer-box ul li::before {
        top: 6px;
        width: 9px;
        height: 9px;
    }

    .offer-box.technical-resources-offer-box {
        padding: 35px 40px;
    }

    /*technical resources-responsive css-end*/



    /*job search-responsive css-start*/
    .job-criteria .heading h4 {
        padding-bottom: 20px;
        font-size: 17px;
    }

    .job-criteria .all-check-boxes .checkbox.check_custom label {
        font-size: 13px;
        font-weight: 500;
    }

    .job-criteria .check_custom label input[type="checkbox"]+.check_box {
        width: 14px;
        height: 14px;
        border: 2px solid #3b98b0;
    }

    .job-criteria .check_custom label input[type="checkbox"]+.check_box:after {
        left: 3px;
        top: -1px;
        width: 4px;
        height: 12px;
    }

    .job-criteria .all-check-boxes-last .checkbox.check_custom label {
        font-size: 13px;
        font-weight: 500;
    }

    .keyword-search-bar .heading h4 {
        padding-bottom: 18px;
        font-size: 19px;
    }

    .keyword-search-bar form input[type="text"] {
        width: 70%;
        height: 42px;
        border: 1px solid #e7f0f1;
    }

    .keyword-search-bar form input[type="submit"] {
        height: 42px;
        border-radius: 50px;
        padding: 0 50px;
        line-height: 1.7;
    }

    .keywords-check-box .checkbox.check_custom label {
        font-size: 13px;
    }

    .keywords-check-box .check_custom label input[type="checkbox"]+.check_box {
        width: 14px;
        height: 13px;
    }

    .keywords-check-box .check_custom label input[type="checkbox"]+.check_box:after {
        top: -1px;
        left: 3px;
        width: 4px;
        height: 10px;
    }

    .all-tables table tr th {
        background: #f2fcfe;
        font-size: 15px;
    }

    .all-tables table td,
    .table th {
        padding: 15px 8px 15px 30px;
        font-size: 14px;
    }

    .all-tables table input[type="btn"] {
        height: 36px;
        width: 130px;
    }

    /*job search-responsive css-end*/

    /*contact-us-responsive-css-start*/
    .technical-resources.registration .heading h2::after {
        width: 42px;
        height: 2px;
        margin-top: 10px;
    }

    .contact-us-box-heading {
        padding: 14px 30px;
    }

    .contact-us-box-heading h4 {
        font-size: 20px;
    }

    .contact-us-box-content .address div {
        font-size: 14px;
    }

    .contact-us-box-content {
        padding: 16px 30px;
    }

    .welcome-box {
        width: 920px;
        padding: 50px 80px;
    }

    .welcome-box .heading h3 {
        padding-bottom: 10px;
        font-size: 22px;
    }

    .contact-us-box-content .address div {
        line-height: 71px;
        margin-top: -49px;
    }

    .contact-us-box-content .address span {
        font-size: 16px;
    }

    .contact-us-box-content .address span i.fa.fa-envelope {
        font-size: 15px;
    }



    .contact-us-box-content .address p {
        padding-left: 30px;
        font-size: 14px;
        font-weight: 500;
    }

    .address {
        padding-bottom: 12px;
    }

    .contact-us-box-content .address::after {
        margin-bottom: 20px;
    }

    /*contact-us-responsive-css-end*/

    /*Records Mnagement-responsive-css-start*/
    .table-sm td,
    .table-sm th {
        padding: 8px 22px;
        border: none;
        font-size: 14px;
    }

    tbody tr td:nth-of-type(1) {
        width: 250px;
    }

    .detail-button .btn {
        height: 36px;
        line-height: 1;
        margin: 0 0px 0 6px;
    }

    .detail-headbar h4 {
        font-size: 22px;
    }

    .detail-blank-bar {
        padding: 24px 0;
        border-left: none;
    }

    .detail-main-content {
        padding: 24px 24px;
    }

    .record-detail-content-box .detail-main-content h3 {
        padding-bottom: 12px;
        font-size: 20px;
        font-weight: 500;
    }

    .record-detail-content-box .detail-main-content ul li {
        padding-bottom: 12px;
        font-size: 15px;
    }

    .record-detail-content-box .detail-main-content ul {
        margin-bottom: 10px;
    }

    .bottoms-skill h3 {
        padding-bottom: 15px;
        font-size: 20px;
        font-weight: 500;
    }

    .record-detail-content-box .detail-main-content p {
        font-size: 15px;
    }

    .bottoms-skill ul li {
        font-size: 15px;
    }

    .about-us-page li.nav-item.reg-now a.nav-link {
        font-weight: 500;
        height: 32px;
        line-height: 2.1;
    }

    .left-finneytaylor-area ul {
        column-count: 2;
    }

    .left-finneytaylor-area ul li:nth-of-type(8) {
        padding-bottom: 0px;
    }

    .checkbox.check_custom.chck-set label {
        padding-left: 25px;
    }

    /*Records Mnagement-responsive-css-end*/
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 21px;
    }

    li.nav-item {
        margin: 0 0 0 15px;
    }

    .all-tables table .all-tables-btn {
        padding: 8px 17px;
        line-height: 3;
    }

    .home-custom label {
        padding-left: 24px;
    }

    .faq [data-toggle="collapse"]:after {
        top: -7px;
    }

    .about-us-page .navbar-nav a.nav-link {
        font-size: 15px;
    }

    header .main-header .navbar-brand {
        width: 180px;
    }

    .about-us-page.header .top-header ul li a {
        font-size: 14px;
        color: #000;
    }

    .about-us-page.banner {
        height: 400px;
    }

    .common {
        padding: 40px 0;
    }

    .registration .heading h2 {
        margin-bottom: 18px;
        font-size: 24px;
    }

    .registration .heading p {
        font-size: 14px;
        line-height: 22px;
    }

    .registration .registration-main-content h3 {
        font-size: 21px;
    }

    .registration .registration-main-content p {
        line-height: 22px;
        font-size: 14px;
    }

    .registration .registration-main-content p {
        padding-bottom: 20px;
        margin-bottom: 16px;
        padding-top: 6px;
    }


    .navbar-nav a.nav-link {
        color: #fff;
        font-size: 15px;
        transition: all 0.3s;
    }

    .banner {
        padding: 220px 0 60px !important;
    }

    .banner .left-banner-box h1 {
        font-size: 30px;
    }

    .btn {
        border-radius: 40px;
        font-size: 14px;
        padding: 0px 30px;
        height: 40px;
        line-height: 2.6;
    }

    button.btn.form-btn {
        height: 34px;
        line-height: 2;
        font-size: 14px;
    }

    .services .service-box {
        padding: 40px;
        height: 125px;
        width: 210px;
        margin-bottom: 30px;
    }

    .offer .offer-box h2 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .offer .heading svg {
        height: 40px;
        width: 40px;
    }

    .offer .offer-box .heading h2::after {
        width: 32px;
        height: 1px;
        margin-left: 3px;
    }

    .offer .offer-box ul li::before {
        top: 6px;
    }

    .testimonial .testi-box figure {
        height: 70px;
        width: 70px;
    }

    .testimonial .testi-box p {
        font-size: 13px;
    }

    .test--box-content {
        padding-bottom: 32px;
        padding-top: 32px;
    }

    .about-us figure {
        height: 280px;
        width: 350px;
    }

    .about-us ul li {
        font-size: 13px;
    }

    .about-us p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .form-box h3 {
        font-size: 26px;
    }

    .about-us h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .check_custom label input[type="checkbox"]+.check_box:after {
        left: 3px;
    }

    .modal-content {
        width: 80%;
        margin: auto;
        margin-top: 40%;
    }




    .about-us-page.services .service-box {
        background: #fff;
        border-radius: 6px;
        min-height: 240px;
        width: 280px;
        margin-bottom: 35px;
        transition: all 0.3s;
        padding: 30px;
        position: relative;
    }




    .contractor .contractor-main-content p {
        margin-bottom: 4px;
        padding-top: 16px;
        line-height: 29px;
        font-size: 15px;
    }

    .contractor .contractor-main-content h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }



    .faq .card-header a {
        font-size: 15px;
    }

    .faq .heading h2 {
        margin-bottom: 28px;
        font-size: 22px;
    }



    .registration .heading {
        padding-bottom: 12px;
        margin-bottom: 25px;
    }

    .registration .registration-main-content ul li {
        padding-left: 18px;
        font-size: 13px;
    }

    .looking .registration-main-content ul:nth-of-type(1) {
        column-count: 2;
    }





    .registration .registration-main-content .main-heading h3 {
        margin-bottom: 16px;
        font-size: 23px;
    }

    .registration .registration-main-content h4 {
        font-size: 16px;
    }




    .technical-resources-about-us p {
        line-height: 23px;
        font-size: 14px;
    }

    .technical-resources-about-us h3 {
        font-size: 22px;
        padding-bottom: 14px;
    }

    .technical-resources.registration .heading {
        padding-bottom: 20px;
    }

    .registration .heading h2 {
        margin-bottom: 10px;
        font-size: 23px;
    }

    .left-finneytaylor-area h3 {
        margin-bottom: 18px;
        font-size: 20px;
    }

    .left-finneytaylor-area ul li {
        padding-left: 22px;
        font-size: 13px;
    }

    .left-finneytaylor-area ul li::before {
        top: 5px;
    }

    .left-finneytaylor-area ul li:nth-of-type(6) {
        padding-bottom: 0px;
    }

    .offer .offer-box.technical-resources-offer-box h2 {
        font-size: 21px;
        margin-bottom: 14px;
    }





    .job-criteria .heading h4 {
        padding-bottom: 16px;
        font-size: 15px;
    }

    .job-criteria .check_custom label input[type="checkbox"]+.check_box {
        width: 12px;
        height: 12px;
    }

    .keyword-search-bar .heading h4 {
        padding-bottom: 15px;
        font-size: 17px;
    }

    .keyword-search-bar form input[type="text"] {
        height: 38px;
    }

    .keyword-search-bar form input[type="submit"] {
        height: 38px;
        padding: 0 40px;
        line-height: 1.8;
    }

    .keywords-check-box .check_custom label input[type="checkbox"]+.check_box {
        width: 12px;
        height: 11px;
    }

    .all-tables table tr th {
        background: #f2fcfe;
        font-size: 14px;
    }

    tbody tr td:nth-of-type(1) {
        width: 200px;
    }

    .all-tables table td,
    .table th {
        padding: 12px 8px 12px 25px;
        font-size: 13px;
    }

    .all-tables table input[type="btn"] {
        height: 34px;
        width: 100px;
    }

    .keywords table {
        margin-bottom: 30px;
    }

    ::placeholder {
        color: #000;
        opacity: 1;
        /* Firefox */
        font-weight: 500;
        font-size: 13px;
    }

    :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #000;
        font-weight: 500;
        font-size: 13px;
    }

    ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #000;
        font-weight: 500;
        font-size: 13px;
    }

    #sell::placeholder {
        color: #000;
        opacity: 1;
        /* Firefox */
        font-weight: 500;
        font-size: 13px;
    }





    .table-sm td,
    .table-sm th {
        padding: 8px 20px;
        font-size: 13px;
    }

    .detail-headbar {
        display: flex;
        padding: 5px 0;
        margin-bottom: 20px;
    }

    .detail-headbar h4 {
        font-size: 18px;
    }

    .detail-button .btn {
        height: 32px;
        line-height: 2;
    }

    .detail-blank-bar {
        padding: 22px 0;
    }

    .record-detail-content-box .detail-main-content h3 {
        padding-bottom: 10px;
        font-size: 17px;
    }

    .record-detail-content-box .detail-main-content p {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .record-detail-content-box .detail-main-content ul li {
        padding-bottom: 11px;
        font-size: 14px;
    }

    .bottoms-skill h3 {
        padding-bottom: 13px;
        font-size: 17px;
    }

    .bottoms-skill ul li {
        font-size: 14px;
    }

    .record-detail-content-box .detail-main-content ul li::before {
        top: 5px;
    }

    .job-criteria .check_custom label input[type="checkbox"]+.check_box:after {
        left: 3px;
        top: -1px;
        width: 3px;
        height: 10px;
    }

    .keywords-check-box .check_custom label input[type="checkbox"]+.check_box:after {
        width: 3px;
        height: 9px;
    }

    .keywords .pagination .page-link {
        font-size: 15px;
    }

    .job-criteria .all-check-boxes-last .checkbox.check_custom label {
        padding-left: 20px;
    }

    .faq .card {
        border-radius: 10px;
    }
}

@media screen and (max-width: 991px) {
    .right-banner-box select#cate-select {
        background-size: 25px;
        padding-right: 35px;
    }

    .faq .card {
        border-radius: 10px;
    }

    .right-banner-box select#categ-select {
        background-size: 25px;
        padding-right: 35px;
    }

    .checkbox.check_custom.chck-set label {
        padding-left: 20px;
    }

    .about-us-page.header {
        background: rgba(255, 255, 255, 0.8);
        padding: 10px;
    }

    header .main-header .navbar-brand {
        width: 150px;
        height: 50px;
    }

    .all-tables table .all-tables-btn {
        padding: 8px 12px;
        line-height: 2;
        font-size: 13px;
    }

    .all-tables table tr td:nth-of-type(4) {
        width: 140px;
    }

    .about-us-page.banner {
        height: 300px;
    }

    .common {
        padding: 40px 0;
    }

    .registration .heading h2 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .registration .heading h2::after {
        width: 42px;
        height: 2px;
    }

    .registration .heading p {
        width: 80%;
    }

    .registration .registration-main-content h3 {
        font-size: 19px;
    }

    .registration .registration-main-content p {
        font-size: 13px;
    }

    footer ul li a {
        font-size: 13px;
    }

    .about-us-page.header.sticky {
        padding: 14px 0 6px 0;
    }



    header .top-header ul {
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
    }

    .modal-content {
        width: 76%;
        margin: auto;
        margin-top: 40%;
    }

    .about-us figure {
        height: 270px;
        width: 320px;
    }

    .about-us figure::before {
        width: 240px;
        height: 230px;
    }

    .about-us ul {
        column-count: 1;
    }

    .about-us p {
        font-size: 13px;
    }

    .home-service-btn {
        margin: 0 auto;
        display: flex;
    }

    .services .service-box svg {
        width: 50px;
        height: 50px;
    }

    .offer .offer-box ul li {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .offer .offer-box h2 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .offer .heading svg {
        height: 35px;
        width: 35px;
    }

    .testimonial .heading h2 {
        font-size: 22px;
        margin-bottom: 68px;
    }

    .testimonial .testi-box figure {
        height: 60px;
        width: 60px;
        top: -40px;
    }

    .testimonial .container .col-lg-4.col-sm-6:nth-of-type(3) {
        margin: auto;
        margin-top: 80px;
    }

    footer ul {
        margin-bottom: 26px;
    }

    .common {
        padding: 35px 0;
    }

    .services .heading h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .banner .left-banner-box h1 {
        font-size: 24px;
    }

    .right-banner-box {
        justify-content: center;
        width: 360px;
    }

    .banner {
        padding: 220px 0 40px !important;
    }

    header {
        padding: 16px 0px;
    }

    .form-box h3 {
        font-size: 22px;
    }

    .form-control {
        margin-top: 17px;
        height: 36px;
        font-size: 13px;
    }

    .checkbox.check_custom label {
        font-size: 12px;
    }

    li.nav-item.reg-now a.nav-link {
        padding: 0px 30px 0px 20px;
        width: 150px;
    }

    .navbar-toggler {
        padding: 1px 5px 1px 5px;
        font-size: 18px;
        line-height: 0;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: .25rem;
    }

    div#navbarResponsive {
        background: #000;
        padding-bottom: 10px;
    }

    li.nav-item.reg-now {
        margin-top: 5px;
    }

    ul.navbar-nav.navbar-right {
        text-align: left;
    }





    .about-us-page.services .service-box {
        min-height: 210px;
        width: 210px;
        padding: 25px;
        ;
    }

    .about-us-page.services .service-box figure {
        height: 38px;
    }

    .services .service-box p {
        font-size: 13px;
    }

    .about-us-page.services .heading p {
        line-height: 25px;
        margin-bottom: 30px;
        font-size: 15px;
    }

    .services .heading h2 {
        font-size: 21px;
        margin-bottom: 18px;
    }

    .about-us-page .service-box h5 {
        font-size: 15px;
    }

    .about-us-page.services .heading p {
        line-height: 21px;
        margin-bottom: 25px;
        font-size: 13px;
    }




    .welcome-box {
        width: 690px;
        padding: 35px 40px;
    }

    .contact-us-box-heading h4 {
        font-size: 16px;
    }

    .contact-us-box-content {
        padding: 14px 12px;
    }

    .contact-us-box-content .address p {
        padding-left: 20px;
        font-size: 13px;
        font-weight: 500;
    }

    .contact-us-box-heading {
        padding: 12px 12px;
    }

    .welcome-box .heading h3 {
        padding-bottom: 2px;
        font-size: 19px;
    }






    .contractor .contractor-main-content p {
        margin-bottom: 2px;
        padding-top: 14px;
        line-height: 28px;
        font-size: 14px;
    }

    .contractor .contractor-main-content h3 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .contractor .contractor-main-content h6 {
        font-size: 15px;
    }



    .faq .card-header a {
        font-size: 13px;
    }

    .faq .card-header {
        height: auto;
        line-height: 1.4;
    }

    .faq [data-toggle="collapse"]:after {
        top: -7px;
        font-size: 14px;
        right: -10px;
        width: 33px;
        height: 33px;
        padding: 10px 0px;
    }





    .registration .registration-main-content .main-heading h3 {
        margin-bottom: 14px;
        font-size: 21px;
    }

    .registration .registration-main-content ul {
        padding-bottom: 25px;
        padding-top: 25px;
    }



    .left-finneytaylor-area ul {
        column-count: 1;
    }

    .offer-box.technical-resources-offer-box {
        padding: 26px 30px;
    }

    .offer .offer-box.technical-resources-offer-box ul li {
        font-size: 13px;
    }

    .technical-resources-about-us p {
        width: 100%;
    }

    .technical-resources-about-us h3 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .offer .offer-box.technical-resources-offer-box h2 {
        font-size: 19px;
        margin-bottom: 12px;
    }




    .about-us-technical-resources.job-criteria .col-lg-6 {
        margin-bottom: 30px;
    }

    .about-us-technical-resources.job-criteria .col-lg-4 {
        margin-bottom: 30px;
    }

    .keyword-search-bar form input[type="submit"] {
        padding: 0 30px;
    }

    tbody tr td:nth-of-type(1) {
        width: 140px;
    }

    .all-tables table tr th {
        background: #f2fcfe;
        font-size: 13px;
    }

    .all-tables table input[type="btn"] {
        height: 32px;
    }

    .all-tables table td,
    .table th {
        padding: 12px 14px 12px 14px;
        font-size: 13px;
    }

    .keywords .pagination .page-link {
        margin: 0 4px 0 4px;
        font-size: 14px;
    }





    tbody tr td:nth-of-type(1) {
        width: 130px;
    }

    .detail-headbar h4 {
        font-size: 16px;
    }

    .detail-button .btn {
        height: 32px;
        line-height: 2.5;
        font-size: 12px;
        padding: 0 20px;
    }

    .detail-headbar h4 {
        line-height: 2.6;
    }

    .record-detail-content-box .detail-main-content h3 {
        font-size: 16px;
    }

    .record-detail-content-box .detail-main-content p {
        font-size: 13px;
        padding-bottom: 17px;
    }

    .record-detail-content-box .detail-main-content ul li {
        padding-bottom: 12px;
        font-size: 13px;
    }

    .bottoms-skill h3 {
        padding-bottom: 12px;
        font-size: 16px;
    }

    .bottoms-skill ul li {
        font-size: 13px;
    }

    .contact-us.contact-us-page {
        margin-bottom: 45px;
    }

    .bottoms-skill {
        margin-bottom: 25px;
    }





    .navbar [data-toggle="collapse"].collapsed:after {
        content: "\f0c9";
        font-family: 'FontAwesome';
        transition: all 0.3s;
        position: relative;
        top: -12px;
        /*top: 30px;
    position: absolute;
    right: 12px;*/
    }

    .navbar [data-toggle="collapse"]:after {
        content: "\f00d";
        font-family: 'FontAwesome';
        /* top: 30px;
    position: absolute;*/
        transition: all 0.3s;
        /*right: 12px;*/
        position: relative;
        top: -12px;
    }

    .navbar-toggler-icon {
        display: block;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .about-us-page div#navbarResponsive {
        background: #fff;
        padding-bottom: 10px;
    }

    .about-us-page.header.sticky .navbar-toggler {
        box-shadow: 1px 1px 6px #eee;
    }

}

@media screen and (max-width: 767px) {
    .all-tables {
        overflow-x: scroll;
    }

    .all-tables table .all-tables-btn {
        padding: 6px 10px;
    }

    .all-tables table tr td:nth-of-type(4) {
        width: 120px;
    }

    .welcome-box .form-group.two-top-form select#sel1 {
        background-size: 22px;
        padding-right: 30px;
    }

    .faq [data-toggle="collapse"]:after {
        left: -10px;
    }

    .faq .card-header a {
        padding: 0 0 0 38px;
    }

    .faq .card {
        border-radius: 6px;
    }

    .faq .card-header {
        height: auto;
    }

    .common {
        padding: 30px 0;
    }

    .registration .heading h2 {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .registration .heading p {
        font-size: 13px;
        line-height: 20px;
    }

    .registration .heading p {
        width: 100%;
    }

    .registration .registration-main-content h3 {
        font-size: 17px;
    }

    footer ul li {
        margin: 0 0 0 20px;
    }

    .about-us-page.banner {
        height: 240px;
    }



    header .main-header .navbar-brand {
        width: 130px;
        height: 50px;
    }

    .about-us-page.header .top-header ul li a {
        font-size: 12px;
        color: #000;
    }

    .top-header li a img {
        width: 13px;
    }

    .about-us figure {
        height: 210px;
        width: 250px;
    }

    .about-us h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .about-us-aa-content {
        padding-left: 10px;
    }

    .right-banner-box {
        width: 300px;
    }

    .btn {
        font-size: 13px;
        padding: 0px 24px;
        height: 36px;
        line-height: 2.6;
    }

    .banner .left-banner-box h1 {
        font-size: 18px;
    }

    .banner .left-banner-box h4 {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .form-box h3 {
        font-size: 18px;
        padding: 8px;
    }

    .form-padding {
        padding: 13px 18px;
    }

    button.btn.form-btn {
        height: 30px;
        line-height: 2;
        font-size: 13px;
    }

    .form-control {
        margin-top: 15px;
        height: 32px;
        font-size: 12px;
    }

    .services .service-box {
        padding: 20px;
        height: 85px;
        width: 160px;
        margin-bottom: 30px;
        min-height: 160px;
    }

    .services .service-box svg {
        width: 45px;
        height: 45px;
    }

    .services .service-box p {
        font-size: 13px;
    }

    .offer .offer-box {
        padding: 30px 12px;
    }

    .offer .heading svg {
        height: 30px;
        width: 30px;
    }

    .offer .offer-box h2 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .testimonial .heading h2 {
        font-size: 18px;
        margin-bottom: 60px;
    }

    .testimonial .testi-box p {
        font-size: 12px;
    }

    .about-us-page.services .service-box {
        min-height: 210px;
        width: 160px;
        padding: 20px;
    }

    .services .service-box svg {
        width: 36px;
        height: 36px;
    }

    .about-us-page.services .service-box figure {
        height: 24px;
    }

    .services .service-box p {
        font-size: 13px;
    }

    .about-us-page .service-box h5 {
        font-size: 14px;
        margin-bottom: 8px;
    }


    .welcome-box {
        width: 490px;
        padding: 25px 25px;
    }

    .welcome-box .heading h3 {
        padding-bottom: 0px;
        font-size: 16px;
    }

    .col-lg-4.col-sm-6.col-md-4.mrg-top-contact {
        margin: auto;
        margin-top: 30px;
    }

    .we-welcome {
        margin-bottom: 50px;
    }

    .contractor .contractor-main-content p {
        margin-bottom: 1px;
        padding-top: 10px;
        line-height: 27px;
        font-size: 13px;
    }

    .contractor .contractor-main-content p::before {
        top: 19px;
    }

    .contractor .contractor-main-content h5 {
        font-size: 18px;
    }

    .contractor .contractor-main-content h3 {
        font-size: 17px;
    }

    .faq .heading h2 {
        margin-bottom: 22px;
        font-size: 18px;
    }

    .looking .registration-main-content ul li:nth-of-type(14) {
        padding-bottom: 0px;
    }

    .registration-agree-buttons a:first-child {
        font-size: 12px;
    }

    .registration-agree-buttons a:last-child {
        font-size: 12px;
        margin-left: 10px;
    }

    .registration .registration-main-content .main-heading h3 {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .registration .registration-main-content h4 {
        font-size: 14px;
    }

    .registration .registration-main-content .main-heading h3 {
        font-size: 16px;
    }

    .registration .registration-main-content h4 {
        font-size: 12px;
    }


    .left-finneytaylor-area ul {
        column-count: 1;
    }

    .technical-resources-about-us p {
        font-size: 13px;
    }

    .about-us-technical-resources {
        padding: 25px 0;
    }

    .left-finneytaylor-area h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .technical-resources-about-us h3 {
        font-size: 19px;
        padding-bottom: 8px;
    }



    .all-tables table tr th {
        font-size: 12px;
        padding: 9px 10px 8px 10px;
    }

    tbody tr td:nth-of-type(1) {
        width: 120px !important;
        font-size: 12px;
    }

    tbody tr td:nth-of-type(2) {
        font-size: 12px;
    }

    .all-tables table td,
    .table th {
        padding: 10px 6px 8px 10px;
        font-size: 12px;
    }

    .all-tables table input[type="btn"] {
        height: 28px;
        font-size: 11px;
        width: 82px;
    }

    .keywords .pagination .page-link {
        margin: 0 3px 0 3px;
        font-size: 13px;
    }

    .keyword-search-bar .heading h4 {
        padding-bottom: 12px;
        font-size: 16px;
    }

    .keyword-search-bar form input[type="text"] {
        height: 35px;
    }

    .keyword-search-bar form input[type="submit"] {
        padding: 0 20px;
        font-size: 14px;
        line-height: 2.5;
        height: 34px
    }

    .keywords .pagination .page-link {
        margin: 0 1px 0 1px;
        font-size: 12px;
    }

    .mrg-btm-response-job-detail {
        margin-bottom: 30px;
    }

    tbody tr td:nth-of-type(1) {
        width: 240px;
    }

    .detail-headbar h4 {
        line-height: 2;
        font-size: 14px;
    }

    .detail-button .btn {
        height: 28px;
        line-height: 2.2;
        font-size: 12px;
        padding: 0 12px;
    }

    .record-detail-content-box .detail-main-content h3 {
        font-size: 15px;
    }

    .top-header {
        position: fixed;
        bottom: 20px;
        right: 10px;
        z-index: 9999;
    }

    header .top-header ul {
        padding-bottom: 0;
    }

    header .top-header ul li {
        margin-left: 0;
    }

    header .top-header ul li a, .about-us-page.header .top-header ul li a {
        font-size: 0;
        width: 38px;
        height: 38px;
        background: #fff;
        display: flex;
        border-radius: 100%;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.21);
        align-items: center;
        justify-content: center;
        border: solid 1px #3b98b0;
        margin-top: 10px;
    }

    .top-header li a img {
        width: 17px;
    }

    header{
        background: rgba(0, 0, 0, 0.6);
    }

    .about-us-page.header{
        padding: 10px 0;

    }

    header.sticky, .about-us-page.header.sticky {
        top: 0px;
        padding: 8px 0;
    }

    .navbar-toggler{
        padding: 5px 8px;
        line-height: 1;
        width: 33px;
        height: 30px;
    }

    .navbar-toggler-icon {
        display: none;
    }

    .about-us-page.header .navbar-toggler{
        background-color: #3b98b0;
    }

    .navbar [data-toggle="collapse"]:after{
        top: -1px;
        color: #000;
    }

    .about-us-page.header .navbar [data-toggle="collapse"]:after{
        color: #fff;
    }

    .navbar [data-toggle="collapse"].collapsed:after{
        top: 0;
    }


}

@media screen and (max-width: 576px) {
    .job-criteria .all-check-boxes {
        column-count: 1;
    }

    .about-us-page.services .service-box {
        min-height: 200px;
        width: 200px;
        padding: 20px;
        margin: 0 auto;
    }

    .home-custom label {
        padding-left: 18px;
    }

    .left-banner-box {
        text-align: center;
        margin-bottom: 40px;
    }

    .banner {
        padding: 170px 0 40px !important;
    }

    .about-us figure {
        height: 250px;
        width: 340px;
        margin-bottom: 90px;
    }

    .about-us figure::before {
        width: 240px;
        height: 330px;
    }

    .right-banner-box {
        width: 340px !important;
        margin: auto;
    }

    .about-us h2 {
        font-size: 19px;
        margin-bottom: 11px;
    }

    .services .service-box {
        padding: 20px;
        width: 240px;
        margin-bottom: 30px !important;
        min-height: 140px;
        margin: 0 auto;
    }

    .mrg-btm-ofrbox {
        margin-bottom: 25px;
    }




    .testimonial .col-lg-4.col-sm-6.col-12:nth-of-type(1) {
        margin-bottom: 80px;
    }

    .welcome-box {
        width: 340px;
        padding: 20px 20px;
    }

    .contact-us.contact-us-page .contact-us-box {
        width: 80%;
        margin: auto;
    }

    .contact-us-box-heading {
        padding: 14px 25px;
    }

    .contact-us-box-content {
        padding: 14px 28px;
    }

    .contact-us.contact-us-page .col-lg-4.col-sm-6.col-md-4:nth-of-type(1) {
        margin-bottom: 30px;
    }

    .contact-us.contact-us-page {
        margin-bottom: 50px;
    }

    .technical-resources.registration .heading {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 20px;
    }


    .registration .heading {
        padding-bottom: 12px;
        margin-bottom: 22px;
    }

    .contractor .contractor-main-content h3 {
        font-size: 16px;
    }

    .contractor .contractor-main-content h4 {
        margin-bottom: 8px;
        font-size: 17px;
    }

    .contractor .contractor-main-content h5 {
        font-size: 17px;
    }

    .contractor .contractor-main-content h3 {
        font-size: 15px;
    }

    .faq .card-body {
        font-size: 12px;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .registration .registration-main-content ul li {
        padding-bottom: 12px;
        padding-left: 20px;
        font-size: 13px;
    }

    .registration .registration-main-content h3 {
        font-size: 16px;
    }

    .registration .registration-main-content h3 {
        font-size: 15px;
    }

    .getting .registration-main-content ul:nth-of-type(1) {
        padding-top: 15px;
    }

    .looking .registration-main-content ul:nth-of-type(1) {
        column-count: 1;
    }

    .registration .registration-main-content h3 {
        font-size: 13px;
    }

    .resume .registration-main-content h5 {
        padding: 15px 0px 0px 0;
        font-size: 17px;
    }

    .resume .registration-main-content ul:nth-of-type(4) {
        padding-bottom: 20px;
    }

    .technical-resources-services .mrg-btm-response {
        margin-bottom: 30px;
    }

    .technical-offer-mrg-btm {
        margin-bottom: 20px;
    }

    .keyword-search-bar .heading h4 {
        padding-bottom: 10px;
        font-size: 15px;
    }




    .detail-headbar {
        display: block;
        padding: 4px 0;
        margin-bottom: 15px;
    }

    .detail-button .btn {
        padding: 0 16px;
        margin: 0 0 0 0;
    }

    .detail-button .btn:nth-of-type(1) {
        margin-bottom: 15px;
    }

    .detail-button .btn:nth-of-type(2) {
        margin-bottom: 15px;
    }

    .detail-headbar h4 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    tbody tr td:nth-of-type(1) {
        width: 180px;
    }

    header .top-header ul {
        display: block;
        justify-content: center;
        text-align: center;
    }

    footer .container ul:nth-of-type(1) {
        display: flex;
        flex-wrap: wrap;
        line-height: 2;
        margin-left: -20px;
    }

    .faq [data-toggle="collapse"]:after {
        top: 50%;
        font-size: 12px;
        right: -10px;
        width: 25px;
        height: 25px;
        padding: 0;
        line-height: 26px;
        margin-top: -14px;
    }

    .faq .card-header a {
        padding: 0 0 0 24px;
    }

    .faq .card-body {
        padding-left: 44px;
        padding-right: 20px;
        font-size: 13px;
    }

    .keywords table {
        margin-bottom: 30px;
        width: 600px;
    }
}

@media screen and (max-width: 610px) {
    .right-banner-box {
        width: 275px;
    }
}

@media screen and (max-width: 360px) {
    .about-us figure {
        width: 300px;
    }

    .right-banner-box {
        width: 300px !important;
        margin: auto;
    }
}


/*.top-jobs figure::before {
    content: "";
    background: #effdff;
    width: 557px;
    position: absolute;
    height: 399px;
    top: -60px;
    z-index: -99999;
    left: -70px;
}*/
.top-jobs figure::before {
    content: "";
    background: #C1E7ED;
    width: 521px;
    position: absolute;
    height: 408px;
    top: -60px;
    z-index: -99999;
    left: -70px;
}
    .rec figure::before {
    content: "";
    background: #c1e7ed;
    width: 557px;
    position: absolute;
    height: 399px;
    top: -49px;
    z-index: -99999;
    left: -58px;
}
    .blog .title{
        margin-top: 15px;
    text-align: left; 
   overflow: hidden;
  text-overflow: ellipsis; 
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    height:75px
    }
    .blog .title a{
        color:#3b98b0;
        font-weight:700

    }

@media screen and (max-width: 1499px) {
   .blog .test--box-content {
        padding-bottom: 40px;
        padding-top: 20px;
    }
}

.about-us-aa-content h2  {
        font-size: 24px !important;
        margin-bottom: 20px
    }
    .about-us-aa-content h2 span{
        color:#3b98b0 !important;
    }