a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.wrapper {
    position: relative
}

.title {
    font-size: 35px;
    height: 275px;
    line-height: 275px;
    font-family: 'Arial';
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #161616;
    position: relative;
    overflow: hidden;
    background: #c9dbe1;
    background-size: 100% 100%
}

.info_container {
    width: 1072px;
    margin: 24px auto 30px;
    font-family: 'Arial';
    padding: 20px 27px 20px;
    /* -webkit-box-shadow: -1px 1px 7px 2px rgba(212, 212, 212, 1);
    -moz-box-shadow: -1px 1px 7px 2px rgba(212, 212, 212, 1);
    box-shadow: -1px 1px 7px 2px rgba(212, 212, 212, 1); */
    -webkit-border-radius: 7px;
    border-radius: 7px;
    line-height: 1.4;
}

.info_container p {
    margin-bottom: 2em;
}

.info_container strong {
    font-weight: bold;
}

.info_container a {
    color: #0050a8;
}

.linei {
    font-style: italic;
    font-weight: normal
}

.headertxt {
    line-height: 21px;
    margin: 14px 0 5px;
    color: #555;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Arial';
    font-weight: bold;
    text-transform: uppercase
}

.ulwrap li {
    font-family: 'Arial';
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 25px
}

.ulwrap3 li {
    margin-bottom: 20px
}

.mainsec {
    color: #777;
    font-size: 14px;
    font-family: 'Arial';
}

.footer {
    display: block;
    clear: both;
    width: 100%;
    font-family: helvetica;
    height: 50px;
    line-height: 50px
}

.footlinkssec {
    min-width: 300px;
    color: #777;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.footlinkssec ul li {
    display: inline-block
}

.footlinkssec ul li a {
    font-size: 14px;
    font-family: 'arial';
    color: #383838;
    border-right: 1px solid #383838;
    text-decoration: none;
    padding: 0 6px
}

.footlinkssec ul li.nobrd a {
    border: none
}

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

div.grammarly-desktop-integration {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.grammarly-desktop-integration:before {
    content: attr(data-content);
}

/* contect */

/*css reset*/

.container {
    width: 922px;
    position: relative;
    margin: 55px auto 30px;
    border-radius: 7px;
    box-shadow: 0 1px 7.76px .24px rgba(113, 113, 113, .5);
    -moz-box-shadow: 0 1px 7.76px .24px rgba(113, 113, 113, .5);
    -webkit-box-shadow: 0 1px 7.76px .24px rgba(113, 113, 113, .5);
    min-height: 740px !important
}

.logo {
    position: absolute;
    width: 127px;
    height: 127px;
    left: 50%;
    transform: translateX(-50%);
    top: -63px;
    background: url(../images/contactus-logo.png) center no-repeat;
}

.cu-toptxt {
    font-family: open_sansregular, arial, sans-serif;
    font-size: 20px;
    color: #161616;
    padding: 89px 0 39px;
    text-align: center;
}

.cu-subtxt {
    font-family: open_sansregular, arial, sans-serif;
    font-size: 20px;
    color: #161616;
    line-height: 27px;
    text-align: center
}

.formwrap {
    overflow: hidden;
    height: 470px;
    position: relative;
    margin-top: 50px;
}

.inputs {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.right {
    float: right;
}

#mainform {
    color: #000;
    font-family: 'open_sansregular', arial, sans-serif;
    font-size: 15px;
    width: 570px;
    margin: 0 auto;
}

.txtbox {
    outline: none;
    font-family: 'open_sansregular';
    font-size: 15px;
    border: 1px solid #2196f3;
    height: 51px;
    line-height: 51px;
    font-size: 18px;
    color: #383838;
    padding-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 97.4%
}

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

.message {
    font-family: 'open_sansregular';
    font-size: 18px;
    color: #383838;
    width: 96%;
    height: 209px;
    margin: 7px auto;
    border: 1px solid #2196f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 18px;
    padding: 10px;
    font-size: 15px;
    resize: none;
    outline: none;
}

.captchaCont {
    clear: both;
    margin: 0 auto;
    width: 392px;
    position: relative;
}

.sendbutton {
    outline: none;
    cursor: pointer;
    width: 155px;
    height: 49px;
    background: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -78px;
    bottom: 20px;
    font-family: 'montserratregular';
    text-transform: uppercase;
    background: #2196f3;
    background: -moz-linear-gradient(top, #2196f3 0%, #1e88e5 100%);
    background: -webkit-linear-gradient(top, #2196f3 0%, #1e88e5 100%);
    background: linear-gradient(to bottom, #2196f3 0%, #1e88e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2196f3', endColorstr='#1e88e5', GradientType=0);
}

.captchaCont img {
    float: left;
    height: 51px;
}

.captchaCont input {
    overflow: hidden;
    height: 40px;
    line-height: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    border: 1px solid #2196f3;
    width: 200px;
    font-size: 20px;
    float: right;
}

.show {
    display: none;
}

.succ_msg {
    font-size: 35px;
    line-height: 40px;
    padding-top: 150px;
    text-align: center;
    font-family: 'open_sansregular';
}

.footlinkssec {
    min-width: 300px;
    color: #777;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.footerfeed {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-top: 20px;
    clear: both;
    width: 100%;
    font-family: helvetica;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #e5e5e5;
}

.captchaText {
    position: absolute;
    top: 58px;
    right: 12px;
    font-size: 12px;
    width: 200px;
    line-height: 15px;
    font-style: italic;
    color: #f32828;
    font-family: arial;
    word-wrap: break-word;
}