.header{
    height: 80px;
    padding: 0;
    background: #fff;
    z-index: 9999999;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
}
.header + .elementor{
    padding-top: 80px
}
.header-link{
    height: 42px;
    width: 120px;
    background: #283C46;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 11px 0;
    text-align: center;
    font-weight: 700;
}
.header-link:hover{
    text-decoration: none;
    color: #fff;
    background: #3497C4;
    
}

/* MENU */
.mega-menu-item .mega-menu-link {       
    position:relative;
}
.top-menu.mega-current-menu-item > .mega-menu-link:after{
	display: block !important;
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom: 1px;
    margin: auto;
    background:#2A2A2A;
    height:2px;
    border-right: 2px;
    width:15px;
}
.top-menu > .mega-menu-link:after{
    content:'';
    width:15px;
    transition:all 0.4s ease;
    display: block !important;
    left:0;
    right:0;
    bottom: -2px;
    margin: auto;  
}
.top-menu > .mega-menu-link:hover:after{
    display: block !important;
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom: 2px;
    margin: auto;
    background:#2A2A2A;
    height:2px;
    border-right: 2px;
    width:15px;
    transition:all 0.4s ease;
}
.top-menu > .mega-current-menu-item:after{
    display: block !important;
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom: 2px;
    margin: auto;
    background:#2A2A2A;
    height:2px;
    border-right: 2px;
    width:15px;
    transition:all 0.4s ease;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-family: var(--iu);
    letter-spacing: 0.3px
}
.our-thinking-menu ul.mega-sub-menu:before{
    content: 'Resources';
    color: #6A7881;
    font-size: 14px;
    display: inline-block !important;
    margin-bottom: 15px
}
.blogs-menu a{
    position: relative;
}
.blogs-menu a:before{
    content: url('../images/icon-blog.svg'); 
    position: relative;
}
.blogs-menu a:after{
    content:  url('../images/m-arrow.svg') !important;
    position: relative;
    top: 0;
    left: 10px;
    display: inline-block !important;
}
.webinars-menu a{
    position: relative;
}
.webinars-menu a:before{
    content: url('../images/icon-webinar.svg'); 
    position: relative;
}
.webinars-menu a:after{
    content:  url('../images/m-arrow.svg') !important;
    position: relative;
    top: 0;
    left: 10px;
    display: inline-block !important;
}
/* footer */
.footer{
    color: #293034;
    font-size: 14px;
    padding: 80px 0 10px 0;
}
.footer-logo{
    margin-bottom: 30px;
}
.footer-desc{
    font-size: 13px;
    max-width: 200px;
    margin-bottom: 35px !important;
}
.social-list a{
    color: #fff;
    padding: 2px 10px 0 0;
}
.social-list a:hover{
    color: #fff;
    text-decoration: none;
}
.social-list a:before {   
    background-color: rgba(243,243,243,0.15); 
}

.footer-title{
    font-size:16px;
    margin-bottom: 10px;
}
.footer-link-wrap{
    min-height: 160px;
}
.footer-links ul{
    margin-left: 0;
}
.footer-links ul li{
    padding-left: 10px;
    margin-left: -10px;
    list-style-type: none;
    margin-bottom: 5px;
}
.footer-links ul li a{
    margin-left: 0;
    color: #283C46;
    list-style-type: none;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.50px;
}
.footer-links ul li a:hover{
    text-decoration: none;
}
.footer-links ul li::before {   
    background-color: rgba(231, 231, 231, 0.5); 
}
.f-border{
    border-top: 1px solid #D3D6D8;
    margin: 15px auto;
}
.footer-copyright{
    font-size: 13px;
    color: #6A7881;
}
.footer-copyright a, .footer-copyright p{
    font-size: 13px;
    color: #6A7881;
    font-weight: 400;
}
.footer-copyright a:hover{
    font-size: 13px;
    color: #283C46;
    font-weight: 400;
}
/* button */
.btn-primary, .elementor-element[data-widget_type="button.default"] .elementor-button{
    background:#283C46;
    font-size: 14px;
    font-family: var(--iub);
    letter-spacing: 0.5px;
    padding: 0px 30px;    
    border-radius: 0;
    border:none;
    box-shadow:0px 5px 10px 0px rgba(0,0,0,0.2) !important;
    min-height: 45px;
    line-height: 45px;
}
.btn-primary:hover, .elementor-element[data-widget_type="button.default"] .elementor-button:hover{
    background:#283C46;
    box-shadow:none !important
}
.btn-secondary{
    background:#DF8434;
    font-size: 15px;
    font-family: var(--ium);
    letter-spacing: 0.5px;
    padding: 0px 25px;
    min-width: 175px;
    border-radius: 0;
    border:none;
    box-shadow:0px 5px 10px 0px rgba(223,132,52,0.2) !important;
    min-height: 45px;
    line-height: 45px;
}
.btn-secondary:hover{
    background:#DF8434;
    box-shadow:none !important
}
.read-more .elementor-button , .btn-read-more{
    background: none;
    padding: 0;
    color: #283C46;
    font-size: 14px;
    font-weight: 700;    
    position: relative;
}
.read-more .elementor-button:after, .btn-read-more:after{
    content: url('../images/readmore.svg');    
    position: absolute;
    right: -42px;
    top: -2px;
    bottom: 0;
    margin: auto
}
.read-more[data-widget_type="button.default"] .elementor-button, 
.read-more[data-widget_type="button.default"] .elementor-button:hover{
    background:none !important;
    box-shadow:none !important;
    padding: 0;
    min-width: auto;
    font-size: 14px;
    font-family: var(--ium);
    line-height: 1;
}
.read-more:hover .elementor-button-text{
    color: #3497C4;
}
.btn-read-more{
     line-height: 35px;
}

.btn-read-more:hover{
     color: #3497C4;
}


/* contact */
.career-list-card{
    padding: 15px 0 10px 0;
}
.contact-banner{
    padding: 0;
}
a.c-detail{
    color: var(--text-dark);
}
.c-subtitle{
    font-size: 14px;
    font-family: var(--iu);
    margin-bottom: 5px;
    color: var(--text-dark);
}
.contact-hr{
    border-top: 1px solid #E2E2E2;
    margin: 60px 0;
}
.c-detail{
    font-size: 18px;
    font-family: var(--ium);
    margin-bottom: 0;
    color: var(--text-dark);
}
.connect-list li{
    list-style-type: none;
    width:30%;
    float: left;
    font-size: 16px;
    font-family: var(--iu);
    margin-bottom: 25px;
}
.connect-list li a{
    color: #3A3A3A;
}
.contact-left-wrap{
    background: #FCF7F2;
}
.contact-left{
    width: 70%;
    margin: 100px auto;
    position: relative;
}
.contact-left:after{
    content: '';
    position: absolute;
    background: url(../images/arrow-long.svg);
    width: 40px;
    height: 12px;
    right: 0;
    bottom: -130px;
}
.contact-right{
    padding: 100px;
    background: #fff;
}
.contact-form .form-control{
    font-size: 14px;
    font-family: var(--iu);
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #5D5D5D;
}
.form-control:focus{
    box-shadow: none;
}

/* checkbox */
input[type=checkbox] {
  display: none;
}
input + label {
  display: block;
  float: left;
  border: 1px solid #707070;
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  color: #5D5D5D;
  margin-right: 15px;
}
input:checked + label {
    border-color: #000;
    background: #fff;
    color: #000;
    font-size: 13px;
}
input:checked + label:before {
  opacity: 1;
}
input:checked + label:after {
  opacity: 1;
  border-color: #000;
}
input[type="checkbox"] + label {
    margin: 0 15px 15px 0;
}
/* radio */
.InputGroup {
    display: inline-block;
}
input[type="radio"] {
    visibility: hidden; /* 1 */
    height: 0; /* 2 */
    width: 0; /* 2 */
}
label {
    display: flex;
    flex: auto;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background-color: var(--color-gray);
    color: white;
    padding: 5px 10px;
    transition: color --transition-fast ease-out,
                background-color --transition-fast ease-in;
    user-select: none;
}
label:last-of-type {
    margin-right: 0;
}
input[type="radio"]:hover:not(:checked) + label {
    color: var(--color-black);
}


/* new style */
.banner-section{
    position: absolute;   
    top: 50%;
    transform: translateY(-50%); 
}
/* about */
.mission-box{
    padding: 30px 10px;
    background:rgba(255,255,255,0.59);
    border-radius: 13px;
    margin-right: 30px;
    text-align: center;
    width: 115px;
}
.mission-box:last-child{
    margin-right: 0px;
}
.team-structure img{
    height: 55px;
    object-fit: contain;
}
.team-wrap{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 60px;
    margin-top: 25px;
    position: relative;
}
.team-wrap:before{
    content: url('../images/team-dot-1.svg');
    position: absolute;
    right: -85px;
    top: -75px;
}
.team-wrap:after{
    content:  url('../images/team-dot-2.svg');
    position: absolute;
    left: -85px;
    bottom: -85px;
}
.team-box {
    background: #fff;
    border: 1px solid #ECECEC;
    padding: 20px;
    z-index: 1;
}
.team-box img{
    margin:0 auto 20px 0;
}
.team-box p{
    color: #293034;
    margin-bottom: 0;
}
.service-wrap-header{
    position: relative;
}
.service-wrap-header:after{
    content:'';
    background: url('../images/team-dot-5.svg');
    background-size: 100% 100%;
    width: 92px;
    height: 85px;
    position: absolute;
    right: 0;
    top: -60px;
}

/*cx design*/
.findout{
    background-image: url('../images/find-out-pink.svg');
    background-color: #FFF2F2;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: relative;
}
.findout:before{
    content: url('../images/fo-path-left.svg'); 
    position: absolute;   
    left: 0;
    top: 0
}
.findout:after{
    content: url('../images/fo-path-right.svg');    
    position: absolute; 
    right: 0;
    bottom: -5px
}
.findout p{
    margin-bottom: 30px
}
.border-top-box{
    padding: 30px;
    margin: 15px;
    border: 1px solid #F2F2F2;
    border-top:7px solid #BCD9BC;
}

#mega-menu-wrap-primary #mega-menu-primary p{
    font-size: 13px;
    color: #6A7881
}
#mega-menu-wrap-primary #mega-menu-primary h6{
    font-size: 14px;
}
/*linepart*/
.line-part-1:after, .line-part-2:after, .line-part-3:after, .line-part-4:after{
	content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: 25%;
    top: 0;
    background: url('../images/dashed.png') repeat-y;
}
.line-part-5:after{
	content:'';
    position: absolute;
    top: -145px;
	right: 25%;
    background: url('../images/expertise-line.svg');
    width: 570px;
    height: 1898px;
}
/*brand*/
.client-logo-container{
    margin-top: 30px;
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.client-logo-container img{
    
}
/*approach*/
.approach-wrap{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 60px;
    position: relative;
}
.approach-wrap img{
    height: 55px;
    object-fit: contain;
}
.approach-wrap h5{
    font-size: 20px;
    margin-top: 100px;
    margin-bottom: 15px
}
.approach-wrap:before{
    content: '';
    background: url('../images/apline.svg');
    position: absolute;
    top: 75px;
    left: 5px;
    right: auto;
    width: 100%;
    height: 29px;
    background-size: 86%;
    background-repeat: no-repeat;
}
.expertise-left-box .elementor-widget-wrap.elementor-element-populated {
    background: #fff;
    padding: 20px 60px !important;
    position: absolute;
    right: -60px;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 280px;
}
.expertise-left-box:before{
    content: '';
    background: url('../images/team-dot-3.svg');
    background-size: 100% 100%;
    position: absolute;
    left: -20px;
    bottom: -50px;
    width: 150px;
    height: 164px
}
.expertise-right-box .elementor-widget-wrap.elementor-element-populated {
    background: #fff;
    padding: 20px 60px !important;
    position: absolute;
    left: -60px;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 280px;
}
.expertise-right-box:before{
    content: '';
    background:url('../images/team-dot-4.svg');
    background-size: 100% 100%;
    position: absolute;
    right: -20px;
    bottom: -50px;
    width: 150px;
    height: 164px
}

/*footer*/
.footer-cta{
    background: url('../images/footercta.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 60px 0 40px 0;   
}
.footer-cta p{
    font-size: 14px;
    font-size: 500
}   
.footer-cta h3{
    font-size: 22px;
    font-weight: 700
}
/*blog*/
.head-spacer{
    padding:80px 0 0 0
}
.blog-header{
    background:#EFEFFF;
    padding: 140px 0 300px 0;
    position: relative;
}
.blog-header h1{
    margin-bottom: 20px
}
.blog-header h5{
    font-size: 16px;
    font-weight: normal;
}
.cf-image img{
    width: 100%
}
.entry-content h4, .entry-content h5, .entry-content h6 {
    margin-top: 0;
    margin-bottom: 0
}
.singular .entry-header, .post-inner, .entry-content section, .post-inner section{
    padding:0;
}
.featured-blog{
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 30px;
    border: 1px solid #ECECEC;
    bottom: -60px;
}
.img-zoom img{
    width: 100%
}
.custom-hr{
    margin: 20px auto;
    border-top: 1px solid #ECECEC
}
.tag-list p, .tag-list ul{
    margin-right:23px;
    margin-left: 0;
    margin-bottom: 0
}
.tag-list p, .tag-list li a{
    color: #3497C4 !important;
    font-size: 14px;
    font-family: var(--ium);
}
.dot{
    width: 3px;
    height: 3px;
    background: #3497C4;
    border-radius: 3px;
    position: relative;
    left: -10px;
}
.latestblog-title h2{
    font-size: 18px;
    margin-bottom: 15px
}
.card-box{
    padding:20px;
    background: #fff;
    border: 1px solid #ECECEC
}
.card-box img{
    height: 157px;
    object-fit: cover;
}
.card-title h4{
    font-size: 18px;
    margin-top: 20px
}
.card-box .tag-list{
    margin: 20px 0
}
.section{
    padding: 30px 0;
}
.mt-100{
    margin-top: 100px
}
.subscribe-form{
    position: relative;
    padding: 0;
    max-width: 470px;
    margin: 30px auto;
}
.subscribe-form label{
    padding: 0;
    margin: 0
}
.subscribe-form input{
    font-size: 15px;
    padding: 15px;
}
.subscribe-form input[type="email"]{
    height: 55px
}
.subscribe-form .es_submit_button{
    position: absolute;
    top: 4px;
    right: 4px;
    background: #283C46;
    font-size: 14px;
    font-family: var(--iub);
    text-transform: capitalize;
    width: 122px;
}
.subscribe-form .es_submit_button:hover{
    text-decoration: none;
}
.subscribe-form input:focus-within, .subscribe-form input:focus{
    border:1px solid #EFEFEF 
}
/*webinar*/
.webinar-header{
    background: url(../images/webinar-bg.png) no-repeat;
    padding: 120px 0 240px 0;
    position: relative;
    background-size: cover;
    background-position: right;
}
.featured-webinar{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -80px;
}
.webinar-card{
    background: #fff;
    padding: 50px 180px 50px 50px;
}

.webinar-card h4{
    font-size: 20px
}
.max-content{
    width: max-content
}

.webinar-banner-image{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
}
.webinar-banner-image img{
    height: 100%;
    object-fit: contain;
}
.webinar-grid{
    padding: 0;    
    position: relative;
    top: -140px;
    /*background: url(../images/webinar-grid-bg.png) no-repeat;*/
    background-position:center bottom;
    background-size: cover;
}
.webinar-date{
    font-size: 14px;
    color: #6A7881;
    margin-top: 20px
}
.webinarhome-card{
    padding:40px 0;
    background: linear-gradient(90deg, #FFF4EB 80%, #fff 0%)
}
.webinarhome-card h5{
    letter-spacing: 0.5px
}
.webinarhome-banner-image img{
    width: 100%
}


/*blog detail page*/
.blog-inner-banner{
    background:linear-gradient(180deg, #FBF1FF 60%,#fff 0%);
    padding: 180px 0 0px 0
}

/*category*/
.reduced-spacing .archive-header {
    padding: 100px 0;
    background:#FBF1FF;
}
.archive-title{
    font-size: 40px
}
.content-header{
    background:#F7F7F7; 
    padding-top: 180px;
}
.error404 #site-content {
    padding: 8rem 0;
}

/*footer home*/
.our-mission{
	display: none
}

.focus-area > .elementor-container:after{
	content: url('../images/grey-dot.svg');
	position: absolute;
	bottom: 0;
	left: 0;
}
.map-height, 
.map-height .elementor-widget-container,
.map-height .elementor-custom-embed,
.map-height iframe{
	height: 100%
}

.see-all-blog a{
	display: flex;
	align-items: center;
	color: #283C46;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.6px;
	justify-content: center;
}
.see-all-blog a img{
	margin-left:10px
}
.see-all-blog a:hover{
	color: #3497C4 
}

.leader-liz{
    background: linear-gradient(#fff 35%, #F0F2FD 0%);
    position: relative;
}
.leader-liz:before{
    content: '';
    background: url('../images/leader-dot.svg');
    background-size: 100% 100%;
    position: absolute;
    width: 150px;
    height: 164px;
    left: -15px;
    top: 70px;
}
.leader-liz:after{
    content: '';
    background: url('../images/quote.svg');
    background-size: 100% 100%;
    position: absolute;
    width: 122px;
    height: 111px;
    right: 40px;
    top: 70px;
}

.footer .emaillist{
    display: none
}