* {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.clear {
    clear: both;
}

a {
    transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
}

body {
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.2px;
}

.wrapper {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.main {
    width: 100%;
    float: left;
}

.row {
    width: 100%;
    float: left;
}

.p_t {
    padding-top: 50px;
}

.p_b {
    padding-bottom: 50px;
}

p {
    font-family: 'Roboto Condensed', sans-serif;
}

p a {
    color: #002365;
}

.center {
    text-align: center;
}

.banner {
    /* background: #002365; */
    position: relative;
}

.banner>img {
    /* opacity: 0.4; */
	width:100%;
}

.banner_logo {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner_line {
    padding: 10px 0;
}

.banner_line .index_logo img {
    max-width: 70px;
    width: 100%;
}

.banner_line .links {
    margin-top: 4px;
    float: left;
}

.banner_line .links li {
    display: inline-block;
    float: left;
    position: relative;
    padding-left: 26px;
    margin-right: 25px;
}

.banner_line .links li:nth-child(2) {
    padding-left: 20px;
}

.banner_line .links li:last-child {
    margin-right: 0;
}

.banner_line .links li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    color: #fff;
}

.banner_line .links li a {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
}

.banner_line p {
    float: left;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 10px;
}

.banner_line p a {
    color: #ffffff;
}

.banner_line p a:hover {
    text-decoration: underline;
}

.banner_line .index_logo {
    float: right;
}

.blue_bg {
    background: #002365;
}

.header {
    padding: 10px 0;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	height: 140px;
	background:#e1e1e1;
}
.header, .header .logo img, .we_transfer {
	-webkit-transition: height .4s ease,opacity .3s ease;
	-o-transition: height .4s ease,opacity .3s ease;
	transition: height .4s ease,opacity .3s ease;
}
.sticky {
	background: #e1e1e1;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	position: fixed;
	z-index: 9999;
	top:0;
	height:100px;
}
.logo img {
	height:97px;
}
.sticky .logo img {
	height:70px;
	-webkit-transition: height .4s ease,opacity .3s ease;
	-o-transition: height .4s ease,opacity .3s ease;
	transition: height .4s ease,opacity .3s ease;
}
.logo {
    float: left;
}

.nav {
    float: right;
    margin-top: 28px;
}

.nav li {
    display: inline-block;
}

.nav li a {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    color: #141414;
    padding: 6px 20px;
    border-radius: 2px;
    border: solid 2px transparent;
}

.nav li a:hover,
.nav li a.active {
    border: solid 2px #9f9f9f;
}

.row1 h1 {
    font-size: 37px;
    line-height: 42px;
    font-weight: bold;
    color: #002365;
    margin-bottom: 25px;
}

.row1 p {
    max-width: 96%;
    margin: auto;
    font-size: 17px;
    line-height: 31px;
    font-weight: normal;
    color: #313131;
}

.service_row {
    position: relative;
    background: #002365;
    margin: 3px 0;
    overflow: hidden;
}

.service_row img {
    width: 100%;
    opacity: 0.35;
    height:100%;
}

.service_row .head {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
    /* background: rgba(0, 0, 0, 0.45); */
}

.service_row .head::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-top: 326px solid rgba(0, 0, 0, 0.6);
    border-right: 120px solid transparent;
    width: 90%;
    z-index: -1;
}

.service_row .head .wrapper {
    max-width: 600px;
    width: 96%;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service_row .head h3 {
    font-size: 27px;
    line-height: 37px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

.row2 h2 {
    margin-bottom: 50px;
}

h2 {
    font-size: 37px;
    line-height: 42px;
    font-weight: bold;
    color: #002365;
    margin-bottom: 10px;
}

.blue_bg h2 {
    color: #fff;
}

.row2_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 17px;
}

.row2_grid .col {
    width: 100%;
}

.row2_grid .img {
    display: inline-flex;
    width: 100px;
    height: 100px;
    border: solid 2px #002365;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.row2_grid .col h4 {
    max-width: 170px;
    width: 100%;
    margin: 20px auto 0 auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    color: #002365;
}

.row3 {
    background: url('../images/row3_bg.jpg') left top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.row3::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #002365;
    z-index: -1;
    opacity: 0.9;
}

.row3 p {
    font-family: 'Open Sans', sans-serif;
    max-width: 900px;
    width: 100%;
    margin: auto;
    font-size: 19px;
    line-height: 31px;
    font-weight: normal;
    color: #fff;
}

.row4_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 17px;
    margin-top: 30px;
}

.row4_grid .col {
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #ececec;
}

.row3 form{
    max-width: 625px;
    width: 100%;
    margin: 45px auto 0 auto;
    text-align: left;
}
.popupmodal-content-inn-row form {
    width: 100%;
    margin: 45px auto;
    text-align: left;
}
.row3 form .form_left,.popupmodal-content-inn-row form .form_left{
    width: 49%;
    float: left;
}

.row3 form .form_right,.popupmodal-content-inn-row form .form_right{
    width: 49%;
    float: right;
}

.row3 form label,.popupmodal-content-inn-row form label{
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 2px;
}

.row3 form .form_div,.popupmodal-content-inn-row form .form_div {
    width: 100%;
    float: left;
    margin-bottom: 6px;
}

.row3 form input,
.row3 form textarea,.popupmodal-content-inn-row form input,.popupmodal-content-inn-row form textarea {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    padding: 10px;
    border-radius: 3px;
}

.row3 form textarea,.popupmodal-content-inn-row form textarea {
    height: 110px;
}

.row3 form input[type="submit"],.popupmodal-content-inn-row form input[type="button"] {
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #002365;
    cursor: pointer;
    margin-top: 30px;
    padding: 11px;
    transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
}

.row3 form input[type="submit"]:hover,popupmodal-content-inn-row  form input[type="button"]:hover{
    background: #000;
    color: #fff;
}

.row3 form input::-webkit-input-placeholder,
.row3 form textarea::-webkit-input-placeholder {
    color: #a2a2a2;
}

.row3 form input::-moz-placeholder,
.row3 form textarea::-moz-placeholder {
    color: #a2a2a2;
}

.row3 form input:-ms-input-placeholder,
.row3 form textarea:-ms-input-placeholder {
    color: #a2a2a2;
}

.row3 form input:-moz-placeholder,
.row3 form textarea:-moz-placeholder {
    color: #a2a2a2;
}

.row4 {
    border-bottom: solid 1px #e7e7e7;
}

.row4 .row2_grid {
    margin-top: 30px;
}

.row5 p {
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    color: #002365;
    margin-bottom: 30px;
}

.row5 p a {
    color: #002365;
}

.footer {
    padding: 50px 0;
    border-bottom: solid 1px #0c2a64;
}

.foot_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.foot_grid .col {
    width: 100%;
}

.foot_grid h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.foot_grid ul {
    width: 100%;
    float: left;
}

.foot_grid ul li {
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
    margin: 4px 0;
}

.foot_grid ul li a {
    color: #fff;
}

.foot_grid ul li a:hover {
    text-decoration: underline;
}

.footer p {
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
}

.footer p a {
    color: #fff;
    text-decoration: underline;
}

.footer2 {
    padding: 30px 0;
}

.footer2 .left {
    float: left;
}

.footer2 .right {
    float: right;
}

.footer2 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
}

.footer2 p a {
    color: #fff;
    text-decoration: underline;
}

.footer2 p a:hover {
    text-decoration: none;
}


/* inner-css */

.inner_row1 h1 {
    font-size: 42px;
    line-height: 48px;
    font-weight: normal;
    color: #002365;
    margin-bottom: 15px;
}

.inner_row1 h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: normal;
    color: #002365;
    margin-bottom: 15px;
}

.inner_row1 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    color: #747474;
}

.dot_list {
    width: 100%;
    float: left;
    padding-left: 20px;
    margin: 20px 0;
}

.dot_list li {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    color: #747474;
    list-style: disc;
    margin: 2px 0;
}

.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    margin-top: 40px;
}

.gallery li {
    width: 100%;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
}

.gallery li:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.gallery li a img {
    width: 100%;
}


/* contact-form */

.contact_row1 {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.contact_row1 form {
    max-width: 600px;
    width: 100%;
    float: right;
}

.contact_row1 form h3 {
    font-size: 24px;
    font-weight: 600;
    color: #042a86;
    margin-bottom: 10px;
}

.contact_row1 p {
    line-height: 26px;
}

.contact_row1 form .form_div {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.contact_row1 form input,
.contact_row1 form textArea {
    width: 100%;
    float: left;
    border: solid 1px #dedede;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    border-radius: 2px;
    color: #292929;
}

.contact_row1 form input:focus,
.contact_row1 form textArea:focus {
    border: solid 1px #de688c;
}

.contact_row1 form textArea {
    height: 70px;
}

.contact_row1 form input[type="submit"] {
    border: none !important;
    width: 150px;
    background: #002365;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.contact_row1 form input[type="submit"]:hover {
    background: #000;
}

.contact_row1 form label {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #424242;
    margin-bottom: 2px;
}

.map {
    width: 100%;
    float: left;
    border: solid 2px #c8c8c8;
    padding: 3px;
    margin-top: 15px;
}

.map iframe {
    width: 100%;
    height: 300px;
    vertical-align: middle;
}

.col2 form {
    width: 100%;
    float: left;
    background: #0071bc;
    padding: 20px;
    border-radius: 6px;
    position: relative;
}

.col2 form h3 {
    font-size: 23px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
}

.form_div {
    width: 100%;
    float: left;
    position: relative;
}

.map2 {
    display: none;
}


/*captcha*/

.captchadiv #success,
#fail {
    display: none;
}

.captchadiv #message,
.captchadiv #success,
.captchadiv #fail {
    margin-top: 10px;
    margin-bottom: 10px;
}

.captchadiv #fail {
    color: red;
}

.captchadiv #success {
    color: #044b0f;
}

.captchadiv .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fcaptchadiv p {
    display: inline;
    margin-right: 5px;
    float: left;
}

.captchadiv input,
.captchadiv button {
    font-family: 'Open Sans';
    font-weight: lighter;
    font-size: 12px;
}

.captchadiv input {
    width: 200px !important;
    height: 35px;
    text-align: center;
    float: none !important;
}

.error {
    width: 100%;
    float: left;
    background: #ff0000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    padding: 6px 0;
}

.success {
    width: 100%;
    float: left;
    background: #093;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    padding: 6px 0;
}
/*respo-menu*/

.respo_menu {
    display: none;
    padding: 10px 0;
    margin-top: 15px;
    text-align: left;
    color: #fff;
}

.respo_menu span {
    display: inline-block;
    width: 18px;
    height: 3px;
    background: #fff;
    position: relative;
    margin: 4px 6px 4px 10px;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.respo_menu span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    height: 3px;
    background: #fff;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.respo_menu span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 3px;
    background: #fff;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.respo_menu.active span:before {
    transform: rotate(45deg);
    transform-origin: center center;
    top: 0;
}

.respo_menu.active span:after {
    transform: rotate(-45deg);
    transform-origin: center center;
    bottom: 0;
}

.respo_menu.active span {
    background: transparent;
}
.mobile-btn {
	display:none;
	padding:20px 0;
	text-align:center;
	margin-top: 38px;
}
.mobile-btn-box {
	width:100%;
	float:left;
	text-align:center;
}
.mobile-btn-box a {
	display:inline-block;
	padding:8px 20px;
	border-radius:5px;
	color:#fff;
	font-size:16px;
	margin-right:5px;
	background:#002365;
}
.popupmodal{z-index:9999;display:block;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.6); }
.popupmodal .close {
      position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-width: medium;
    border-color: #3d3938db;
    border-style: solid;
    right: -4px;
    top: -3px;
    color: #f2f2f2;
    line-height: 15px;
    background: #3d3938f7;
    text-align: center;
    font-size: 18px;
}
.popupmodal-content {
    width: 100%;
    float: left;
}
.popupmodal-content-inn {
    width: 35%;
    margin: 0 auto;
    position: relative;
}
.popupmodal-content-inn-row {
    width: 100%;
    float: left;
    background: #0b306d;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
	
}
.popupmodal-content-inn-row h2 {
	color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    margin: 24px 0 30px 0 !important;
    padding: 0 30px;
    position: relative;
    font-weight: 500;

}
.popupmodal-content-inn-row h2:after {
	width: 100px;
    left: 39%;
    bottom: -15px;
    position: absolute;
    height: 3px;
    content: "";
}
.popupmodal-content-inn-row p {
    width: 100%;
    float: left;
    font-size: 26px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom:30px;
}
.popupmodal-content-inn-row h2:after {
    width: 100px;
    left: 39%;
    bottom: -15px;
    position: absolute;
    height: 3px;
    background: #fff;
    content: "";
}
.btn-2:hover {
    border: 2px solid #002365;
}
.btn-2 {
    background: #fff !important;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    color: #002365;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 4px;
    border: 2px solid #fff;
}
@media(max-width: 980px) {
    .row1_grid {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .row1_grid h1 br {
        display: none;
    }
    .row1_grid h1 {
        font-size: 34px;
        line-height: 38px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .row1_grid p {
        font-size: 15px;
        line-height: 26px;
    }
    .row1_grid {
        text-align: center;
    }
    .row1_grid .img_box {
        width: auto;
        display: inline-block;
        float: none;
    }
    .row5_grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .row5_grid .col img {
        float: none;
    }
    .row5_grid ul li {
        display: inline-block;
        margin: 10px;
        text-align: left;
    }
}

@media(max-width: 840px) {
    .header {
        text-align: center;
        position: relative;
    }
    .logo {
        float: none;
    }
    .nav {
        width: 100%;
    }
    .row2_grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 20px;
    }
    .row3 form {
        margin: 25px auto 0 auto
    }
    .row3 h2 {
        font-size: 32px;
        line-height: 36px;
        font-weight: 600;
    }
    .row3 form .form_left,
    .row3 form .form_right {
        width: 100%;
    }
    .service_row {
        height: 250px;
    }
    
    .contact_row1 {
        grid-template-columns: 1fr;
    }
    .map {
        display: none;
    }
    .map2 {
        display: block;
    }
    .contact_row1 {
        text-align: center;
    }
    .contact_row1 form {
        float: none;
        margin: auto;
        text-align: left;
    }
	.sticky {
		position:relative;
	}
	 .respo_menu {
        display: block;
        background:#002365;
        text-align: center;
    }
    .nav {
        position: absolute;
        left: 2%;
        top: 165px;
        width: 96%;
        background: #2a2a2a;
        z-index: 99;
        display: none;
        margin: 0;
    }
    .nav li {
        width: 100%;
    }
    .nav li a {
        width: 100%;
        margin: 0;
        color: #fff;
        font-size: 15px;
        font-weight: normal;
        padding: 6px 10px;
        border-top: solid 1px #212121;
        border-bottom: solid 1px #363636;
    }
	.foot_grid {
		  grid-template-columns: 1fr 1fr;
	}
}
@media(max-width: 740px) {
	.banner_line {
		display:none;
	}
	.mobile-btn  {
		display:block;
	}
	.gallery {
		grid-template-columns: 1fr 1fr;
	}
	.popupmodal-content-inn {
	    width:80%;
	}
	.popupmodal {
	    padding-top:30px;
	}
}
@media(max-width: 600px) {
    .header {
        padding: 20px 0 5px;
    }
   
    .row2 h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    .row2 p br {
        display: none;
    }
    .row4 h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 0;
    }
    .service_row {
        height: 200px;
    }
    .service_row .head {
        width: 100%;
        text-align: center;
    }
    .service_row .head::before {
        display: none;
    }
    .service_row::before {
        background: rgba(0, 0, 0, 0.5);
    }
    .scaffolding_grid {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .scaffolding_grid .col {
        max-width: 350px;
        margin: auto;
    }
    .gallery li {
        width: 50%;
    }
	.footer2 .left, .footer2 .right {
		width:100%;
		text-align:center;
	}
		.popupmodal-content-inn {
	    width:100%;
	}
}

@media(max-width: 480px) {
    .row2_grid {
        grid-template-columns: 1fr;
    }
    .row2_grid .col {
        max-width: 290px;
        margin: auto;
    }
    .gallery {
        text-align: center;
    }
    .gallery li {
        width: 100%;
    }
	.foot_grid {
		  grid-template-columns: 1fr;
	}
	.gallery {
		grid-template-columns: 1fr;
	}
	
}