/*Global css*/
html {
    font-size: 16px;
}
/* #1E73BE  */


/*Header CSS*/
body * {
    font-family: 'Work Sans', sans-serif;
}
.as-title h2,
.as-title h3,
.as-ff,
.as-ff h2,
.as-ff h3 {
    font-family: 'Playfair Display', serif;
}
h1.section-title {
    margin: 0;
    justify-content: flex-start;
    border-bottom: none;
}
h1.section-title b {
    display: none;
}
h1.section-title span {
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    line-height: 130%;
}
#masthead .as-hdr {
    /* height: 90px; */
    padding: 10px 0;
}
.as-hdr .nav .menu-item {
    margin: 0 40px;
}
.as-hdr .nav .menu-item a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 130%;
}
.as-hdr .nav .nav-dropdown {
  padding: 10px 15px;
}
.as-hdr .nav .nav-dropdown .menu-item {
  display: block;
  width: 100%;
  margin: 0 !important;
}
.as-hdr .nav .nav-dropdown .menu-item a {
  color: #000;
  margin: 0;
  font-weight: 500;
}
.as-hdr .nav .nav-dropdown .menu-item a:hover {
  color: rgb(196 15 61);
}
.as-hdr input {
    background: no-repeat;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    padding: 0;
    min-width: 240px;
    color: #fff;
    /*opacity: 0.5;*/
}
.as-hdr input::placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    opacity: 0.5;
}
.as-hdr .submit-button {
    box-shadow: none;
}
#main .as-bn h2,
#main .as-bn h3 {
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
}
.as-bn a.button {
    margin-top: 70px;
}
.as-bn a.button span {
    font-size: 14px;
    font-weight: 500;
}
a.button.btn-right i {
    width: 20px;
    height: 17px;
    font-size: 0;
    background-image: url('../img/Vector1.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.as-center {
    text-align: center;
}
.as-title h2 {
    font-weight: 500;
    font-size: 36px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 50px;
}
.no-pd .image-cover {
    padding-top: 0% !important;
}
.no-pd .image-cover img {
    position: relative !important;
}
.post-item .box-text .is-divider {
    display: none;
}
.post-item .box-text .cat-label {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.post-item .box-text .button {
    margin: 0;
    line-height: normal;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    margin-top: 28px;
    padding: 0;
    position: relative;
}
.post-item .box-text .button:hover {
    color: #C40F3D;
}
.post-item .box-text .button:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 17px;
    background-image: url('../img/Vector2.png');
    margin-left: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}
.post-item .box-text .button:hover:after {
    background-image: url('../img/Vector3.png');
}
.as-form-email form {
    max-width: 615px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
    align-items: center;
}
.as-form-email form p {
    margin: 0;
}
.as-form-email form input {
    margin: 0;
    background: no-repeat !important;
    border: none;
    width: 100%;
    padding: 0;
}
.as-form-email form .wpcf7-spinner {
    position: absolute;
}
.as-form-email form .wpcf7-email::placeholder {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    font-style: italic;
    font-weight: 300;
}
.as-form-email form .wpcf7-email {
    color: #fff !important;
    font-weight: 300;
}
.as-form-email form .submit input {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    position: relative;
    border: none;
    box-shadow: none;
}
.as-form-email form .submit input:hover {
    color: rgb(196 15 61) !important;
}
.as-form-email form .submit {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.as-form-email form .submit img {
    max-height: 16px;
    width: 20px;
    margin-left: 10px;
}
.as-form-email form .submit b {
    width: 22px;
    height: 18px;
    background-image: url('../img/Vector1.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 2px;
    margin-left: 6px;
}
.as-form-email form .submit:hover b {
    background-image: url('../img/Vector3.png');
}
.as-form-email form .submit input:after {
    /*content: '';
    position: absolute;
    width: 20px;
    height: 17px;
    background-image: url('../img/Vector1.png');
    background-repeat: no-repeat;*/
}


/*Footer CSS*/
#colophon .as-footer {
    padding: 95px 0 45px 0;
}
#colophon .as-footer p {
    color: #fff;
}
#colophon .as-footer .col-01 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 0;
}
.as-footer .wv-logo {
    margin-bottom: 30px;
}
.as-footer .col-02 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.as-footer .col-02 ul li {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 26px;
}
.as-footer .col-02 ul li:last-child {
    margin-bottom: 0;
}
.as-footer .col-02 ul li strong {
    font-weight: 700;
    display: block;
    width: 100%;
    color: #fff;
}
.as-footer .nav {
    margin-bottom: 40px;
}
.as-footer .nav li {
    padding: 0;
    margin: 0 36px;
}
.as-footer .nav li a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 0;
}
.as-footer .nav li a:hover {
    color: #000;
}
.as-footer h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 140%;
}
.as-footer .as-form-email form {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
}
.as-footer .col-02 {
    padding-left: 30px;
}
.as-footer .as-form-email {
    padding-left: 50px;
}
.as-footer .row2 {
    padding: 70px 0 0px 0;
}
.as-footer .row2 p {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
}
.as-footer .row2 .nav {
    margin-bottom: 0;
}
.as-footer .row2 .nav .menu-item a {
    padding: 0;
    font-weight: 300;
    font-size: 12px;
}
.as-footer .row2 .nav li {
    margin: 0 18px;
}
#main .ss-pd {
    padding: 75px 0;
}


/*************** MOBILE CSS  ***************/
@media only screen and (max-width: 780px) {

}
