/* CSS Reset */
* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('/fonts/AvenirLTStd-Roman.eot');
    src: url('/fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('/fonts/AvenirLTStd-Roman.woff') format('woff'),
        url('/fonts/AvenirLTStd-Roman.ttf') format('truetype'),
        url('/fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('/fonts/AvenirLTStd-Light.eot');
    src: url('/fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AvenirLTStd-Light.woff2') format('woff2'),
        url('/fonts/AvenirLTStd-Light.woff') format('woff'),
        url('/fonts/AvenirLTStd-Light.ttf') format('truetype'),
        url('/fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('/fonts/AvenirLTStd-Book.eot');
    src: url('/fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('/fonts/AvenirLTStd-Book.woff') format('woff'),
        url('/fonts/AvenirLTStd-Book.ttf') format('truetype'),
        url('/fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('/fonts/AvenirLTStd-Black.eot');
    src: url('/fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('/fonts/AvenirLTStd-Black.woff') format('woff'),
        url('/fonts/AvenirLTStd-Black.ttf') format('truetype'),
        url('/fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Avenir LT Std';
    /* font-family: Arial, Sans-serif; */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

/* .slider-wrap .logo {
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -1px 4px 8px 7px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 4px 8px 7px rgba(0, 0, 0, 0.25);
} */

#header {
    width: 100%;
    background: black;
}

.body-container {
    width: 100%;
}

.navigation {
    width: 100%;
    background: black;
}

.logo a {
    display: inline-block;
}

.slider-wrap {
    max-width: 1262px;
    margin: 0 auto;
    padding: 0px 0px;
}

.evident-communication .slider-wrap {
    max-width: 850px;
}

.evident-advisory .slider-wrap {
    max-width: 850px;
}

.navigation {
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
}

.navigation-wrap {
    background: black;
}

ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#nav li {
    color: #fff;
    background: black;
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}

li a {
    color: #fff;
}

li:hover {
    /* background: black; */
    cursor: pointer;
}

.navigation-wrap {
    padding: 0 1000em 53px 1000em;
    margin: 0 -1000em;
    background: black;
}

.slider-wrap .logo {
    float: left;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#slideshow {
    float: left;
}

#nav {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

#nav li {
    display: block;
    position: relative;
    float: left;
    margin-right: 50px;
    /* menu background color */
}

#nav li:last-child {
    margin-right: 0;
}

#nav li a:hover {
    color: grey;
}

#nav li a {
    display: block;
    padding: 0;
    text-decoration: none;
    font-size: 12px;
    font-style: italic;
    line-height: 35px;
    color: #ffffff;

}

#nav li ul li {
    width: 200px;
}

#nav li li a {
    font-size: 80%;
}

#nav ul {
    position: absolute;
    padding: 0;
    left: 0;
    display: none;
    /* hides sublists */
}

#nav li:hover ul ul {
    display: none;
}

/* hides sub-sublists */

#nav li:hover ul {
    display: block;
}

/* shows sublist on hover */

#nav li li:hover ul {
    display: block;
    margin-left: 200px;
    margin-top: -35px;
}

.container-wrap {
    max-width: 930px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 16px;
}

.container-wrap .left-content {
    max-width: 202px;
    float: left;
    width: 100%;
    /* border: 2px solid #C5C2C3; */
    border-radius: 40px;
    padding: 13px 28px 13px 30px;
    margin-top: 10px;
    min-height: 494px;
    -moz-box-shadow: 0 0 4px 4px #dcdcdc;
    -webkit-box-shadow: 0 0 4px 4px #dcdcdc;
    box-shadow: 0 0 4px 4px #dcdcdc;

}

.three-col .col {
    background: #d2d3d5;
}

.three-col .col .title {
    color: #fff;
    padding: 5px 0px;

}

.three-col .col-1 .title {
    background: url(/images/evidentgroup-card1.png);
    height: 54px;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: contain;
    background-position: 0px 0px;
    width: 97%;
    margin-left: 4px;
    margin-top: 5px;
}

.three-col .col-2 .title {
    background: url(/images/evidentgroup-card2.png);
    height: 54px;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: contain;
    background-position: 0px 0px;
    width: 97%;
    margin-left: 4px;
    margin-top: 5px;
}

.three-col .col-3 .title {
    background: url(/images/evidentgroup-card3.png);
    height: 54px;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: contain;
    background-position: 0px 0px;
    width: 97%;
    margin-left: 4px;
    margin-top: 5px;
}

.container-wrap .left-content .heading {
    font-size: 20px;
    /*font-style: italic;*/
	font-weight: bold;
}

.container-wrap .left-content .heading p {
    margin-bottom: 20px;
    font-size: 22px;
}

.container-wrap .left-content .heading p:last-child {
    margin-bottom: 15px;
}

.align-center {
    text-align: center;
}

.container-wrap .right-content {
    max-width: 564px;
    text-align: left;
    float: left;
    width: 100%;
    margin-left: 60px;
}

.container-wrap .right-content .title {
    font-size: 18px;
    font-style: italic;
}

.container-wrap .right-content .heading {
    /* margin-bottom: 37px; */
    margin-bottom: 15px;
}

.container-wrap .right-content .description p {
    font-size: 14px;
    color: #6C6B6C;
    text-align: justify;
}

.three-col .col .link-to {
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    bottom: 118px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.three-col .col .content p {
    color: #313030;
    font-size: 14px;
}

.evident-group .container-wrap .right-content .heading p {
    font-size: 26px;
    /*font-style: italic;*/
	font-weight: bold;
    margin-top: 10px;
    /*font-weight: 400;*/
}



.three-col {
    margin-top: 32px;
}

.three-col .col {
    max-width: 31.2%;
    float: left;
    width: 100%;
    margin-right: 15px;
    min-height: 373px;
    border-radius: 25px;
    position: relative;
}

.three-col .col .content {
    padding: 10px 18px;
}

p {
    color: #474747;
    font-size: 12px;
}

.three-col .col:last-child {
    margin-right: 0px;
}

.three-col .col .logo {
    position: absolute;
    bottom: 14px;
    width: 100%;
}

.three-col .col .logo img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    width: 94%;
    margin-left: 5px;
    /* border-bottom-right-radius: 10px; */
}

.small {
    font-size: 12px;
}

.grey {
    color: grey;
}

.dark-grey {
    color: #474747;
}

.container-wrap .right-content .content .title {
    font-size: 20px;
    font-style: italic;
}

.container-wrap .left-content .content p {
    font-size: 14px;
    line-height: 20px;
    color: #6C6B6C;
    text-align: justify;

}

.container-wrap .left-content .content ul {
    margin-top: 20px;
}

.container-wrap .left-content .content ul li {
    font-size: 14px;
    line-height: 20px;
    color: #6C6B6C;
    margin-bottom: 10px;

}

/* Basic Responsive Image */
/* img {
    width: 100%;
    height: auto;
} */

/* .footer-wrap { */
/* background: url(/images/infobtn/info_btn_r7_c1_s1_shtr.jpg) no-repeat;
    height: 100%;
    background-size: contain; */
/* } */

.contact-info {
    text-align: center;
    width: 921px;
    margin: 0 auto;
    color: #fff;
    padding-top: 60px;
}

.contact-info .description p {
    color: #ffffff;
    text-align: left;
    font-size: 13px;
    max-width: 830px;
}

.contact-link {
    text-align: left;
    margin-top: 10px;
}

.slider-wrap .logo {
    margin-top: 17px;
	width: 260px;
    text-align: center;
}

.evident-communication .slider-wrap .logo {
    margin-top: 28px;
}

.slider-wrap .logo img {
    width: 150px;
}



.evident-group .header-banner {
    background: url(/images/evident-group-banner.jpg);
    width: 100%;
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}

.evident-advisory .header-banner {
    background: url(/images/evident-advisory-banner.jpg);
    width: 100%;
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}

/***Navigation*****/
nav {
    text-align: left;
    width: 100%;
    /* background: #bebebe; */
    padding: 0;
    margin: 0;
    height: 60px;
    position: relative;
}

nav ul {
    /* background: #bebebe; */
    list-style: none;
    padding: 0 20px;
    max-width: 1271px;
    margin: 0 auto;
    height: 60px;
}

.evident-communication nav ul {
    max-width: 849px;
}

.evident-advisory nav ul {
    max-width: 849px;
}

nav>.wrapper {
	width:912px;
	margin:0 auto;
}
nav>.wrapper>ul>li {
    position: relative;
}


nav>.wrapper>ul>li {
    display: inline-block;
}

nav ul li ul li {
    margin-right: 0;line-height: 31px;
}

nav ul li:last-child {
    margin-right: 0px;
}


nav ul li a {
    color: #fff;
    display: block;
    padding: 0px 20px;
    text-decoration: none;
    float: left;
    /*line-height: 31px;*/
    font-weight: bold;
}

nav ul li a:hover {
    text-decoration: none;
}

/* nav ul li:hover {
	background: #333333;
} */


nav ul li:hover>a {
    color: #FFFFFF;
}

nav ul li:hover>ul {
    display: block;
}

nav ul ul li a {
    padding: 0px 20px;
}

nav ul ul {
    padding: 0;
    display: none;
    position: absolute;
    top: 60px;
    left: 0px;
    height: auto;
    z-index: 999;
}

nav ul ul {
    top: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
}

nav ul ul li {
    text-align: left;
}

nav ul li a {
    padding: 0 10px;
    font-size: 12px;
}

nav>ul>li {
    margin-right: 32px;
}

.evident-group nav>.wrapper>ul {
    /*max-width: 910px;*/margin-left: 240px;
}

.evident-group nav>ul>li:last-child {
    margin-right: 0;
}

.evident-group .slider-wrap {
    max-width: /*912px*/930px;
    /* border: 1px solid violet; */
}

.evident-advisory .body-container {
    max-width: 700px;
    margin: 0 auto;
}

.evident-advisory .body-container .e-a-title {
    font-size: 20px;
    font-style: normal;
    line-height: 23px;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    margin-bottom: 20px;
}

.evident-advisory .body-container .e-a-info {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #1A7DB6;
}

.evident-advisory .body-container {
    padding-bottom: 300px;
}

.evident-group nav {
    margin-top: 0px;
}

.evident-group nav ul ul {
    background: #192D4B;
    padding: 0px 15px;
}

.evident-advisory nav ul ul {
    background: #192D4B;
    padding: 0px 15px;
}

.evident-communication nav ul ul {
    background: #192D4B;
    padding: 0px 15px;
}

/***Navigation*****/





/**Evident communication css***/

.evident-communication .header-banner {
    background: url(/images/evident-communication-banner.jpg);
    width: 100%;
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}


/***footer***/
#footer {
    height: 158px;
    width: 100%;
    background: url(/images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}

/* .footer-wrap { */
/* background: url(/images/infobtn/info_btn_r7_c1_s1_shtr.jpg) no-repeat;
    height: 100%;
    background-size: cover;
    width: 500px; */
/* } */

.contact-info {
    text-align: center;
    width: 921px;
    margin: 0 auto;
    color: #fff;
    padding-top: 48px;
}

.contact-info {
    max-width: 1034px;
    /* margin-left: 90px; */
    /* float: left; */
    margin: 0 auto;
}

.footer-wrap {
    float: left;
}


.contact-link {
    text-align: left;
    margin-top: 10px;
}

.contact-link a {
    text-decoration: underline;
    margin-right: 10px;
    font-size: 14px;
    /* color: #1A8ECA; */
    color: #fff;
}

.contact-link a:hover {
    color: #fff;
}

/***footer***/

.evident-three-text a {
    text-decoration: none;
    /* color: #FF4658; */
    color: #CC0000;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.evident-three-text a:nth-child(1) {
    margin-right: 80px;
}

.evident-three-text a:nth-child(2) {
    margin-right: 80px;
}

.evident-communication .container-wrap {
    max-width: 606px;
    padding: 0px 20px;
    margin-bottom: 22px;
}

.evident-three-text .arrow {
    background: url(/images/red_btn.png) no-repeat;
    height: 20px;
    background-size: contain;
    width: 20px;
    position: absolute;
    top: 5px;
    right: -26px;
}

.red-color {
    /* color: #FF4658; */
    color: #CC0000;
}

.grey-color {
    color: #888888;
}

.two-column .left .title,
.two-column .right .title {
    font-size: 17px;
    /* font-weight: bold; */
    line-height: 20px;
}

.two-column .left .intro,
.two-column .right .intro {
    font-size: 13px;
    font-style: normal;
    line-height: 16px;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    margin-top: 15px;
}

.two-column .left .content,
.two-column .right .content {
    font-size: 12px;
    font-style: normal;
    line-height: 15px;
    font-weight: normal;
    font-variant: normal;
    color: #333333;
    margin-top: 18px;
}



.two-column .left .content p,
.two-column .right .content p {
    margin-bottom: 15px;
    color: #313030;
}

.two-column .left .content p:last-child,
.two-column .right .content p:last-child {
    margin-bottom: 0;
}

.two-column .left,
.two-column .right {
    padding: 10px 10px 40px 10px;
    min-height: 345px;
}

.introduction .evident-title {
    font-size: 20px;
    font-style: normal;
    line-height: 23px;
    font-weight: normal;
    font-variant: normal;
}

.evident-communication .introduction {
    margin-top: 30px;
}

.border-shadow-only {
    -moz-box-shadow: 0 0 4px 4px #dcdcdc;
    -webkit-box-shadow: 0 0 4px 4px #dcdcdc;
    box-shadow: 0 0 4px 4px #dcdcdc;
}

.border-shadow {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-box-shadow: 0 0 4px 4px #dcdcdc;
    -webkit-box-shadow: 0 0 4px 4px #dcdcdc;
    box-shadow: 0 0 4px 4px #dcdcdc;
    padding: 10px 10px;

}

.introduction .description {
    font-size: 13px;
    font-style: normal;
    line-height: 16px;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    margin-top: 20px;
}

.two-column {
    width: 100%;
    margin-top: 20px;
}

.two-column .left {
    width: 44%;
    float: left;
}

.two-column .right {
    width: 45%;
    float: right;
}

/***Slideshow***/

#slideshow {
    position: relative;
    height: 158px;
    overflow: hidden;
    max-width: 564px;
    margin-left: 40px;
    width: 100%;
    line-height: 53px;
    /* border: 1px solid yellow; */
}

.evident-communication #slideshow {
    max-width: 520px;
    margin-left: 65px;
}

.evident-advisory #slideshow {
    max-width: 678px;
}

.evident-group #slideshow {
    margin-left: 60px;
}

#slideshow .slide {
    z-index: 8;
    opacity: 0.0;
    height: auto;
    /* font-size: 50px; */
    font-size: 28px /*32px*/;
    color: #fff;
    text-decoration: none;
    font-style: italic;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    line-height: 40px;
}

#slideshow .slide.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow .slide.last-active {
    z-index: 9;
}

.evident-group .contact-info {
    max-width: 930px;
}

.evident-group .contact-info .description p {
    max-width: 820px;
}

@media (max-width:1200px) {}

@media (max-width:1625px) {
    .footer-wrap {
        width: 300px;
    }

    .contact-info {
        width: auto;
    }
}

@media (max-width: 1250px) {
    #slideshow .slide {
        font-size: 45px !important;
    }

    #slideshow {
        width: 70%;
    }

    .evident-group nav>ul>li {
        margin-right: 14px;
    }

    #slideshow .slide {
        font-size: 32px !important;
    }

    .slider-wrap {
        display: flex;
        padding-left: 20px;
    }

    header {
        padding: 0p 20px;
    }
}

@media (max-width: 1050px) {
    .footer-wrap {
        width: 25%;
    }

    .contact-info {
        width: 85%;
        margin-left: 5%;
    }

    .evident-group nav {
        margin-top: 1px;
    }
}

@media (max-width: 900px) {
    #slideshow {
        width: 60%;
    }

    #slideshow .slide {
        font-size: 28px !important;
    }

    .slider-wrap .logo {
        float: left;
        margin-top: 30px;
    }

    .slider-wrap .logo img {
        width: 100px;
    }

    #slideshow .slide {
        line-height: 38px;
        width
    }

    .container-wrap .left-content {
        width: 25%;
    }

    .container-wrap .right-content {
        width: 60%;
        margin-left: 4%;
    }
}

@media (max-width: 800px) {
    .evident-communication .header-banner {
        height: 280px;
    }

    .three-col .col {
        max-width: 42.2%;
        margin-bottom: 15px;
    }
}

