/* reset css start */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {/*margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; */}
:focus, a:focus, a:active, a:hover, button, button:focus, button:hover, button:active {outline: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; }
/*ol, ul {list-style: none;}*/
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {-webkit-appearance: none; -moz-appearance: none; }
input[type=search] {-webkit-appearance: none; -moz-appearance: none; }
textarea {overflow: auto; vertical-align: top; resize: vertical; }
audio, canvas, video {display: inline-block; *display: inline; *zoom: 1; max-width: 100%;}
audio:not([controls]) {display: none; height: 0;}
[hidden] {display: none;}
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
img {border: 0;-ms-interpolation-mode: bicubic; max-width: 100%; vertical-align: middle;}
figure {margin: 0;}
form {margin: 0;}
fieldset {border: 1px solid #c0c0c0;margin: 0; padding:0;}
legend {border: 0; padding: 0; white-space: normal; *margin-left: -7px;}
button, input, select, textarea {font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;}
button, input {line-height: normal;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer; *overflow: visible;}
button[disabled],
html input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box;box-sizing: border-box; padding: 0; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
html, button, input, select, textarea {color: #222; }
::-moz-selection {background: #b3d4fc; text-shadow: none; }
::selection {background: #b3d4fc; text-shadow: none; }

/* reset css end */


/* default style start */

html{-webkit-box-sizing: border-box;box-sizing: border-box;}
body{ background-color: #fff; scroll-behavior: smooth; }
html,body{height: 100%;font-size: 16px; font-family: 'Roboto'; font-weight: normal; line-height: 1.48;}
h1, h2, h3, h4, h5, h6{ font-family: 'Roboto'; font-weight: normal;}
a { text-decoration: none; transition: 0.5s ease-in-out; }
i { font-style: italic; }
@media(min-width:1300px){
	.container { max-width: 1270px; padding: 0 30px; margin: 0 auto; }
}

.mobile { display: none !important; }
.title { font-family: 'Lora'; font-weight: 400; font-size: 60px; line-height: 77px; color: #fff; text-transform: capitalize; text-align: center; position: relative; z-index: 1; }
.italic { font-style: italic; }
h2.block-heading { font-size: 60px; line-height: 72px; font-weight: 400; font-family: 'Lora'; margin-bottom: 10px; color: #BE202E; max-width: 410px; }
.error404 .bg-image { display: none; }
.error404 { background-color: #fff; }
.error404 h1 { color: #000; }
.error404 h3 { color: #000; }
.error404 .logo-wrap { margin-left: 0; }
.error404 .orange-link { text-align: center; }
.error404 .orange-link a { transition: 0.5s ease-in-out;
    background-color: #BE202E;
    border: 1px solid #BE202E;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1.71px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    text-transform: uppercase;
    display: inline-block; }
.error404 .orange-link a:hover { text-decoration: none; background-color: #fff; color: #BE202E; }

@media(max-width: 1023px){
	h2.block-heading { font-size: 50px; line-height: 55px; }
}

@media(max-width: 990px){
	.title { font-size: 45px; line-height: 55px; }
	h2.block-heading { font-size: 45px; line-height: 50px; }
}

@media(max-width: 767px){
    .desktop { display: none !important; }
    .mobile { display: block !important; }
    .title {font-size: 40px; line-height: 50px; }
    .container { padding: 0 20px; }
    .error404 .error-main .title-404 { font-size: 70px; }
    .error404 .orange-link a { font-size: 17px; line-height: 23px; }
}

@media(max-width: 440px){
	.title { font-size: 35px; line-height: 45px; }
}

/* default style end */
header .menu-wrap { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; }
header .menu-wrap #site-navigation { width: 100%; }
.main-nav{width:100%;padding: 5px 0}
.main-nav-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.menu-icon{display:none;cursor:pointer;color:#fff;text-transform:uppercase;text-align:center;font-weight:bold;font-size:22px;}
.menu-icon .menu-box{width:35px;height:28px;padding:5px;background:transparent;position:absolute;right:40px;z-index:99;top:52%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);transform: translateY(-50%);margin-right:0px;}
.menu-icon .menu-box span{width:100%;height:2px;margin-bottom:5px;background:#000;display:block;border-radius:2px;transition:all 0.5s;-webkit-transition:all 0.5s;}
.menu-icon .menu-box span:nth-child(2){width:18px;margin:0 0 5px auto;}
.menu-icon .menu-box span:nth-child(3){width:20px;margin:0 0 5px auto;}
.menu-icon.active span:nth-child(1){transform:rotate(45deg) translateY(4px) translateX(3px);-webkit-transform:rotate(45deg) translateY(4px) translateX(3px);}
.menu-icon.active span:nth-child(2){opacity:0;}
.menu-icon.active span:nth-child(3){transform:rotate(-45deg) translateY(-7px) translateX(6px);-webkit-transform:rotate(-45deg) translateY(-7px) translateX(6px);}
.enumenu_ul li .sub-menu li.has-children > span.inner-menu-toogle { display: inline-block !important; background-image: url('../images/open.png'); background-position: center; background-size: cover; background-repeat: no-repeat; width: 6px; height: 11px; transform: 0.5s ease-in-out; cursor: pointer; margin-left: 7px; padding: 3px; } 
.enumenu_ul li .sub-menu li.has-children > span.inner-menu-toogle.add { cursor: pointer; transform: rotate(90deg); }
.enumenu_ul li .sub-menu li.has-children ul.sub-menu.show { display: block; opacity: 1; visibility: visible; }
.enumenu_ul li .sub-menu li.has-children > a:hover:before { transform: rotate(90deg); transform: 0.5s ease-in-out; }
.enumenu_ul li .sub-menu li a:hover:after { display: none; }
.enumenu_ul li .sub-menu li a:hover { color: rgb(190, 32, 46) !important; }
.enumenu_ul li .sub-menu li > .sub-menu { position: inherit; left: 0 !important; top: 0 !important; padding: 0 10px 0px 10px; display: none; box-shadow: none !important; }
.enumenu_ul li .sub-menu li > .sub-menu li a { font-size: 16px; line-height: 25px; }
.enumenu_ul li .sub-menu li > .sub-menu li { padding-bottom: 5px; line-height: 18px; }
.enumenu_ul li .sub-menu li > .sub-menu li:last-child { padding-bottom: 0; }
.enumenu_ul .caret{color:#000;margin-left:7px;}
.enumenu_ul{padding:0px;list-style:none;width:100%;text-align: right;margin: 0;}
.enumenu_ul > li{display: inline-block;position:relative;transition: 0.5s all ease-in-out; margin: 0px 0px 0px 3%; }
.enumenu_ul > li:first-child { margin: 0; }
.enumenu_ul li.last-menu { background-color: rgb(251, 176, 65); transition: all 0.5s ease-in-out 0s; padding: 10px 15px !important; display: inline-flex; cursor: pointer; }
.enumenu_ul li.last-menu:hover { background-color: rgb(190, 32, 46); }
.enumenu_ul li.last-menu:hover a { color: #fff; }
.enumenu_ul li.last-menu a:hover:after { display: none; }
.header-main.fixed .enumenu_ul > li{padding:35px 0 30px}
.enumenu_ul li a{color: #5A4F52; font-size: 18px; line-height: 22px; letter-spacing: 1.93px; font-weight: bold; padding: 0; position: relative; text-transform: uppercase;}
.enumenu_ul li a span { text-transform: capitalize; }
.header-main.fixed .enumenu_ul > li > a{padding:5px 13px 33px}
.enumenu_ul li a i{font-size: 10px;color:#acacac;}
.enumenu_ul > li a:hover{ text-decoration: none; }
.enumenu_ul > li a:after { content: ""; width: 0px; height: 3px; background-color: rgb(190, 32, 46); display: block; position: absolute; bottom: -10px; left: 0px; transition: all 0.5s ease 0s; }

.enumenu_ul > li a:hover:after,
.enumenu_ul > li:hover > a:after, 
.enumenu_ul > li.current-menu-item > a:after { width: 100%; transition: all 0.5s ease 0s; }

.enumenu_ul > li.has-children a{position: relative;}
.enumenu_ul > li > ul{opacity: 0;visibility: hidden;top:120%;-webkit-transition: 0.5s all ease-in-out;-moz-transition: 0.5s all ease-in-out;transition: 0.5s all ease-in-out;}
.enumenu_ul ul  li{width:100%;margin:0;list-style:none;position:relative;padding: 0;text-align: left; line-height: 20px;}
.enumenu_ul ul li:last-child{border-bottom: none}
.enumenu_ul.desk ul{top:120%;z-index:999;list-style:none;left:0;background:#fff;position:absolute;min-width:196px;margin-left: 0;padding-bottom:0px;padding: 10px;}
.enumenu_ul.desk li.menu-item-has-children > ul { box-shadow: rgba(0, 0, 0, 0.75) 0px 1px 5px; }
/*Sub menu styles*/
.menu.submenu-ul-level1 li a{background:rgba(31,26,107,0.8);color:#fff;padding-left:90px;}
.enumenu_ul.desk li:hover > ul.sub-menu{opacity: 1;visibility: visible;top:135%;transition: 0.5s all ease-in-out;}
.header-main.fixed .enumenu_ul.desk li:hover > ul{top:105%;}
.enumenu_ul.desk ul > li > ul{top:105% !important;left: 15px !important;}
.enumenu_ul.desk ul li a{display:inline-block;color:#5A4F52;text-align:left;font-size:18px;font-weight:400; line-height: 30px; text-transform: capitalize;transform: 0.5s ease-in-out;}
.enumenu_ul.desk ul li a:hover{color:#fff;}
.enumenu_ul .arrow{position:absolute;right:46px;top:15px;width:6;height:12px;cursor:pointer;z-index:0;}
.enumenu_ul .arrow:after{position: absolute;content:"";top:0;right:0px;left:0;margin: 0 auto;text-align: center; background-image: url('../images/open.png'); background-size: cover; background-repeat: no-repeat; background-position: center; width: 6px; height: 11px;}
.enumenu_ul li.menu-item-has-children > span.arrow:after { top: 4px; }
.enumenu_ul li.menu-item-has-children ul.sub-menu li span.arrow:after { top: 0; }
.enumenu_ul .arrow.up:after{-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);transform: rotate(90deg);}
.enumenu_ul li.child-main-menu a span.inner-menu { display: none; }
.enumenu_ul li.parent-main-menu a.firstLevel.menubelow span.inner-menu { top: -1px; right: -15px; color: #5A4F52; font-weight: bold; }
.enumenu_ul li.parent-main-menu a.firstLevel.menubelow:hover span.inner-menu { transform: rotate(90deg); }

@media(max-width: 1300px){
	.enumenu_ul li a { font-size: 15px; }
	.enumenu_ul.desk ul li a,
	.enumenu_ul li .sub-menu li>.sub-menu li a { font-size: 16px; }
}

@media(max-width: 1200px){
	.enumenu_ul li a { font-size: 13px; }
	.enumenu_ul.desk ul li a,
	.enumenu_ul li .sub-menu li>.sub-menu li a { font-size: 14px; }
	
	.enumenu_ul li.parent-main-menu a.firstLevel.menubelow span.inner-menu { top: -3px; }
	.enumenu_ul > li{
		margin: 0px 0px 0px 2%;
	}
}

@media(max-width: 1023px){
	header .container { padding: 0; }
	header .menu-wrap { padding: 10px 30px; }
	.enumenu_ul li .sub-menu li.has-children > a:before { display: none; }
	.enumenu_ul{display:none;position:absolute;top:0;left:0;height:100vh;background: #fff;padding-top: 75px;padding-bottom: 125px;}
	.navigation-inner .menu-block{height:auto;}
	.menu-icon{display:block}
	.enumenu_ul > li{width:100%;margin:0;padding:15px 25px 0;display:block;line-height:1;text-align:left; position: relative;}
	.enumenu_ul > li:after { content: ''; display: block; position: absolute; bottom: 0; left: 0; right: 0; background-color: #000; height: 1px; margin: 0 35px 0 25px; }
	.header-main.fixed .enumenu_ul > li{padding: 15px 25px 0}
	.header-main.fixed .enumenu_ul > li > a{padding:0px 0 15px;}
	.menu-icon .menu-box span:nth-child(3){width:100%;}
	.enumenu_ul > li > a{display:inline-block;text-align:left;padding:0px 0 15px;font-size:22px;color:#5A4F52;}
	.enumenu_ul > li:last-child > a { padding-bottom: 0; }
	.enumenu_ul > li.has-children > a:after{display: none}
	.enumenu_ul > li:first-child{padding-left:25px;}
	.enumenu_ul > li > a:before{display: none}
	.enumenu_ul{width:100%;overflow: auto; padding-left: 10px; text-align: left;}
	.enumenu_ul:before { content: ''; display: block; position: fixed; background-color: #fff; top: 0; left: 0; width: 100%; height: 72px; z-index: 1; box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75); }
	.enumenu_ul li.last-menu { width: 100%; max-width: 135px; text-align: center; display: inline-block; margin-left: 25px; margin-top: 15px; line-height: 15px; border: none; }
	.enumenu_ul li.last-menu:after { display: none; }
	.enumenu_ul > li ul{background:#fff;margin-left: 0;margin: 0px -25px;opacity: 1;visibility: visible;border-top:none;-webkit-transition: none;-moz-transition: none;transition: none;padding:0px 0 15px;}
	.enumenu_ul > li ul.sub-menu.sb-menu:before{display: none}
	.enumenu_ul > li ul li ul {margin: 0 -35px;padding: 10px 10px 0px 10px !important;}
	.enumenu_ul > li ul li ul li{padding: 8px 45px;}
	.enumenu_ul > li ul li ul li:last-child{padding-bottom: 0}
	.enumenu_ul ul li{padding:8px 35px;text-align: left;}
	.enumenu_ul ul li:last-child{border-bottom: none;}
	.enumenu_ul > li ul a{text-align:left;display:inline-block;color:#5A4F52;padding:0;font-size:18px;}
	.enumenu_ul > li a:after { display: none; }
	.enumenu_ul li .sub-menu li.has-children > span.inner-menu-toogle { display: none !important; }
	.enumenu_ul li.parent-main-menu a.firstLevel.menubelow span.inner-menu { display: none; }
}

@media(max-width: 990px){
	header .logo-wrap img { max-width: 140px; }
}

@media(max-width: 767px){
	header .menu-wrap { padding: 10px 20px; }
	.menu-icon .menu-box { right: 32px; }
}

@media(max-width: 559px){
	.enumenu_ul > li > a { font-size: 18px; }
	.enumenu_ul > li ul a { font-size: 16px; }
	.enumenu_ul > li > a { padding: 0px 0 10px; }
	.enumenu_ul > li { padding: 5px 25px 0; }
	.enumenu_ul li.last-menu { max-width: 115px; }
	.enumenu_ul ul li { padding: 3px 35px; }
	header .logo-wrap img { max-width: 120px; }
	.enumenu_ul > li ul li ul li { padding: 3px 45px; }
	.enumenu_ul .arrow { top: 10px; }
	.enumenu_ul:before { height: 65px; }
}

/* menu css end */

/* footer css start */

footer { background-color: #09171F !important; padding: 60px 0 100px; }
footer .contact-detail figure { margin-bottom: 50px; }
footer .contact-detail h5 { font-size: 14px; line-height: 20px; letter-spacing: 1.5px; font-weight: 500; margin-bottom: 20px; }
footer .contact-detail .contribution { font-size: 14px; line-height: 20px; font-weight: bold; margin-bottom: 20px; }
footer .contact-detail .contribution span { font-weight: 400; }
footer .contact-detail .headquarter { font-size: 14px; line-height: 20px; font-weight: bold; margin-bottom: 20px; }
footer .contact-detail .headquarter span { font-weight: 400; }
footer .contact-detail .call { font-size: 14px; line-height: 20px; font-weight: bold; }
footer .contact-detail .call a { color: #00C0F4; font-weight: 400; }
footer .contact-detail .mail { font-size: 14px; line-height: 20px; font-weight: bold; }
footer .contact-detail .mail a { color: #00C0F4; font-weight: 400; }
footer .make { padding-right: 65px; }
footer .make h4 { font-size: 14px; line-height: 20px; letter-spacing: 1.5px; font-weight: 500; margin-bottom: 20px; }
footer .make p { font-size: 14px; line-height: 20px; font-weight: 400; margin-bottom: 20px; }
footer .make .cta-button { width: 222px; background-color: #BE202E; color: #fff; font-size: 16px; line-height: 19px; letter-spacing: 1.71px; display: flex; justify-content: space-between; align-items: center; padding: 10px 15px; }
footer .make .cta-button:hover { text-decoration: none; color: #BE202E; background-color: #fff; }
footer .connect { padding-right: 40px; }
footer .connect h4 { font-size: 14px; line-height: 20px; letter-spacing: 1.5px; font-weight: 500; margin-bottom: 20px; }
footer .connect h5 { font-size: 14px; line-height: 20px; font-weight: bold; }
footer .connect a { font-size: 14px; line-height: 20px; font-weight: 400; color: #00C0F4; margin-bottom: 20px; display: block; }
footer .podcast { padding-right: 80px; }
footer .podcast h4 { font-size: 14px; line-height: 20px; letter-spacing: 1.5px; font-weight: 500; }
footer .podcast p { font-size: 14px; line-height: 20px; font-weight: bold; }
footer .podcast a { font-size: 14px; line-height: 20px; font-weight: 400; color: #00C0F4; margin-bottom: 40px; display: block; }
footer .podcast .social-media { display: flex; align-items: center; }
footer .podcast .social-media li { margin-right: 15px; }
footer .podcast .social-media li:last-child { margin-right: 0; }
footer .podcast .social-media a { color: #fff; font-size: 24px; margin-bottom: 0; }
footer .podcast .social-media a:hover { color: #00C0F4; }


@media(max-width: 1200px){
	footer .make, footer .connect, footer .podcast { padding-right: 0; }
	footer .make .cta-button { width: inherit; }
}

@media(max-width: 990px){
	footer .make .cta-button { padding: 10px 7px; font-size: 14px; line-height: 16px; }
}

@media(max-width: 767px){
	footer .contact-detail figure { margin-bottom: 20px; }
	footer .contact-detail { margin-bottom: 40px; }
	footer .make { margin-bottom: 40px; }
	footer .connect { margin-bottom: 40px; }
	footer { padding: 40px 0; }
	footer .make .cta-button { width: 222px; font-size: 16px; line-height: 19px; padding: 10px 15px; }
	footer .podcast a { margin-bottom: 30px; }
}

/* footer css end */


/* banner-section start */
.banner-section { position: relative; background-size: cover; background-position: center; background-repeat: no-repeat; padding: 320px 0px; }
.banner-section:after { content: ''; background-color: #5A4F52; opacity: 0.35; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }

@media(min-width: 1921px){
	.banner-section { padding: 380px 0; }
}

@media(max-width: 1600px){
	.banner-section { padding: 270px 0 220px; }
}

@media(max-width: 1200px){
	.banner-section { padding: 200px 0 160px; }	
}

@media(max-width: 990px){
	.banner-section { padding: 170px 0 100px; }
}

@media(max-width: 440px){
	.banner-section { padding: 130px 0 80px; }
}

/* banner-section end */


/* training-text start */
.training-text { padding: 60px 0; }
.training-text h5 { font-family: 'Lora'; font-weight: 400; font-size: 26px; line-height: 40px; color: #5A4F52; text-align: center; }

@media(max-width: 990px){
	.training-text { padding: 40px 0; }
	.training-text h5 { font-size: 22px; line-height: 31px; }	
}

@media(max-width: 440px){
	.training-text h5 { font-size: 20px; line-height: 27px; }
}

/* training-text end */


/* training-blog start */

.training-blog { padding: 60px 0 60px; background-color: #F3F2F2; }
.training-blog .content { display: flex; flex-wrap: wrap; margin-bottom: 50px; }
.training-blog .content:last-child { margin-bottom: 0; }
.training-blog .content .box-image { height: 100%; }
.training-blog .content .left, .training-blog .content .right { flex: 0 0 50%; max-width: 50%; }
.training-blog .content .text { background-color: #fff; padding: 30px 80px 30px 50px; }
.training-blog .content .blog-image { margin-bottom: 30px; }
.training-blog .content p { font-size: 18px; line-height: 30px; color: #5A4F52; font-weight: 400; margin-bottom: 30px; }
.training-blog .content .cta-button { border: 1px solid #5a4f52; font-weight: bold; font-size: 14px; line-height: 17px; letter-spacing: 1.5px; background-color: #fff; color: #BE202E; display: inline-block; text-align: center; padding: 10px 26px; }
.training-blog .content .cta-button:hover { background-color: #BE202E; color: #fff; text-decoration: inherit; border: 1px solid #BE202E; }
.training-blog .content .blog-image img { max-width: 380px; }

@media(max-width: 1200px){
	.training-blog .content .blog-image img { max-width: 320px; }
	.training-blog .content .box-image img { min-height: 100%; object-fit: cover; }
}

@media(max-width: 1023px){
	.training-blog .content p { font-size: 16px; line-height: 26px; }
}

@media(max-width: 990px){
	.training-blog .content .box-image img { width: 100%; }
	.training-blog .content .blog-image img { max-width: 250px; max-height: 150px; }
	.training-blog .content .text { background-color: #fff; padding: 30px; }
}

@media(max-width: 767px){
	.training-blog .content .left, .training-blog .content .right {flex: 0 0 100%; max-width: 100%; }
	.training-blog .content .text { order: 1; }
	.training-blog .content .blog-image img { max-width: 200px; }
	.training-blog { padding: 40px 0; }
}

@media(max-width: 440px){
	.training-blog .content .blog-image img { max-width: 140px; }
	.training-blog .content p { line-height: 25px; }
	.training-blog .content .text { padding: 25px; }
}

/* training-blog end */


/* embrace-section start */

/*body.embrace .banner-section:after { display: none; }*/
.embrace-section { padding: 50px 0 80px; }
.engage h4.bread-heading { font-size: 24px; line-height: 1.2; color: #5A4F52; font-weight: 500; padding-bottom: 20px; padding-left: 10px; border-bottom: 3px solid #911E2C; font-family: 'Roboto'; }
.engage .bread-nav { margin-top: 10px; padding-left: 10px; }
.engage .bread-nav li.active a { font-weight: bold; }
.engage .bread-nav li.current-menu-item a { font-weight: bold; }
.engage .bread-nav li.menu-item-has-children { position: relative; display: table; }
.engage .bread-nav li.menu-item-has-children .sub-menu li { position: relative; padding-left: 30px; z-index: 9; }
.engage .bread-nav li.menu-item-has-children .sub-menu li:before { content: ''; display: block; background-color: #FBB041; width: 12px; height: 2px; position: absolute; top: 20px; left: 0; }
.engage .bread-nav li.menu-item-has-children .sub-menu { display: none; }
.engage .bread-nav li a { font-size: 18px; line-height: 36px; font-weight: 400; color: #FBB041; display: inline-block; position: relative; }
.engage .bread-nav li a:hover { text-decoration: none; color: #911E2C; }
h2.heading { color: #911E2C; font-size: 60px; line-height: 72px; margin-bottom: 10px; font-family: 'Lora'; font-weight: 500; margin-top: -10px; }
.embrace-section .embrace-detail p { font-size: 18px; line-height: 30px; color: #3C4B52; margin-bottom: 30px; }
.embrace-section .embrace-detail p span { font-weight: bold; }
.embrace-section .embrace-detail h3 { font-family: 'Lora'; font-weight: 400; font-size: 36px; line-height: 48px; color: #3C4B52; margin-bottom: 55px; }
.embrace-section .embrace-detail .content { margin-bottom: 60px; position: relative; }
.embrace-section .embrace-detail .content:last-child { margin-bottom: 0 !important; }
.embrace-section .embrace-detail .content h5 { font-size: 18px; line-height: 20px; color: #3C4B52; font-weight: bold; margin-bottom: 5px; }
.embrace-section .embrace-detail .content p { font-size: 18px; line-height: 30px; color: #3C4B52; font-weight: 400; }
.embrace-section .embrace-detail .content p:last-child { margin-bottom: 0; }
.embrace-section .embrace-detail .content p em { font-weight: bold; font-style: italic; }
.embrace-section .embrace-detail .content p strong { font-weight: bold; }
.embrace-section .embrace-detail .content p a { color: #03C0F4; font-weight: bold; }
.embrace-section .embrace-detail .content p a:hover { text-decoration: none; color: #911E2C; }

@media(max-width: 990px){
	.engage .bread-nav li a { font-size: 16px; line-height: 22px; margin-bottom: 10px; }
	.embrace-section .embrace-detail h3 { font-size: 30px; line-height: 40px; }
}

@media(max-width: 767px){
	.embrace-section { padding: 30px 0 40px; }
	.engage .bread-nav li a { margin-bottom: 0; }
	.engage { margin-bottom: 30px; }
	.embrace-blog { margin-bottom: 20px; }
	.embrace-blog figure img { width: 100%; }
	.embrace-section .embrace-detail .content { margin-bottom: 40px; }
	.engage h4.bread-heading { padding-bottom: 15px; }
	h2.heading { margin-top: 0; }
	h2.heading br { display: none; }
}

@media(max-width: 440px){
	.engage h4.bread-heading { font-size: 18px; line-height: 24px; margin-bottom: 10px; }
	h2.heading { font-size: 35px !important; line-height: 45px !important; margin-bottom: 15px; }
	.embrace-section .embrace-detail h3 { font-size: 25px; line-height: 35px; }
}

/* embrace-section end */


/* embrace-slider start */

.embrace-slider { padding: 70px 0; background-color: #F3F2F2; }
.embrace-slider .main-slider { position: relative; }
.embrace-slider .item .slider-bg { background-repeat: no-repeat; background-position: center; background-size: cover; padding-bottom: 89%; position: relative; }
.embrace-slider .item .content { position: absolute; text-align: center; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.embrace-slider .item .bg-overlay { background-color: #5A4F52; position: absolute; width: 100%; height: 100%; z-index: 0; left: 0; top: 0; opacity: 0.65; }
.embrace-slider .item h2 { color: #fff; font-size: 60px; line-height: 72px; margin-bottom: 40px !important; text-align: center; font-family: 'Lora'; }
.embrace-slider .item .cta-button { font-weight: bold; font-size: 14px; line-height: 17px; color: #fff; border: 1px solid #fff; display: inline-block;
    text-align: center; padding: 10px 26px; }
.embrace-slider .item .cta-button:hover { color: #911E2C; background-color: #fff; text-decoration: none; }    
.embrace-slider .slick-initialized .slick-slide { margin: 0 10px; }
.embrace-slider .slick-prev { font-size: 0; border: none; background-image: url('../images/left-arrow.png'); background-size: cover; background-position: center; background-repeat: no-repeat; width: 27px; height: 65px; display: block; position: absolute; top: 40%; left: -30px; background-color: inherit; }
.embrace-slider .slick-arrow:hover { opacity: 0.8; }
.embrace-slider .slick-next { font-size: 0; border: none; background-image: url('../images/right-arrow.png'); background-size: cover; background-position: center; background-repeat: no-repeat; width: 27px; height: 65px; display: block; position: absolute; top: 40%; right: -30px; background-color: inherit; }

@media(max-width: 1200px){
	.embrace-slider .slick-prev { width: 18px; height: 45px; left: -18px; }
	.embrace-slider .slick-next { width: 18px; height: 45px; right: -18px; }
	.embrace-slider .item h2 { font-size: 50px; line-height: 60px; }
}

@media(max-width: 1023px){
	.embrace-slider { padding: 50px 0; }
}

@media(max-width: 990px){
	h2.heading { font-size: 45px; line-height: 45px; }
	.embrace-slider .item h2 { font-size: 35px; line-height: 45px; }
}

@media(max-width: 767px){
	.embrace-slider .slick-dots { display: flex; align-items: center; justify-content: center; }
	.embrace-slider .slick-dots li { margin-right: 10px; line-height: 25px; }
	.embrace-slider .slick-dots li:last-child { margin-right: 0; }
	.embrace-slider .slick-dots li button { font-size: 0; border: 1px solid #000; background-color: transparent; width: 8px; height: 8px; border-radius: 50%; }
	.embrace-slider .slick-dots li.slick-active button { background-color: #000; }
	.embrace-slider .slick-initialized .slick-slide { margin: 0; }
}

@media(max-width: 440px){
	.embrace-slider .item h2 { font-size: 30px; line-height: 40px; margin-bottom: 25px; }
	.embrace-slider { padding: 30px 0; }
}

/* embrace-slider end */


/* director-section start */

.director-section { padding: 50px 0 80px; }
.director-section.ds-training { padding: 25px 0 35px; }
.engage .sub-list, .engage .sub-list-1 { display: none; }
.engage span.inner-menu { position: absolute; cursor: pointer; top: 2px; right: -15px; color: #FBB041; font-size: 18px; transition: 0.5s ease-in-out; }
.engage li.menu-item-has-children a:hover span { color: #911E2C; }
.engage li.menu-item-has-children > a.add > span { transform: rotate(90deg); transition: 0.5s ease-in-out; }
.engage .sub-list.active, .engage .sub-list-1.active { display: block; }
.engage a { cursor: pointer; }
.engage .toggle-menu a span.active, .engage .toggle-menu-1 a span.active { transform: rotate(90deg); position: absolute; right: -14px; }
.director-section .director-detail p { font-size: 18px; line-height: 30px; color: #3C4B52; margin-bottom: 40px; }
.director-section .director-member > div { margin-bottom: 30px; }
.director-section .director-member figure img { width: 100%; }
.director-section .director-member .info { min-height: 100px; padding: 10px; background-color: #F3F2F2; }
.director-section .director-member h5 { font-weight: bold; font-size: 18px; line-height: 20px; color: #911E2C; }
.director-section .director-member h6 { font-weight: 400; font-size: 14px; line-height: 20px; color: #75848B; }
.director-section .director-member p { font-weight: 400; font-size: 14px; line-height: 20px; color: #3C4B52; margin-bottom: 0; }

@media(max-width: 1200px){
	.director-section .director-member h5 { font-size: 16px; }
	.director-section .director-member p { font-size: 13px; }
	.director-section { padding: 50px 0; }
}

@media(max-width: 767px){
	.director-section { padding: 30px 0 20px; }
	.director-section .director-detail p { margin-bottom: 20px; }
	.director-section .director-member .info { min-height: inherit; }
}

/* director-section end */



/* WME staff css start */

.wme-section h2.heading { margin-bottom: 30px; }
.wme-section .staff-member .text { margin-bottom: 50px; }
.wme-section .staff-member .info { background-color: #F3F2F2; padding: 10px 15px 20px; min-height: 79px; /*display: flex;*/ flex-wrap: wrap; justify-content: space-between; align-items:top; }
.wme-section .staff-member .info h5 { font-size: 18px; line-height: 24px; font-weight: bold; color: #911E2C; }
.wme-section .staff-member .info p { font-size: 16px; line-height: 24px; color: #3C4B52; font-weight: 400; }
.wme-section .staff-member .info .bio { /*display: flex; align-items: center; justify-content: flex-end;*/ }
.wme-section .staff-member .info a:hover { text-decoration: none; color: #3C4B52; }
.wme-section .staff-member .info a { font-size: 16px; line-height: 19px; letter-spacing: 1.71px; font-weight: 500; color: #BE202E; padding: 6px 11px; background-color: #fff; /*display: flex;*/ align-items: center; /*justify-content: space-between;*/ }
.wme-section .staff-member .info a img { margin-left: 8px; padding-bottom:3px;}
.wme-section .staff-member .info .content { /*flex: 0 0 70%; max-width: 70%; padding-right: 10px;*/ }
.wme-section .staff-member .info .bio { /*flex: 0 0 30%; max-width: 30%;*/ }
.popup-content .info p a{
	color:#BE202E !important;
}



.fancybox-bg { background: #5A4F52 !important; opacity: 0.6 !important; }
.fancybox-inner { margin-top: 40px !important; margin-bottom: 40px !important; max-width: 923px; margin: 0 auto; }
.fancybox-slide { padding: 0 !important; }
.fancybox-content { padding: 0; overflow: hidden; cursor: inherit !important; width: 100%; }
.popup-content { align-items: center; background-color: #F3F2F2; }
.popup-content .left { flex: 0 0 50%; max-width: 50%; }
.popup-content .left img { width: 100%; }
.popup-content .right { flex: 0 0 50%; max-width: 50%; padding: 0 50px; }
.popup-content .info h5 { font-size: 18px; line-height: 30px; font-weight: bold; color: #3C4B52; margin-bottom: 5px; }
.popup-content .info h2 { font-size: 48px; line-height: 50px; color: #BE202E; font-family: "Lora"; font-weight: 400; margin-bottom: 15px; }
.popup-content .info p { font-size: 18px; line-height: 30px; font-weight: bold; color: #3C4B52; }
.popup-content .info p a { color: #00C0F4; }
.popup-bio { margin: 0; padding: 40px 10px 100px; }
.popup-bio h5 { font-size: 18px; line-height: 30px; color: #3C4B52; font-weight: bold; margin-bottom: 20px; }
.popup-bio p { font-weight: 400; font-size: 18px; line-height: 30px; color: #3C4B52; margin-bottom: 20px; }
.popup-bio p:last-child { margin-bottom: 0; }

@media(max-width: 1200px){
	.wme-section .staff-member .info { min-height: 93px; }
}

@media(max-width: 991px){
	.fancybox-inner { margin-right: 40px !important; margin-left: 40px !important; }
}

@media(max-width: 990px){
	.wme-section .staff-member .info { min-height: 115px; padding: 9px; }
	.popup-content .info h2 { font-size: 40px; line-height: 45px; }	
	.popup-content .right { padding: 30px; }
}

@media(max-width: 767px){
	.wme-section .staff-member .text >img { width: 100%; }
	.wme-section .staff-member .text { margin-bottom: 30px; }
	.wme-section .staff-member .text:last-child { margin-bottom: 0; }
	.wme-section .staff-member .info { padding: 15px; min-height: inherit; }
	.popup-content .right, .popup-content .left { flex: 0 0 100%; max-width: 100%; }
	.popup-content .info h5 { margin-bottom: 10px; }
	.popup-content .info h2 { font-size: 30px; line-height: 35px; }
	.popup-bio { padding: 20px 5px; }
	.fancybox-inner { margin-top: 20px !important;  margin-left: 20px !important; margin-right: 20px !important; margin-bottom: 20px !important; }
}

/* WME staff css end */


/* Annual Reporting css start */

.annual-section { padding: 40px 0 50px; }
.annual-section h5 { font-size: 24px; font-weight: 500; line-height: 32px; color: #5A4F52; border-bottom: 3px solid #911E2C; padding-bottom: 25px; margin-bottom: 20px !important; margin: 0 5px; }
.annual-section .annual-info figure img { height: 590px; width: 100% }
.annual-section .annual-info .content { padding: 15px 12px 35px 20px; background-color: #F3F2F2; }
.annual-section .annual-info h6 { font-size: 24px; line-height: 28px; font-weight: bold; color: #911E2C; margin-bottom: 20px; }
.annual-section .annual-info p { font-size: 18px; line-height: 28px; color: #3C4B52; margin-bottom: 20px; }
.annual-section .annual-info a { font-size: 16px; line-height: 21px; letter-spacing: 1.71px; display: flex; align-items: center; justify-content: space-between; background-color: #fff; color: #BE202E; font-weight: 500; padding: 5px 10px; width: 199px; height: 31px; }
.annual-section .annual-info a:hover { text-decoration: none; color: #3C4B52; }

@media(max-width: 1200px){
	.annual-section .annual-info figure img { height: 480px; }
}

@media(max-width: 990px){
	.annual-section .annual-info figure img { height: 350px; }
}

@media(max-width: 767px){
	.annual-section .annual-info figure img { height: 100%; }	
	.annual-section { padding: 30px 0 40px; }
	.annual-section .annual-info > div { margin-bottom: 20px; }
	.annual-section .annual-info > div:last-child { margin-bottom: 0; }
}

@media(max-width: 559px){
	.annual-section h5 { font-size: 22px; line-height: 30px; }
	.annual-section .annual-info h6 { font-size: 22px; margin-bottom: 10px; }
	.annual-section .annual-info .content { padding: 15px 15px 30px 15px; }
}

/* Annual Reporting css end */


/* belief-section css start */

.belief-section { padding: 50px 0 100px; }
.belief-section .belief-detail h2 { margin-bottom: 40px; }
.belief-section h3 { font-size: 24px; font-weight: bold; color: #3C4B52; line-height: 30px; margin-bottom: 30px; }
.belief-section h4 { font-family: 'Lora'; font-weight: 400; font-size: 24px; color: #3C4B52; line-height: 30px; }
.belief-section p { font-size: 18px; color: #3C4B52; line-height: 30px; margin-bottom: 30px; }
.belief-section .listing { margin-bottom: 20px; }
.belief-section .listing:last-child { margin-bottom: 0; }
.belief-section .listing h5 { font-size: 18px; color: #3C4B52; line-height: 30px; font-weight: bold; }
.belief-section .listing li { font-size: 18px; color: #3C4B52; line-height: 30px; position: relative; padding-left: 15px; }
.belief-section .listing li:before { content: ''; display: block; width: 5px; height: 5px; background-color: #3C4B52; border-radius: 50%; position: absolute; top: 12px; left: 0; }

@media(max-width: 767px){
	.belief-section { padding: 30px 0; }
}

/* belief-section css end */


/* our-story css start */

.embrace-section.our-story { padding: 50px 0 30px; }
.our-story .story-blog-row { padding-top: 40px; margin-bottom: 40px !important; }
.our-story .story-blog-row:before { content: ''; position: absolute; display: block; border-top: 1px solid #979797; margin: 0 15px; top: 0; left: 0; right: 0; }

@media(max-width: 767px){
	.embrace-section.our-story .story-blog-row figure { margin-bottom: 20px; }
	.embrace-section.our-story .story-blog-row figure img { width: 100%; }
	.our-story .story-blog-row { margin-bottom: 20px !important; padding-top: 30px; }
	.our-story p iframe { height: 390px; }
}

@media(max-width: 559px){
	.our-story p iframe { height: 225px; }
}

@media(max-width: 440px){
	.our-story p iframe { height: 157px; }
}

/* our-story css start */