/* thoma brave css */
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, caption, tbody, tfoot, thead, th, 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; }
/* HTML5 display-role reset for older browsers */
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; }
* { outline: none; }
/* 1.1 Defaults */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, strong { font-weight: bold; margin:0; padding:0; }
i, em { font-style: italic; }
.left { float: left; }
.right { float: right; }
.alignleft { text-align: left; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }
textarea { overflow: auto; }
a { color: #333; text-decoration: none; cursor:pointer; }
a:hover { color: #333; text-decoration: none; }
address { font-style: normal; }
p { font-size: 16px; line-height: 24px; color:#000; margin:0; }
p:empty{display:none;}
img { max-width: 100%; height: auto; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; }
.input, select, textarea { background: #fff; width:100%; height:35px; padding:5px 10px; font-size: 16px; color: #333; line-height: 23px; font-weight:400; font-family: 'Roboto', sans-serif; border:1px solid #eee; float: left; }
/*
.input::-webkit-input-placeholder {color: #333;opacity:1;}
.input:-moz-placeholder {color: #333;opacity:1;}
.input::-moz-placeholder {color:#333;opacity:1;}
.input::-ms-input-placeholder {color: #333;opacity:1;}
.input:-ms-input-placeholder {color: #333;opacity:1;}
*/
html { -webkit-text-size-adjust: 100%; -moz-text-size-adjust: none; -ms-text-size-adjust: 100%;}
.input:focus { border:1px solid #f96400; }
textarea { resize: vertical; }

.btn{background:#f96400; display: inline-block; padding:5px 15px; font-size:16px; color:#fff; line-height:26px; text-align:center; font-weight:500; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; border-radius:3px; border:2px solid #f96400; letter-spacing:1px; }
.btn:hover{background:#fff; color:#f96400;}



/* css */
body {font-size: 18px; line-height:24px; color: #1D2B36; font-family: 'Roboto', sans-serif; font-weight: 400; font-variant-ligatures: none !important;}
/*body.no_scroll{overflow:hidden;}*/
.box{width:100%; max-width:1070px; padding:0 15px; margin: 0 auto;}
/* heading */
.heading{font-size:35px; line-height:45px; font-weight:bold; text-transform:uppercase; margin-bottom:24px; color:#fff;}
.heading.blue{color:#35A5DE;}

/* cta-btn */
.cta-btn{background:#17d980; color:#fff; font-size:13px; text-transform:uppercase; font-weight:700; font-family: 'Roboto', sans-serif; display:inline-block; padding:1px 25px 0 8px; height:23px; line-height:23px; transition: all ease 0.5s; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; -ms-transition: all ease 0.5s; -o-transition: all ease 0.5s; letter-spacing:1.6px; position:relative;}
.cta-btn:after{content:''; border-left:8px solid #fff; border-top:5px solid transparent; border-bottom:5px solid transparent; position:absolute; right:9px; top:50%; margin-top:-4px; transition: all ease 0.5s; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; -ms-transition: all ease 0.5s; -o-transition: all ease 0.5s;}
.cta-btn:hover:after{border-left:8px solid #000;}


/* header */
.header{width:100%; height:120px; float:left; position:absolute; left:0; top:0; z-index:5;}
.header .logo{width:320px; float: left; padding:52px 0 0 52px; }
.header .logo a{display:inline-block; width:100%;}
.header .logo a img,
.header .logo img{width:100%; display:inline-block;}
.hd-tagline{font-size:22px; line-height:30px; font-weight:300; color:#fff; float:right; padding:50px 150px 0 0;}
/* menu-thumb */
.menu-thumb{width:64px; height:36px; float:right; cursor:pointer; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-content: space-between;align-content: space-between; position:absolute; right:51px; top:47px; z-index:5; }
.menu-thumb span{background:#fff; width:100%; height:4px; float:left; display:block; -webkit-border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; border-radius:5px;}
.menu-thumb.hide{display:none;}
.menu-close.show{display:block;}
.header.fixed{background:rgba(0,0,0,.4);}
.header.fixed .logo{padding:35px 0 0 80px;}
.header.fixed .menu-thumb{top:40px;}
.menu-close{width:27px; height:27px; position:absolute; right:65px; top:50px; cursor:pointer; display:none;}
/* nav-menu */
.nav-menu{background:#d1e5ee; width:267px; padding:40px 30px 15px 30px; position:absolute; top:44px; right:48px; -webkit-box-shadow:rgba(0,0,0,.3)0px 0px 5px; -moz-box-shadow:rgba(0,0,0,.3)0px 0px 5px; -ms-box-shadow:rgba(0,0,0,.3)0px 0px 5px; -o-box-shadow:rgba(0,0,0,.3)0px 0px 5px; box-shadow:rgba(0,0,0,.3)0px 0px 5px; display:none; }
.nav-menu li{font-size:15px; line-height:24px; text-transform:uppercase; margin:5px 0;}
.nav-menu li a{color:#707070;}
.nav-menu li a:hover{color:#000;}

/* top-video */
.top-video{background-color:#F3F4F5; width:100%; float:left; position:relative;}
.top-video img{width:100%; text-align:center;}
.top-video video{width:100%!important; height:auto!important;}
.top-video video::-webkit-media-controls-panel {display: none!important; -webkit-appearance: none;}
.top-video video::--webkit-media-controls-play-button {display: none!important; -webkit-appearance: none;}
.top-video video::-webkit-media-controls-start-playback-button {display: none!important; -webkit-appearance: none;}
/* content-box */
.content-box{background-color:#F3F4F5; width:100%; float:left; padding:45px 0 48px;}
.content-box .box{max-width:1010px; text-align:left;}
.content-box h3{font-size:28px; line-height:37px; color:#2B2E34; font-weight:500; padding-bottom:35px; }
.content-box p{font-size:18px; line-height:24px; color:#2B2E34; padding-bottom:17px;}

/* white_area */
.white_area{width:100%; float:left; text-align:center; padding:25px 0 40px;}
/* common */
.white_area .common{width:100%; float:left; padding:25px 0;}
.white_area .common .heading{margin-bottom:10px;}
.white_area .common .heading span{display:block; font-size:25px; line-height:35px; color:#000; font-weight:400; text-transform:initial;}
.white_area .common .value{width:100%; float:left; text-align:center; padding:13px 0 15px;}
.white_area .common .value h3{font-size:80px; line-height:75px; color:#2B2E34; font-weight:400;}
.white_area .common .small_text{width:100%; float:left; font-size:22px; line-height:28px; color:#1D2B36; font-weight:400; display:block; padding:20px 0 10px;}
.white_area .common .logo_wrap{width:100%; float:left; padding-top:10px;}
.white_area .common .logo_wrap ul{width:100%; display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
.white_area .common .logo_wrap li{width:25%; padding:10px; margin:5px 0;}
.white_area .common .logo_wrap li a{display:inline-block;}

/* divider_line css start */
.divider_line{width:100%; float:left; text-align:center; padding:8px 0 15px;}
.divider_line span{width:586px; height:4px; position:relative; display:inline-block;}
.divider_line span:before{content:'';position:absolute;left:2px; top:0;width:50%;height:100%;
background: transparent linear-gradient(270deg, var(--unnamed-color-35a5de) 0%, var(--unnamed-color-ffffff) 100%, var(--unnamed-color-000000) 100%, var(--unnamed-color-000000) 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(270deg, #35A5DE 0%, #FFFFFF 100%, #000000 100%, #000000 100%) 0% 0% no-repeat padding-box;
opacity: 1;}
.divider_line span:after{
content:'';position:absolute;right:2px; top:0;width:50%;height:100%;
background: transparent linear-gradient(90deg, var(--unnamed-color-35a5de) 0%, var(--unnamed-color-ffffff) 100%, var(--unnamed-color-000000) 100%, var(--unnamed-color-000000) 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(90deg, #35A5DE 0%, #FFFFFF 100%, #000000 100%, #000000 100%) 0% 0% no-repeat padding-box;
opacity: 1;}
/* white divider */
.divider_line.white span:before{
background: transparent linear-gradient(270deg, var(--unnamed-color-ffffff) 0%, #FFFFFF00 100%, var(--unnamed-color-000000) 100%, var(--unnamed-color-000000) 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFFFF00 100%, #000000 100%, #000000 100%) 0% 0% no-repeat padding-box;
}
.divider_line.white span:after{
background: transparent linear-gradient(90deg, var(--unnamed-color-ffffff) 0%, #FFFFFF00 100%, var(--unnamed-color-000000) 100%, var(--unnamed-color-000000) 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF00 100%, #000000 100%, #000000 100%) 0% 0% no-repeat padding-box;
}
/* divider_line css end */
.white_area .common.wa_current .heading{margin-bottom:20px;}
.white_area .common.wa_buyout .small_text{padding-top:0px;}
.white_area .common.wa_pending{padding:62px 0 30px;}
.white_area .common.wa_addon .value{padding:0px 0 12px;}
.white_area .common.wa_addon .logo_wrap{padding-top:30px;}
.white_area .common.wa_platform{padding:30px 0;}
.white_area .common.wa_platform .logo_row{width:100%; float:left; text-align:center; padding:15px 0 35px;}
.white_area .common.wa_platform .small_text{padding:0px 0 30px;}
.white_area .common.wa_platform .btm_text{width:100%; float:left; text-align:center; padding:0 70px;}
.white_area .common.wa_platform .btm_text p{font-size:30px; line-height:40px; color:#1D2B36; padding-bottom:22px;}
/* credit_platform */
.white_area .credit_platform{width:100%; float:left; padding:40px 0;}

/* the_news */
.the_news{background:url(assets/images/bg_the_news.jpg)no-repeat center top; background-size:cover; width:100%; float:left; text-align:center; position:relative; padding:53px 0 45px;}
.the_news .box{position:relative; z-index:2;}
.the_news .heading{margin-bottom:35px;}

/* video_area */
.video_area{width:100%; max-width:785px; display: inline-block; margin-bottom:32px;}
.video_area .video_heading{width:100%; float:left; display:block; font-size:25px; line-height:35px; color:#fff; font-weight:700; margin:6px 0 35px;}
.video_area .video_wrap{width:100%; float:left; position:relative; margin-bottom:20px;}
.video_area .video_wrap .video_thumb{width:100%; min-height:150px; float:left; position:relative;}
.video_area .video_wrap .play-btn{display:block; position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); transform:translate(-50%,-50%); cursor:pointer; z-index:1;}
/* pop-up */
.pop-up{background:rgba(55,165,224,1); width:100%; height:100%; position:fixed; left:0; top:0; z-index:10; display:none; overflow:hidden;}
.pop-up .video{position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.pop-up .video .video_in{width:700px; height:auto; padding-bottom:56.25%; position:relative;}
.pop-up .video .video_in iframe, 
.pop-up .video .video_in object, 
.pop-up .video .video_in embed{width:100% !important; height:100%; position:absolute; left:0; top:0; }
.pop-up .close-btn{background:url(assets/images/icon_cross.png)no-repeat center; background-color:#fff; background-size:25px; width:50px; height:50px; position:absolute; right:25px; top:25px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; cursor:pointer; -webkit-box-shadow:rgba(0,0,0,.3)0px 0px 5px; -moz-box-shadow:rgba(0,0,0,.3)0px 0px 5px; -ms-box-shadow:rgba(0,0,0,.3)0px 0px 5px; -o-box-shadow:rgba(0,0,0,.3)0px 0px 5px; box-shadow:rgba(0,0,0,.3)0px 0px 5px;}
.pop-up .close-btn:hover{background-color:#eee;}
.pop-up.show{display:block;}
.video_area p{font-size:22px; line-height:28px; color:#fff; font-weight:500; text-align:left;}
.the_news ul{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.the_news li{width:33.3%; text-align:left; padding:0 25px 37px 0; margin:18px 0; position:relative;}
.the_news li .img_box{width:100%; min-height:62px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; margin-bottom:10px;}
.the_news li p{font-size:22px; line-height:28px; color:#fff; font-weight:700; padding-bottom:17px;}
.the_news li .cta-btn{position:absolute; left:0; bottom:0;}
/* tb-insights */
.tb-insights{background:url(assets/images/bg_tb_insights.jpg)no-repeat center top; background-size:cover; width:100%; float:left; text-align:center; padding:55px 0 71px;}
.tb-insights .podcasts h3{width:100%; font-size:25px; line-height:30px; color:#fff; font-weight:700; padding-bottom:30px;}
.tb-insights .podcasts{width:100%; float:left; padding:12px 25px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.tb-insights .podcasts ul{width:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-left:80px;}
.tb-insights .podcasts li{width:230px; text-align:left; margin:10px 0; position:relative; padding-bottom:30px;}
/*.tb-insights .podcasts li:nth-child(2){width:150px;}*/
.tb-insights .podcasts li .img{margin-bottom:27px;}
.tb-insights .podcasts li h3{font-size:22px; line-height:28px; color:#fff; font-weight:700; padding-bottom:10px;}
.tb-insights .podcasts li .cta-btn{position:absolute; left:10px; bottom:0; padding-right:24px;}
.tb-insights .podcasts li .cta-btn:aftre{right:8px;}

/*========INDUSTRY RECOGNITION=============*/
.industry-new{background:url(assets/images/bg_industry_new.png)repeat-x left top #63d386; width:100%; float:left; padding:57px 0 52px;}
.industry-new .heading{color:#fff;text-align:center;margin-bottom:40px;}
.industry-new .ind-listing{width:100%; float:left; display:flex; flex-flow:wrap; justify-content:center; margin-bottom:8px;}
.industry-new ul{max-width:820px; display:flex; flex-flow:wrap; justify-content:center;}
.industry-new li .textb{width:100%;padding:0 10% 10px 10%;}
.industry-new li .logo-ind{width:100%;min-height:97px;margin-bottom:18px;display: flex;align-items: center;
justify-content: center;}
.industry-new li{width:calc(50% - 20px);margin:10px 10px 50px 10px;text-align:center;position:relative;padding-bottom:37px;}
.industry-new li img{display:inline-block;}
.industry-new li p{color:#fff;font-size:20px;line-height:30px;letter-spacing:0;padding-bottom:0px;}
.industry-new li .cta-btn{position:absolute;bottom: 0px;left: 50%;transform: translateX(-50%);}
.congratulation{width:100%; float:left; text-align:center; padding:42px 0 11px;}
.congratulation p,
.sec-employee p{font-size:26px; line-height:40px; font-weight:400;}
.congratulation p{color:#fff; padding-bottom:24px;}
.industry-new .img_row{margin:0 -40px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.industry-new .img_row .common{width:calc(50% - 56px); max-width:494px; margin:19px 23px;}
.industry-new .img_row .common img{width:100%;}
/*========EMPLOYEE RECOGNITION=============*/
.sec-employee{width:100%; float:left; text-align:center; padding:63px 0 78px;}
.sec-employee p{color:#2B2E34; padding-bottom:32px;}
.sec-employee ul{margin:0 -26px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.sec-employee li{width:calc(50% - 26px); max-width:505px; margin:11px 13px;}
.sec-employee li img{width:100%;}

/* bravo_today */
.bravo_today{background:url(assets/images/bg_bravo_today.png)repeat-y left top; background-size:100%; width:100%; float:left; text-align:center; padding:43px 0 40px;}
.bravo_today .office{width:100%; float:left; margin-bottom:47px;}
.bravo_today .office .top_image{width:100%; float:left; margin:10px 0 28px; position:relative;}
.bravo_today .office .top_image p{padding:0;}
.bravo_today .office .top_image img,
.bravo_today .bt_partner .irina_img img{width:100%;}
.bravo_today .office .top_image .box,
.bravo_today .bt_partner .irina_img .box{position:absolute; left:50%; top:0; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -otransform:translateX(-50%); transform:translateX(-50%);}
.bravo_today .office .top_image .box{height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: flex-end;}
.bravo_today .office .top_image ul{float:right;}
.bravo_today .office .top_image li{width:250px; height:100%; float:left; padding:60px 40px 70px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-content: center; justify-content: center;}
.bravo_today .office .top_image li:nth-child(2){width:200px; padding-right:0; border-left:1px solid #586b81;}
.bravo_today .office .top_image li strong{width:100%; display:block; font-size:96px; line-height:106px; font-weight:700; color:#fff; letter-spacing:-4px; margin-bottom:4px;}
.bravo_today .office .top_image li span{display:block; font-size:20px; line-height:24px; font-weight:700; color:#fff;}
.bravo_today .office .content{max-width:900px;}
.bravo_today .office .h_text,
.bravo_today .full_videorow .video_text_neoline{width:100%; float:left; display:block; font-size:30px; line-height:40px; font-weight:700; color:#fff; margin-bottom:14px;}
.bravo_today .office p,
.bravo_today .bt_partner .content p{font-size:22px; line-height:28px; font-weight:400; color:#fff;}
.bravo_today .bt_partner{width:100%; float:left; margin-bottom:40px;}
.bravo_today .bt_partner .irina_img{width:100%; float:left; position:relative; margin-bottom:32px;}
.bravo_today .bt_partner .irina_img img{-webkit-box-shadow:10px 6px 12px #00000029; -moz-box-shadow:10px 6px 12px #00000029; -ms-box-shadow:10px 6px 12px #00000029; -o-box-shadow:10px 6px 12px #00000029; box-shadow:10px 6px 12px #00000029;}
.bravo_today .bt_partner .irina_img .box{max-width:870px; height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.bravo_today .bt_partner .irina_img strong{display:block; text-align:left; font-size:30px; line-height:40px; font-weight:700; color:#fff; margin-bottom:22px;}
.bravo_today .bt_partner .content{max-width:1000px;}

/* single_testimonial */
.single_testimonial{width:100%; float:left; padding:20px 0 36px;}
.single_testimonial .box{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.single_testimonial .text{background:url(assets/images/inverted_comma1.png)no-repeat left top; width:100%; max-width:860px; padding:3px 65px 52px; float:left; display:block; text-align:left; font-size:28px; line-height:37px; font-weight:700; color:#fff; position:relative;}
.single_testimonial .text,
.single_testimonial .text .rgt_inverted_comma .comma{background-size:45px 32px;}
.single_testimonial .text .rgt_inverted_comma{width:45px; height:15px; position:relative; top:0px; left:20px; position:relative; display:inline-block;}
.single_testimonial .text .rgt_inverted_comma .comma{background:url(assets/images/inverted_comma2.png)no-repeat left bottom; width:45px; height:32px; display:block; position:absolute; left:0; top:0;}
.single_testimonial .name{width:100%; float:left; display:block; font-size:22px; line-height:28px; font-weight:700; color:#16D87F;}

/* congratulations */
.bravo_today .congratulations{width:100%; float:left; padding:30px 0;}
.bravo_today .congratulations .box{max-width:1107px;}
.bravo_today .congratulations p{font-size:30px; line-height:40px; font-weight:400; color:#ffffff;}
.bravo_today .congratulations .collage_image{width:100%; float:left; margin:46px 0 20px; position:relative;}
.bravo_today .congratulations .collage_image .patch{width:16.6%; height:25.2%; position:absolute; left:0; top:25%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.bravo_today .congratulations .collage_image .patch strong{display:block; font-size:65px; line-height:60px; font-weight:700; color:#fff;}
.bravo_today .congratulations .collage_image .patch strong small{display:inline-block; font-size:45px; line-height:40px; font-weight:400; position:relative; top:-10px;}
.bravo_today .congratulations .collage_image .patch strong span{display:block; font-size:28px; line-height:35px; font-weight:500; color:#fff;}

/* full_videorow */
.bravo_today .full_videorow{width:100%; float:left; padding-top:30px;}
.bravo_today .full_videorow .video_text_neoline{text-align:center !important; margin-bottom:35px;}




/*========ESG =============*/
.esg{width:100%;float:left;padding:45px 0 68px 0;}
.esg h2{text-align:center; margin-bottom:28px;}
.esg .imgb,.esg .textb{width:100%;float:left;}
.esg .imgb{padding-bottom:35px;}
.esg .imgb img{box-shadow: 10px 6px 12px #00000029;width: 100%;}
.esg .textb {text-align:center;}
.esg .textb .box{max-width:920px;position: relative;}
.esg .textb .esg-report{width: 117px;text-align: left;position: absolute;top: 0px;right: -140px;}
.esg .textb .esg-report img{box-shadow: 10px 6px 12px #00000029;margin-bottom: 5px;}
.esg .textb .esg-report .cta-btn:after{border-left: 5px solid transparent;border-top: 8px solid #fff;
border-right: 5px solid transparent;}
.esg .textb .esg-report .cta-btn:hover:after{border-top-color:#000;}
.esg .textb p{font-size:22px;line-height:28px;color:#1D2B36;padding-bottom:25px;}
.esg .textb h4{font-size:28px;line-height:37px;color:#35A5DE;font-weight:700;padding:0 85px 35px 85px;}
/*========ESG =============*/


/*========SEO CAREER=============*/
.seo-career{width:100%;float:left;padding:70px 0 90px 0;background:url(assets/images/seo-bg.jpg)no-repeat center top #ffffff;background-size: 100%;}
.seo-career .textb{text-align:center;}
.seo-career .textb img{display:inline-block;margin-bottom:36px;}
.seo-career .textb .seo_image{width:100%; float:left; text-align:center; margin:0;}
.seo-career .textb h3{font-size:35px;line-height:45px;color:#CCC7C7;text-transform:uppercase;font-weight:600;margin-bottom:50px;}
.seo-career .textb h4{font-size:30px;line-height:40px;font-weight:400;margin-bottom:45px;color:#2B2E34;}
.seo-career .textb p{font-size:22px;line-height:28px;color:#2B2E34;font-weight:400;letter-spacing:0;padding-bottom:50px;}
.seo-career .seo-logo h3{font-size:22px;line-height:28px;font-weight:700;margin-bottom:15px;color:#1D2B36;text-align:center;}
.seo-career .seo-logo ul{width:100%;display:flex;flex-flow:wrap;justify-content:center;align-items:center;text-align: center;}
.seo-career .seo-logo li{width:25%;padding:8px;text-align:center;}
.seo-career .seo-logo li img{display:inline-block;}
/*========SEO CAREER=============*/


/* owl-carouse css start *//* owl-carouse css start */
.owl-carousel { display: none; position: relative; width: 100%; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper { display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-item { float: left; overflow:hidden; }
.owl-controls .owl-page, .owl-controls .owl-buttons div { cursor: pointer; }
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.grabbing { cursor: url(grabbing.png) 8 8, move; }
.owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }
.owl-carousel-wrap { width: 100%; float: left; position: relative; padding: 0 60px; }
.owl-carousel-wrap .customNavigation .btn { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; }
/* owl-carouse css end *//* owl-carouse css end */

/* philanthropy */
.philanthropy{width:100%;float:left;background:url(assets/images/philanthropy-bg.svg)no-repeat center top #ffffff;background-size:100%;padding:55px 0 137px 0;}
.philanthropy .box{max-width:1060px;}
.philanthropy .slider{width:100%;float:left;margin-bottom:48px;}
.philanthropy h2{text-align:center; margin-bottom:45px;}
.philanthropy .owl-carousel{width:755px;position:relative;margin: 0 auto;}
.philanthropy .owl-carousel .owl-wrapper-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0,0,0);margin-bottom:23px;}
.philanthropy .owl-carousel .owl-stage {position: relative;}
.philanthropy .owl-carousel .owl-item {min-height: 1px; float: left; text-align:center; position:relative;}
.philanthropy .owl-carousel .owl-item .col{width:100%; float:left;}
.philanthropy .owl-carousel .owl-item .col img{opacity:0;}
.philanthropy .owl-carousel .owl-item.active .col img{opacity:1;}
.philanthropy .owl-pagination{display:flex;justify-content:center;}
.philanthropy .owl-pagination .owl-page{padding: 0px;border: none;background: none;}
.philanthropy .owl-pagination .owl-page span{width:15px;height:15px;border:1px solid #122848;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;cursor:pointer;margin:0 13.5px;display:block;}
.philanthropy .owl-pagination .owl-page.active span{background:#122848;}
.philanthropy .owl-next{width:21px; height:21px; position:absolute;border:none;padding:0px;cursor:pointer;right:50%;background: none; text-indent:-99999px;}
.philanthropy .owl-next span,
.philanthropy .owl-prev span{display:none;}
.philanthropy .owl-next:after{content:"";width:12px; height:12px;border-right:3px solid #cdc7c7;border-bottom:3px solid #cdc7c7;position:absolute;right:3px;transform: rotate(-45deg); } 
.philanthropy .owl-next:before{content:"";width:14px; height:3px;background:#cdc7c7;position:absolute; right:4px;} 
.philanthropy .owl-next:hover:after{border-color:#0c2a44;}
.philanthropy .owl-next:hover:before{background:#0c2a44;}
.philanthropy .owl-prev{width:21px; height:21px; position:absolute;border:none;padding:0px;cursor:pointer;left:50%;background: none; text-indent:-99999px;}
.philanthropy .owl-prev:after{content:"";width:12px; height:12px;border-left:3px solid #cdc7c7;border-bottom:3px solid #cdc7c7;position:absolute;left:3px;transform: rotate(45deg); } 
.philanthropy .owl-prev:before{content:"";width:14px; height:3px;background:#cdc7c7;position:absolute;left:4px;} 
.philanthropy .owl-prev:hover:after{border-color:#0c2a44;}
.philanthropy .owl-prev:hover:before{background:#0c2a44;}
.philanthropy .owl-prev,
.philanthropy .owl-next{bottom:-3px;}
.philanthropy .owl-prev:before,
.philanthropy .owl-next:before{top:9px;}
.philanthropy .owl-prev:after,
.philanthropy .owl-next:after{top:4px;}
/*
.philanthropy .owl-carousel .owl-item .col{opacity:0;}
.philanthropy .owl-carousel .owl-item.active .col{opacity:1;}
*/
/* bottom-box */
.philanthropy .bottom-box{width:100%;float:left;}	
.philanthropy .bottom-box p{font-size:22px;line-height:28px;text-align:center; color:#2B2E34;padding-bottom:50px;}
.philanthropy .bottom-box ul{width: 100%;display: flex;flex-flow: wrap;justify-content: center;align-items: center;text-align: center;}
.philanthropy .bottom-box li{width:20%; padding:10px;}

/* footer *//* footer */
.footer{background:#1c252f; width:100%; float:left; padding:94px 45px 40px 45px; color:#fff;}
.footer .ft-left{width:20%; float:left; padding-right:20px;}
.footer .ft-left .ft-logo{width:100%; float:left; padding-bottom:60px;}
.footer .ft-left .ft-logo img{width:200px;}
/* .footer .ft-left p ~ p{width:170%; font-size:12px; line-height:18px;} */
.footer .ft-right{width:80%; float: left; padding-top:3px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.footer .common{width:20%; float:left; padding-left:10px;}
.footer .common h5{font-size:16px; line-height:22px; font-weight:500; padding-bottom:3px;letter-spacing:0.5px;text-transform:uppercase;letter-spacing: 0px;margin-bottom:15px;}
.footer .common address{font-size:15px; line-height:27px; font-weight:300;letter-spacing:0.6px;color:#b6babd;}
.footer .common address ~ address{margin-top:15px;}
.footer .common address ~ address h5{font-size:10px;margin-bottom:0px;padding-bottom:0px;}
.footer .common address a{color:#b6babd;}
.footer .common address a:hover{color:#fff;}
.footer div#secondary .widget-area.masonry {max-width:1360px;margin:0 auto;}
.footer .common address .italic{font-style:italic;}
.footer .common address p{color:#b6babd;line-height:27px;padding-bottom:8px;}
/* mid-footer */
.mid-footer{width:100%; float:left; border-top:1px solid #4a525a; border-bottom:1px solid #4a525a; padding:29px 0; display:flex; justify-content: space-between; flex-wrap: wrap; margin:90px 0 45px 0;}
/* copy-right */
.mid-footer .copy-right{width:100%; padding-top:25px;}
.mid-footer .copy-right p{font-size:12px; line-height:16px; color:#fff; padding-bottom:15px;}
.mid-footer .copy-right .copy{font-size:16px; line-height:21px; letter-spacing:0.4px; padding-bottom:18px; display:block;}
/* footer-link */
.mid-footer .footer-link{width:calc(100% - 290px);}
.mid-footer .footer-link ul{display:flex; flex-wrap: wrap; justify-content:flex-start;}
.mid-footer .footer-link li{font-size:15px;color:#b6babd;margin:0 16px;}
.mid-footer .footer-link li:first-child{margin-left:0;}
.mid-footer .footer-link li a{color:#b6babd;letter-spacing:0.6px;}
.mid-footer .footer-link li a:hover{color:#fff;}
/* social */
.footer .social{float:right;width:110px;}
.footer .social h5{font-size:24px; font-style:italic; color:#959ca2; font-weight:400; margin-right:8px;}
.footer .social ul{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: flex-end;}
.footer .social li{float:left; margin-left:12px;}
.footer .social li:first-child{margin-right:16px;}
/* ft-content */
.ft-content{width: 100%; float: left;}
.ft-content .inner-box{max-width:960px;margin:0 auto;}
.ft-content h5{font-size:16px; line-height:24px; margin-bottom:15px; font-weight:500;}
.ft-content li, .ft-content p{font-size:14px; line-height:22px; padding-bottom:15px; font-weight:300; color:#fff;}
/* scroll-top *//* scroll-top */
.scroll-top{background:#0c253e; width:48px; height:48px; cursor:pointer; position:fixed; right:10px; bottom:35px; display:none;}
.scroll-top:after{content:''; width:18px; height:18px; border-top:3px solid #fff; border-right:3px solid #fff; position:absolute; left:15px; top:19px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}











/* responsive *//* responsive *//* responsive *//* responsive *//* Responsive */
@media only screen and (max-width:1400px){/*1250*/
.heading{font-size:30px; line-height:40px; margin-bottom:20px;}
/* header */
.header{height:100px;}
.header .logo{padding:30px 0 0 30px;}
.menu-thumb{height:32px; right:30px; top:30px;}
.nav-menu{right:25px; top:25px;}
.menu-close{right:30px; top:30px;}
.hd-tagline{font-size:20px; padding:28px 140px 0 0;}
/* content-box */
.content-box{padding:35px 0 25px;}
.content-box h3{font-size:24px; line-height:34px; padding-bottom:30px;}
.content-box p{padding-bottom:20px;}
.white_area .common .heading span{font-size:23px;}
.value h3{font-size:70px;}
.industry-new{padding:40px 0 35px;}
.sec-employee{padding:40px 0 50px;}
/* tb-insights */
.tb-insights{padding:40px 0;}
.tb-insights .podcasts h3{font-size:22px;}
.tb-insights .podcasts ul{padding-left:60px;}
.tb-insights .podcasts li{padding:0 10px 30px;}
.tb-insights .podcasts li .img{margin-bottom:15px;}
.tb-insights .podcasts li h3{font-size:20px; line-height:26px;}
/* bravo_today */
.bravo_today{padding:40px 0 50px;}
.bravo_today .office .top_image li strong{font-size:80px; line-height:80px;}
.bravo_today .congratulations .collage_image .patch strong{font-size:55px; line-height:40px;}
.bravo_today .congratulations .collage_image .patch strong span{font-size:25px;}
/* esg */
.esg{padding:45px 0 55px;}
.esg .textb .box{max-width:900px;}
.esg .textb .esg-report{right:-130px;}
.seo-career{padding:50px 0;}
.philanthropy{padding:40px 0 60px}
.seo-career .textb h4, .community .textb p, .welcome-box h3, .celebrate h3, .grow h4, .foundations .textb h4{font-size:25px; line-height:35px;}







}
@media only screen and (max-width:1400px){/*1024*/
/* content-box */
.content-box{padding:25px 0 15px;}
.content-box h3{font-size:22px; line-height:32px; padding-bottom:25px;}
.value h3{font-size:55px; line-height:65px;}
/* white_area */
.white_area{padding:15px 0 30px;}
.white_area .common{padding:20px 0;}
.white_area .common .heading span{font-size:20px;}
.white_area .common .value{padding:10px 0;}
.white_area .common .value h3{font-size:65px; line-height:65px;}
.white_area .common .small_text{font-size:20px; padding:15px 0 10px;}
.white_area .common.wa_platform{padding:15px 0;}
.white_area .common.wa_platform .btm_text p{font-size:26px;}
/* credit_platform */
.white_area .credit_platform{padding:30px 0;}
/* the_news */
.the_news{padding:45px 0;}
.the_news li p{font-size:20px;}
/* video_area */
.video_area .video_wrap .play-btn{width:80px; height:80px;}
/* the_news */
.the_news li{padding:0 12px 37px;}
.the_news li .cta-btn{left:12px;}
/* industry-new */
.industry-new .img_row{margin:0;}
.industry-new .img_row .common{width:calc(50% - 30px); margin:15px;}
.industry-new li{margin:10px 10px 40px;}
.congratulation{padding:25px 0 10px;}
/* sec-employee */
.sec-employee ul{margin:0;}
.sec-employee li{width:calc(50% - 30px); margin:15px;}
/* single_testimonial */
.single_testimonial .text{font-size:25px;}
.single_testimonial .text br,
.seo-career .textb p br{display:none;}
/* bravo_today */
.bravo_today .office .top_image ul{padding-right:30px;}
.bravo_today .office .top_image li{padding:30px 40px 40px;}
.bravo_today .office .content{max-width:1070px;}
.bravo_today .congratulations p{font-size:26px; line-height:36px;}
.bravo_today .congratulations .collage_image .patch strong{font-size:45px; line-height:50px;}
.bravo_today .congratulations .collage_image .patch strong small{font-size:37px;}
.bravo_today .congratulations .collage_image .patch strong span{font-size:22px;}
.philanthropy .bottom-box p{font-size:20px;}
/* esg */
.esg{padding:40px 0 50px;}
.esg .textb .box{max-width:1070px; padding-right:180px;}
.esg .textb .esg-report{right:25px;}
.esg .textb p{font-size:20px;}
.esg .textb h4{font-size:26px; line-height:35px; font-weight:600; padding:0 40px 35px;}
/* seo-career */
.seo-career{padding:45px 0;}
/* footer */
.footer{padding:30px 20px;}
.footer .ft-left .ft-logo{padding-bottom:35px;}
.footer .ft-left{width: 100%; padding:0 0 10px;}
.footer .ft-right{width:100%;}
.footer .common{padding:0 10px 0 0;}
.mid-footer{margin:40px 0 30px;}
.mid-footer .footer-link li{margin:0 8px;}
.ft-content .inner-box{max-width:100%;}
.scroll-top{width:35px; height:35px;}
.scroll-top:after{width:10px; height:10px; left:13px; top:14px;}

}
@media only screen and (max-width:1023px){/*768*/
.heading{font-size:25px; line-height:30px;}
/* header */
.header{height:72px;}
.header .logo, 
.header.fixed .logo{max-width:300px; padding:15px 0 0 15px;}
.hd-tagline{font-size:15px; padding:22px 100px 0 0;}
.menu-thumb, 
.header.fixed .menu-thumb{width:50px; height:30px; top:22px; right:15px;}
.nav-menu{right:15px; top:15px;}
.menu-close{width:25px; height:25px; right:23px; top:23px;}
.nav-menu{padding:20px 33px 15px 20px;}
/* content-box */
.content-box h3{font-size:20px; line-height:28px; text-align:justify;  text-align-last:center; padding-bottom:20px;}
.content-box p{text-align:justify; text-align-last:center;}
/* white_area */
.white_area .common{padding:15px 0;}
.white_area .common .value h3{font-size:45px; line-height:55px;}
.white_area .common .small_text{font-size:18px; padding:10px 0 10px;}
.value h3{font-size:45px; line-height:55px;}
.white_area .common.wa_pending{padding:60px 0 15px;}
.white_area .common.wa_platform .btm_text p{font-size:20px; line-height:30px;}
.white_area .common.wa_platform .logo_row{padding-top:0;}
/* credit_platform */
.white_area .credit_platform{padding:25px 0;}
/* the_news */
.the_news{padding:40px 0;}
/*.video_area{max-width:700px;}*/
.video_area p{font-size:20px;}
.video_area .video_heading{margin:5px 0 30px;}
.tb-insights .podcasts li{width:32%;}
/* industry-new */
.congratulation{padding:20px 0 0px;}
.congratulation p,
.sec-employee p{font-size:20px; line-height:30px; padding-bottom:20px;}
.congratulation p br{display:none;}
/* tb-insights */
.tb-insights{padding:25px 0;}
.tb-insights .podcasts h3 {font-size:20px; line-height:28px; padding-bottom:15px;}
.tb-insights .podcasts ul{padding-left:0px;}
.tb-insights .podcasts li{width:25%; text-align:center;}
.tb-insights .podcasts li .cta-btn{left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
/* industry-new */
.industry-new li{margin-bottom:27px;}
.industry-new li p{font-size:16px;line-height:26px;}
.industry-new .divider{margin-bottom:22px;}
.industry-new .img_row .common,
.sec-employee li{width:calc(50% - 20px); margin:10px;}
/* sec-employee */
.sec-employee{padding:35px 0 40px;}
/* bravo_today */
.bravo_today{padding:30px 0;}
.bravo_today .office .top_image li{width:170px; padding:15px 10px 25px;}
.bravo_today .office .top_image li strong{font-size:60px; line-height:60px;}
.bravo_today .office .top_image li span{font-size:18px;}
.bravo_today .office .top_image ul{padding-right:0;}
.bravo_today .office .h_text,
.bravo_today .full_videorow .video_text_neoline{font-size:22px; line-height:32px;}
.bravo_today .office p, 
.bravo_today .bt_partner .content p{font-size:18px; line-height:26px;}
.bravo_today .bt_partner .irina_img strong{font-size:22px; line-height:32px;}
.single_testimonial .text{font-size:22px;}
.single_testimonial .text br{display:none;}
.bravo_today .congratulations p{font-size:22px; line-height:34px;}
.bravo_today .congratulations .collage_image{margin:25px 0 10px;}
.bravo_today .congratulations .collage_image .patch strong{font-size:30px; line-height:35px;}
.bravo_today .congratulations .collage_image .patch strong small{font-size:26px; line-height:24px; top:-3px;}
.bravo_today .congratulations .collage_image .patch strong span{font-size:18px; line-height:25px;}
/* esg */
.esg{padding:30px 0 40px;}
.esg .imgb{padding-bottom:25px;}
.esg .textb h4{font-size:22px; line-height:32px; font-weight:600; padding:0 20px 30px;}
/* seo-career */
.seo-career{padding: 35px 0;}
.seo-career .textb h4{font-size:20px; line-height:30px; margin-bottom:20px;}
.seo-career .textb h4 br{display:none;}
.seo-career .textb p{font-size:18px; line-height:28px; padding-bottom:30px;}
.seo-career .textb p br{display:none;}
.seo-career .seo-logo h3{font-size:20px;}
/* philanthropy */
.philanthropy{padding:35px 0;}
.philanthropy h2{margin-bottom:25px;}
.philanthropy .slider{margin-bottom:30px;}
.philanthropy .owl-carousel{width:100%; max-width:730px; }
/* footer */
.footer{padding:25px 15px;}
.footer .ft-left .ft-logo{padding-bottom:15px;}
.footer .common address,
.footer .common address p{font-size:14px; line-height:20px;}
.mid-footer{margin:30px 0 15px;}
.mid-footer .footer-link{width:100%; padding-bottom:20px;}
.footer .social{width:100%;}
.footer .social ul{justify-content:flex-start;}
.footer .social h5{font-size:22px; margin-right:15px;}
.footer .social li{margin:0 7px;}
.footer .social li a{width:45px; height:45px;}
.footer .social li a img{max-width:20px;}
.mid-footer .copy-right p{font-size:13px;}




}
@media only screen and (max-width:767px){
.heading{font-size:20px; line-height:26px; margin-bottom:15px;}
/* header */
.header {height:auto;}
.header .logo, 
.header.fixed .logo{max-width:180px; padding:11px 0 0 10px;}
.menu-thumb, 
.header.fixed .menu-thumb{width:35px; height:20px; top:13px; right:10px;}
.menu-thumb span{height:4px;}
.nav-menu{width:260px; right:10px; top:10px;}
.menu-close{width:20px; height:20px; right:16px; top:12px;}
.nav-menu{padding:10px 27px 10px 10px;}
.hd-tagline{padding:9px 65px 0 0px;}
/* top-video */
/*
.top-video{padding:130px 0 100px;}
.top-video video{display:none;}
.top-video > img{display:none;}
*/ 
/* content-box */
.content-box{padding:20px 0 10px;}
.content-box h3{font-size:16px; line-height:24px; font-weight:600; text-align: center; text-align-last: inherit; padding-bottom:15px;}
.content-box p{font-size:16px; line-height:24px; padding-bottom:15px; text-align: center; text-align-last: inherit;}
/* white_area */
.white_area{padding:10px 0 20px;}
.white_area .common,
.white_area .common.wa_platform{padding:10px 0;}
.white_area .common .heading span{font-size:16px; line-height:24px; padding-top:5px;}
.white_area .common .value{padding:5px 0;}
.white_area .common .value h3{font-size:35px; line-height:45px;}
.white_area .common .small_text{font-size:16px; line-height:24px;}
.white_area .common .logo_wrap{padding-top:0;}
.white_area .common .logo_wrap li{width:50%; max-width:160px; padding:15px; margin:0;}
.divider_line span{width:75%;}
.white_area .common.wa_current .heading{margin-bottom:15px;}
.white_area .common.wa_pending{padding:40px 0 10px;}
.white_area .common.wa_addon .logo_wrap{padding-top:0;}
.white_area .common.wa_platform .logo_row{padding:15px 15px 25px;}
.white_area .common.wa_platform .logo_row img{width:100%; max-width:300px;}
.white_area .common.wa_platform .small_text{padding:0px 0 15px;}
.white_area .common.wa_platform .btm_text{padding:0;}
.white_area .common.wa_platform .btm_text p{font-size:16px; line-height:24px;}
.white_area .credit_platform{padding:20px 0;}
/* the_news */
.the_news{padding:25px 0 20px;}
.the_news .heading{margin-bottom:20px;}
.video_area{margin-bottom:15px;}
.video_area .video_wrap .play-btn{width:60px; height:60px;}
.video_area p{font-size:16px; line-height:24px; text-align:center;}
.video_area .video_wrap{margin-bottom:15px;}
.video_area .video_heading{font-size:18px; line-height:26px; margin:0px 0 15px;}
.the_news li{width:50%; padding:0 10px 30px; margin:10px 0;}
.the_news li .cta-btn{left:10px;}
.the_news li p{font-size:18px; line-height:24px; padding-bottom:10px;}
.video_area .video_wrap .video_thumb{min-height:80px;}
.pop-up .video .video_in{width:400px;}
.pop-up .close-btn{background-size:15px; width:35px; height:35px;}

/* tb-insights */
.tb-insights{padding:15px 0;}
.tb-insights .podcasts{padding:0px 0 20px;}
.tb-insights .podcasts h3{font-size:18px; line-height:24px; padding-bottom:10px;}
.tb-insights .podcasts ul{justify-content:center;}
.tb-insights .podcasts li{width:50%; max-width:160px; padding:10px 10px 30px; margin:10px 0; text-align:center;}
.tb-insights .podcasts li .img{margin-bottom:10px;}
.tb-insights .podcasts li h3{font-size:16px; line-height:24px;}
.tb-insights .podcasts{padding-bottom:0;}
/* industry-new */
.industry-new{padding:20px 0px;}
.industry-new .heading{margin-bottom:15px;}
.industry-new li{width:100%; margin:20px 0px; padding-bottom:30px;}
.industry-new li .logo-ind{min-height:auto; margin-bottom:15px;}
.congratulation{padding:30px 0 0 0;}
.congratulation p,
.sec-employee p{font-size:16px; line-height:24px; padding-bottom:20px;}
.industry-new li p br{display:none;}
.industry-new .divider{margin:3px 0px 9px;}
.congratulation{padding:10px 0 0 0;}
.industry-new .img_row .common, .sec-employee li{width:calc(50% - 10px); margin:5px;}
/* sec-employee */
.sec-employee{padding:20px 0;}
.sec-employee .heading{margin-bottom:15px;}
.sec-employee p br{display:none;}
.sec-employee li,
.sec-employee .listing.odd li:last-child{width:calc(50% - 10px); margin:5px;}
/* bravo_today */
.bravo_today{padding:20px 0;}
.bravo_today .office p, 
.bravo_today .bt_partner .content p{font-size:16px; line-height:24px;}
.bravo_today .office{margin-bottom:15px;}
.bravo_today .office .top_image{margin:0px 0 20px;}
.bravo_today .office .top_image li:nth-child(2){width:145px;}
.bravo_today .office .top_image li{width:150px; padding:10px 10px;}
.bravo_today .office .top_image li strong{font-size:30px; line-height:32px; letter-spacing:1px;}
.bravo_today .office .top_image li span{font-size:16px; line-height:22px;}
.bravo_today .office .h_text,
.bravo_today .full_videorow .video_text_neoline{font-size:20px; line-height:26px;}
.bravo_today .bt_partner .irina_img strong{font-size:18px; line-height:26px; margin:0;}
.bravo_today .bt_partner .irina_img{margin-bottom:20px;}
.single_testimonial{padding:0px 0 15px;}
.single_testimonial .text, 
.single_testimonial .text .rgt_inverted_comma .comma{background-size:30px 23px;}
.single_testimonial .text{background-position:left 8px; font-size:18px; line-height:26px; padding:10px 45px 20px;}
.single_testimonial .text br,
.bravo_today .congratulations p br{display:none;}
.single_testimonial .text .rgt_inverted_comma{top:0px; left:15px;}
.single_testimonial .text .rgt_inverted_comma .comma{height:23px;}
.single_testimonial .name{font-size:18px;}
.bravo_today .congratulations{padding:6px 0 20px;}
.bravo_today .congratulations p{font-size:18px; line-height:26px;}
.bravo_today .congratulations .collage_image{margin:20px 0 0px;}
.bravo_today .congratulations .collage_image .patch strong{font-size:22px; line-height:28px;}
.bravo_today .congratulations .collage_image .patch strong small{font-size:18px; line-height:16px; top:-3px;}
.bravo_today .congratulations .collage_image .patch strong span{font-size:11px; line-height:18px;}
.bravo_today .full_videorow{padding-top:10px;}
.bravo_today .full_videorow .video_text_neoline{margin-bottom:25px;}
/* esg */
.esg{padding:20px 0;}
.esg h2{margin-bottom:15px;}
.esg .imgb{padding-bottom:15px;}
.esg .textb .box{padding:0 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.esg .textb p{font-size:16px; line-height:24px;}
.esg .textb .esg-report{width:117px; text-align:left; position:inherit; top:inherit; right:inherit; text-align:center;}
.esg .textb h4{font-size:18px; line-height:26px; padding:20px 0;}
/* seo-career */
.seo-career{padding:20px 0;}
.seo-career .textb img{margin-bottom:20px;}
.seo-career .textb h4{font-size:18px;line-height:26px; margin-bottom:15px;}
.seo-career .textb p{font-size:16px; line-height:24px; padding-bottom:15px;}
.seo-career .textb p br{display:none;}
.seo-career .seo-logo h3{font-size:18px; line-height:26px;}
.seo-career .seo-logo li{width:50%; max-width:160px;}
.seo-career .seo-logo li img{max-width:130px;}
/* philanthropy */
.philanthropy{padding:20px 0}
.philanthropy h2{margin-bottom:15px;}
.philanthropy .bottom-box p{font-size:16px; line-height:24px; padding-bottom:20px;}
.philanthropy .slider{margin-bottom:20px;}
.philanthropy .owl-carousel .owl-wrapper-outer{margin-bottom:15px;}
.philanthropy .owl-pagination .owl-page span{margin:0 7px;}
.philanthropy .bottom-box li{width:50%; max-width:160px;}
.philanthropy .owl-dots{padding:0 30px;}
.philanthropy .owl-prev{left:0; margin-left:0 !important;}
.philanthropy .owl-next{right:0; margin-right:0 !important;}
/* footer */
.footer{padding:20px 10px 10px;}
.footer .ft-left {width:100%; padding:0 0 15px; text-align:Center;}
.footer .ft-left .ft-logo{padding-bottom:0px;}
.footer .ft-left .ft-logo img{width:170px;}
.footer .ft-left p{min-height:auto; font-size:14px; text-align:justify;}
.footer .ft-left p ~ p {width: 100%; padding-top:0;}
.footer .ft-right{padding:0;}
.footer .common, 
.footer .common:nth-last-child(2){width:100%; text-align:Center; margin:15px 0; padding:0 5px;}
.footer .common h5{font-size:14px; line-height:18px; padding:0; margin-bottom:10px}
.mid-footer{padding:20px 0; margin:15px 0; text-align:center;}
.mid-footer .footer-link li{font-size:13px;}
.footer .social h5{font-size:18px; margin:0 15px 0 0;}
.mid-footer .footer-link ul,
.footer .social ul{justify-content:center;}
.footer .social li{margin:0 5px;}
.footer .social li a{width:40px; height:40px;}
.footer .social li a img{max-width:18px;}
.ft-content h5{font-size:15px; line-height:22px; margin-bottom:10px;}
.ft-content li, .ft-content p{font-size:13px; line-height:20px; padding-bottom:10px;}
.scroll-top{bottom:10px;}




}
@media only screen and (max-width:479px){/*375*/
	span.hd-tagline{font-size:20px!important;}
.hd-tagline{width:100%; line-height:24px; padding:10px 0 0; text-align:center;}
.video_area{width:100%; max-width:100%;}
.white_area .common.wa_platform .logo_row{padding:0px 15px 20px;}
.white_area .common, .white_area .common.wa_platform{padding:10px 0 0;}
.divider_line{padding:5px 0;}
.the_news li{width:100%; margin:15px 0;}
.the_news li p{font-size:16px; line-height:22px;}
.the_news li .img_box{min-height:auto;}
.pop-up .video .video_in{width:340px;}
.industry-new .img_row .common,
.sec-employee li, 
.sec-employee .listing.odd li:last-child{width:100%; margin:5px 0;}
.bravo_today .office .top_image .box{height:100%;display: flex; align-items: center;}
.bravo_today .office .top_image li{padding:5px 5px;}
.bravo_today .office .top_image li:nth-child(2){width:125px;}
.bravo_today .office .top_image li strong{font-size:25px; line-height:24px;}
.bravo_today .office .top_image li span{font-size:14px; line-height:20px;}
.bravo_today .office .top_image ul{padding:0; display:flex; justify-content:center;}
.single_testimonial .text{padding-right:15px;}
.bravo_today .congratulations .collage_image .patch strong{font-size:18px; line-height:16px; padding-top:0px;}
.bravo_today .congratulations .collage_image .patch strong small{font-size:16px; line-height:14px; top:-2px;}
.bravo_today .congratulations .collage_image .patch strong span{font-size:9px; line-height:14px;}
.philanthropy .owl-pagination .owl-page span{margin:0 5px;}

}
@media only screen and (max-width:374px){
.tb-insights .podcasts li{width:60%;}
.bravo_today .congratulations .collage_image .patch strong{padding-top:2px;}
.pop-up .video .video_in{width:280px;}
.bravo_today .congratulations .collage_image .patch strong span{font-size:8px;}
.footer .common, .footer .common:nth-last-child(2){width:100%;}

}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
.nav-menu {max-height:250px; overflow-y: auto;}
}





