.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.section-title h2::before {
    content: "";
    position: unset;
    display: unset;
    width: unset;
    height: unset;
    background: unset;
    bottom: unset;
    left: unset;
}
.section-title h2::after {
    content: "";
    position: unset;
    display: unset;
    width: unset;
    height: unset;
    background: unset;
    bottom: unset;
    left: unset;
}
header {
    height: 100px;
    display: flex;
}
#header {
    background: #0559AA;
}
header .logo img {
    max-height: 70px !important;
}
header .header-tel img {
    height: 70px;
}
header button {
border: unset;
    background: unset;
}
header button img {
    height: 70px;
    width: 100%;
border: unset;
    background: unset;
}
#header.header-scrolled,
#header.header-inner-pages {
    background: #0559AA;
    border-bottom: 4px solid #ffe300;
}
.fixed-top {
    position: initial;
}
#hero {
    background: #ffffff;
}
#hero {
    width: 100%;
    background-image: url("../img/firstview-bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    max-height: 800px;
}
#hero .container {
    padding-top: 0px;
}
.relative {
  position:relative;
}
.leftImgWrap {
    top: 90px;
    position: absolute;
    height: auto;
    width: 70%;
    z-index: 1;
}
.rightImgWrap {
    position: absolute;
    top: 130px;
    right: 0;
    height: auto;
    width: 50%;
}
.about {
    background: #0559AA;
    height: 100%;
    color: #fff;
}
.about .section-title h2 {
    color: #fff;
}
.arrow {
    width: 100%;
    text-align: center;
    margin: -70px 0 0;
}
.serviceWrap {
    min-height: 400px;
    padding: 0 6%;
}
.serviceWrap .content h3 {
    font-size: 2.5rem;
}
.serviceWrap .content p {
    font-size: 1.2rem;
    line-height: 3rem;
    margin: 0 35px 0 48px;
}
.secService {
    background-color: #fff;
    position: relative
}
.section-bg-blue {
    background: #0559AA;
}
.secStrength .section-title h2 {
    color: #fff;
}
.services .icon-box {
    box-shadow: unset;
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    background: unset;
}
.services .icon-box p {
    font-size: 1.2rem;
    line-height: 3rem;
    color: #fff;
}
.services .strength-box {
    padding: 30px 20px;
    transition: all ease-in-out 0.4s;
}
.services .strength-box img {
    width:100%;
}
.services .strength-box p {
    font-size: 1.2rem;
    line-height: 3rem;
    color: #fff;
}
.caseArea {
    justify-content: center
}
.caseArea img {
    margin: 0 0 60px !important;
    width: 100%;
}
#footer {
    font-size: 14px;
    background: #0559AA;
}
#footer .copyright {
    text-align: center;
    float: unset;
}
.back-to-top {
    background: #ffe300;
    border: 2px solid #000;
}
.back-to-top i {
    font-size: 24px;
    color: #000;
    line-height: 0;
}
.contact .php-email-form button[type=submit] {
    background: unset;
    width: 343px;
    transition: 0.4s;
    padding: 0;
    max-width: 100%;
}
.contact .php-email-form button[type=submit]:hover {
    background: #0559AA;
    color: #fff;
}
.contact .php-email-form input.form-check-input {
    height: 32px;
    width: 32px;
    border: 1px solid #000;
    border-radius: unset;
    box-shadow: none;
    margin: 25px 25px 0 0;
}
.contact .php-email-form input {
    font-size: 1.875rem;
    height: 92px;
    border-radius: 16px;
    border: 2px solid #f5f5f5;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.contact .php-email-form label {
    font-size: 1.875rem;
    padding-top: 18px;
}
.contact .php-email-form textarea {
    font-size: 1.875rem;
    height: 300px;
    border-radius: 16px;
    border: 2px solid #f5f5f5;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.icon-required {
    color: red;
    font-size: 1.5rem;
}
.contact .php-email-form textarea {
    font-size: 1.875rem;
    height: 300px;
    border-radius: 16px;
    border: 2px solid #f5f5f5;
    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
}
h6 {
    color: #0055AC;
}
.privacyBox {
    font-size: 1.0rem;
    height: 200px;
    border-radius: 16px;
    border: 2px solid #f5f5f5;
    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
    padding: 10px 0;
}
.privacyBox-inner {
    height: 170px;
    overflow-y: scroll;
}
.privacyBox-txt {
    padding: 20px 30px 0;
}
.requireTxt {
    color: #000;
}
.bg-above img {
    position: absolute;
    top: 0;
}
.bg-bottom img {
    position: absolute;
    bottom: 0;
}


@media (min-width: 1400px) {
.container {
    max-width: 1200px;
}
}

.why-us .content {
  padding: 0;

}


@media (max-width: 991px) {
 .pc {
    display: none;
}
}

@media(min-width:600px) {
 .md {
    display: none;
}

}


.contact .php-email-form .error-message {
    background: #0659aa;
}
