/********reset style*************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

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

nav ul {
    x-list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1,
.h1 {
    font-size: 36px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

body {
    font-family: 'Merriweather', serif !important;
    overflow-x: hidden;
    font-size: 16px !important;
    color: #788694 !important;
    line-height: 34px !important;
}

.container {
    max-width: 1275px !important;
    width: 100% !important;
}

a {
    text-decoration: none !important;
}

input:focus,
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

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

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#menu-main-menu li a {
    margin-left: 57px;
    font-size: 16px;
    font-weight: 300;
    color: #2f2f2f;
}

#menu-main-menu .current-menu-item > a {
    color: #f39203;
}

.banner {
    margin-top: 60px;
}

.banner-image {
    text-align: end;
}

.banner-content h1 {
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 40px;
}

section#footer-wrap {
    margin-top: 105px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.form-control {
    height: 60px;
    border-radius: 0 !important;
    font-size: 13px !important;
    padding-left: 22px !important;
}

textarea#message {
    height: 167px !important;
    padding-top: 25px;
}

input#submitButton {
    background-color: #f29205;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0 !important;
    margin-top: 35px;
}

.form-control:focus {
    border-color: #ddd;
    box-shadow: none;
}

.footer-content h2 {
    font-size: 45px;
    line-height: 65px;
    font-weight: 300;
}

.footer-content {
    padding-right: 120px;
}

.site-logo {
    margin-top: 95px;
}

header.main-header {
    margin-top: 55px;
}

section.about-truth {
    background-color: #fafafa;
    margin-top: 100px;
    padding: 50px 0 80px;
}

.about-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.about-image:hover img {
    transform: scale(1.2);
}

.about-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.title {
    background-color: #fff;
    padding: 10px 42px 10px 15px;
    position: absolute;
    bottom: 25px;
    left: 15px;
    font-size: 18px;
}

.about-image a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.title:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 11px;
    top: 22px;
    right: 15px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
}

#about-banner {
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.bg-image {
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.about-contents {
    margin: 50px 0;
    background-color: #fafafa;
    padding: 50px 0;
}

.top-title li.nav-item a {
    display: block;
    text-align: center;
    background-color: #c1bfc0;
    color: #788694;
}

.top-title li.nav-item .active {
    background-color: #f59002;
    color: #fff;
}

.top-title li.nav-item {
    /* width: 33%; */
    margin-right: 3px;
    flex: 1;
}

.about-contents .container {
    background-color: #fff;
    padding: 15px 15px;
}

.top-title {
    margin-bottom: 15px !important;
}

.language {
    background-color: #f7f7f7;
    padding: 10px 0;
    justify-content: flex-end;
    margin-bottom: 15px !important;
}

.content-title {
    color: #414040;
}

.date {
    color: #f59002;
}

p.source {
    background-color: #f7f7f7;
    width: 45%;
    padding: 5px 10px;
    color: #4d4040;
}

.tab-wrap {
    border-bottom: 1px solid #ddd;
}

.js-modal-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f80505;
    font-size: 50px;
}

section.about-truth h2 span {
    color: #f6b04c;
}

section.about-truth h2 {
    margin-bottom: 30px;
    font-size: 37px;
    font-weight: 300;
}

.style-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    cursor: pointer;
    height: 0;
}

.language-lable {
    position: relative;
    display: block;
    padding: 5px 0px 5px 50px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #686868;
    text-align: left;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    text-transform: uppercase;
}

.checkmark {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 8px;
    left: 10px;
    background-color: transparent;
    border: 1px solid #d0d0d0;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.language-lable input:checked~.checkmark:after {
    display: block;
}

.language-lable .checkmark:after {
    left: 11px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.language-lable input:checked~.checkmark {
    background-color: #f59002;
    border: none;
}

.documnet a {
    background-color: #f59002;
    color: #fff;
    padding: 10px 25px;
    display: block;
    position: relative;
}

.documnet a:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    filter: blur(30px);
    transform: translateX(-100px) skewX(-15deg);
}

.documnet a:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100px) skewX(-15deg);
}

.documnet a:hover::after {
    transform: translateX(378px) skewX(-15deg);
    opacity: 1;
    transition: 0.7s;
}

.documnet a:hover::before {
    transform: translateX(300px) skewX(-15deg);
    opacity: 0.6;
    transition: 0.7s;
}

.documnet a:hover {
    background-color: #f57d02;
    color: #fff !important;
}

.documnet {
    text-align: center;
    margin-top: 20px;
}

.about-banner-image .bg-image {
    min-height: 400px;
    display: flex;
    align-items: center;
}

.about-banner-image {
    position: relative;
}

.about-banner-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(2, 2, 2, 0.6) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgb(2 2 2 / 19%) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgb(2 2 2 / 44%) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99020202', endColorstr='#000000', GradientType=1);
}

.about-banner-image .banner-content {
    width: 70%;
    margin-left: auto;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 50px;
}

.banner-content h3 {
    font-size: 45px;
}

.language .row {
    justify-content: flex-end;
    align-items: center;
}

.filter-text {
    text-align: end;
}

.js-modal-btn:hover {
    color: #f59002;
}

#pills-otherdoc .bg-image {
    min-height: 220px;
    margin-bottom: 20px;
}

.press-content,
.video-content {
    padding-left: 30px;
}

.row.content-row {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#menu-main-menu li.menu-item-has-children .sub-menu {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    width: 293px;
    z-index: 10;
    background-color: #f29201;
    padding: 10px 10px 10px 20px;
    top: 40px;
    left: 59px;
    list-style: none;
}

#menu-main-menu li.menu-item-has-children {
    position: relative;
}

#menu-main-menu li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    position: absolute;
    opacity: 1;
}

#menu-main-menu li.menu-item-has-children .sub-menu:before {
    content: '';
    position: absolute;
    border-bottom: solid 10px #f29201;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    top: -10px;
    left: 30px;
}

#menu-main-menu .sub-menu .current-menu-item a {
    color: #fff !important;
}

#menu-main-menu .sub-menu li a {
    margin-left: 0 !important;
    display: block;
}

#menu-main-menu li.menu-item-has-children a:after {
    content: '\f078';
    /* position: absolute;
    top: 0; */
    height: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    /* right: -25px; */
    margin-left: 10px;
    width: 15px;
    color: #f59002;
    font-size: 13px;
}

.anc-image {
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.anc-banner {
    margin-top: 60px;
}

.anc-content {
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.mobile-menu {
    display: none;
}

.mobile-row {
    display: none !important;
}

.name-orange span {
    color: #f6b04c;
}

.name-grey span {
    color: #788694;
}

.name-grey {
    color: #f6b04c;
}

.content-row .bg-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0000005c;
}
.default-img.bg-image:before{
    display: none;
}

.press-content .documnet {
    text-align: right;
}

.press-content .documnet a {
    display: inline-block;
}

.banner .banner-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.contact-form span.wpcf7-not-valid-tip {
    margin-top: 5px !important;
    padding: 10px 10px !important;
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
    font-size: 13px;
    line-height: initial;
}

.contact-form .wpcf7 form .wpcf7-response-output {
    margin: 0em 0em 0em !important;
}

.single.single-truthabout .footer-content,
.single.single-truthabout .contact-form {
    display: none;
}

.single.single-truthabout .site-logo {
    margin-top: 0;
    margin-bottom: 20px;
}

.anc-videos-section,
.anc-documents-section {
    margin: 60px 0px;
    background-color: #fafafa;
    padding: 50px 0;
}

.anc-videos-section .row.content-row:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

body.home footer.main-footer,
body.page-template-page-contact footer.main-footer {
    margin-top: -115px;
}

footer.main-footer .site-logo {
    margin-top: 0px;
}

footer.main-footer {
    margin-bottom: 40px;
}

/*.anc-documents-section .bg-image {
    min-height: 365px;
    height: 100%;
}*/

.anc-documents-section .bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.anc-documents-section a {
    overflow: hidden;
}

.anc-videos-section .video-content {
    padding-left: 15px;
}
.other-doc .bg-image {
    width: 40% !important;
    height: 300px !important;
    margin-right: 25px;
}
.other-doc-detail {
    width: 55%;
}
.other-doc {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.anc-videos-section .container {
    background-color: #fff;
    padding: 15px;
}
.anc-documents-section .container {
    background-color: #fff;
    padding: 15px;
}
.logo-wrapper img {
    width: 100%;
}
.logo-wrapper {
    max-width: 260px;
}
#more-contents {
    padding: 50px 0 0;
}
.more-content ul li a {
    color: #f59002 !important;
}

.anc-videotitle{
    background-color: #f7f7f7 !important;
    padding: 15px !important;
    margin-bottom: 40px !important;
    justify-content: space-between;
}

.anc-videotitle li{
    width: 49% !important;
    margin-right: 0 !important
}
img.CToWUd.a6T {
    width: 30%;
}
.document-content .content-title {
    min-height: 190px;
}



/* ######################################################################### Responsive styles ############################################################################ */


@media only screen and (max-width: 767px) {
    .title {
        width: 90% !important; 
    }
}

@media only screen and (max-width: 1024px) {
    .main-footer {
        margin: 25px 0px !important;
    }

    .footer-content {
        padding-right: 0;
    }

    .banner-image img {
        width: 100%;
    }

    section.banner .row {
        flex-direction: column-reverse;
    }

    .banner-content {
        margin-top: 50px;
    }

    section.about-truth {
        margin-top: 50px;
        padding: 50px 0 50px;
    }

    .about-image {
        margin-bottom: 20px;
    }

    .title {
        width: 96%;
        margin: 0 auto 28px;
    }

    .main-header {
        margin-top: 20px !important;
    }

    .mobile-menu {
        display: block;
    }

    .header-wrapper {
        align-items: center;
    }

    .mobile-menu a {
        background-color: #f29205;
        color: #fff;
        padding: 6px 15px;
        font-size: 30px;
    }

    .mobile-menu a:hover {
        color: #fff;
    }

    .about-banner-image .banner-content {
        width: 100%;
        padding: 20px;
        margin-top: 0;
    }

    .top-title li.nav-item {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 10px;
    }


    .filter-text {
        text-align: left;
    }

    .language-lable {
        margin-top: 10px;
    }

    .press-content,
    .video-content {
        padding-left: 0px;
        margin-top: 20px;
    }

    .source {
        width: 100%;
    }

    .banner,
    section.anc-banner,
    #about-banner {
        margin-top: 30px;
    }

    .mobile-row {
        display: block !important;
    }

    .desktop-row {
        display: none !important;
    }

    .site-logo {
        margin-top: 0;
        margin-bottom: 20px;
    }

    section#footer-wrap {
        margin-top: 35px;
    }

    p.source {
        width: 100%;
    }

    .anc-videos-section .video-content {
        padding-left: 0px;
    }

    .other-doc {
        flex-direction: column;
    }

    .other-doc .bg-image {
        width: 100% !important;
    }
    .other-doc-detail {
        width: 100%;
    }

    .menu-item-has-children:before {
        border-bottom: 1px solid #dbdbdb;
        content: '';
        position: absolute;
        width: 100%;
        top: 0;
        left: 20px;
        height: 100%;
    }
    #menu-main-menu li.menu-item-has-children a:after {
        content: unset;
    }
    .mm-panels #menu-main-menu li.menu-item-has-children a.mm-btn_next:after {
        content: '' !important;
    }
    #menu-main-menu li a {
        margin-left: 0;
    }
    .logo-wrapper img {
        width: 90%;
    }
    .anc-documents-section .bg-image {
        min-height: 500px;
        margin-bottom: 20px;
    }
    .banner-content h3{
        font-size: 36px;
    }
    .documnet a{
        width: 100%;
        text-align: center;
    }
    .document-content .content-title{
        min-height: auto;
    }
    .grecaptcha-badge{
        z-index: 1111;
    }

}

@media screen and (min-device-width: 768px) and (max-device-width: 1200px)  {
   /* .mobile-menu {
        display: none;
    }*/

    section.banner .row {
        flex-direction: row;
    }

    .desktop-row {
        display: flex !important;
    }

    .mobile-row {
        display: none !important;
    }

    #menu-main-menu li.menu-item-has-children:after {
        content: unset;
    }
    .press-content, .video-content {
        padding-left: 30px;
    }
    .top-title li.nav-item {
        width: 33%;
        margin-right: 2px !important;
    }
    
    
}

@media screen and (max-device-width: 1366px){
    #menu-main-menu li.menu-item-has-children .sub-menu {
        width: 215px;
    }
}

@media only screen and (max-width: 767px) {
    footer.main-footer .site-logo {
        text-align: center;
    }

    #menu-main-menu li.menu-item-has-children:after {
        content: unset;
    }
    .top-title{
        flex-direction: column;
    }
    
}