/**********************************************
Mixin
***********************************************/

/* Font Family Start */

/* Font Family End */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

@font-face {
font-family: 'Lato-Medium';
src: url('../fonts/lato-medium-webfont.woff2') format('woff2'),
        url('../fonts/lato-medium-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

body {
font-size: 16px;
margin: 0px;
padding: 0px;
color: #000;
line-height: normal;
background: #fff;
font-family: 'Lato', sans-serif;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 0px solid slategrey;
}
body.overflow-body {
overflow: hidden;
}

html, body {
height: 100%;
scroll-behavior: unset;
}

:root {
/* scroll-behavior: unset; */
}

a, input, button, textarea {
outline: none !important;
}


a {
transition: all ease-in-out 300ms;
-webkit-transition: all ease-in-out 300ms;
-ms-transition: all ease-in-out 300ms;
-o-transition: all ease-in-out 300ms;
-moz-transition: all ease-in-out 300ms;
text-decoration: none !important;
color: #2a3d90;
}

a:hover {
color: #7f8080;
}

p, ul li, ol li {
    font-size: 18px;
    line-height: 28px;
    color: #4A5271;
    margin: 0;
}
p { margin-bottom: 10px; }

h1 {
font-weight: 700;
font-size: 54px;
line-height: 65px;
color: #2C2C2C;
}

h2 {
font-weight: 900;
font-size: 54px;
line-height: 65px;
letter-spacing: -0.03em;
color: #2C2C2C;
}

h3 {
font-weight: 700;
font-size: 38px;
line-height: 46px;
color: #2C2C2C;
}

h4 {
font-weight: 800;
font-size: 36px;
line-height: 43px;
color: #2C2C2C;
}

h5 {
font-weight: 700;
font-size: 24px;
line-height: 29px;
color: #2C2C2C;
}

h6 {
font-weight: 700;
font-size: 20px;
color: #2C2C2C;
}
body .text-left{
text-align: left;
}
body .text-right{
text-align: right;
}
body .text-center{
text-align: center;
}
.btn {
font-weight: 700;
font-size: 20px;
line-height: 19px;
color: #FFFFFF;
}

.btn-primary {
background: #3CB4E5;
border-radius: 4px;
width: auto;
padding: 16px 19px 16px;
border: none;
color: #F5F7FA;
}
.btn-large {
width: 200px;
padding: 20px 13px 21px;
border: none;
}

.btn-primary:hover {
background: #3CB4E5;
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
border-radius: 4px;
}

.btn-secondary {
border: 2px solid #3CB4E5;
box-sizing: border-box;
border-radius: 4px;
background: transparent;
color: #3CB4E5;
width: auto;
padding: 12px 13px 13px;
}

.btn-secondary:hover {
border: 2px solid #009EDE;
box-sizing: border-box;
border-radius: 4px;
background: transparent;
color: #009EDE;
}
.btn-capsule {
background: #FFFFFF;
border: 1px solid #323A45;
box-sizing: border-box;
border-radius: 32.5px;
padding: 13px;
color: #323A45;
}

.btn-capsule:hover {
background: #323A45;
border-color: 1px solid #323A45;
color: #fff;
}
.btn-black {
background: #323A45;
border-color: 1px solid #323A45;
color: #fff;
}

.link {
font-weight: 500;
font-size: 18px;
line-height: 19px;
text-align: center;
color: #3CB4E5;
}

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

.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
font-weight: 900;
font-size: 56px;
line-height: 67px;
letter-spacing: -0.03em;
color: #2C2C2C;
margin: 0;
}

.main-title {
padding: 0 0 27px;
margin: 0 0 38px;
position: relative;
}

.main-title:after {
background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
border-radius: 2px;
width: 109px;
height: 4px;
content: "";
display: block;
position: absolute;
bottom: 0;
}

.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
font-weight: 900;
font-size: 54px;
line-height: 62px;
letter-spacing: -0.03em;
/*text-transform: capitalize;*/
color: #2C2C2C;
margin: 0;
}

.single-news .blog-detail-main {
    margin-bottom: 85px;
}

.white-title h1, .white-title h2, .white-title h3, .white-title h4, .white-title h5, .white-title h6 {
color: #fff;
}


.sub-title h1, .sub-title h2, .sub-title h3, .sub-title h4, .sub-title h5, .sub-title h6 {
font-weight: 900;
font-size: 28px;
line-height: 36px;
/*text-transform: capitalize; */
color: #FFFFFF;
margin: 0;
}

.account-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 700;
}
.account-btns .solid_link {
    background-color: #3CB4E5;
    color: #fff;
    border-radius: 65px;
    padding: 10px 25px;
    font-weight: 400;
	transition: 0.5s;
}
.account-btns .solid_link:hover{
	background-color: #59c8f3;
}
.account-btns .trans_link{
	color: #2c2c2c;
}
.account-btns .trans_link:hover{
	color: #57B6DD !important;
}
    

/*Audio Player Start*/
.audio_loop {
    margin-top: 29px;
}
.audio-player {
    height: auto;
    width: 100%;
    font-size: 0.75em;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .timeline { cursor: pointer;
    background: #323A45;
    border-radius: 5.5px;
    height: 11px;
    max-width: 100%;
    flex: 1;
  }
  .timeline .progress {
    background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
    border-radius: 5.5px;
    height: 100%; cursor: pointer;
  }
  .controls {
    display: none;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 20px;
  }
  .controls > * {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .toggle-play {
    width: 45px;
    height: 45px;
    background: linear-gradient(90.05deg, #50ACEF 0%, #3BE3A7 100%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
  }
  .toggle-play::before{
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
        background:  url(../images/play-1.svg) no-repeat center center;
  }
  .toggle-play.pause-custom::before{
      background:  url(../images/pause.svg) no-repeat center center;
}
  .pause {
    cursor: pointer;
    position: relative;
    
  }
  .time {
    display: flex;
    margin: 0 20px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #4A5271;
    font-weight: 500;
}
  .time > * {
    padding: 2px;
  }
  .volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
  }
  .volume-button {
    height: 26px;
    display: flex;
    align-items: center;
  }
 .volume {
    transform: scale(0.7);
  }
  .volume-slider {
    position: absolute;
    left: -3px;
    top: 15px;
    z-index: -1;
    width: 0;
    height: 15px;
    background: white;
    box-shadow: 0 0 20px #000a;
    transition: 0.25s;
  }
  .volume-percentage {
    background: coral;
    height: 100%;
    width: 75%;
  }
  .volume-container:hover .volume-slider {
    left: -123px;
    width: 120px;
  }
/*Audio Player End*/
@media screen and (min-width: 767px) {
    .option1 span { font-size: 30px !important; }
    .option2 span { font-size: 34px !important; }
}


.section-title span {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    /* text-transform: capitalize; */    
    color: #3CB4E5;
}
.section-title span a {
    color: #3CB4E5;
}
.text-icon-box {
    position: relative;
}

.testi-content-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left !important;
    align-items: start;
    justify-content: start;
}
.testi-content-more {
    display: none;
}
.testi-content-read-more-less-cta {
	text-align: left !important;
	margin: 0 0 15px;
}
.testi-content-read-more-less-cta a {
	color: #000000;
    font-weight: bold;
}
span.testi-content-read-more-less-cta-title {
    color: #000000;
    font-weight: bold;
}

.sub-title {
	padding: 0 0 40px;
}

.black-title h1, .black-title h2, .black-title h3, .black-title h4, .black-title h5, .black-title h6 {
color: #000000;
}



.section-title {
padding: 0 0 24px;
margin: 0 0 38px;
position: relative;
text-align: center;
}

.section-title:after {
background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
border-radius: 2px;
width: 65px;
height: 4px;
content: "";
display: block;
position: absolute;
bottom: 0;
margin: 0 auto;
left: 0;
right: 0;
}

.section-title.text-start:after {
left: 0;
margin: 0;
}

.header {
/* position: absolute; */
top: 0;
left: 0;
right: 0;
padding: 0 38px 0 28px;
position: relative;
position: fixed;
background: #fff;
z-index: 999;
}

.header.header-sticky {
box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
}

.navbar-nav .nav-item {
padding: 0 13px;
}

.navbar {
padding: 0;
}

.navbar-brand {
padding: 0;
margin: 0;
}

.navbar-nav .nav-item:first-child {
padding-left: 0;
}

.navbar-nav .nav-item:last-child {
padding-right: 0;
}

.navbar-nav .nav-link {
font-size: 16px;
line-height: 16px;
color: #2c2c2c;
font-weight: 700;
padding: 0 !important;
text-transform: capitalize;
padding: 38px 0px !important;
}

.navbar, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
position: static;
}

.yamm .container {
position: relative;
}

.yamm .dropdown-menu {
left: auto;
background: transparent;
box-shadow: none;
border-radius: 0;
border: none;
margin: 0;
max-width: 100%;
padding: 0;
left: 0;
right: 0;
background: #FFFFFF;
box-shadow: 0px 8px 12px 4px rgba(0, 0, 0, 0.02);
-webkit-transition-property: opacity,-webkit-transform;
transition-property: opacity,-webkit-transform;
-o-transition-property: opacity,transform;
transition-property: opacity,transform;
transition-property: opacity,transform,-webkit-transform;
-webkit-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
-webkit-transform: translate3d(0, 100px, 0);
transform: translate3d(0, 100px, 0);
display: block !important;
opacity: 0;
visibility: hidden;
top: 100%;
box-shadow: 0px 40px 40px 4px rgba(0, 0, 0, 0.1);
}

.yamm .dropdown-menu:after {
/* position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
background: #fff; */
}

.yamm .dropdown-menu.show {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
visibility: visible;
}

.yamm .dropdown-menu .yamm-content {
border: none;
padding: 54px 90px 70px;
position: relative;
}
.yamm .dropdown-menu .yamm-content:after {
position: absolute;
right: 50px;
top: 36px;
bottom: 0;
background: url("../images/menu-pattern.png");
content: "";
width: 96px;
height: 213px;
}

.menu-left [class*=col-] {
padding: 0 25px;
}

.menu-left .row {
margin: 0 -25px;
}

.menu-block img {
border-radius: 10px;
margin: 0 0 16px;
width: 100%;
}

.menu-block h6 {
font-weight: 700;
font-size: 18px;
line-height: 22px;
color: #2C2C2C;
margin: 0 0 12px;
}

.menu-block p {
font-size: 12px;
line-height: 18px;
color: #4A5271;
margin: 0;
}

.navbar-nav .nav-link:hover {
color: #57B6DD;
}

.menu-right .m-title {
font-weight: 900;
font-size: 28px;
line-height: 34px;
text-transform: capitalize;
color: #323A45;
margin: 0 0 28px;
}

.menu-right {
margin-top: -15px;
padding-left: 75px;
}

.menu-right ul {
padding: 0;
margin: 0;
list-style-type: none;
display: block;
position: relative;
/* columns: 2;
-webkit-columns: 2;
-moz-columns: 2; */
}

.menu-right ul .sub-menu a {
position: relative;
}
.menu-right ul .sub-menu>a:after {
background: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7.5L1 14' stroke='black'/%3E%3C/svg%3E%0A");
width: 7px;
height: 13px;
content: "";
position: absolute;
top: 10px;
right: 12px;
background-size: contain;
}
.menu-right ul .sub-menu>a:hover:after {
background: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7.5L1 14' stroke='white'/%3E%3C/svg%3E%0A");
background-size: contain;
}

.menu-right ul li ul.sub-dropdown {
position: absolute;
left: 100%;
/* left: 50%; */
width: 100%;
/* width: 50%; */
top: 0;
transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
-ms-transform: translateX(10px);
transform: translateX(10px);
opacity: 0;
display: block;
background: #fff;
z-index: 999;
}

/* .menu-right ul li.sub-menu + li,
.menu-right ul li.sub-menu + li+li,
.menu-right ul li.sub-menu + li+li+li,
.menu-right ul li.sub-menu {
clear: both;
}

.menu-right ul li ul.sub-dropdown li {
width: 100%;
float: none;
} */

.menu-right ul li.sub-menu:hover ul.sub-dropdown {
opacity: 1;
visibility: visible;
-ms-transform: translateX(0);
transform: translateX(0);
}

.menu-right ul > li {
padding: 0;
margin: 0;
list-style-type: none;
display: block;
/* width: 50%;
float: left; */
}

.menu-right ul > li:nth-child(1), .menu-right ul > li:nth-child(2), .menu-right ul > li:nth-child(3), .menu-right ul > li:nth-child(4), .menu-right ul > li:nth-child(5) {
/* width: 50%;
float: left; */
/* clear: both; */
}

.menu-right ul li a {
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #000000;
padding: 9px 12px 10px;
display: block;
border-radius: 8px;
}

.menu-right ul li a:hover {
background: #3CB4E5;
color: #fff;
}

.right-menu {
padding: 0;
margin: 0;
display: flex;
list-style-type: none;
margin-left: 14px;
}

.right-menu .search {
background: transparent;
border: none;
margin-right: 20px;
}

.right-menu li:last-child {
/* padding-left: 10px; */
}

.right-menu li a {
font-weight: 700;
font-size: 16px;
line-height: 19px;
color: #3CB4E5;
text-transform: capitalize;
}

.right-menu .log-in a {
border: 1px solid #3CB4E5;
box-sizing: border-box;
border-radius: 22.5px;
padding: 9px 14px;
}

/************* homepage start **************/

.main-banner {
margin: 180px 0 75px;
}

.main-banner .top-label {
	margin-bottom: 12px;
}

.main-banner .top-label {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #FFFFFF;
	padding: 6px 22px 6px 22px;
	background: linear-gradient(90.05deg, #50ACEF 0%, #3BE3A7 100%);
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 0;
}
.main-banner .top-label p {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #FFFFFF;
	margin-bottom: 0;
}

/* .main-banner p {
margin: 0 0 37px;
} */

.main-banner .link {
margin: 20px 0 0;
display: inline-block;
}

.main-banner .link:hover {
color: #2a3d90;
}
.main-banner .btn-primary {
margin-right: 17px;
}

.main-banner .play-btn {
padding: 38px 0 0;
}

.main-banner .play-btn a {
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #606060;
}
.main-banner .play-btn a svg {
margin-right: 12px;
}

.banner-img {
text-align: center;
margin-top: 40px;
}
.webinar-detail p {
    width: 84%;
    font-size: 15px;
    line-height: 22px;
}
.webinar-detail ol li, .webinar-detail ul li {
    font-size: 15px;
    line-height: 22px;
}

.banner-img .image {
display: inline-block;
position: relative;
}

.banner-img .image img {
border-radius: 12px;
}

.banner-img .image:before {
width: 213px;
height: 96px;
background: url("../images/dots-top.png");
position: absolute;
top: -40px;
left: -58px;
content: "";
z-index: -1;
/* transform: rotate(-90deg); */
}

.banner-img .image:after {
width: 213px;
height: 96px;
background: url("../images/dots-bottom.png");
position: absolute;
bottom: -40px;
right: -88px;
content: "";
z-index: -1;
/* transform: rotate(-90deg); */
}

.main-banner .down-arrow {
margin-top: 35px;
display: flex;
align-items: center;
justify-content: center;
}

.work-column ul {
display: block;
padding: 0;
margin: 0;
list-style-type: none;
}
.work-column ul li {
display: block;
padding: 0;
margin: 0;
list-style-type: none;
padding: 0 0 45px 20px; 
position: relative;
}

.work-column ul li:after {
position: absolute;
left: 0;
top: 10px;
background: #3CB4E5;
border-radius: 50%;
height: 8px;
width: 8px;
content: "";
}

.work-column ul li:last-child {
padding-bottom: 0;
}

.work-column ul li h6 {
line-height: 24px;
/*text-transform: capitalize;*/
color: #FFFFFF;
margin: 0 0 12px;
}

.work-column ul li p {
font-size: 14px;
line-height: 20px;
color: rgba(255, 255, 255, 0.6);
margin-bottom: 0;
}

.work-with-you .section-title h2 {
color: #FFFFFF;
}

.work-with-you {
padding: 82px 0 95px;
background: radial-gradient(50% 50% at 50% 50%, #20385C 0%, #132136 100%);
margin-bottom: 30px;
}
.work-with-you .section-title {
padding-bottom: 29px;
margin-bottom: 20px;
}
.skill-left .section-title span {
padding-bottom: 11px;
display: inline-block;
width: 100%;
}

.work-with-you [class*=col-]:nth-child(1) .work-column .sub-title,
.work-with-you [class*=col-]:nth-child(1) .work-column {
text-align: right;
}

.work-with-you [class*=col-]:nth-child(1) .work-column ul li {
padding-left: 0;
padding-right: 20px;
}
.work-with-you [class*=col-]:nth-child(1) .work-column ul li:after {
left: auto;
right: 0;
}

.work-column.work-image {
text-align: center;
padding-top: 30px;
}

.upskill-fullwidth .col-lg-5,.upskill-fullwidth .col-lg-7{width: 100%;}
.upskill-fullwidth .section-title.text-start{ text-align: center!important;}
.upskill-fullwidth .section-title.text-start:after{ right: 0; margin: auto;}
.upskill.upskill-fullwidth .skill-right ul{ justify-content: center; display: flex; flex-wrap: wrap;}
.upskill .skill-right ul {
padding: 0;
margin: 0;
list-style-type: none;
display: block;
}
.skill-right {
padding-left: 0;
}
.upskill-fullwidth {padding-top: 0 !important; }
.upskill {
    padding: 50px 0 70px;
}
.upskill .skill-right ul li {
padding: 0 12px 19px 0;
margin: 0;
list-style-type: none;
display: inline-block;
}
.upskill .skill-right ul li a {
font-weight: 700;
font-size: 18px;
line-height: 22px;
text-align: center;
text-transform: capitalize;
color: #000000;
border: 1px solid #3CB4E5;
box-sizing: border-box;
border-radius: 32px;
display: block;
padding: 19px 23px 22px;
}

.upskill .skill-right ul li a:hover {
background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
}   

.help-you {
padding: 20px 0 70px;
}

.help-you .section-title {
padding-bottom: 39px;
margin-bottom: 25px;
}

.help-you .see-more {
position: relative;
z-index: 99;
margin: -24px auto 0 auto;
max-width: 160px;
}

.help-you p {
font-weight: 500;
font-size: 18px;
line-height: 26px;
text-align: center;
color: #606060;
margin-bottom: 0;
}

.help-item h6 {
color: #2C2C2C;
margin: 20px 0 0;
}
.help-item h6 a {
color: #2C2C2C;
}

.help-you .slick-slider .slick-list {
margin: 0 -23px;
}

.help-item img {
border-radius: 12px;
width: 100%;
}

.help-item {
padding: 0 23px;
}

.help-you .slick-slider {
padding: 54px 0 65px;
}

.slick-slider .slick-arrow {
position: absolute;
bottom: 0;
z-index: 99;
}

.slick-slider .slick-next {
right: 0;
}
.slick-slider .slick-prev {
right: 60px;
}
.slick-slider .slick-dots {
position: absolute;
bottom: 12px;
left: 0;
 display: none;
z-index: 9;

}
.slick-slider .see-more {
text-align: center;
display: inline-block;
display: flex;
align-items: center;
justify-content: center;
margin-top: -30px;
}
.slick-dots {
padding: 0;
margin: 0;
list-style-type: none;
display: flex;
}

.slick-dots li {
    padding: 0 4px;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}

.slick-dots li button {
padding: 0;
margin: 0;
list-style-type: none;
height: 12px;
width: 12px;
background: #00334F;
opacity: 0.2;
border-radius: 50%;
text-indent: -9999px;
border: none;
}

.slick-dots li.slick-active button {
background: #56b2e3;
opacity: 1;
}

.slick-arrow {
background: linear-gradient(90.05deg, #50ACEF 0%, #3BE3A7 100%);
height: 38px;
width: 38px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}

.slick-arrow.slick-disabled {
background: rgba(50,58,69,0.2);
cursor: not-allowed;
}

.facts-sec {
padding: 70px 0 40px;
background: #132136;
margin-bottom: 80px;
}

.facts-sec .section-title h2 {
color: #FFFFFF;
}

.fact-left {
padding-right: 100px;
}
.hire-process .fact-left {
padding-right: 0;
}

.hire-process .section-title {
padding-bottom: 40px;
margin-bottom: 60px;
}
.fact-left p {
font-weight: 500;
font-size: 18px;
line-height: 26px;
color: rgba(255, 255, 255, 0.7);
}

.count-block {
padding: 0 0 14px;
margin: 0 0 80px;
position: relative;
}
.count-block:after {
background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
border-radius: 2px;
width: 65px;
height: 4px;
content: "";
display: block;
position: absolute;
bottom: 0;
margin: 0 auto;
left: 0;
}
.count-block h2 {
font-weight: 700;
font-size: 50px;
line-height: 60px;
/*text-transform: capitalize;*/
color: #3CB4E5;
margin: 0 0 10px;
}
.count-block p {
font-weight: 700;
font-size: 20px;
line-height: 24px;    
color: #F5F7FA;    
margin: 0 0 3px 0;
}

.talent-block {
background: #FFFFFF;
box-shadow: 5px 10px 40px 15px rgba(69, 69, 69, 0.1);
border-radius: 12px;
padding: 62px;
text-align: center;
height: 100%;
}

.talent-block h2 {
font-weight: 900;
font-size: 28px;
line-height: 34px;
/*text-transform: capitalize;*/
color: #323A45;
}


.way-sec {
padding: 0 0 100px;
}
.way-sec .section-title {
margin-bottom: 65px;
}
.talent-block p {
font-weight: 500;
font-size: 14px;
line-height: 17px;
text-align: center;
color: #606060;
margin: 0 auto 32px auto;
max-width: 290px;
}
.talent-block .btn {
display: block;
margin-bottom: 24px;
}
.talent-block .btn:last-child {
margin: 0;
}

.trusted-by .section-title {
margin-bottom: 46px; 
}

.trusted-by .container {
max-width: 984px !important;
}

.trusted-by {
padding: 0 0 70px;
}

.trusted-by .logo-5 {
max-width: 20%;
flex: 0 0 20%;
}
.trusted-by .logo-3 {
max-width: 33.33333333%;
flex: 0 0 33.33333333%;
}

.trusted-by .logo-4 {
max-width: 25%;
flex: 0 0 25%;
}


.trusted-by .logo-2 {
max-width: 50%;
flex: 0 0 50%;
}
.trusted-by .row{
	align-items: center;
}

.logo-block {
margin: 0 0 30px;
display: block;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
min-height: 130px;
padding: 0 14px;
}

.trusted-by .logo-block{
	min-height: unset;
	margin: 0;
}
.trusted-by .logo-block img{
	filter: grayscale(1)
}

.trusted-by .trust-btn {
margin-top: 25px;
}
.trusted-by .slick-track{
	display: flex;
	align-items: center;
}
.trusted-by  img[alt="Uber logo"],
.trusted-by  img[alt="securitas logo"],
.trusted-by  img[alt="jetblue logo"]{
	width: 100px;
}
.signup {
padding: 0 0 130px;
}
.signup .sign-form {
display: flex;
max-width: 544px;
margin: 0 auto;
	gap: 15px;
}

.signup .sign-form .form-control {
background: #F5F7FA;
border-radius: 4px;
border: none;
padding-left: 22px;
font-size: 14px;
font-weight: 500;
}
.signup .sign-form .btn {
margin: 0 auto;
display: block;
width: 220px;
}

.signup p {
font-weight: normal;
font-size: 18px;
line-height: 28px;
text-align: center;
color: #4A5271;
margin: 0 0 40px;
}

/************* learning strategist *************/
.learning-strategy {
padding: 0 0 40px;
}
.learning-strategy .section-title {
margin: 0 0 54px;
}
.learning-strategy .section-title > p {
	margin: 0;
}
.learning-strategy [class*=col] {
padding: 0 79px;
}
.learning-strategy .row {
margin: 0 -79px;
}
.icon-box {
text-align: center;
margin: 0 0 80px;
}

.icon-box .icon {
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 14px;
}

.icon-left {
display: flex;
text-align: left;
align-items: center;
margin: 0 0 50px;
}
.icon-left .icon {
margin: 0 23px 0 0;
}
.strategy-simple {
/* padding: 0 0 140px; */
}

.strategy-simple .btn {
padding: 12px 30px 13px;
width: auto;
}

.text-block {
text-align: center;
}
.text-block p {
margin: 0 0 30px;
}


.strategy-simple .text-block {
padding: 0 0 50px;
}
.strategy-simple .logo-block {
text-align: center;
margin: 0  0 30px;
}

.business-goal {
background: #132136;
padding: 120px 0 95px;
margin:  0 0 70px;
}

.business-goal .business-detail h2 {
font-weight: 900;
font-size: 50px;
line-height: 60px;
letter-spacing: -0.03em;  
color: #FFFFFF;
margin: 0 0 30px;
}

.business-goal .business-detail span {
font-weight: 700;
font-size: 20px;
line-height: 1;
color: #3CB4E5;
display: block;
margin: 0 0 50px;

}


.image-block {
text-align: center;
padding: 40px 0 40px;
}

.image-block .image {
display: inline-block;
position: relative;
}

.modern-workforce.image-pattern .image-block .image img {
  max-height: 360px;
}

.image-block .image img {
border-radius: 12px;
}
.remove-img-pattern .image-block .image:before,.remove-img-pattern .image-block .image:after{ display: none;}
.image-block .image:before {
width: 213px;
height: 96px;
background: url("../images/pattern-top.png");
position: absolute;
top: -40px;
left: -58px;
content: "";
z-index: -1;
/* transform: rotate(-90deg); */
}

.image-block .image:after {
width: 213px;
height: 96px;
background: url("../images/pattern-bottom.png");
position: absolute;
bottom: -40px;
right: -88px;
content: "";
z-index: -1;
/* transform: rotate(-90deg); */
}

.text-block-list ul {
padding: 0;
margin: 0;
list-style-type: none;
display: block;
}

.text-block-list ul li {
padding: 0;
margin: 0;
list-style-type: none;
display: block;
font-weight: 700;
font-size: 20px;
line-height: 20px;
color: #2C2C2C;    
background: linear-gradient(88.07deg, rgba(80, 172, 239, 0.1) 1.64%, rgba(59, 227, 167, 0) 98.39%);
border-radius: 10px;
padding: 10px 19px;
margin: 0 0 15px;
}
.text-block-list2 ul {
padding: 0;
margin: 0;
list-style-type: none;
display: block;
}

.text-block-list2 ul li {
padding: 0;
margin: 0;
list-style-type: none;
display: block;
font-weight: normal;
font-size: 20px;
line-height: 24px;
/* identical to box height */

display: flex;
align-items: center;

/* TTA Website/Heading - Main Text */

color: #2C2C2C;
padding: 0 0 35px 52px;
position: relative;

}

.text-block-list2 ul li:after {
background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0C6.72 0 0 6.72 0 15C0 23.28 6.72 30 15 30C23.28 30 30 23.28 30 15C30 6.72 23.28 0 15 0ZM22.425 12.345L13.935 20.835C13.35 21.42 12.405 21.42 11.82 20.835L7.575 16.59C6.99 16.005 6.99 15.06 7.575 14.475C8.16 13.89 9.105 13.89 9.69 14.475L12.87 17.655L20.295 10.23C20.88 9.645 21.825 9.645 22.41 10.23C23.01 10.815 23.01 11.76 22.425 12.345Z' fill='%233CB4E5'/%3E%3C/svg%3E%0A");
left: 0;
top: 0;
height: 30px;
width: 30px;
content: "";
position: absolute;
}

.sectionCl.banner-component {
    margin-top: 185px !important;
}
.new_banner_style.banner_v3 {
    margin-bottom: 30px;
}

.image-pattern {
padding: 0 0 80px;
}

.reality-sec {
padding: 0 0 160px;
}

.solution-block {
padding:  0 0 70px;
}
.title-box {
background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
border-radius: 10px;
padding: 44px 65px;
}

.title-box h2 {
font-weight: 900;
font-size: 50px;
line-height: 60px;
letter-spacing: -0.03em;
/*text-transform: capitalize;*/
color: #2C2C2C;
margin: 0 0 23px;
position: relative;
padding: 0 0 36px;
}

.title-box h2:after {
background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
border-radius: 2px;
width: 65px;
height: 4px;
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;    
}

.title-box h2:last-child {
padding: 0;
margin: 0;
}

.title-box h2:last-child:after {
display: none;
}

.title-text  {
margin-left: -20px;
}
.title-text  h6 {
margin: 0 0 90px;
}
.title-text  h6:last-child {
margin: 0;
}


.webinar-sec {
padding: 0 0 110px;
}

.webinar-card {
position: relative;
background: #FFFFFF;
border: 1px solid #D6D7E3;
box-sizing: border-box;
box-shadow: 0px 0px 8px 5px rgba(69, 69, 69, 0.07);
border-radius: 12px;
padding: 48px 70px;
}

.webinar-card:before {
background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
border-radius: 10px;
left: 0;
right: 0;
width: 90%;
top: -19px;
z-index: -1;
height: 37px;
content: "";
position: absolute;
margin: 0 auto;
}
.webinar-card:after {
position: absolute;
right: 38px;
bottom: 41px;
background: url(../images/menu-pattern.png);
content: "";
width: 79px;
height: 175px;
background-size: 79px;
}

.webinar-card .webinar-detail {
display: flex;
flex-direction: column;
align-items: flex-start;
height: 100%;
padding-left: 44px;
padding-right: 48px;
padding-top: 26px;
}
.webinar-card .webinar-detail .btn {
padding: 12px 30px 13px;
width: auto;
margin-top: 25px;
}

.webinar-card .webinar-detail span {
font-weight: 700;
font-size: 28px;
line-height: 34px;
/*text-transform: capitalize;*/
color: #3CB4E5;    
display: inline-block;
margin-bottom: 10px;
}

.webinar-card .webinar-detail {
display: inline-block;
}

.webinar-card .webinar-detail h2 {
font-weight: 900;
font-size: 40px;
line-height: 48px;
letter-spacing: -0.03em;
/*text-transform: capitalize;*/
color: #2C2C2C;
margin: 0 0 30px;
}


.gradiant-block {
background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
border-radius: 10px;
padding: 68px 98px 79px;
text-align: center;
}

.title-with-text {
padding: 0 0 100px;
}
.gradiant-block h2 {
font-weight: 900;
font-size: 50px;
line-height: 60px;
letter-spacing: -0.03em;
/*text-transform: capitalize;*/
color: #2C2C2C;
}


.gradiant-block p {
font-weight: 900;
font-size: 28px;
line-height: 34px;
/*text-transform: capitalize;*/

/* TTA Website/Gray */

color: #323A45;
font-weight: 400;
font-size: 20px;
line-height: 30px;

color: #2C2C2C;
margin: 0 0 30px;


}

.testimonial.testimonial-particular {
	margin: 130px 0 90px !important;
}
.testimonial.testimonial-particular .t-img {
    margin: 0 auto 0 !important;
}
.testimonial.testimonial-particular .t-img.no-img {
    margin: 0 auto !important;
}
.testimonial .t-img.no-img {
    margin: 0 auto;	
    width: 220px!important;
	height: 150px !important;
}

.text-block-bg {
padding: 0 0 80px;
}

.text-block-bg .text-block-left {
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.text-block-bg .text-block-left img {
margin-top: auto;
}

.text-block-bg .text-block-right {
padding: 40px 50px 20px 50px;
}

.text-block-bg .text-bg {
background: #F1F8FD;
border-radius: 10px;
background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
border-radius: 10px;
}


.text-block-bg .text-block-right p {
font-weight: 700;
font-size: 20px;
line-height: 30px;
color: #2C2C2C;
margin: 0 0 30px;
}

.text-block-bg .text-block-right ul {
padding: 0 0 0 20px;
margin: 0;
}

/*.text-block-bg .text-block-right ul li {
font-weight: normal;
font-size: 18px;
line-height: 28px;    
color: #4A5271;
}*/
.text-block-bg .text-block-right ul li {
font-weight: 700;
font-size: 20px;
line-height: 28px;
color: #2C2C2C;
}


/************* learning strategist *************/

/************* onboarding *************/
.hire-process .count-block {
text-align: center;
padding-bottom: 0;
}

.hire-process .count-block p {
margin-top: 60px;
margin-bottom: 0;
}
.hire-process .count-block:after {
bottom: auto;
margin: 0 auto;
left: 0;
top: 80px;
right: 0;
}

.onboard-experience .gradiant-block {
padding: 47px 60px;
text-align: left;
}

.success-story {
padding: 0 0 50px;
}

.story-block {
background: #FFFFFF;
border: 1px solid #3CB4E5;
box-sizing: border-box;
box-shadow: 0px 0px 8px 5px rgba(69, 69, 69, 0.07);
border-radius: 12px;
padding: 41px;
padding-top: 110px;
position: relative;
height: 100%;
z-index: 99;
}

.story-block:after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(319.88deg, rgba(80, 172, 239, 0.1) 20.77%, rgba(60, 180, 229, 0) 72.81%);
border-radius: 12px;
content: "";
height: 120px;
z-index: -1;
}
.story-block .s-img {
display: block;
margin: 0 auto 80px;
text-align: center;
max-height: 103px;
min-height: 103px;
display: flex;
align-items: center;
justify-content: center;
}
.story-block p {
margin: 0 0 15px;
font-weight: 600;
font-size: 20px;
line-height: 24px;
color: #2C2C2C;
}
.recog-block img {
    max-height: 161px;
}

.story-block .story-award {
display: flex;
align-items: center;
padding: 55px  0 0;
}

.story-block .story-award .right {
max-width: 135px;
flex: 0 0 135px;
}

.story-block .story-award p {
font-weight: normal;
font-size: 14px;
line-height: 17px;
margin: 0;

/* TTA Website/Heading - Main Text */

color: #2C2C2C;

}

.story-block p a {
color: #3CB4E5;
}

.btn-border-blue {
border: 1px solid #3CB4E5;
box-sizing: border-box;
border-radius: 17px;
font-weight: 600;
font-size: 14px;
line-height: 17px;
padding: 8px 15px;
color: #3CB4E5;
}
.btn-border-blue:hover {
background: #3CB4E5;
color: #fff;
}

.text-block-bg .number-list ul {
list-style-type: none;
counter-reset: li;
padding: 0;
}
.number-list ul li {
position: relative;
padding: 0 0 25px 55px;
}
.number-list ul li:before {
counter-increment: li;
content: counter(li, decimal-leading);
font-weight: 700;
font-size: 18px;
line-height: 28px;
color: #FFFFFF;
background: #000000;
border-radius: 50%;
height: 30px;
width: 30px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;

}

.video-sec h2 {
font-weight: 700;
font-size: 28px;
line-height: 34px;
/* identical to box height */

text-align: center;
/*text-transform: capitalize;*/

color: #000000;
margin: 0 0 23px;

}

.video-sec {
padding: 0 0 70px;
}

.videobox {
max-width: 810px;
height: 440px;
margin: 0 auto;
position: relative;
margin: 50px auto;
}
.videobox:after {
background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
border-radius: 10px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
z-index: -1;
margin: -25px;
}


.videobox .image {
width: 100%;
height: 100%;
background-size: cover !important;
background-repeat: no-repeat !important;
display: flex;
align-items: center;
justify-content: center;
background-position: center;
}

.videobox .video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
visibility: hidden;
z-index: 2;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.videobox .external-video a {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: block;
}

.videobox .external-video {
opacity: 1;
visibility: visible;
}
.videobox .video iframe {
height: 100%;
width: 100%;
}

.videobox.play .image {
opacity: 0;
}
.videobox.play .video {
opacity: 1;
visibility: visible;
}

.postcard {
    position: relative;
    margin-bottom: 0;
    height: 100%;
}
.blog-post-card .col-lg-6 {
    margin-bottom: 28px;
}
.postcard .row {
    height: 100%;
}
.postcard .col-sm-12 {
    padding: 0;
}

/*.postcard:after {
background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
border-radius: 10px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
margin: -10px 48px;
z-index: -1;
}*/

.postcard .img {
    height: 100%;
    min-height: 220px;
    position: relative;
}
.postcard .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    min-height: 220px;
}

.client-logo_grid img {
    max-width: 166px;
    max-height: 78px;
    padding: 9px;
}

.postcard .detail {
    padding: 20px 23px;
    padding-left: 25px;
    background: #fff;
    box-shadow: 0px 2px 8px 2px rgb(78 78 78 / 13%);
    border-radius: 0 10px 10px 0;
    width: 90%;
    border: 1px solid #D6D7E3;
    margin: 20px 0 20px -4px;
    height: 86%;
}
.get-slider .slick-slide img { width: 100%; }
.postcard .detail p {
min-height: 110px;
/* overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;  
overflow: hidden; */
font-weight: 700;
font-size: 20px;
line-height: 28px;
color: #000000;
margin-bottom: 10px;
}

.postcard .detail a {
font-weight: normal;
font-size: 18px;
line-height: 28px;
color: #3CB4E5;
}

.blog-post-card {
padding: 0 0 130px; 
}
/************* onboarding *************/


/************* award start *************/
.award-sec {
padding: 0 0 110px;
}

.award-block {
text-align: center;
background: #FFFFFF;
border: 1px solid #D6D7E3;
box-sizing: border-box;
box-shadow: 0px 0px 8px 5px rgba(69, 69, 69, 0.07);
border-radius: 12px;
padding: 64px 30px 54px;
position: relative;
/* margin-bottom: 26px; */
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
}

.award-block .a-img img {
  max-height: 280px;
}

.award-block:after {

}

.award-list [class*=col-] {
padding-bottom: 26px;
}

/* .award-block:hover:after {
opacity: 1;
} */

/* .award-brandon:after {
border-radius: 12px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
content: "";
background: #fff;
z-index: 99;
opacity: 0;
}

.award-brandon:hover:after {
opacity: 1;
} */

.leadership-block:after {
border-radius: 12px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
content: "";
background: #fff;
z-index: 99;
opacity: 0;
}

.leadership-block:hover:after {
opacity: 1;
}


.award-block .detail {
position: relative;
padding: 50px 0 0;
}

.award-block .detail:after {
width: 35px;
height: 4px;
background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
border-radius: 2px;
display: block;
margin: 26px auto 32px;
content: "";
}

.award-block .detail h4 {
font-weight: 900;
font-size: 30px;
line-height: 36px;
letter-spacing: -0.03em;
/*text-transform: capitalize;*/
color: #2C2C2C;    
}
.award-block .detail span {
font-weight: 700;
font-size: 18px;
line-height: 28px;
color: #4A5271;
display: block;
}




.award-block  ul li,
.award-block  p {
font-weight: normal;
font-size: 15px;
line-height: 23px;    
color: #4A5271;
margin: 0 0 15px;    
}

.award-block  ul {
padding-left: 20px;
margin: 0;

}
.award-block  ul li {
margin: 0;
}


/* .award-block:hover .hover-block {
opacity: 1;
visibility: visible;
} */

.hover-block .detail {
text-align: left;
padding: 0 !important;
}

.b-detail { position: relative; }
.blog-link-cover {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.hover-block {
text-align: left;
opacity: 1;
padding: 45px 30px;

border-radius: 6px;
opacity: 0;
visibility: hidden;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 9;
display: flex;
flex-direction: column;
transition: all 0.2s;
margin: 16px;
/* overflow: auto; */
background: #fff;
/* top: 100%; */
padding-bottom: 55px !important;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}

.get-content p {
    margin-bottom: 1rem;
}

.hover-block .mCSB_inside > .mCSB_container {
margin-right: 0;
padding-right: 20px;
}

.hover-block:after {
border-radius: 12px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
content: "";
background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
z-index: 99;
opacity: 1;
z-index: -1;
}


.hover-block .detail:after {
width: 35px;
height: 4px;
background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
border-radius: 2px;
display: block;
margin: 26px auto 32px;
content: "";
margin: 26px 0;
}

.hover-block .detail h4 {
font-weight: 900;
font-size: 30px;
line-height: 36px;
letter-spacing: -0.03em;
/*text-transform: capitalize;*/
color: #2C2C2C;    
}

.hover-block .detail span {
font-weight: 700;
font-size: 18px;
line-height: 28px;
color: #4A5271;
display: block;
}




.hover-block  ul li,
.hover-block  p {
font-weight: normal;
font-size: 15px;
line-height: 23px;    
color: #4A5271;
margin: 0 0 15px;    
}

.hover-block  ul {
padding-left: 20px;
margin: 0;

}
.hover-block  ul li {
margin: 0;
}

.hover-block .btn {
width: 100px;
margin: 0 auto;
display: block;
margin-top: auto;
/* position: absolute;
left: 0;
right: 0;
bottom: 0; */
}

.hover-block.open {
/* top: 0; */
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}

.hover-block .award-scroll {
height: 100%;
padding-bottom: 10px;
}

.brandon-list .row {
margin: 0 -8px;
}
.brandon-list [class*=col-] {
padding: 0 8px 16px;
}


.award-brandon {
background: #FFFFFF;
border: 1px solid #D6D7E3;
box-sizing: border-box;
box-shadow: 0px 0px 8px 5px rgba(69, 69, 69, 0.07);
border-radius: 12px;
padding: 80px 30px 45px;
text-align: center;
margin-bottom: 16px;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
position: relative;
}

.award-brandon .detail {
padding: 56px 0 34px;
margin-top: auto;
}

.award-brandon h4 {
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #2C2C2C;

}

.award-brandon span {
font-weight: 700;
font-size: 18px;
line-height: 28px;
display: block;
color: #4A5271;
}

/* .award-brandon:hover .hover-block {
opacity: 1;
visibility: visible;
}
*/

.leadership-block .hover-block ,
.award-brandon .hover-block {
padding: 15px;
}



.leadership-block {
background: #FFFFFF;
border: 1px solid #D6D7E3;
box-sizing: border-box;
box-shadow: 0px 0px 8px 5px rgba(69, 69, 69, 0.07);
border-radius: 12px;
padding: 80px 30px 45px;
text-align: center;
margin-bottom: 16px;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
position: relative;
}

.leadership-block .detail {
padding: 56px 0 34px;
margin-top: auto;
}

.leadership-block h6 {
font-weight: 700;
font-size: 20px;
line-height: 24px;
/*text-transform: capitalize;*/
color: #3CB4E5;
}
/* 
.leadership-block:hover .hover-block {
opacity: 1;
visibility: visible;
} */

.a-img {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}

.leadership-block h4 {
font-weight: 900;
font-size: 30px;
line-height: 36px;
text-align: center;
letter-spacing: -0.03em;
/*text-transform: capitalize;*/
color: #2C2C2C;

}

.leadership-block span {
font-weight: 700;
font-size: 18px;
line-height: 28px;
display: block;
color: #4A5271;
}
/************* award end *************/


/************* diversity start *************/
.perfect-talent .section-title {
padding-bottom: 45px;
margin: 0 0 -10px;
}

.gradiant-block h3 {
font-weight: 900;
font-size: 28px;
line-height: 34px;
/*text-transform: capitalize;*/
color: #323A45;    
margin-bottom: 15px;
}

/*.consider .gradiant-block p {
font-weight: 900;
font-size: 28px;
line-height: 34px;
text-transform: capitalize;
color: #323A45;
}*/


.consider .gradiant-block {
background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
border-radius: 10px;
padding: 68px 98px 50px 79px;
text-align: center;
}


.column3-icon-text .row {
margin: 0 -18px;
justify-content: center;
}
.column3-icon-text [class*=col-] {
padding: 0 18px 28px;
}
.blod-text p{
font-weight: bold !important;
font-size: 20px !important;
line-height: 28px !important;
color: #2C2C2C !important;
}

.deliver-sec {
padding: 0 0 80px;
}

.our_eLearning-sec-cl_left-img { padding-bottom: 80px; }
.videobox { font-size: 0; }

.deliver-sec .text-icon-box h4 {
max-width: 258px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
min-height: 102px;
}
.text-icon-box {
	background: #FFFFFF;
	box-shadow: 5px 10px 40px 15px rgba(69, 69, 69, 0.1);
	border-radius: 12px;
	padding: 90px 38px 72px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%;
}
.bottom_btn_fixed {
    position: absolute;
    bottom: 23px;
}
.text-icon-box .icon {
	margin: 0 0 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
}

.text-icon-box h4 {
font-weight: 900;
font-size: 28px;
line-height: 34px;
/*text-transform: capitalize;*/    
color: #323A45;
margin: 0 0 34px;
}

.text-icon-box p {
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #4A5271;

}


.youtube-block  .videobox .play {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
z-index: 999;
}
.youtube-block  .videobox:after {
display: none;
}
.youtube-block .videobox .video {
opacity: 1;
visibility: visible;
background: #ECECF7;
padding: 22px 18px;
}
.youtube-block  .videobox.play .play{
opacity: 0;
z-index: -1;

}



.list-block-dash .section-title h2 {
margin-bottom: 12px;
}

.list-dash ul {
padding: 0;
margin: 0;
list-style-type: none;
display: block;
}

.list-dash ul li {
padding: 0;
margin: 0;
list-style-type: none;
display: block;
font-weight: 900;
font-size: 28px;
line-height: 34px;
/*text-transform: capitalize;*/    
color: #323A45;  
background: linear-gradient(88.07deg, rgba(80, 172, 239, 0.1) 1.64%, rgba(59, 227, 167, 0) 98.39%);
border-radius: 10px;
padding: 30px 38px;
margin: 0 0 5px;
position: relative;
}

.list-dash ul li:after {
background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
border-radius: 2px;
left: -16px;
top: 50%;
transform: translate(0,-50%);
width: 32px;
height: 4px;
content: "";
position: absolute;
}


.sales-block {
position: relative;
padding-left: 50px;
margin-bottom: 30px;
}
.sales-block .icon {
position: absolute;
left: 0;
top: 0;
}

.sales-trainning {
padding: 0 0 150px;
}

.story-second .story-block {
padding: 0 38px 32px;
padding-top: 75px;
}
.story-second .story-block .s-img {
margin-bottom: 38px;
}

.text-block-highlight {
padding: 0 0 100px;
}


.text-block-highlight .highlight-bg {
background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
border-radius: 10px;
height: 100%;
}
.text-block-highlight .highlight-text {
display: flex;
padding: 112px 0;
margin-left: -250px;
} 
.text-block-highlight .highlight-text img {
max-width: 96px;
flex: 0 0 96px;
}

.text-block-highlight .highlight-text p {
font-weight: 900;
font-size: 50px;
line-height: 60px;
letter-spacing: -0.03em;
/*text-transform: capitalize;*/
color: #2C2C2C;
padding-right: 4%;
}

.text-block-highlight2 {
padding: 0 0 100px;
}


.text-block-highlight2 .highlight-bg {
background: #F1F8FD;
border-radius: 10px;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
width: 476px;
margin: 0 auto;  
}

.text-block-highlight2 .highlight-text {
display: flex;
padding: 115px 0 135px;
position: relative;
text-align: center;
/* margin-left: -250px; */
} 

.text-block-highlight2 .highlight-text:after {
background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
border-radius: 2px;
width: 65px;
height: 4px;
content: "";
display: block;
position: absolute;
bottom: 0;
margin: 0 auto;
left: 0;
right: 0;
}

.text-block-highlight2 .highlight-text p {
font-weight: 900;
font-size: 50px;
line-height: 60px;
letter-spacing: -0.03em;
/*text-transform: capitalize;*/
color: #2C2C2C;
margin-right: 40px;
}
/************* diversity end *************/


/************* technical writer start *************/
.left-icon-section {
padding: 0 0 70px; 
}

.image-text2 {

}

.text-block-title ul {
padding: 0;
margin: 0;
list-style-type: none;
}

.text-block-title ul li {
    padding: 0 0 20px;
    margin: 0;
    list-style-type: disc;
}

.text-block-title h5 {
font-weight: 900;
font-size: 28px;
line-height: 34px;
/*text-transform: capitalize;*/
color: #323A45;
}

.benefits-list {
background: #132136;
padding: 110px 0 120px;
margin-bottom: 80px;
}


.topics-list .list-dots ul {
display: flex;
align-items: center;
justify-content: center;
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) * -.5);
margin-left: calc(var(--bs-gutter-x) * -.5);
padding: 0;
}
.topics-list .list-dots ul li {
max-width: 33.33333%;
flex: 0 0 33.33333%;
padding-right: 40px;
padding-left: calc(var(--bs-gutter-x) * .5);
margin-top: var(--bs-gutter-y);
font-weight: 700;
font-size: 20px;
line-height: 24px;
margin-bottom: 23px;

color: #2C2C2C;
font-size: 15px;
line-height: 18px;

}
.topics-list .list-dots ul li::marker {
color: #3CB4E5;
font-size: 30px;
}
.benefits-list .list-dots ul {
display: flex;
align-items: center;
justify-content: center;
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) * -.5);
margin-left: calc(var(--bs-gutter-x) * -.5);
padding: 0;
}
.benefits-list .list-dots ul li {
max-width: 33.33333%;
flex: 0 0 33.33333%;
padding-right: 40px;
padding-left: calc(var(--bs-gutter-x) * .5);
margin-top: var(--bs-gutter-y);
font-weight: 700;
font-size: 20px;
line-height: 24px;
margin-bottom: 23px;

color: #fff;

}
.benefits-list .list-dots ul li::marker {
color: #3CB4E5;
font-size: 30px;
}

.featured-talent {
padding: 62px 0 200px;
}
.feature-block {
background: #FFFFFF;
border: 1px solid #D6D7E3;
box-sizing: border-box;
box-shadow: 0px 0px 8px 5px rgba(69, 69, 69, 0.07);
border-radius: 12px;
}

.feature-block .f-img img {
border-radius: 12px 12px 0px 0px;
}
.feature-block .f-detail {
padding: 21px 27px 27px;
}
.feature-block .f-detail h6 {
font-weight: 900;
font-size: 20px;
line-height: 28px;
letter-spacing: -0.03em;
/*text-transform: capitalize;*/
color: #2C2C2C;
margin: 0;
}
.feature-block .f-detail span {
font-weight: normal;
font-size: 12px;
line-height: 28px;
/* display: block; */
margin: 0 0 10px;
color: rgba(74, 82, 113, 0.8);

}

.feature-block .f-detail p {
font-weight: normal;
font-size: 15px;
line-height: 22px;    
color: #4A5271;
margin: 0;
}

.find-btn {
padding: 62px 0 0;
text-align: center;
}
/************* technical writer end *************/

.devlop-content .devlop-slider {
margin-left: 114px;
}
.devlop-content .devlop-slider:after {
background: linear-gradient(260.27deg, #FFFFFF 6.63%, rgba(255, 255, 255, 0) 92.03%);
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 230px;
content: "";
}

.devlop-slider.slick-slider .slick-list {
margin: 0;
}

.devlop-slider .help-item {
position: relative;
padding: 0 12px;
}
.devlop-slider .help-item:after {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
border-radius: 12px;
position: absolute;
left: 12px;
right: 12px;
content: "";
bottom: 0;
height: 88px;
}

.devlop-slider .help-item h6 {
position: absolute;
bottom: 11px;
left: 32px;
right: 0;
color: #fff;
z-index: 99;
font-size: 18px;
line-height: 22px;
margin: 0;
}

.text-content-block {
text-align: center;
padding: 0 0 115px;
}
.text-content-block .container {
max-width: 890px;
}

.text-content-block p {
font-weight: normal;
font-size: 18px;
line-height: 28px;
/* or 156% */

text-align: center;

color: #4A5271;
}



.topics-list {
padding: 0 0 110px;   
}

.topics-list .list-dots ul li {

}

.topics-list .btn {
margin: 40px auto 0;
display: block;
}


.list-dots ul {
padding: 0 0 0 20px;
}
.list-dots ul li {
font-weight: normal;
font-size: 18px;
line-height: 28px;
padding: 0 0 14px;
color: #4A5271;

}
.list-dots ul li::marker {
color: #3CB4E5;
}
.list-dots-big ul {
margin: 0;
list-style-type: none;
padding: 0 0 0 20px;
}

.list-dots-big ul li {
font-weight: 700;
list-style-type: none;
font-size: 18px;
line-height: 22px;  
padding: 0 0 25px 42px;    
color: #2C2C2C;
position: relative;


}
.list-dots-big ul li:after {
height: 18px;
width: 18px;
border-radius: 50%;
content: "";
position: absolute;
left: 0;
background: #3CB4E5;
top: 0;    
}

.list-dots-big ul li::marker {
color: #3CB4E5;
}

.value-sec {
padding: 0 0 100px;
}
.value-box {
background: #F1F8FD;
border-radius: 10px;
padding: 63px 83px;
}
.case-study-award {
background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
padding: 47px 0 65px;
margin:  0 0 100px;
}
.case-study-award .sub-title {
padding: 0 0 24px;
}
.case-study-award .award-img {
text-align: right;
}
.case-study-award .sub-title h1, .case-study-award .sub-title h2, .case-study-award .sub-title h3, .case-study-award .sub-title h4, .case-study-award .sub-title h5, .case-study-award .sub-title h6 {
color: #000000;
}


.podcast-episode {
padding: 0 0 90px;
}

.podcast-episode .section-title {
text-align: left;
}

.podcast-episode .section-title h3 {
font-size: 40px;
line-height: 40px;
}

.podcast-episode .section-title span {
margin: 0 0 10px;
display: block;
}

.podcast-episode .section-title:after {
margin-left: 0;
}

.podcast-episode .podcast-audio {
display: flex;
flex: 0;
align-items: center;
margin-top: 16px;
}
.podcast-episode .podcast-audio .progress {
background: #323A45;
border-radius: 5.5px;
height: 11px;
max-width: 100%;
flex: 1;
}

.podcast-episode .podcast-detail {
position: relative;
}
.podcast-episode .podcast-detail p {
margin: 0 0 45px;
}

.podcast-episode .podcast-detail .share-btn > a {
background: #FFFFFF;
border: 1px solid #606060;
box-sizing: border-box;
border-radius: 4px;
display: block;
height: 40px;
width: 106px;
position: absolute;
top: 0;
right: 0;
display: flex;
/* align-items: center; */
justify-content: center;
z-index: 9;
padding: 8px;
font-weight: 700;
font-size: 16px;
line-height: 19px;
text-align: right;

/* TTA Website/Secondary Text */

color: #606060;
}


.podcast-episode .podcast-detail .share-btn > a:hover {
background: #3CB4E5;
border-color: #3CB4E5;
color: #fff;
}
.podcast-episode .podcast-detail .share-btn a img {
margin-left: 18px;
width: 14px;
}

.podcast-episode .podcast-audio .progress .progress-bar {
background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
border-radius: 5.5px;
}

.podcast-episode .podcast-audio span {
font-weight: normal;
font-size: 14px;
line-height: 28px;
color: #4A5271;
margin: 0 20px;
}

.podcast-episode .play-btn a {
width: 45px;
height: 45px;
background: linear-gradient(90.05deg, #50ACEF 0%, #3BE3A7 100%);
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
}

.about-media {
padding: 0 0 120px;
}

.about-media .section-title {
text-align: left;
}

.about-media .section-title h3 {
font-size: 40px;
line-height: 40px;
}

.about-media .section-title span {
margin: 0 0 10px;
display: block;
}

.about-media .section-title:after {
margin-left: 0;
}

.about-media .podcast-detail {
position: relative;
}
.about-media .podcast-detail p {
margin: 0 0 45px;
}

.about-media .icon {
right: 0;
top: 0;
position: absolute;
}


.more-episode-sec {
padding: 0 0 140px;
}
.more-episode .btn {
margin: 60px auto 0;
display: inline-block;
}

.favourite-app {
padding: 0 0 200px;
}


.team-column .row {
margin: 0 -9px;
}
.team-column [class*=col-] {
padding: 0 9px 12px;
}

.team-block {
position: relative;
cursor: pointer;
}

.team-block:hover .team-hover {
opacity: 1;
display: block;
}

.team-hover {
position: absolute;
top: 0;
left: 0;
width: 354px;
opacity: 0;
display: none;
height: 530px;
z-index: 999;
}

.team-hover .img img {
height: 530px;
object-fit: cover;
border-radius: 8px;
}

.team-hover .team-detail {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
border-radius: 12px;
padding: 95px 40px 23px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
}
.team-hover .team-detail h6 {
font-weight: 700;
font-size: 20px;
line-height: 24px;
/* identical to box height */

text-align: center;

color: #FFFFFF;
}

.team-hover .team-detail span {
font-weight: normal;
font-size: 15px;
line-height: 18px;
/* identical to box height */

text-align: center;

color: #FFFFFF;
}
.team-block .t-detail {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
border-radius: 12px;
padding: 95px 40px 23px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
}
.team-block .t-detail h6 {
font-weight: 700;
font-size: 20px;
line-height: 24px;
/* identical to box height */

text-align: center;

color: #FFFFFF;
}

.team-block img {
width: 100%;
}

.team-block .t-detail span {
font-weight: normal;
font-size: 15px;
line-height: 18px;
/* identical to box height */

text-align: center;

color: #FFFFFF;
}

.team-main {
padding: 50px 0 0;
}

.team-5 .row {
margin: 0;
}
.team-5 [class*=col-] {
max-width: 12.5%;
flex: 0 0 12.5%;
padding: 0 8px 16px;
}
.team-5 {
text-align: center;
}
.team-5 .logo-block {
background: #FFFFFF;
border: 1px solid #D6D7E3;
box-sizing: border-box;
box-shadow: 0px 0px 8px 5px rgba(69, 69, 69, 0.07);
border-radius: 12px;
display: inline-block;
padding: 116px 74px;
}

.team-profile {
background: #FFFFFF;
border: 1px solid #D6D7E3;
box-sizing: border-box;
box-shadow: 0px 0px 8px 5px rgba(69, 69, 69, 0.07);
border-radius: 12px;
max-width: 376px;
margin: 0 auto;
height: 344px;
padding: 10px;
}

.team-profile img {
height: 100%;
object-fit: cover;
border-radius: 6px;

}

.team-profile .t-detail {
margin: 10px;
}


.about-header {
background: #F1F8FD;
border-radius: 10px;
padding: 18px 30px;
margin: 0 0 57px;
}

.about-header ul {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0;
padding: 0;
justify-content: space-evenly;
justify-content: center;

}


.about-header ul li {
list-style-type: none;
display: block;
padding: 0 32px;

}
.about-header ul li a {
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: #000000;
display: block;
font-weight: 500;
}

.our-history {
padding: 0 0 100px;
}
.our-history .text-block {
max-width: 880px;
margin: 0 auto;
}
.award-recognize .award-list {
padding: 60px 0 0;
}
.award-recognize .award-list .row {
margin: 0 -60px;
}

.award-recognize .award-list [class*=col-] {
padding: 0 60px;
}

.recog-block {
text-align: center;
padding: 0 0 80px;
}

.recog-block h6 {
font-weight: 700;
font-size: 24px;
line-height: 29px;
color: #000000;
margin: 20px 0 12px;
}

.recog-block p {
font-weight: normal;
font-size: 16px;
line-height: 24px;    
color: #606060;    
opacity: 0.8;
}

.culture-sec .section-title h2 {
font-size: 40px;
line-height: 48px;
}

.team-sec {
padding: 0 0 60px;
}

.culture-sec {
padding: 0 0 120px;
}
.culture-sec .culture-img {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}

.culture-detail p {
margin: 0 0 15px;
}
.left-image-sec .row {
flex-direction: row-reverse;
}

.director-sec {
	padding: 0 0 120px;
}
.director-block h6 {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #2C2C2C;
	margin: 20px 25px 8px 0;    
}
.director-block span {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	display: block;
	color: #606060;
	margin-right: 25px;
}
.director-block p {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	display: block;
	margin-right: 25px;
}

.blog-header {
	margin: 0 0 35px;
}

.blog-list-main {
	padding: 0 0 200px;
}
.blog-header .form-control {
	background: #FFFFFF;
	border: 1px solid #AAB4D6;
	box-sizing: border-box;
	height: 52px;
	border-radius: 0;
}

.blog-header .row {
justify-content: space-between;
}

.blog-header .form-select {
background: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8.5 8.5L16 1' stroke='%23AAB4D6'/%3E%3C/svg%3E%0A") no-repeat;
background-size: 17px;
background-position: right 0.75rem center;
background-size: 16px 12px;
}

.blog-header .b-search {
position: relative;
}
.blog-header .b-search .form-control {
padding-left: 45px;
}
.blog-header .b-search .btn {
position: absolute;
left: 17px;
top: 14px;
padding: 0;

}

.single-blog {
background: #FFFFFF;
border: 1px solid #D6D7E3;
box-sizing: border-box;
box-shadow: 0px 0px 8px 5px rgba(69, 69, 69, 0.07);
border-radius: 12px;
margin-bottom: 32px;
height: 94%;
}

.single-blog .b-img img {
border-radius: 12px 12px 0px 0px;
width: 100%;
}

.single-blog .b-detail {
padding: 20px 32px 24px;
}

.single-blog .b-detail .date {
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 28px;
color: rgba(74, 82, 113, 0.8);
}

.single-blog .b-detail h3 {
font-weight: 700;
font-size: 20px;
line-height: 28px;
letter-spacing: -0.02em;
/*text-transform: capitalize;*/
color: #2C2C2C;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;  
overflow: hidden;
margin: 0 0 14px;
}

.single-blog .b-detail p {
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 24px;
color: #4A5271;
margin: 0 0 24px;
}
.single-blog .b-detail p a {
color: #4A5271;
}
.single-blog .b-detail p a.link {
color: #3CB4E5;
}

.single-blog .b-detail ul {
display: block;
list-style-type: none;
padding: 0;
margin: 0;    
}

.single-blog .b-detail ul li span {
margin-left: 8px;
display: inline-block;
}

.single-blog .b-detail ul li {
display: inline-block;
list-style-type: none;
padding: 0 10px;
}

.single-blog .b-detail ul li:last-child {
padding-right: 0;
}
.single-blog .b-detail ul li:first-child {
padding-left: 0;
}

.page-item {
padding: 0 6px;
}
.page-item:nth-last-child(2) {
padding-left: 40px;
}

.page-item:nth-child(2) {
padding-right: 40px;
}

.page-link {
width: 29px;
height: 29px;
border-radius: 50% !important;
border: none;
background: transparent;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: normal;
font-size: 15px;
line-height: 24px;
padding: 0;
color: #000000;
}

.page-link.arrow {
height: auto;
width: auto;
border-radius: 0 !important;
background: transparent !important;
}

.pagination {
align-items: center;
justify-content: center;
margin: 40px 0 0;
padding: 0;
}

.page-item.active .page-link,
.page-link:hover {
background: #3CB4E5;
color: #fff;
}

.main-banner .form-select {
margin-bottom: 15px;
}



.blog-top-banner {
text-align: center;
padding: 160px 0 35px;
}
.blog-top-banner .row { align-items: center; }
.blog-top-banner .section-title{
padding: 0;
}
.blog-top-banner .section-title:after {
display: none;
}

.blog-top-banner .date {
font-weight: normal;
font-size: 15px;
line-height: 28px;
/* identical to box height, or 187% */


color: #4A5271;
margin: 0 0 18px;
}


.blog-top-banner ul {
display: block;
list-style-type: none;
padding: 0;
margin: 0;    
}

.blog-top-banner ul li span {
margin-left: 8px;
display: inline-block;
}

.blog-top-banner ul li {
display: inline-block;
list-style-type: none;
padding: 0 10px;
}

.blog-top-banner ul li:last-child {
padding-right: 0;
}
.blog-top-banner ul li:first-child {
padding-left: 0;
}
.blog-detail-main h6 {
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 28px;
margin: 0;
color: #4A5271;
}

.blog-detail-main .main-img img {
width: 100%;
margin: 0 0 45px;
height: auto;
}
.image-text-slider-section .slick-slide {
    height: auto;
}

.blog-detail-main table { margin-bottom: 25px; }

.blog-detail-main {
  font-size: 18px;
  line-height: 28px;
  color: #4A5271;
}
.blog-detail-main p {
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 28px;
margin: 0 0 30px;
color: #4A5271;
word-break: break-word;
}
.blog-detail-main p a {
color: #3cb4e5;
}
.blog-detail-main p a:hover {
color: #4A5271;
}
.blog-detail-main .container {
max-width: 960px;
}
.blog-detail-main blockquote{
padding-bottom: 30px 0 10px 0;
}
.blog-detail-main ul, .blog-detail-main ol {
margin-bottom: 26px;
}
.blog-detail-main ul li, .blog-detail-main ol li {
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 28px;
margin: 0 0 9px;
color: #4A5271;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


blockquote {
border-top: 1px solid rgba(96,96,96,0.5);
padding: 30px 0;
margin-bottom: 0;
}
blockquote a {
font-style: italic;
display: block;
font-weight: normal;
font-size: 18px;
line-height: 28px;

color: #4A5271;
}
.blog-detail-main .social {
border-top: 1px solid rgba(96,96,96,0.5);
border-bottom: 1px solid rgba(96,96,96,0.5);
padding: 35px 0;
display: flex;
align-items: center;
justify-content: space-between;
}

.blog-detail-main .social .like img {
width: 40px;
margin-right: 10px;
}

.blog-detail-main .social .like span {
font-weight: normal;
font-size: 18px;
line-height: 24px;
color: #4A5271;
}

.blog-detail-main .social ul {
display: block;
list-style-type: none;
padding: 0;
margin: 0;
}


.blog-detail-main .social ul li {
display: block;
list-style-type: none;
padding: 0 8px;
margin: 0;
display: inline-block;
}


.single-casestudy .main-banner {
    margin: 162px 0 50px;
}
.single-casestudy .main-banner .down-arrow {
    display: none;
}


.related-blog {
padding: 75px 0 100px;
}
.related-blog .arrow {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 0 20px;
}
.related-blog .arrow span {
font-weight: normal;
font-size: 15px;
line-height: 24px;
/* identical to box height, or 160% */

text-align: right;

color: #4A5271;
margin-left: 17px;
}

.related-blog .arrow .next span {
margin-right: 17px;
}
.related-blog .related-item img {
border-radius: 10px;
margin: 0 0 17px;
width: 100%;
}
.related-blog .related-item h4 {
font-weight: 900;
font-size: 20px;
line-height: 28px;
/* or 140% */

text-align: center;
letter-spacing: -0.03em;
/*text-transform: capitalize;*/

/* TTA Website/Heading - Main Text */

color: #2C2C2C;
margin: 0 50px;
}

.workshop-main .row {
margin: 0 -38px;
}
.workshop-main [class*=col-] {
padding: 0 38px;
}
.workshop-item {
background: #FFFFFF;
border-radius: 12px;
margin: 0 0 40px;
display: flex;
border: 1px solid #D6D7E3;
box-shadow: 0px 0px 8px 5px rgb(69 69 69 / 7%);
}
.workshop-item .w-detail {
padding: 46px 37px 29px 43px;
max-width: 740px;
width: 100%;
display: flex;
flex-wrap: wrap;
}
.work_tl {
width: 100%;
}
.work_bl {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.workshop-item .img {
max-width: 387px;
width: 100%;
}
.workshop-item .img img {
border-radius: 10px 0 0 10px;
height: 100%;
object-fit: cover;
}

.workshop-item .w-detail h3 {
font-weight: 900;
font-size: 28px;
line-height: 34px;
/*text-transform: capitalize;*/
color: #323A45;
margin: 0 0 25px;

}
.workshop-item .w-detail .date {
font-weight: 500;
font-size: 28px;
line-height: 1.3;    
color: #3CB4E5;
margin:  0 0 31px;
}

.workshop-item .w-detail span {
font-weight: 900;
font-size: 15px;
line-height: 18px;

color: #2C2C2C;

}
.workshop-item .w-detail h6 {
font-size: 15px;
line-height: 28px;
color: #4A5271;
margin: 0;    
font-weight: 400;
padding-top: 4px;
}

.workshop-item .w-detail .price {
display: flex;
align-items: center;
justify-content: space-between;
}
.workshop-item .w-detail .price .btn {
width: auto;
padding: 17px 13px;
}
.workshop-item .w-detail .price h2 {
font-weight: 700;
font-size: 30px;
line-height: 36px;
/* identical to box height */
/*text-transform: capitalize;*/
margin: 0 26px 0 0;
color: #000000;
}
.workshop-list {
padding: 0 27px 90px;
}

.our-podcast {
background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
margin: 0 0 100px;
}
.our-podcast .about-media {
padding: 90px 0 100px;
}

.core-values  .row {
margin: 0 -30px;
}


.core-values  [class*=col] {
padding: 0 30px;
}

.job-list {
position: relative;
}
.job-list:after {
background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
top: 0;
position: absolute;
left: 0;
right: 0;
content: "";
margin: 82px;
bottom: 0;
top: 0;
display: block;
z-index: -1;
}
.job-list .row {
margin: 0 -12px;
}
.job-list [class*=col-] {
padding: 0 12px 24px;
}
.job-block {
background: #FFFFFF;
box-shadow: 5px 10px 40px 15px rgba(69, 69, 69, 0.1);
border-radius: 12px;
padding: 50px;
padding-right: 90px;
position: relative;
height: 100%;
}

.job-block h4 {
font-weight: 900;
font-size: 28px;
line-height: 34px;
text-transform: capitalize;
color: #323A45;
margin: 0 0 24px;
}

.job-block span {
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
background: linear-gradient(270deg, #3CB4E5 0%, #008CC5 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin: 0  0 22px;
display: block;
}

.job-block .j-btn {
position: absolute;
right: 45px;
bottom: 50px;
}

.job-block .text-block-list2 ul li {
font-size: 18px;
line-height: 28px;
padding-left: 36px;
padding-bottom: 14px;
}
.job-block .text-block-list2 ul li:after {
height: 24px;
width: 24px;
background-size: contain;
top: 3px;
}

.testimonial {
	background: #132136;
	padding: 96px 0 75px;
	margin: 35px 0 90px;
}

.round-ring-icons-with-label {
    padding-top: 70px;
}

.testi-item {
text-align: center;
padding: 0 100px;
}


.testi-slider {
margin-top: -192px;
padding: 0 80px;
}


.testi-slider .slick-arrow {
background: transparent;
top: 50%;

}
.testi-slider .slick-prev {
left: 0;
}
.testi-slider .slick-next {
right: 0;
}


.testi-item img {
border-radius: 12px;
margin: 0 0 32px;
width: 220px;
height: 220px;
margin: 0 auto 32px;

}

.testi-item h4 {
font-weight: 700;
font-size: 28px;
line-height: 34px;
text-transform: capitalize;
color: #3CB4E5;
}
.testi-item h2 {
font-weight: 900;
font-size: 40px;
line-height: 48px;
letter-spacing: -0.03em;
text-transform: capitalize;    
color: #FFFFFF;
margin: 0 0 26px;
}

.testi-item p {
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;    
	color: rgba(255, 255, 255, 0.6);
	max-width: 100%;
	margin: 0 auto;
}
.testi-item h2 > span {
	font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #FFFFFF;
}
.testi-item span {
/* 	font-weight: 700; */
	font-size: 20px;
	line-height: 24px;    
	color: #3CB4E5;
	position: relative;
	padding: 24px 0 0;
	margin:38px 0 0;
	display: block;
	position: relative;
	text-align: center;
}
.testi-item span:after {
	background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
	border-radius: 2px;
	width: 65px;
	height: 4px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.testi-item h6 {
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	/* identical to box height, or 186% */
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
}


.top-ld .image::before {
left: 0;
left: auto;
right: 0;
}

.top-ld .image::after {
right: 0;
right: auto;
left: 0;
}

.join-team {
padding: 0 0 150px;
}
.join-team .section-title h3 {
font-weight: 900;
font-size: 40px;
line-height: 48px;
/* identical to box height */

letter-spacing: -0.03em;
text-transform: capitalize;

/* TTA Website/Heading - Main Text */

color: #2C2C2C;
}

.inquiry-form .sub-title h1, .inquiry-form .sub-title h2, .inquiry-form .sub-title h3, .inquiry-form .sub-title h4, .inquiry-form .sub-title h5, .inquiry-form .sub-title h6 {
color: #323A45;
}

.inquiry-form {
background: #FFFFFF;
box-shadow: 5px 10px 40px 15px rgba(69, 69, 69, 0.1);
border-radius: 12px;
padding: 40px;
position: relative;
max-width: 425px;
margin:  0 auto;
}

.inquiry-form iframe {
    height: 850px;
    width: 100%;
}

.inquiry-form:before {
width: 213px;
height: 96px;
background: url("../images/pattern-top.png");
position: absolute;
top: -40px;
left: -58px;
content: "";
z-index: -1;
/* transform: rotate(-90deg); */
}

.inquiry-form:after {
width: 213px;
height: 96px;
background: url("../images/pattern-bottom.png");
position: absolute;
bottom: -40px;
right: -88px;
content: "";
z-index: -1;
/* transform: rotate(-90deg); */
}

.inquiry-form .form-group {
margin: 0 0 20px;
}

.inquiry-form .form-control {
height: 44px;
background: #F5F7FA;
border-radius: 4px;
border: none;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #606060;
padding: 12px 24px;
}

.inquiry-form .upload-btn {
position: relative;
}


.inquiry-form .upload-btn input[type="file"] {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
cursor: pointer;
height: 100%;
width: 100%;
opacity: 0;
z-index: 9999;
}

.inquiry-form  .btn {
margin: 0 auto;
display: block;
}
.inquiry-form .upload-btn .btn {
background: #27D639;
border-radius: 4px;
height: 100%;
width: 60px;
position: absolute;
right: 0;
top: 0;
}




.nav-tabs {
border: none;
margin: 0;
display: block;
}

.nav-tabs .nav-item {
display: block;
padding: 0 0 16px;
}
.nav-tabs .nav-link {
border: none;
font-size: 18px;
line-height: 26px;
letter-spacing: -1px;
color: #b5b9bd;
padding: 0;
font-weight: 500;
position: relative;
}

.nav-tabs .nav-link::after {
position: absolute;
left: -50px;
top: 10px;
right: 100%;
bottom: auto;
height: 2px;
background:  #3CB4E5;
content: "";
display: block;
width: 34px;
opacity: 0;
width: 0;
opacity: 1;
width: 34px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
color: #3CB4E5;
font-weight: 700;
}

.nav-tabs .nav-link.active::after,
.nav-tabs .nav-link:hover::after {
width: 34px;
transition: width 0.2s;
opacity: 1;
}

.resc-block {
padding: 0 0 60px;
}
.resc-block  img {
border-radius: 12px;
}

.resc-block   span {
font-weight: 500;
font-size: 14px;
color: #606060;
display: block;
margin: 21px 0 8px 0;
}
.resc-block h6 {
font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #2C2C2C;
margin: 0;
}

.our-services .nav-tabs {
margin: 85px 0 100px 80px;
}



.podcast-inner {
background: #F1F8FD;
border-radius: 10px;
padding: 55px 80px;
}


.sales-podcast .podcast-audio {
display: flex;
flex: 0;
align-items: center;
margin-top: 16px;
}
.sales-podcast .podcast-audio .progress {
background: #323A45;
border-radius: 5.5px;
height: 11px;
max-width: 100%;
flex: 1;
}

.sales-podcast .podcast-detail {
position: relative;
}
.sales-podcast .podcast-detail p {
margin: 0 0 45px;
}

.sales-podcast .podcast-detail .share-btn a {
background: #FFFFFF;
border: 1px solid #606060;
box-sizing: border-box;
border-radius: 4px;
display: block;
height: 40px;
width: 106px;
position: absolute;
top: 0;
right: 0;
display: flex;
/* align-items: center; */
justify-content: center;
z-index: 999;
padding: 8px;
font-weight: 700;
font-size: 16px;
line-height: 19px;
text-align: right;

/* TTA Website/Secondary Text */

color: #606060;
}


.sales-podcast .podcast-detail .share-btn a:hover {
background: #3CB4E5;
border-color: #3CB4E5;
color: #fff;
}
.sales-podcast .podcast-detail .share-btn a img {
margin-left: 18px;
width: 14px;
}

.sales-podcast .podcast-audio .progress .progress-bar {
background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
border-radius: 5.5px;
}

.sales-podcast .podcast-audio span {
font-weight: normal;
font-size: 14px;
line-height: 28px;
color: #4A5271;
margin: 0 20px;
}

.sales-podcast .play-btn a {
width: 45px;
height: 45px;
background: linear-gradient(90.05deg, #50ACEF 0%, #3BE3A7 100%);
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
}

.sales-podcast .section-title {
text-align: left;
}

.sales-podcast .section-title::after {
display: none;
}


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background: linear-gradient(78.05deg, #6AC1FF 0%, #73FCCB 100%);
}
.mCSB_scrollTools .mCSB_dragger {
padding-top: 9px;
}

.mCSB_inside > .mCSB_container {
/* position: unset !important; */
}
.sales-podcast .p-img {
padding-right: 40px;
}

.sales-podcast .p-img img {
border-radius: 12px;
}


.shedule-sec {
padding: 0 0 100px;
}

.shedule-sec .mCSB_scrollTools {
    width: 7px;
}
.shedule-sec .mCSB_scrollTools .mCSB_dragger {
    padding-top: 0;
}

.shedule-sec .nav-tabs .nav-item {
padding: 0;
}

.shedule-sec .nav-tabs .nav-link {
padding: 17px 53px;
font-weight: 900;
font-size: 28px;
line-height: 34px;
color: rgba(50, 58, 69, 0.5);

}
.shedule-sec .nav-tabs .nav-link.active,
.shedule-sec  .nav-tabs .nav-link:hover {
background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
border-radius: 10px;
color: #323A45;

}

.shedule-sec .nav-tabs .nav-link::after {
background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
border-radius: 2px;
width: 50px;
height: 4px;
top: 30px;
left: -30px;
}


.shedule-sec .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
}
.shedule-sec .mCSB_scrollTools{
left:auto!important;right:19px !important;
}

.shedule-sec .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
margin-left: 0;
}

.shedule-sec .mCSB_inside > .mCSB_container {
margin-right: 0;
margin-left: 46px;
}

.shedule-sec .mCSB_scrollTools .mCSB_draggerRail {
background: transparent;
}

.help-sec .shedule-box {
height: 370px;

}

.shedule-box h5 {
font-weight: 900;
font-size: 28px;
line-height: 34px;
margin: 0 0 30px;
color: #323A45;
}


.shedule-box ul {
padding-left: 22px;
}


.shedule-box .table-list ul {
padding: 0;
}

.shedule-box .table-list ul li {
max-width: 100%;
flex: 0 0 100%;
margin: 0;
padding: 9px 0;
font-weight: 700;
}

.shedule-box ul li {
font-weight: normal;
font-size: 18px;
line-height: 28px;
color: #4A5271;
}

.shedule-box p {
font-weight: normal;
font-size: 18px;
line-height: 28px;
color: #4A5271;
margin: 0 0 15px;
}

.shedule-sec .mCSB_inside > .mCSB_container {
  padding-right: 40px;
}
.shedule-box {
background: #FFFFFF;
border: 1px solid #D6D7E3;
box-sizing: border-box;
box-shadow: 0px 0px 8px 5px rgba(69, 69, 69, 0.07);
border-radius: 12px;
padding: 34px 0 34px 42px;
height: 289px;
padding-left: 0;
}
.shedule-box ul {
margin-bottom: 0;
}

.scale-rollout .text-icon-box h4 {
min-height: 62px;
max-width: 100%;
margin-bottom: 20px;
}

.keynote-block {
background: #FFFFFF;
box-shadow: 5px 10px 40px 15px rgba(69, 69, 69, 0.1);
border-radius: 12px;
padding: 70px 30px 62px;
position: relative;
text-align: center;
}


.keynote-block h3 {
font-weight: 900;
font-size: 40px;
line-height: 48px;
letter-spacing: -0.03em;
text-transform: capitalize;
color: #2C2C2C;
}

.keynote-block span {
font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #2C2C2C;
}

.keynote-block:after {
background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
border-radius: 2px;
width: 65px;
height: 4px;
content: "";
display: block;
position: absolute;
bottom: 0;
margin: 0 auto;
left: 0;
right: 0;
}

.keynote-sec {
padding: 0 0 170px;
}
.keynote-sec .section-title {
margin-bottom: 65px;
}

.speaker-sec {
padding: 0 0 190px;
}

.speaker-block img {
border-radius: 12px;
margin: 0 0 16px;
}

.speaker-block ul {
margin: 0;
padding-left: 18px;
}

.speaker-block h5 {
font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #2C2C2C;
margin: 0  0 24px;
}

.speaker-block ul li {
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #4A5271;
}

.success-story [class*=col-] {
padding-bottom: 50px;
}

/* .speaker-need .text-icon-box p {
font-weight: 700;
font-size: 20px;
line-height: 28px;
color: #2C2C2C;
} */


.image3-layout {
padding: 0 0 170px;
}


.table-list ul {
display: flex;
flex-wrap: wrap;
}

.table-list ul li {
font-weight: normal;
font-size: 15px;
line-height: 18px;
color: #2C2C2C;
border-bottom: 1px solid #D7D8E3;
padding: 10px 0 10px 20px;
list-style-type: none;
max-width: 47%;
flex: 0 0 47%;
}


.table-list-sec {
padding: 0 0 160px;
}
.table-list-sec .link {
font-weight: 700;
}

.table-list-sec .see-more {
padding: 45px 0 0;
}

.table-list ul li:nth-last-child(even) {
margin-right: 45px;
}

.leader-block h2 {
font-weight: 900;
font-size: 28px;
line-height: 34px;
text-transform: capitalize;
color: #323A45;
}
.spacer-block{ display: inline-block; width: 100%; vertical-align: top;}
.leader-block {
text-align: center;
background: #F1F8FD;
border-radius: 10px;
padding: 58px 18px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.t-img.no-img { width: 220px; height: 150px; margin-bottom: 32px; }
.leaders {
padding: 0 0  80px;
}

.leaders .row {
margin: 0 -45px;
}

.leaders [class*=col] {
position: relative;
padding: 0 45px;
}


.leaders [class*=col]:nth-child(1):after {
font-weight: normal;
font-size: 50px;
line-height: 60px;
/* identical to box height */
content: "+";
position: absolute;
right: -15px;
top: 50%;
transform: translate(0,-50%);
text-align: center;
text-transform: capitalize;
color: #000000;
}
.leaders [class*=col]:nth-child(2):after {
font-weight: normal;
font-size: 50px;
line-height: 60px;
/* identical to box height */
content: "=";
position: absolute;
right: -15px;
top: 50%;
transform: translate(0,-50%);
text-align: center;
text-transform: capitalize;
color: #000000;
}


.text-block-title h6 {
font-weight: 900;
font-size: 20px;
line-height: 24px;
text-transform: capitalize;
color: #323A45;
}

/*.intruction-design .text-block-title h5 {
font-style: normal;
font-weight: 900;
font-size: 28px;
line-height: 24px;
identical to box height
text-transform: capitalize;
TTA Website/Gray
color: #323A45;
}*/


.qualification .number-list ul {
list-style-type: none;
counter-reset: li;
padding: 0;
/* columns: 2; */
-moz-column-count: 2;
column-count: 2;
}

.qualification {
padding: 0 0 100px;
}

.qualification .container {
max-width: 920px !important;
}
.cus-container .container {
max-width: 920px;
}

.qualification .simple-img {
margin: 0 0 40px;
}

.qualification .number-list ul li {
background: linear-gradient(88.07deg, rgba(80, 172, 239, 0.1) 1.64%, rgba(59, 227, 167, 0) 98.39%);
border-radius: 10px;
padding: 10px;
margin-bottom: 15px;
padding-left: 53px;
font-weight: 700;
font-size: 20px;
line-height: 20px;
/* identical to box height, or 200% */

display: flex;
align-items: center;

/* TTA Website/Heading - Main Text */

color: #2C2C2C;

}



.qualification .number-list ul li:before {
counter-increment: li;
content: counter(li, decimal-leading);
left: 7px;
top: 4px;
}

.success-story2 .story-block p {
margin: 0 0 25px;
}
.success-story2 .story-block {
padding: 41px 32px;
padding-top: 65px;
}
.success-story2 .story-block .s-img {
margin-bottom: 40px;
max-height: 87px;
min-height: 87px;
}


.random-list-sec {
padding: 0 0 140px;
}

.random-list ul {
padding: 0;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.random-list {
padding: 0 10px;
}
.random-list ul li {
font-weight: 700;
font-size: 20px;
line-height: 24px;
/* identical to box height */

/* TTA Website/Heading - Main Text */
/* display: inline-block; */
color: #2C2C2C;
padding: 0 40px  10px 10px;

}
.random-list ul li::marker {
color: #3CB4E5;
}
.random-list ul li:first-child {
list-style-type: none;
}

.employee-banner .banner-detail h5 {
font-weight: 700;
font-size: 20px;
line-height: 24px;
margin: 40px 0 20px;
text-transform: capitalize;
color: #9D9D9D;
}

.employee-banner .main-title {
margin: 0;
}


.employee-banner .main-title::after {
display: none;
margin: 0;
}
.employee-banner .banner-img .image:after ,
.employee-banner .banner-img .image:before {
left: 0;
right: 0;
margin: 0 auto;
}


.get-item {
padding-right: 10px;
}

.get-content {
padding: 70px 0 160px;
}

.content-block {
margin: 0  0 60px;
}


.text-block-image {
background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
margin: 0 0 80px;
padding: 60px 0 70px;

}



.text-block-image .section-title h3 {
font-size: 40px;
line-height: 40px;
}
.process-timeline {
max-width: 820px;
margin-left: 90px;
margin-top: 50px;
}
.process-btn .btn {
margin: 0 auto;
display: block;
width: 160px;
}

.step-block {
padding: 0 0 65px 110px;
position: relative;
}

.step-block span {
font-weight: 700;
font-size: 30px;
line-height: 36px;
color: #3CB4E5;
display: block;
margin: 0 0 12px;
}

.step-block h5 {
font-weight: 900;
font-size: 28px;
line-height: 34px;
text-transform: capitalize;
color: #323A45;
margin: 0 0 12px;
}

.step-block p {
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #4A5271;
}

.step-block:after {
opacity: 0.3;
border: 1px dashed #000000;
/* transform: rotate(90deg); */
width: 2px;
top: 0;
bottom: 0;
content: "";
left: 28px;
position: absolute;
z-index: -1;
}

.process-timeline .step-block:last-child:after  { display: none; }


.step-block .step-dot {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 60px;
height: 60px;
}

.step-block .step-dot:after {
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
background: #FFFFFF;
content: "";
border-radius: 50%;
z-index: 0;
margin: auto;
bottom: 0;
right: 0;
}

.step-block .step-dot::before {
position: absolute;
left: 0;
top: 0;
width: 60px;
height: 60px;
background: #3CB4E5;
content: "";
border-radius: 50%;
/* z-index: -1; */
}

.clients-main {
padding: 0 0 200px;
}

.clients-main .logo-block {
display: flex !important;
align-items: center;
justify-content: center;
}



.our-skill {
padding: 0 0 120px;
}
.our-skill .nav-tabs .nav-item {
padding: 0;
}

.our-skill .nav-tabs .nav-link {
font-weight: 900;
font-size: 20px;
line-height: 24px;    
text-transform: capitalize;
padding: 15px 24px;
color: #323A45;    
}

.our-skill .tab-content {
padding-left: 30px;
}
.our-skill .table-list ul {
        padding: 0;
        display: flex;
        column-count: 2;
        column-gap: 40px;
}

.our-skill .table-list ul li {
        padding-left: 0;
        margin: 0;
        display: flex;
    align-items: center;
}

.our-skill .nav-tabs .nav-link.active,
.our-skill  .nav-tabs .nav-link:hover {
background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
border-radius: 10px;
color: #323A45;

}

.our-skill .nav-tabs .nav-link::after {
background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
border-radius: 2px;
width: 28px;
height: 4px;
top: 25px;
left: -14px;
}

.f-inner svg {
margin-right: 6px;
}
.f-block .f-title {
font-size: 20px;
line-height: 32px;
color: #2C2C2C;
margin: 0 0 13px;
font-weight: 700;
}
.f-block.f-logo {
width: 93%;
}
.f-logo p {
padding-top: 15px;
}

.f-block ul {
padding: 0;
margin: 0;
list-style-type: none;
}

.f-block ul li {
list-style-type: none;
display: block;
padding: 0 0 10px;
}

.f-block ul li a {
font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #606060;
position: relative;
}

.award-by-img {
    margin-bottom: 60px;
}

.social_hover_icon {
position: absolute;
left: 0;
opacity: 0;
transition: 0.3s all;
-webkit-transition: 0.3s all;
}
.f-block ul li a:hover .social_hover_icon {
opacity: 1;
}

.f-block ul li a svg {
margin-right: 12px;
}

.f-block ul li a:hover {
color: #3cb4e5;
}

.f-block ul li.active a {
color: #006DFF;
}

.f-block p {
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #606060;
}

.f-block .social {
display: flex;
padding-top: 20px;
}

.f-block .social li {
padding: 0 10px;
}
.f-block .social li a:hover {
/* background: #3CB4E5; */
}


.f-block .social li:first-child {
padding-left: 0;
}

.f-block .social li:last-child {
padding-right: 0;
}


.f-top {
padding: 0 0 40px;
}

.f-inner {
display: flex;
align-items: center;
justify-content: space-between;
}
.f-bottom {
padding: 20px 0;
background: #F5F7FA;
}

.f-bottom p {
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #5F5F5F;    
margin-bottom: 0;
}

.f-bottom p a {
margin: 0 15px;
color: #5F5F5F;
font-family: 'Lato-Medium';
}



.modal .modal-content {
border: none;
}

.modal button.close {
opacity: 1;
position: absolute;
top: 0;
background: #20385C;
height: 30px;
width: 30px;
top: 0;
right: 0;
z-index: 99;
z-index: 99;
display: block;
padding: 0;
top: -30px;
border: none;
}

.modal iframe {
border: 0;
height: 390px;
width: 100%;
object-fit: cover;
}
.modal .modal-body {
padding: 0;
}


.modal .modal-dialog {
max-width: 700px;
}

.contact-main {
padding: 95px 0 130px;
}


.modal button.close svg {
width: 20px;
height: auto;
}
.modal button.close svg path {
fill: #ffffff;
}


.work-tabing .nav-tabs {
border-bottom: 1px solid rgba(255,255,255,0.1);
display: flex;
margin: 0 -15px 43px;
}

.work-tabing .nav-tabs .nav-item {
max-width: 50%;
flex: 0 0 50%;
padding: 0;
}

.work-tabing .nav-tabs .nav-link:after {
display: none;
}

.work-tabing .nav-tabs .nav-link {
border-bottom: 3px solid transparent;
background: transparent;
border-radius: 0 !important;
font-weight: 900;
text-align: center;
padding:  0 0 20px;
color: #fff;
}

.work-tabing .nav-tabs .nav-link.active,
.work-tabing .nav-tabs .nav-link:hover {
border-bottom-color: #3CB4E5;
background: transparent;
color: #3CB4E5;
}

.work-tabing .tab-content {
padding: 0 15px;
}

.way-sec .work-tabing .talent-block {
padding-top: 0;
padding: 0;
}
.way-sec .work-tabing .nav-tabs {
border-bottom-color:rgba(0,0,0,0.1);
}
.way-sec .work-tabing .nav-tabs .nav-link {
color: #323A45;
text-transform: capitalize;
}


.way-sec .work-tabing .nav-tabs .nav-link.active,
.way-sec .work-tabing .nav-tabs .nav-link:hover {
color: #3CB4E5;
}


.accordion-item {
background: #FFFFFF;
overflow: hidden;
border: 1px solid #D6D7E3;
box-sizing: border-box;
box-shadow: 0px 0px 8px 5px rgba(69, 69, 69, 0.07);
border-radius: 12px !important;
margin-bottom: 8px;
}
.accordion-item .accordion-body {
padding: 0;    
}

.accordion-item .accordion-body .shedule-box {
background: transparent;
border: none;
box-shadow: none;
padding-right: 30px;
}

.accordion-item .accordion-button h4 {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    padding-right: 10px;
}
.accordion-item .accordion-button {
background: transparent;
border-top-left-radius: 12px !important;
border-top-right-radius: 12px !important;
box-shadow: none !important;
font-weight: 900;
font-size: 20px;
line-height: 24px;
/* identical to box height */

text-transform: capitalize;

/* TTA Website/Gray */

color: #323A45;
}


.shedule-sec  .accordion-item .mCSB_inside > .mCSB_container {
margin-right: 0;
margin-left: 27px;
}

.trusted-by .row {
    justify-content: center;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='9' x2='17' y2='9' stroke='%233CB4E5' stroke-width='2'/%3E%3Cpath d='M8.5 0L8.5 18' stroke='%233CB4E5' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-position: center;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='2' viewBox='0 0 17 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='1' x2='17' y2='1' stroke='%233CB4E5' stroke-width='2'/%3E%3C/svg%3E%0A");
    transform: rotate(0);
    background-position: center;
}


.keynote_accordion-button {
    font-size: 24px;
}
.keynote_accordion-button span {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    padding-top: 5px;
}
.keynote_mobile_accordion .accordion-item .accordion-button {
    padding-left: 27px;
}
.keynote_mobile_accordion .accordion-item .accordion-body {
    padding: 3px 16px 13px 16px;
}
.keynote_mobile_accordion li {
    padding-bottom: 5px;
}


.scale-rollout .accordion-item .accordion-body {
padding: 8px 23px 13px 23px;
}
.scale-rollout .accordion-item .accordion-button img {
width: 32px;
margin-right: 18px;
}

.case-study-tabing .nav-tabs {
display: flex;
margin: 0 -6px 20px;
}


.case-study-tabing .nav-tabs .nav-item {
padding: 0 6px;
max-width: 33.333333%;
flex: 0 0 33.333333%;
}

.case-study-tabing .nav-tabs .nav-link:after {
display: none;
}

.case-study-tabing .nav-tabs .nav-link {
font-weight: normal;
font-size: 19px;
line-height: 24px;
text-align: center;
color: #000000;
padding: 13px 30px;
background: rgba(60,180,229,.15);
border-radius: 5px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
background: #3CB4E5;
color: #fff;
}

.case-study-tabing {
max-width: 645px;
margin: 0 auto;
}

.award-wining-list .success-story [class*=col-] {
padding-bottom: 36px;
}

.view-resource {
padding: 0 0 130px;
}

.view-resource .btn {
margin: 0 auto;
display: block;
}


.award-project {
padding: 0 0 80px;
}


.award-recognize {
padding: 0 0 90px;
}
.noitemcls {
text-align: center;
padding: 6px;
background: #fff;
text-transform: capitalize;
margin: 0 auto;
color: #3cb4e5;
font-weight: 700;
font-size: 17px;
}
.ajax_loader {
text-align: center;
height: 400px;
display: flex;
align-items: center;
justify-content: center;
}
.flt_reset {
position: absolute;
right: 14px;
font-size: 0;
top: 16px;
background: url(../images/close.svg);
width: 18px;
height: 18px;
background-size: 18px;
}




/* New CSS */
.comment-respond {
padding-top: 20px;
}
.comment-respond label {
width: 100%;
margin-bottom: 7px;
}
.comment-respond p {
margin-bottom: 8px;
}
.comment-respond textarea {
width: 100%;
background: #F5F7FA;
border: 0;
height: 110px;
border-radius: 4px;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
} 
.comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"] {
width: 100%;
background: #F5F7FA;
border: 0;
height: 44px;
border-radius: 4px;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
}
.comment-form-cookies-consent {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.comment-form-cookies-consent label {
margin-bottom: 0;
padding-left: 11px;
font-size: 15px;
width: auto;
}
.form-submit input[type="submit"] {
display: inline-block;
font-weight: 400;
line-height: 1.5;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
user-select: none;
font-size: 1rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
background: #3CB4E5;
border-radius: 4px;
width: 160px;
padding: 12px 13px 13px;
border: none;
color: #F5F7FA;
}
.form-submit input[type="submit"]:hover {
background: #3CB4E5;
box-shadow: 0px 8px 16px rgb(0 0 0 / 20%);
border-radius: 4px;
}
.comment-reply-title, .comments-title {
font-weight: 900;
font-size: 39px;
line-height: 60px;
letter-spacing: -0.03em;
color: #2C2C2C;
padding: 0 0 24px;
margin: 0 0 20px;
position: relative;
}
.comment-reply-title:after, .comments-title:after {
background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
border-radius: 2px;
width: 65px;
height: 4px;
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.comment-reply-title {
display: flex;
justify-content: space-between;
font-size: 25px;
letter-spacing: 0;
}
.comment-awaiting-moderation {
width: 100%;
padding-bottom: 10px;
display: inline-block;
}
.comments-area {
padding-top: 35px;
}
.form-submit {
margin-top: 20px !important;
display: inline-block;
}
.comments-area .comments-title {
font-size: 38px;
}
.comments-area ol {
padding: 0;
list-style-type: none;
}
.comment-list li {
background: #fff;
padding: 25px 0;
margin-bottom: 11px;
}
.comment-metadata {
padding: 11px 0;
width: 100%;
}
.comment-content p {
margin-bottom: 10px;
line-height: 1.4;
font-size: 16px;
}
.comment-author img {
border-radius: 50%;
margin-right: 6px;
width: 50px;
height: 50px;
}
.comment-author .fn a {
text-transform: capitalize;
color: #2a3d90;
font-size: 18px;
}

.comment-list .children li {
padding: 0 0 0 30px;
margin-top: 10px;
margin-bottom: 3px;
}
.reply {
margin-top: 15px;
}
.comment-content {
background: #f3f3f3;
padding: 18px 23px;
}
.like {
display: flex;
align-items: center;
}
.like-cover {
width: 42px;
height: 37px;
background-repeat: no-repeat;
background-size: cover;
margin-right: 11px;
cursor: pointer;
}
.main_like img { cursor: pointer; }
.liked {
background-image: url(../images/liked.png) !important;
background-position: center center;
background-repeat: no-repeat;
height: 36px;
margin-right: 6px;
width: 41px;
background-size: 41px;
}
.liked img { opacity: 0; }
.clear-framework .section-title span { margin-bottom: 14px; display: inline-block; }
.list-block-dash .section-title { width: 90%; }
.image-top_spacer { padding-top: 40px; }
.tick-mark-list { padding-top: 35px; }
.success_four { padding-top: 35px; }
.tick-mark-list .see-more { margin-top: 40px; }
/*.image-top_spacer .text-block-title ul li { padding-bottom: 54px; } */

.hire-process .count-block p {
font-size: 24px;
line-height: 28px;
opacity: 0.8;
padding: 0 30px;
}

/*.onboard-experience .gradiant-block p {
line-height: 24px;
margin-bottom: 0;
padding-top: 10px;
}*/

.webinar-min {
    min-height: 200px;
}

.success-story .col-lg-3 .story-block {
padding: 52px 27px 40px 30px;
max-width: 100%;
margin: 0 auto;
}
.success-story .col-lg-3 .story-block .s-img {
margin-bottom: 40px;
}
.success-story .col-lg-3 .story-block p {
margin-bottom: 23px;
}
.strategy_icon-layout {
max-width: 590px;
margin: 0 auto;
padding-top: 0;
}
.learning-strategy .strategy_icon-layout [class*=col] {
padding: 0 calc(var(--bs-gutter-x) * .5);
}
.shedule_top-spacer {
padding-top: 40px;
padding-left: 26px;
}

.our_eLearning-sec-image { display: none; }
.our_eLearning-sec-cl { width: 100%; position: relative; padding-bottom: 120px;  }
.our_eLearning-sec-cl_left-img .our_eLearning-flex{ justify-content: flex-end;}
.our_eLearning-sec-cl_left-img .our_eLearning-sec-text{ left: auto; right: 0; width: 500px; }

.our_eLearning-sec-cl_left-img .our_eLearning-sec-image { transform: translate(-122px, 0px); }

.our_eLearning-flex { display: flex; position: relative; min-height: 579px; align-items: center; }
.our_eLearning-sec-bg { height: 100%; width: 80%; position: absolute; left: 0; top:0; background-size:cover !important;  background-position: right center !important; background-repeat: no-repeat !important; }



.image_position_left .our_eLearning-flex { background-position: left center !important; }
.image_position_right .our_eLearning-sec-bg { right: 0; left: auto; width: 57%; background-size:auto 100% !important; background-position: right center !important; background-position: left center !important; }

.our_eLearning-sec-text h1 {
    font-size: 28px;
    line-height: 1.2;
    color: #3CB4E5;
    margin-bottom: 20px;
}
.our_eLearning-sec-text {
        padding: 74px 71px 74px 74px;
        background: #FFFFFF;
        box-shadow: 0px 0px 8px 5px rgb(69 69 69 / 7%);
        width: 698px;
        left: 0;
        margin: 60px 0;
        z-index: 1;
}
.our_eLearning-sec-text h4 { font-size: 30px; color: #2C2C2C; letter-spacing: -0.03em; line-height: 42px; font-weight: 900; text-transform: capitalize; }
.our_eLearning-sec-image {
transform: translate(122px, 0px);
width: 58.7%;
}
.our_eLearning-sec-image img {
max-width: 100%;
}

.awards_slider_mobile  { display: none !important; }



/* Extra Css */
.home .container { padding: 0 15px; max-width: 1170px; }
.page-id-195 .container { padding: 0 15px; max-width: 1170px; }
.page-id-649 .container { padding: 0 15px; max-width: 1170px; }
.page-id-570 .container { padding: 0 15px; max-width: 1170px; }
.page-id-589 .container { padding: 0 15px; max-width: 1170px; }
.page-id-519 .container { padding: 0 15px; max-width: 1170px; }
.page-id-635 .container { padding: 0 15px; max-width: 1170px; }
.page-id-643 .container { padding: 0 15px; max-width: 1170px; }
.page-id-1091 .container { padding: 0 15px; max-width: 1170px; }
.page-id-484 .container { padding: 0 15px; max-width: 1170px; }
.page-id-944 .container { padding: 0 15px; max-width: 1170px; }
.page-id-955 .container { padding: 0 15px; max-width: 1170px; }
.page-id-962 .container { padding: 0 15px; max-width: 1170px; }
.page-id-273 .container { padding: 0 15px; max-width: 1170px; }
.page-id-521 .container { padding: 0 15px; max-width: 1170px; }
.page-id-1096 .container { padding: 0 15px; max-width: 1170px; }


.fancybox-content {  background: #FFFFFF; box-shadow: 0px 0px 8px 5px rgba(69, 69, 69, 0.07); border-radius: 12px; }
.soft-skill-popup { width: 531px; padding: 2px 13px; }
.soft-skill-popup h2 { font-size: 30px; color: #2C2C2C; line-height: 1.1; margin-bottom: 30px; }
.course-content { padding-top: 5px; font-size: 15px;  }
.soft-skill_buttons { width: 100%; border-top: 1px solid rgba(0,0,0,.1); padding-top: 24px; margin-top: 54px; display: flex; justify-content: space-between; }
.course-content strong {  color: #323A45;}
.course-content p { font-size: 15px;line-height: 1.4; margin-bottom: 12px;  }
.fancybox-is-open .fancybox-bg { opacity: 0.3; }
.table-list a { cursor: pointer; }
.table-list a:hover { text-decoration: underline !important; }
.soft-skill_buttons .btn { padding: 13px 33px; background: #3CB4E5; outline: 0;  box-shadow: none; }
.soft-skill_buttons .btn:hover { box-shadow: 0px 8px 16px rgb(0 0 0 / 20%);	}



.popular-popup { width: 566px; padding: 0;  }
.popular-popup h2 { font-size: 21px; color: #2C2C2C; line-height: 1.1; margin-bottom: 14px; }
.popular_buttons .btn {
    padding: 10px 20px;
    background: #3CB4E5;
    outline: 0;
    box-shadow: none;
    margin-right: 12px;
    min-width: 160px;
}
.popular_buttons .btn:hover { box-shadow: 0px 8px 16px rgb(0 0 0 / 20%);     }
.popular-popup p {
    margin-bottom: 22px;
}
.list-dash ul li a {
    color: #323A45;
}


* {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: none;
}
.gradient_block_cl {
background: #FFFFFF;
border: 1px solid #3CB4E5;
box-sizing: border-box;
box-shadow: 0px 0px 8px 5px rgb(69 69 69 / 7%);
border-radius: 12px;
padding: 0;
padding-top: 0;
position: relative;
height: 100%;
z-index: 99;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 61%, #eff8fd 100%);
background: -webkit-linear-gradient(top, #ffffff 61%,#eff8fd 100%);
background: linear-gradient(to bottom, #ffffff 61%,#eff8fd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff8fd',GradientType=0 );
min-height: 363px;
display: flex;
align-items: center;
justify-content: center;
width: 362px;
}

.text_with-image .container {
max-width: 805px !important;
text-align: center;
}
.gradient_block_cl img {
max-width: 200px;
}
/*Up Down Card Block Start*/
.up-down-card-sec{ position: relative; padding: 0 0 90px;}
.up-down-card-sec .container{ padding: 0 2px 0 20px;}
.up-down-card-sec .row{ margin: 0 -44px;} 
.up-down-card-sec .row > div{ padding: 0 44px; position: relative;}
.up-down-card-sec:before{ content: ""; position: absolute; width: 10%; border-bottom: 5px dashed #999999; left: 0; right: 0; top: 46.6%; margin: auto;}
.up-down-card-block{border: 1px solid #d6d7e3; padding: 48px 60px 60px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 10px; min-height: 650px; background: #ffffff;}
.up-down-card-block .main-title {padding: 0 0 19px;margin: 0 0 24px;}
.up-down-card-block .main-title::after{ width: 67px;}
.up-down-card-block .main-title h1{ font-size: 40px;}
.list-dots-medium ul { margin: 0; list-style-type: none; padding: 0px 0 0 2px; } 
.list-dots-medium ul li { list-style-type: none; font-size: 18px; line-height: 28px; padding: 0 0 6px 26px; color: #4a5271; position: relative; } 
.list-dots-medium ul li:after { height: 10px; width: 10px; border-radius: 50%; content: ""; position: absolute; left: 0; background: #3CB4E5; top: 9px; }
.up-down-card-list-block{ margin: 0 0 38px;}
.up-down-card-list-block:last-child{ margin: 0;}
.down-block{margin-top: 124px;}
/*Up Down Card Block End*/
/*Core Expertise Start*/
.core-expertise-sec{ padding: 0 0 150px;}
.core-expertise-sec .row{ margin: 0 -5px;}
.core-expertise-sec .row > div{ padding: 0 5px; margin: 0 0 12px;}
.core-card{ padding: 31px 32px 33px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); height: 100%;}
.core-card h4{ font-size: 23px; line-height: normal; margin: 0 0 36px; }
.core-card ul{ padding: 0 0 0 19px; }
.core-card li{ font-size: 14px; line-height: 1.4em; color: #4A5271;} 
.core-expertise-cover-inner{ padding: 0 42px; position: relative; z-index: 1;} 
.core-expertise-cover-bg { position: absolute;left: 0;right: 0;top: 0; border-radius: 10px;background-size: cover;background-position: center; height: 547px;}
.core-expertise-cover {position: relative;margin-top: 62px; padding: 222px 0 0;}
/*Core Expertise End*/
/*Testimonials Slider Start*/
.testimonials-slider-sec{ text-align: center; background: #F1F8FD; position: relative; padding: 0 0 75px; margin: 0 0 70px;}
.testimonials-slider-sec::before{ content: ""; position: absolute; left: 0; right: 0; top: 0; height: 96px; background: #ffffff;}
.testimonials-slider-oth-img {
  width: 220px;
  height: 220px;
  background-size: 100%;
  border-radius: 10px;
  margin: 0 auto 35px;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimonials-slider-sec h5{ color: #3cb4e5; font-size: 28px; font-weight: bold; margin: 0 0 14px;}
.testimonials-slider-sec h1{ font-size: 38px;font-weight: 900;line-height: 1.26em; margin: 0 0 26px;}
.testimonials-caps{width: 100%; margin: 0 auto 27px; }
.testimonials-slider {max-width: 1020px; width: 100%; margin: auto;}
.testimonials-slider .item{padding: 0 140px;}
.testimonials-client-name{ position: relative; padding: 29px 0 0;}
.testimonials-client-name::before{ content: ""; position: absolute; top: 0; left: 0; right: 0; margin: auto; background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%); height: 4px; width: 66px;}
.testimonials-client-name h6{color: #3cb4e5; font-size: 20px; margin: 0;}
.testimonials-client-name p{ font-size: 14px;}
.testimonials-slider .slick-arrow{ font-size: 0; height: 48px; width: 48px; background: #323A45 url(../images/slider-arrow-lh.svg) no-repeat center center; border-radius: 50%; top: 54%; position: absolute; border: 0;}
.testimonials-slider .slick-prev { left: 0;}
.testimonials-slider .slick-next { right: 0; transform: rotate(180deg);}
/*Testimonials Slider End*/
/*How it work Start*/
.how-it-work-sec{ padding: 0 0 100px;}
.how-it-work-img { height: 100%; width: 100%; background-size: cover; background-position: center; min-height: 316px;}
.how-it-work-block{ margin: 0 0 60px;}
.how-it-work-block .main-title h1{ font-size: 30px; line-height: normal;}
.how-it-work-block h4 { font-size: 20px; font-weight: bold; line-height: 1.5em; width: 88%; color: #2C2C2C; } 
.how-it-work-block p { margin-bottom: 13px; }
.how-it-work-block .main-title{ padding-bottom: 30px; margin-bottom: 16px;margin-top: 54px;}
.how-it-work-block .main-title:after{ width: 65px;}
.how-it-work-btns{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding: 43px 0 0;}
.btn.btn-primary.btn-big{ min-width: 230px; padding: 20px 19px 21px; font-size: 20px; margin: 0 13.5px; }
/*How it work End*/
/*FAQ Accordion Start*/
.faq-section{ padding: 0 0 110px;}
.faq-accordion-blocks { margin-top: 33px;display: inline-block;width: 100%;border-top: 1px solid rgba(0, 0, 0, 0.2); text-align: left;}
.faq-accordion-title {padding: 33px 0; position: relative; cursor: pointer;}
.faq-accordion-title::before,.faq-accordion-title::after{ content: ""; position: absolute; top: 0; bottom: 0; margin: auto; background: #000000; display: block; transition: all 0.5s;}
.faq-accordion-title::before{ height: 25px; width: 1px; right: 44px;}
.faq-accordion-title::after{ height: 1px; width: 25px; right: 32px;}
.faq-accordion-title.active::before{ height: 0;}
.faq-accordion-title h5{ margin: 0;font-weight: 800;letter-spacing: -0.03em;text-transform: capitalize; padding: 0 77px 0 0;}
.faq-accordion-block{border-bottom: 1px solid rgba(0, 0, 0, 0.2);}
.faq-accordion-caps { margin: -10px 0 0; padding: 0 0 0 24px; max-width: 1090px; width: 100%; display: none; }
.faq-accordion-caps p{ margin: 0 0 20px;}
.faq-accordion-caps p:last-child{ margin: 0 0 32px;}
/*FAQ Accordion End*/
/*Featured Talent Start*/
.featured-talent-section{ padding: 0 0 140px;}
.featured-talent-section .featured-talent-slider{ padding: 7px 0 75px;}
.talent-slide-block-slide{ padding: 28.5px;}
.talent-slide-block{ border: 1px solid #D6D7E3; border-radius: 10px; background: #ffffff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.featured-talent-section .slick-list { margin: 0 -28px;}
.talent-slide-block-img {padding: 0 0 84%; background-position: center; background-size: cover; border-radius: 10px 10px 0 0;}
.talent-slide-caps { padding: 24px 30px 24px 33px; min-height: 247px;}
.talent-slide-caps h6{ margin: 0 0 5px; letter-spacing: -0.03em; font-weight: 900;}
.talent-slide-caps label{ font-size: 12px; margin: 0 0 18px;}
.talent-slide-caps p{ font-size: 15px;line-height: 1.45em;}
.featured-talent-section .see-more{ margin-top: -46px;}
.featured-talent-section .see-more .btn{ position: relative;}
/*Featured Talent End*/
.default-bottom-padding{ padding-bottom: 90px;}
/*Job Openings Start*/
.job-openings-slider-main { padding: 0; margin: -18px 0 0; }
.job-openings-block {
    width: 100%;
    max-width: 591px;
    margin: 33px auto 50px;
    border-radius: 10px;
    box-shadow: 0 5px 50px rgb(0 0 0 / 10%);
    padding: 34px 43px;
}
.job-openings-block h4{ font-size: 28px; line-height: 1.2em; margin: 0 0 10px;}
.job-openings-block label{ font-weight: bold; color: #3CB4E5; margin: 0 0 9px; font-size: 16px; }
.job-openings-slider-main .slick-dots{ position: relative; display: flex; align-items: center; justify-content: center; top: auto; bottom: auto; margin: -20px 0 0; width: 100%;}
.job-openings-slider.slick-slider,.tab-slider-sec .slider-for.slick-slider{ display: flex; flex-wrap: wrap; justify-content: center;}
.job-openings-slider.slick-slider .slick-arrow,.image-text-slider.slick-slider .slick-arrownp,.tab-slider-sec .slick-slider .slick-arrow{ position: relative; bottom: auto; top: auto;font-size: 0;border: 0; right: auto;left: auto; margin: 10px 8px 0;}
.job-openings-slider.slick-slider .slick-arrow::before,.image-text-slider.slick-slider .slick-arrownp::before,.tab-slider-sec .slick-slider .slick-arrow::before{ content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0;background: url(../images/slider-small-arrow.svg) no-repeat center center / 14px;}
.job-openings-slider.slick-slider .slick-prev,.image-text-slider.slick-slider .image-text-slider-prev,.tab-slider-sec .slick-slider .slick-prev{ order: 3;}
.job-openings-slider.slick-slider .slick-next,.image-text-slider.slick-slider .image-text-slider-next,.tab-slider-sec .slick-slider .slick-next{ order: 4; transform: rotate(180deg);}
/*Job Openings End*/
/*Awards Start*/
.awards-sec .section-title{ margin-bottom: 20px;}
.awards-blocks-main {padding: 89px 0 0; }
span.awards-block-img {display: inline-block;width: 100%;margin: 0 0 17px;}
.awards-block { padding: 0 40px 75px;}
.awards-block h5{ margin: 0 0 14px; font-size: 20px; line-height: 1.2;}
.awards-block p{line-height: 1.5em;font-size: 16px;}
.awards-blocks-main > .row{margin: 0 -71px;}
.awards-sec .see-more{font-weight: bold; color: #3CB4E5;margin: 7px 0 0;display: inline-block;}
/*Awards End*/
/*Podcast Start*/
.podcast-block{ width: 100%; max-width: 1091px; margin: 0 auto; border-radius: 10px; background: #F1F8FD; padding: 38px;}
.podcast-block-row{ display: flex; flex-wrap: wrap;}
.podcast-img-label{ width: 35.4%;}
.podcast-caps{ width: 64.6%; padding: 0px 49px 0 78px;}
.podcast-img {height: 0;padding: 0 0 100%;border-radius: 10px; /*background-size: cover;*/ background-size: 100%; background-repeat: no-repeat; background-position: center;}
.podcast-caps h1{ letter-spacing: -0.03em;font-weight: 900; margin: 0 0 24px;}
.podcast-caps p{ margin: 0 0 23px;}
.podcast-label.for-mobile {display: none;}
.podcast-block-top{ align-items: center; margin: 0 0 34px; }
.podcast-label label{ font-weight: bold; font-size: 28px;color: #3CB4E5; margin: 0 0 10px;}
.podcast-label h6{font-weight: 900; font-size: 40px; margin: 0; line-height: 1;}
.podcast-player { position: relative; top: 20px; }
.podcast-player img{max-width: 100%;}
/*Podcast End*/
/*Btn With Dots Start*/
.btn-with-dots-inner{ display: flex; align-items: center; justify-content: space-between;}
.btn-with-dots-inner .btn{ width: 288px;}
/*Btn With Dots End*/
/*Image Text Slider Section Start*/
.hide-dots .slick-dots { display: none !important; }

.modern-workforce .image-text-slider-sec-inner,
.intruction-design .image-text-slider-sec-inner,
.text-block-image .image-text-slider-sec-inner {
    max-width: 100%;
    text-align: left;
}
.modern-workforce .image-text-slider-sec-inner .slick-dots,
.intruction-design .image-text-slider-sec-inner .slick-dots,
.text-block-image .image-text-slider-sec-inner .slick-dots {
    top: auto;
    padding-top: 0;
    bottom: 54px;
}

.image_position_center .our_eLearning-sec-bg {
    width: 100%;
    height: 289px;
}
.image_position_center.image_position_center .our_eLearning-sec-bg {
    width: 100%;
    height: 289px;
    position: absolute;
    bottom: 0;
    top: auto;
}
.our_eLearning-sec-cl_left-img.image_position_center .our_eLearning-flex {
    justify-content: center;
    flex-wrap: wrap;
    min-height: 370px;
}
.image_position_center .our_eLearning-sec-text h2 {
    font-size: 30px;
}

.our_eLearning-sec-cl_left-img.image_position_center .our_eLearning-sec-text {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 719px;
    text-align: center;
    margin: 0 0 100px 0;
}

.image-text-slider-sec-inner{ max-width: 805px; width: 100%; margin: 0 auto; text-align: center;}
.image-text-slider-img { width: 100%; height: 0; padding: 0 0 52.55%; border-radius: 10px; background-size: cover; background-position: center; }
.image-text-slider.slick-slider .slick-arrownp{ position: relative; margin: 0 5px;}
.image-text-nav { display: flex; align-items: center; justify-content: center; padding: 54px 0 15px; }
.image-text-slider-caps h1{ font-weight: 900; margin: 0 0 17px;}
/*Image Text Slider Section End*/
/*Round Ring Icons With Label Start*/
.round-ring-icons-with-label-block{ width: 624px; height: 624px; border-radius: 50%; border: 1px solid #c2c1c1; margin: 0 auto; position: relative; display: flex; justify-content: center; align-items: center;}
.round-ring-icons-with-label-block .section-title{ margin: 0;}
.round-icon{ height: 114px; width: 114px; border-radius: 50%; background: #ffffff; border: 1px solid #d6d7e3; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}
.round-label {font-weight: bold; font-size: 18px; position: absolute; white-space: nowrap; min-width: 110px; }
.round-icon-label-block-1 .round-label,.round-icon-label-block-4 .round-label,.round-icon-label-block-5 .round-label{ text-align: center;}
.round-icon-label-block-2 .round-label,.round-icon-label-block-3 .round-label{ text-align: left; left: 121%; top: 25%;}
.round-icon-label-block-6 .round-label,.round-icon-label-block-7 .round-label{ text-align: right; right: 121%; top: 25%;}
.round-icon-label-block{text-align: center; display: inline-block; position: absolute; width: 114px; margin: auto;}
.round-icon-label-block-1 { top: -9%; left: 0; right: 0; }
.round-icon-label-block-2 { right: 2.9%; top: 8.8%; }
.round-icon-label-block-3 { right: -9.4%; bottom: 31.5%;}
.round-icon-label-block-4 { bottom: 0; right: 12%;}
.round-icon-label-block-5 { bottom: 0; left: 15.5%;}
.round-icon-label-block-6 { left: -9.4%; bottom: 31.5%;}
.round-icon-label-block-7 { left: 2.9%; top: 8.8%;}
.round-icon-label-block-1 .round-label { top: -40px;  display: flex; justify-content: center; left: 18%; }
.round-icon-label-block-4 .round-label, .round-icon-label-block-5 .round-label{ display: flex; justify-content: center; top: 125%; width: 100%;}
.round-ring-icons-with-label-inner {margin-bottom: 75px;}
.recog-block .img { min-height: 170px; display: flex; align-items: center; justify-content: center; }
.deliver-sec-mobile li {
    font-size: 15px;
    font-weight: 700;
    background: url(../images/checklist.svg) left top 0px no-repeat;
    padding-left: 35px;
    list-style-type: none;
    line-height: normal;
    padding-top: 2px;
    padding-bottom: 7px;
    margin-bottom: 25px;
    background-size: 25px;
}
.deliver-sec-mobile ul { padding: 20px 0 0 0; }
.deliver-sec-mobile ul li { margin-bottom: 10px; }

section.round-ring-icons-for-mobile{ display: none;}
.round-ring-mobile-block{ width: 100%; height: 100%; display: inline-block; vertical-align: top;  background: #ffffff; border-radius: 15px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); padding: 24px 29px;}
.round-ring-mobile-block h6{ margin: 0 0 22px;}
.round-ring-mobile-block ul{ padding: 0 0 0 25px; margin: 0 0 5px;}
.round-ring-mobile-block li{ padding: 0 0 6px;}
.round-ring-icon-slider .slick-track{ display: flex;}
section.round-ring-icons-for-mobile .item { padding: 10px 5px; width: 295px;}
.round-ring-icons-for-mobile .slick-list{ overflow: visible;}
.round-ring-icons-for-mobile{ overflow: hidden;}
/*Round Ring Icons With Label End*/
/*Round Ring With Box Label Tool Tip Start*/
.box-label-block{ border-radius: 10px; border: 1px solid #3cb4e5; padding: 9px 10px 10px; text-align: center; width: 160px; position: absolute; min-height: 65px; display: flex; align-items: center; justify-content: center; font-weight: bold;font-size: 18px; background: #ffffff; box-shadow: 0 0 20px rgba(0,0,0,0.10); cursor: pointer; transition: all 0.5s;}
.box-label-tooltip{ position: absolute;}
.box-label-block-1 {top: -5.1%;}
.box-label-block-2 {right: -1.7%;top: 13.6%;}
.box-label-block-3 {right: -12.3%;top: 43.4%;}
.box-label-block-4 {right: -1.7%;bottom: 12%;}
.box-label-block-5 {bottom: -4.6%;}
.box-label-block-6 { bottom: 12%;left: -2.5%;}
.box-label-block-7 {top: 43.4%;left: -13%;}
.box-label-block-8 { top: 13.6%;left: -2.5%;}
.box-label-tooltip{ width: 285px; border-radius: 20px; padding: 30px 28px;bottom: 110%; left: 0; text-align: left; box-shadow: 0 0 30px rgba(0,0,0,0.08); background: #ffffff; transition: all 0.5s; visibility: hidden; opacity: 0; z-index: 9;}
.box-label-block:hover .box-label-tooltip{ visibility: visible; opacity: 1; bottom: 129%;}
.box-label-tooltip h6 {margin: 0 0 21px;}
.box-label-tooltip ul{padding: 0 0 0 24px;margin: 0 0 4px;}
.box-label-tooltip li{font-size: 17px; line-height: 1em; color: #4A5271; margin: 0 0 10px; padding: 0;}
.box-label-block:hover { background: #E3F7FF;}
/*Round Ring With Box Label Tool Tip End*/
/*Tab Slider Sec Start*/
.tab-slider-sec{ text-align: center;}
.item-main-slide-caps-inner{ max-width: 540px; width: 100%; margin: 0 auto;}
.item-main-slide-img img{ width: 100%;}
.item-nav-slide span{ font-size: 20px; font-weight: bold;padding:12.5px 15px;display: inline-block; position: relative; cursor: pointer;color: #000; }  
.item-nav-slide span::before{ content: ""; position: absolute; bottom: 0px; left: 50%; right: 50%; background: #3CB4E5; height: 4px; border-radius: 4px; transition: all 0.5s; }
.slick-current.item-nav-slide span{ color: #3CB4E5; }
.slick-current.item-nav-slide span::before,.item-nav-slide.active span::before,.item-nav-slide span:hover::before{ left: 0; right: 0; }
.tab-slider-sec .slick-slider .slick-arrow{ margin: 0 8px; position: relative; }
.item-main-slide-img { margin: 0 0 17px; }
.item-main-slide-caps { margin: 0 0 34px; }
.item-main-slide-caps h6{ margin: 0 0 15px;}
.slider-nav,.action-inner{ position: relative; margin: 31px 0 17px;}
.slider-nav::before,.action-inner::before{ content: ""; position: absolute; bottom: 1px; left: 0; right: 0; height: 1px; background: #e6e5ea;}
.action-inner {display: inline-block;}
.tab-slider-sec .section-title{ margin: 0;}
.tab-slider-inner .slider-nav { visibility: hidden;opacity: 0;height: 0;margin: 0;}


.item-main-slide-caps { opacity: 0; transition: 0.3s all; }
.slick-current .item-main-slide-caps { opacity: 1; }

.tab-slider-sec .slick-slide img {
    display: inline-block !important;
    width: auto;
    max-height: 327px;
    padding: 20px 0;
}
.item-main-slide-img { position: relative; }
.item-main-slide-img:before, .item-main-slide-img:after { opacity: 0; content: ""; position: absolute; top: 19%; width: 100px; height: 240px; background-repeat: no-repeat; background-size: 100%; background-position: center center; }
.item-main-slide-img:before { left:-50px; background-image: url(../images/left-lines.png); }
.item-main-slide-img:after { right:-50px; background-image: url(../images/right-lines.png); }
.slick-current .item-main-slide-img:before, 
.slick-current .item-main-slide-img:after { opacity: 0; }


.filters-cl form#searchform {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.fit_box {
    margin: 5px;
}
.fit_box label {
    border: 1px solid #9e9e9e;
    border-radius: 34px;
    color: #4A5271;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
}
.fit_box label:hover {
    background-color: #3CB4E5;
    border: 1px solid #3CB4E5;
    color: #fff;
}
.fit_box input:checked + label {
    background-color: #3CB4E5;
    border: 1px solid #3CB4E5;
    color: #fff;
}

.fit_box input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}



/*Tab Slider Sec End*/


.single__middle .container { max-width: 940px; }
.single__middle .main-banner {
    position: relative;
    margin: 212px 0 39px;
}
.back_btn { position: absolute; left: -35px; }

.single__middle .main-banner:after { width: 213px; height: 96px;  background: url(../images/dots-top.png); position: absolute; right: 0; top: 0; content: ""; }
.mid_single_content p { margin-bottom: 45px; }

.default_formate p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 38px;
    color: #4A5271;
    word-break: break-word;
}
.default_formate ul li, .default_formate ol li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 9px;
    color: #4A5271;
}
.default_formate ul, .default_formate ol {
    margin-bottom: 26px;
}

.single__middle {
    padding-bottom: 100px;
}

.back_btn {
    position: absolute;
    left: -110px;
    top: -65px;
    font-size: 15px;
}
.back_btn a {
    background: url(../images/back.svg) center left no-repeat;
    padding-left: 25px;
    display: inline-block;
    color: #000;
    font-weight: 900;
}

.mid_single_content h5 {
    font-size: 20px;
    font-weight: 800;
}

.single__middle .main-title { width: 75%; }
.podcast_title {
    padding-right: 120px;
}
.podcast_title-img { display: none; }

.text-block-list .checklist li {
    background: url(../images/checklist.svg) left top 5px;
    padding-left: 55px; 
    background-repeat: no-repeat;
}
.icon-left h6 { width: 80%; }

.sub_text { text-align: center; }
.podcast-episode .section-title, .podcast-episode .podcast-detail p { margin-bottom: 20px; /*padding-bottom: 0; */ }

.keynote-block.keynote_with_content:after { display: none; }
.keynote_title:after {
    background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
    border-radius: 2px;
    width: 65px;
    height: 4px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.keynote_title { padding-bottom: 24px; margin-bottom: 38px; position: relative; }
.keynote_content {
    text-align: left;
}
.keynote-block.keynote_with_content {
    padding-top: 45px; padding-bottom: 45px;
}
.keynote_with_content h3 {
    font-size: 26px;
}
.keynote_content ul {
    padding-left: 48px;
}
.keynote_content li {
    padding-bottom: 5px;
    line-height: 1.5;
}

.job-openings-sec  { margin-bottom: 100px; }

.team_loop--text {
    position: absolute;
    bottom: 0;
    padding: 14px 23px;
    color: #fff;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
}
.team_loop--text h3 { font-size: 18px; margin: 0; color: #fff; font-weight: 700; line-height: normal; }
.team_loop--text p { color: #fff; font-size: 15px; }
.team_loop {
    border-radius: 15px;
    overflow: hidden;
    transform: translate(0px, 0px);
}
.tema_photo img {
    width: 100%;
}

.sectionCl {
    margin-bottom: 70px;
    padding-bottom: 0;
}
.sectionCl .section-title {
    margin-bottom: 45px;
}





.webinar-card .webinar-detail span {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    text-transform: capitalize;
    color: #3CB4E5;    
}
.main-banner .link:hover {
    color: #2a3d90;
}

.get-slider .slick-prev {
    left: 0;
}
.get-slider .slick-next {
    right: 0;
}
.get-slider .slick-arrow {
    top: 165px;
    margin-left: 25px;
        margin-right: 25px;
}
.column3-icon-text .small-text p{
          font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4A5271;
	width: 100%;
}
/* .testimonials-slider-sec {
    margin: 0 0 0px;
} */
.text-block-bg .section-title.text-start {
    margin-bottom: 0;
}
.next-hire {
    margin-bottom: 70px;
}

.tow_column_overlap_boxes {
    margin-bottom: 30px;
}

.popular_columns-main {
    padding: 0 0 80px;
}
.popular_columns_text ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 100px;
}
.popular_columns_text ul li {
    width: 26%;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 20px;
}
.popular_columns {
    padding-top: 55px;
}
.popular_columns_text ul li:after {
    width: 10px;
    height: 10px;
    left: 4px;
    top: 4px;
}
.popular_columns_text {
    padding-bottom: 32px;
}
.popular_columns .sign-form {
    padding-top: 42px;
    text-align: center;
}

.testi-item h5 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: capitalize;
    color: #3CB4E5;
}
.testi-item h1 {
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0 0 26px;
}
.video_hme_content_buttom {
    max-width: 800px;
    margin: 0 auto;
}

.resource-main .container > .row > div{ width: 100%;}
.resource-main .tab-content .tab-pane {max-width: 905px; width: 100%;margin: auto;}
.resource-main .tab-content .tab-pane#news,
.resource-main .tab-content .tab-pane#podcastsnew {
    max-width: 100%;
}
.resource-main .nav-tabs.tab-listings{ display: flex; flex-wrap: wrap; justify-content: center; align-items: center;max-width: 100% !important; width: 100%;margin: auto; }
.resource-main .col-xxl-2{
  background: #f0f8fc;
  border-radius: 10px;
  margin: 0 auto 50px auto;
  width: auto !important;
  display: inline-block;
  padding: 0 18px;
}
.resource-main .nav-tabs.tab-listings a{ color: #000000; padding: 13px 21px; font-family: 'Roboto', sans-serif;}
.resource-main .nav-tabs.tab-listings li{ padding: 0 13px; position: relative;}
.resource-main .nav-tabs.tab-listings li:after{ content:""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; height: 20px; width: 2px; background: #d5d5d5;}
.resource-main .nav-tabs.tab-listings li:first-child{ padding-left: 0;}
.resource-main .nav-tabs.tab-listings li:last-child{ padding-right: 0;}
.resource-main .nav-tabs.tab-listings a { letter-spacing: 0; font-size: 16px; }
.resource-main .nav-tabs.tab-listings li:last-child:after{ display: none;}
.resource-main .nav-tabs.tab-listings a:after{ display: none;}
.resource-main .nav-tabs.tab-listings a:before{ 
content:""; position: absolute; bottom: 0; left: 50%; right: 50%; height: 2px; transition: all 0.5s;
        background: #3CB4E5;
}

.resource-main .nav-tabs.tab-listings .nav-link.active, .resource-main .nav-tabs.tab-listings .nav-link:hover{ background: none; color: #3CB4E5; font-weight: 700; }

.resource-main .nav-tabs.tab-listings .nav-link.active:before, .resource-main .nav-tabs.tab-listings .nav-link:hover:before{ left: 0; right: 0;}
.text-center .main-title:after{ right: 0; margin: auto; left: 0;}
.text-center.main-banner .top-label{ margin-bottom: 40px; }
.text-center.main-banner .main-title{ padding-bottom: 50px;}
.desktop-menu{ display: flex;}
.mobile-menu-cover{ display: none;}
.mobile-menu-cover .dropdown-toggle::after{ display: none;}

.popular-accordion { margin-bottom: 100px; }
.popular-accordion-inner{ margin: 0 auto; max-width: 1077px; width: 100%;  }
.popular-accordion-block {border-bottom: 1px solid rgba(0, 0, 0, 0.10); }
.popular-accordion-tit{position: relative; font-weight: 800; color: #3CB4E5; font-size: 22px; padding: 18px 0 18px 59px; letter-spacing: 0px; cursor: pointer;}
.popular-accordion-tit span{ height: 20px; width: 20px; position: absolute; left: 15px; top: 0; bottom: 0; margin: auto;}
.popular-accordion-tit span::before, .popular-accordion-tit span::after{ content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 1px; background: #3CB4E5; margin: auto; transition: all 0.5s;}
.popular-accordion-tit span::after{ height: 1px; width: 100%; }
.active.popular-accordion-tit span::before{ height: 0;}
.popular-accordion-caps {padding: 0 0 21px 59px;}
.popular-accordion-table {display: flex; flex-wrap: wrap;}
.popular-accordion-cell {font-size: 17px;font-weight: bold; width: 25%; padding: 6px 0;}
.accordion-caps{ display: none;}
.active.accordion-caps{ display: block;}
@media screen and (max-width: 767px) {
    .popular_columns_text ul li { width: 100%;  }
    .popular_columns { padding-top: 17px; }
}


.new_banner_label { text-align: center; margin-top: -24px; }
.new_banner_image { width: 100%; height: 427px; background-size: cover !important; border-radius: 5px; }
.new_banner_content p {  margin-bottom: 20px; /* font-size: 22px; line-height: 1.2;color: #2C2C2C; */ }
.new_banner_content .btn { min-width: 160px; margin-top: 10px; }
.new_banner_label .top-label {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 6px 22px 6px 22px;
    background: linear-gradient(90.05deg, #50ACEF 0%, #3BE3A7 100%);
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 12px;
    margin: 0 auto;
}
.new_banner_content {
    text-align: center;
    max-width: 920px;
    margin: 55px auto 0 auto;
}
.new_banner_content h1 {
    margin-bottom: 23px;
}
.new_banner_section .down-arrow {
    text-align: center;
    margin-top: 50px;
}

.new_banner_content .main-title:after {display: none;}
.new_banner_content .main-title {
    padding: 0;
    margin: 0;
}
.intro_text { text-align: center; max-width: 645px; margin: 0 auto 55px auto; }


.qualification_flex li:before {
    counter-increment: section;
    content: counters(section,".") " ";
    background: #000;
    color: #fff;
    width: 29px;
    height: 29px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 29px;
}
.qualification_flex ul {
    counter-reset: section;
}
.qualification_flex .text-block-list ul li {
    font-size: 15px;
    padding: 6px 12px;
    margin-bottom: 13px;
}
.map_image {
    margin-bottom: -75px;
}
.map_section .text-icon-box h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 18px;
}
.new_banner_v2_stlye, .banner_v4 {
    margin-top: 110px;
}
.new_banner_v2_stlye p {
    margin: 0 0 11px 0;
}
.new_banner_v2_stlye .banner-btn {
    margin-top: 30px;
}
.banner-detail ul li {
    font-size: 18px;
    line-height: 28px;
    color: #4A5271;
}
img {
    max-width: 100%;
}
.new_banner_v2_stlye .row {
    margin: 0;
}
.new_banner_v2_stlye_image { padding: 0; }

.banner_white_layers {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: end;
    overflow: hidden;
}
.banner_white_layers:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    content: "";
}
.banner_white_layers img {
    width: 120%;
    max-width: 120%;
}

.banner_image_left_align .banner_white_layers:before {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.banner_image_left_align .new_banner_v2_stlye_content {
    padding-left: 100px;
}


.focus-navigation .about-header li {
    padding: 0 40px;
    position: relative;
    text-align: center;
}
.focus-navigation .about-header li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 2px;
    background: #d5d5d5;
}
.focus-navigation .about-header li a {
    color: #000000;
    padding: 20px 5px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    font-size: 16px;
    border-color: #dee2e6 #dee2e6 #fff;
    background: none;
    color: #000000;
    position: relative;
}
.focus-navigation .about-header li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 2px;
    transition: all 0.5s;
    background: #3CB4E5;
}
.focus-navigation .about-header li a:hover {
    color: #3CB4E5;
    font-weight: 700;
}
.focus-navigation .about-header li a:hover:before {
    left: 0;
    right: 0;
}
.focus-navigation .about-header {
    padding: 0;
}
.focus-navigation .about-header li:last-child:after{ display: none;}

.tow_column_overlap_flex { display: flex; align-items: flex-start; }

.overlap_white_box {
    background: #FFFFFF;
    box-shadow: 5px 10px 40px 15px rgb(69 69 69 / 10%);
    border-radius: 12px;
    padding: 57px 62px 62px 67px;
    width: 50%;
    position: relative;
    z-index: 1;
}
.overlap_gradient_box {
    background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
    border-radius: 12px;
    padding: 66px 72px 82px 94px;
    width: 50%;
    margin-top: 99px;
    margin-left: -30px;
    position: relative;
    max-width: 533px;
}
.overlap_gradient_box:before {
    width: 213px;
    height: 96px;
    background: url(../images/dots-top.png);
    position: absolute;
    top: -147px;
    left: 60px;
    content: "";
    z-index: -1;
}
.tow_column_overlap_flex p {
    margin-bottom: 30px;
}
.tow_column_overlap_boxes h2 {
    font-size: 40px;
    color: #323A45;
    line-height: 1.1;
    margin-bottom: 19px;
}
.tow_column_overlap_flex .btn.btn-primary {
    padding: 20px 36px;
    font-size: 19px;
}

.join_comm_main p {
    margin-bottom: 12px;
}
.join_comm_main {
    padding-bottom: 19px;
    min-height: 160px;
}
.towcol-certification-box {
    background: #F1F8FD;
    padding: 117px 0 50px 0;
}
.towcol-certification-box p {
    margin-bottom: 41px;
}
.towcol-certification-box .btn-primary { min-width: 220px; }
.towcol-certification-text {
    padding-top: 47px;
}
.towcol-certification-box h2 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 33px;
}
.qualification_small_wrap p {
    margin-bottom: 30px;
}
.text-icon-box ul {
    padding: 62px 0 32px 32px;
    margin: 0;
    width: 100%;
    text-align: left;
}
.text-icon-box li {
    font-size: 20px;
    font-weight: 700;
    background: url(../images/checklist.svg) left top 0px no-repeat;
    padding-left: 51px;
    list-style-type: none;
    line-height: normal;
    padding-top: 2px;
    padding-bottom: 7px;
    margin-bottom: 25px;
}

.checklist_column .text-icon-box {
    padding-top: 60px;
}
.checklist_column h4 {
    margin-bottom: 17px;
}
.checklist_column p {
    max-width: 300px;
    font-size: 14px !important;
    line-height: 1.2 !important;
}


.referal-program__content .section-title {
    text-align: left;
    margin-bottom: 32px;
    padding-bottom: 29px;
}
.referal-program__image {
    text-align: center;
    position: relative;
    max-width: 360px;
    margin: 0 auto;
}
.referal-program__image img { max-width: 360px; border-radius: 10px; }
.referal-program__image:before {
        width: 213px;
    height: 96px;
    background: url(../images/pattern-top.png);
    position: absolute;
    top: -70px;
    left: 70px;
    content: "";
    z-index: -1;
}
.referal-program__image:after {
        width: 213px;
    height: 96px;
    background: url(../images/pattern-bottom.png);
    position: absolute;
    bottom: -70px;
    right: 76px;
    content: "";
    z-index: -1;
}
.referal-program__text ul {
    font-size: 20px;
    line-height: 28px;
    color: #2C2C2C;
    font-weight: 700;
    margin-bottom: 25px;
}
.referal-program__text ul li {
    padding-bottom: 12px;
    list-style-type: none;
    position: relative;
}
.referal-program__text ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: -32px;
    background: #3CB4E5;
    border-radius: 50%;
    top: 11px;
}

.referal-program__text p {
    margin-bottom: 20px;
}

.referal-program__content .section-title span {
    margin-bottom: 15px;
    display: inline-block;
}
.referal-program__content .section-title h2 {
    margin-bottom: 27px;
}
.referal-program__content .section-title:after { margin: 0; }
.referal-program__text .btn.btn-primary {
    min-width: 249px;
}


.tta-clients p {
        margin-bottom: 25px;
}
.tta-clients ul {
   font-size: 18px;
    line-height: 28px;
    color: #4A5271;
    margin-bottom: 25px;
}
.tta-clients .section-title {
    text-align: left;
}
.tta-clients .section-title:after { margin: 0; }

.client-logo_grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 21px;
}
.client-logo_grid span {
    width: 30%;
    text-align: center;
}

.checklist p {
    margin-bottom: 22px;
}


/* New Menu */

.sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 40px 20px;
    box-shadow: 0 14px 12px 2px rgb(0 0 0 / 10%);
    background: #fff;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: 0.5s all;
    transform: translate(0, 0);
}
.nav-item:hover > .sub-menu {
    opacity: 1;
    transform: translate(0, 0px);
    visibility: visible;
    height: auto;
}



.menu-wrapper ul { padding: 0; margin: 0; list-style-type: none; }
.menu-wrapper ul li a { font-size: 18px; color: #000000; font-family: 'Lato-Medium'; }
.menu-wrapper ul li a:hover { color: #3CB4E5; }

.menu-wrapper { max-width: 1200px; margin: 0 auto; }
.menu_tabs ul { list-style-type: none; padding: 0; margin: 0; }
.menu_tabs ul li { width: 100%; list-style-type: none; }
.menu_tabs ul li a {
    background: #F1F8FD;
    padding: 11px 21px;
    font-weight: 900;
    color: #323A45;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 4px;
    position: relative;
}
.menu_tabs ul li a:after {
    content: "";
    background: url(../images/menu-arrow.svg) center center no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.menu_tabs ul li a:hover, .menu_tabs ul li.menu_tabs-items-active a { background: #3CB4E5; color: #fff; }

.tab_links {
    padding-left: 53px;
    padding-top: 8px;
    display: none;
}
.tab_links ul { display: flex; flex-wrap: wrap; }
.tab_links ul li { width: 33%; padding-bottom: 26px; }
.menu_tab_links_active {
    display: block;
}

.menu_find_talent { width: 100%; padding-bottom: 36px; margin-bottom: 44px; border-bottom: 1px solid rgba(0,0,0,0.2); }
.menu_find_talent:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.menu_find_talent ul { display: flex; flex-wrap: wrap; }
.menu_find_talent ul li { width: 24%; padding-bottom: 11px; }

.menu-wrapper h5 {
    position: relative;
    width: 100%;
    padding-bottom: 11px;
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 900;
}
.menu-wrapper h5:after {
    background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
    border-radius: 2px;
    width: 37px;
    height: 4px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
}


.menu-find_sublinks ul li { padding-bottom: 11px; }
.menu-find_sublinks ul li a { font-family: 'Lato-Medium'; color: #000000; }
.menu_callout_cta { padding-left: 87px;  }

.menu-wrapper p {
        margin-bottom: 13px;
    font-size: 15px;
    color: #4A5271;
    line-height: 1.6;
}

.menu_callout_cta p {
    width: 90%;
}

.menu-wrapper .btn-secondary {
    border: 1px solid #3CB4E5;
    border-radius: 40px;
    padding: 9px 28px;
    margin-right: 12px;
    min-width: 112px;
}
.menu-wrapper .btn-secondary:hover {
   background: #3CB4E5;
   color: #fff;
}
.menu-find_work {
    padding-bottom: 25px;
}

.menu-find_sublinks h5 {
  margin-bottom: 23px;
}

.menu-insights_links ul { display: flex; flex-wrap: wrap; }
.menu-insights_links ul li { width: 50%; padding-bottom: 10px; }
.menu-insights_links h5 {
    margin-bottom: 20px;
}


.menu_featured_list { width: 100%;margin-left: -27px; }
.menu_featured_list h5 {
    margin-bottom: 0;
    padding-bottom: 17px;
}
.menu_featured_list h5:after { display: none; }
.menu_overlay_link { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.menu_featured_img { width: 100%; margin-bottom: 8px; }
.menu_featured_img img {
    border-radius: 10px;
    height: 205px;
    object-fit: cover;
}
.menu_featured_cat { color: #3CB4E5; font-size: 12px; font-family: 'Lato-Medium'; display: inline-block; margin-bottom: 11px; }
.menu_featured_title { font-size: 16px; color: #000; font-weight: 700; line-height: 1.3; }


.menu_featured_box {
    position: relative;
}


.single_featured_list .menu_featured_cat { font-size: 15px; margin-bottom: 2px; }
.single_featured_list h6 { font-size: 20px; font-weight: 900; }
.single_featured_list p {
    width: 90%;
    margin-bottom: 9px;
}
.menu_read_more {
    color: #3CB4E5;
}


.main-banner.gradient-color-banner {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(241,248,253,1) 100%);
    padding: 185px 0 47px;
    margin: 0;
}
.gradient-color-banner p {
    max-width: 820px;
    margin: 0 auto;
}

.p-img {
    text-align: center;
}
.p-img img {
    width: 90%;
    margin: 0 auto;
}



.resource_news_listing { display: flex; flex-wrap: wrap; margin: 30px 0 120px 0; }
.resource_news_box {
    width: 31.5%;
    position: relative;
    min-height: 332px;
    border: 1px solid #D6D7E3;
    box-shadow: 0 2px 10px 5px rgb(69 69 69 / 10%);
    padding: 50px 43px 49px 45px;
    border-radius: 12px;
    margin-right: 14px;
    margin-bottom: 16px;
}
.resource_news_listing .see-more {
    width: 100%;
    margin-top: 45px;
}
.resource_news_date { width: 100%; position: absolute; bottom: 0; display: flex; justify-content: space-between; align-items: center; }
.resource_news_flex { position: relative; height: 100%; }
.resource_news_date span {
    font-size: 14px;
    color: #4A5271;
}
.resource_news_box a {
    font-size: 18px;
    color: #3CB4E5;
}
.resource_news_box a:hover {
    text-decoration: underline !important;
}
.resource_news_box h5 {
    font-size: 20px;
    color: #000000;
    line-height: 1.4;
}
.resource_news_box h5 a {
    color: #000;
}
.resource_news_box.rn_single_img_cl {
    padding: 0;
    overflow: hidden;
}
.resource_news_box.rn_single_img_cl img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
}

.resource_news_box.rn_readmore {
    background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
    border: 0;
    box-shadow: none;
    text-align: center;
    display: flex;
    align-items: center;
}
.resource_news_box.rn_readmore .resource_news_flex { height: auto; width: 100%; }
.resource_news_box.rn_readmore h5 {
    height: auto !important;
    max-width: 200px;
    margin: 0 auto 26px auto;
}
.real_estate-title h1 {
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.1;
}


.real_estate-select {
    margin: 0 auto 61px auto;
    max-width: 395px;
    position: relative;
}
.real_estate-select select {
    display: block;
    width: 100%;
    height: 67px;
    padding: 15px 22px 15px 22px;
    line-height: 1.5;
    border: 1px solid #D6D7E3;
    box-shadow: 0 2px 10px 5px rgb(69 69 69 / 10%);
    background-color: #fff;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    appearance: none;
    outline: 0;
}
.real_estate-select:after {
    content: "";
    position: absolute;
    right: 28px;
    top: 34%;
    width: 23px;
    height: 23px;
    background: url(../images/select-arrow.svg) center center no-repeat;
}


.real_estate--data {
    padding: 31px 31px 47px 31px;
    border-radius: 10px;
    background-image: linear-gradient(to left, #f1f8fd, #f6f9fe, #f9fbfe, #fdfdff, #ffffff);
}
.real_estate-tab { display: flex; justify-content: space-between; }
.real_estate-title { position: relative; padding-bottom: 110px;padding-right: 25px; text-align: left; }

.real_estate-title:before {
    width: 213px;
    height: 96px;
    background: url(../images/dots-top.png);
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
}
.real_estate-content {
    max-width: 505px;
    text-align: left;
}

.topics-new_column {
    display: flex;
    width: 45%;
    justify-content: space-between;
    padding-top: 10px;
}
.topics-new_column .nav-tabs {
    width: 213px;
}
.topics-new_column .nav-tabs .nav-link::after {
    left: -8px;
    width: 16px;
}
.topics-new-section .tab-content {
    padding-left: 0;
    padding-top: 10px;
    width: 48%;
    padding-right: 34px;
}
.topics-new-section .tab-content h3 {
    font-size: 29px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.topics-new-section .tab-content li {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 8px 0;
}
.topics-new_flex {
    display: flex;
    justify-content: end;
}
.topics-new_flex.d-none.d-md-block {
    display: flex!important;
}
.topics-new_column:first-child {
    border-right: 1px solid #ccc;
    margin-right: 51px;
}
.topics-new-section .section-title {
    margin-bottom: 65px;
}
.topics-new-section .section-title {
    margin-bottom: 66px;
}

.our-skill.topics-new-section .nav-tabs .nav-link {
    font-weight: 900;
    font-size: 19px;
    line-height: 24px;
    text-transform: capitalize;
    padding: 15px 24px;
    color: #323A45;
    letter-spacing: 0;
}

.trusted-by .logo-3 img {
    max-height: 125px;
}

.new_banner_style { position: relative; padding-bottom: 35px; overflow: hidden; }
.full_width-bannerimg {
    width: 100%;
    height: 670px;
    position: absolute;
    top: 0;
}
.full_width-bannerimg img { position: absolute; height: 100%; object-fit: cover; width: 100%; object-position: top; }
.full_width-bannerimg:after { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); content: ""; width: 100%; bottom: 0; position: absolute; height: 300px; }
.overlap_banner_content { width: 100%; text-align: center; }
.overlap_banner_content .banner-detail {
    border: 1px solid #D6D7E3;
    box-shadow: 0 2px 10px 5px rgb(69 69 69 / 10%);
    padding: 64px 45px 49px 45px;
    border-radius: 12px;
    position: relative;
    background: #fff;
    margin-top: 36%;
}
.banner-detail__flex {
    max-width: 820px;
    margin: 0 auto;
}
.overlap_banner_content .top-label {
    margin-bottom: 32px;
    margin-top: -1px;
}
.overlap_banner_content .main-title:after {
    display: none;
}
.overlap_banner_content .main-title {
    padding-bottom: 0;
    margin-bottom: 30px;
}
.overlap_banner_content p {
    margin-bottom: 22px;
}
 


.banner_v2 .overlap_banner_content .banner-detail { margin-top: 14%; }
.banner_v2 .full_width-bannerimg { height: 600px; }

.banner_v3 .overlap_banner_content .banner-detail { margin-top: 14%; margin-bottom: 30px; }
.banner_v3 .full_width-bannerimg { height: 470px; }
.banner_v3 .full_width-bannerimg:after { display: none; }

.banner-detail .banner-btn {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.banner_v4 {
    padding: 80px 0;
    position: relative;
    background-size: cover;
}
.banner_v4:before {
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}
.new_banner_mobile_image { display: none; }
.banner_v4 .container {
    position: relative;
}


.banner_v5 .overlap_banner_content .banner-detail {
    padding-top: 0;
    max-width: 1000px;
    margin: 25% auto 30px auto;
}
.banner_v5 .full_width-bannerimg { height: 532px; }
.banner_v5 .full_width-bannerimg:after { display: none; }



.banner_v6 .overlap_banner_content .banner-detail {
    padding-top: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.main-banner.banner_v1, .main-banner.banner_v2, .main-banner.banner_v3, .main-banner.banner_v5, .main-banner.banner_v6, .new_banner_section, .banner-component {
    margin-top: 93px;
}

.btn-primary { min-width: 160px; }


.banner-component__tpart {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 60px;
}

.banner-component__rpart {
    position: absolute;
    right: -15px;
    height: 100%;
    width: 68%;
    margin-bottom: 35px;
    min-height: 485px;
}
.banner-component__rpart img {
        height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.banner-component__lpart .top-label {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 6px 22px 6px 22px;
    background: linear-gradient(90.05deg, #50ACEF 0%, #3BE3A7 100%);
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 23px;
}
.banner-component__lpart {
    width: 100%;
    position: relative;
    z-index: 1;
    max-width: 626px;
    padding-top: 32px;
    padding-bottom: 15px;
}
.banner-component__lpart .main-title {
    border: 1px solid #CECFDB;
    background: #fff;
    border-radius: 10px;
    padding: 40px 53px 54px 53px;
    margin-bottom: 23px;
}
.banner-component__lpart .main-title:after { display: none; }

.banner-component__text { position: relative; }
.banner-component__text:before {
    width: 213px;
    height: 96px;
    background: url(../images/dots-top.png);
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    z-index: -1;
}
.banner-component__text:after {
    width: 213px;
    height: 96px;
    background: url(../images/dots-top.png);
    position: absolute;
    top: 10px;
    right: 0;
    content: "";
    z-index: -1;
}
.banner-component__text-flex {
    max-width: 670px;
    text-align: center;
    margin: 0 auto;
}
.msrItems{ margin: 0 -10px; display: flex; flex-wrap: wrap;}
.msrItem{ width: 25%; padding: 0 10px 20px;}

.msrItems .msrItem img { object-fit: cover; height: 380px; display: block; }
.msrItems .msrItem:nth-child(1) img, .msrItems .msrItem:nth-child(4) img { height: 270px; }

.tabbing-filter {
    max-width: 431px;
    margin: 0 auto 50px auto;
}
.filter_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
.filter_list a {
    font-weight: normal;
    width: 32%;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding: 13px 30px;
    background: rgba(60,180,229,.15);
    border-radius: 5px;
    letter-spacing: -1px;
    display: block;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.filter_list a.filter_active, .filter_list a:hover {
    background: #3CB4E5;
    color: #fff;
}


.title-for-mobile{ display: none;}
.title-for-desktop{ display: block;}

.blog-detail-image img {
    height: 450px;
    object-fit: cover;
}

.blog-top-banner .top-label {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
    padding: 6px 22px 6px 22px;
    background: linear-gradient(90.05deg, #50ACEF 0%, #3BE3A7 100%);
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 12px;
}
.main-title.text-center:after {
    right: 0;
    left: 0;
    margin: auto;
}
.container-1032{
    max-width: 1032px;
    width: 100%;
    margin: 0 auto;
}
.ebook-top-title .top-label{ font-size: 20px; min-width: 168px; padding: 0 10px;}
.ebook-top-title .main-title h3{ font-size: 30px;}
.ebook-two-col-block .container-1032{ padding-left: 55px;}
.ebook-two-col-img{ border-radius: 12px; overflow: hidden; width: 97%; margin: 0 0 42px;}
.ebook-two-col-img-caps p{ margin: 0 0 28px;}
.ebook-two-col-img img{ width: 100%; display: block;}
.download-form-block { float: right;  width: 100%;  max-width: 424px; text-align: center;}
.ebook-top-title img.img-fluid{ width: 96px; }
.ebook-top-title .main-title{ margin: 0;}
.ebook-top-title{ padding: 200px 0 60px;}
.blog-top-banner.ebook-top-title{ padding-bottom: 60px;    padding-top: 200px;}
.download-form h3{ font-size: 29px;margin: 0 0 18px; line-height: normal;}
.download-form{background: #fff;  width: 100%; border-radius: 12px; box-shadow: 0 0 10px rgba(0,0,0,0.20); padding: 48px 60px 57px; }
.download-form{ text-align: left;}
.download-form-block .img-fluid{width: 214px; display: inline-block; margin: 15px 0 0;}
section.ebook-two-col-block {padding: 0 0 138px;}
.download-form img{ width: 100%;}
.backlink-main.text-left {padding: 0 0 33px 21px;}
a.back-link { font-weight: bold; color: #000; margin-left: 0; position: relative; }
/*a.back-link::before{ content: ""; display: inline-block; vertical-align: middle; height: 15px; width: 15px; border-left: 1px solid; border-top: 1px solid; transform: rotate(-44deg);    margin-right: 6px;}*/

.resource_loader {width: 100%;text-align: center;height: 400px;display: flex;align-items: center;justify-content: center;justify-items: center;}
.resource_loader img {width: 78px;}

.our-resource-block{ border-bottom: 1px solid rgba(0,0,0,0.2);}
.our-resource-block:first-child{border-top: 1px solid rgba(0,0,0,0.2);}
.our-resource-block-label { display: flex; align-items: center; justify-content: space-between; padding: 28px 39px 28px 5px; position: relative; }
.our-resource-block-label::before{ background: url(../images/menu-arrow.svg) no-repeat center center / cover; position: absolute; content: ""; right: 9px; top: 0; bottom: 0; margin: auto; height: 22px; width: 12px;}
.our-resource-block-label h3{ margin: 0; font-size: 30px; font-weight: 900;} 
.our-resource-block-label h3 a { color: #2C2C2C; }
.our-resource-block-label span{ opacity: 0.5;}
.our-resource-block-popup { position: fixed; top: 68px; left: 100%; bottom: 0; width: 100%; overflow: auto; background: #fff; z-index: 99; visibility: hidden; opacity: 0; transition: all 0.5s;}
.our-resource-block-popup.show-resource-popup{ visibility: visible; opacity: 1; left: 0;}
.our-resource-block-popup h2{ line-height: normal;font-size: 30px; padding: 0 19px; line-height: normal; margin: 0 0 29px;}
.filter-main {margin: 0 0 26px;}
.filter-main select, .filter-main input{ height: 52px; width: 100%; border: 1px solid #AAB4D6; margin: 0 0 6px; padding: 0 23px;  }
.filter-main select{ background: url(../images/dropdown-icon.svg) no-repeat right 24px center / 15px; appearance: none;}
.filter-main input{ padding-left: 40px; background: url(../images/search-icon.svg) no-repeat left 15px center / 17px;}
.back-link { display: inline-block; margin:32px 0 30px 13px; font-weight: bold; padding: 0 0 0 25px; position: relative;  }
.back-link::before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; height: 20px; width: 11px; background: url(../images/menu-arrow.svg) no-repeat center center / cover;    transform: rotate(180deg) } 
.our-resource-block-popup .container{ padding: 0 16px!important;}
.our-resource-list-block { border: 1px solid #D6D7E3; border-radius: 10px; box-shadow: 0 0 10px rgb(0 0 0 / 20%); padding: 26px 30px; margin: 0 0 8px; }
.our-resource-list-block h4{ font-size: 20px;line-height: 1.4em; margin: 0 0 19px;}
.date-and-link { display: flex; align-items: center; justify-content: space-between; }
a.read-more {font-size: 18px; color: #3CB4E5;}
.date {font-size: 14px;}
.show-more-link-block{ text-align: center; padding: 46px 0 80px;}
.show-more-link{ font-size: 18px; color: #3CB4E5;} 
.hide-body-scroll{ overflow: hidden;} 

.our_eLearning-sec-text h2 {
    font-size: 42px;
    line-height: 1;
}




.banner_contact-section .contact_form_text {
    width: 47%;
    display: inline-block;
    margin: 0 1% 20px 1%;
}

.contact_section-version2 .main-title {
    text-align: center;
}

.contact_section-version2 .main-title:after { display: none; }

.contact_section-version1 .main-title h1:before,
.contact_section-version2 .main-title h1:before {
    background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
    border-radius: 2px;
    width: 109px;
    height: 4px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}



.contact_section-version2 .main-title:before {
    width: 213px;
    height: 96px;
    background: url(../images/dots-top.png);
    position: absolute;
    top: 20px;
    left: 0;
    content: "";
    z-index: -1;
}
.contact_section-version2 .main-title:after {
    width: 213px;
    height: 96px;
    background: url(../images/dots-top.png);
    position: absolute;
    top: 20px;
    right: 0;
    content: "";
    display: block;
    z-index: -1;
}

.contact_section-version2 .overlap_banner_content .banner-detail { margin-top: 7% !important; }


.contact_section-version1  .overlap_banner_content, .contact_section-version2  .overlap_banner_content { margin-top: 0 !important; }

.contact_section-version1 .main-title {
    padding-bottom: 18px;
    margin-bottom: 15px;
}
.contact_section-version2 .main-title {
    padding-bottom: 18px;
    margin-bottom: 15px;
    padding-top: 25px;
}
.contact_section-version2 .banner-detail__flex p {
    font-size: 28px;
    font-weight: 800;
}
.contact_section-version2 .banner_contact-section {
    padding-top: 22px;
}

.contact_section-version1 .banner-detail, .contact_section-version2 .banner-detail {
    max-width: 920px;
    margin: 0 auto;
    padding: 64px 95px 63px 95px;
    border: 0;
    box-shadow: 0 2px 20px 13px rgb(69 69 69 / 10%);
    margin-bottom: 100px !important;
}
.contact_section-version1 .banner-detail:before, .contact_section-version2 .banner-detail:before  {
    width: 213px;
    height: 96px;
    background: url(../images/dots-top.png);
    position: absolute;
    bottom: -120px;
    left: 0;
    margin: 0 auto;
    right: 0;
    content: "";
    z-index: -1;
}

.contact_section-version1 .contact_form_submit {
    margin-top: 41px;
}

.banner_contact-section {
    padding-top: 35px;
}

.banner-detail__flex p {
    font-size: 20px;
    font-weight: 800;
    color: #2C2C2C;
}

.contact_section-version2 { }




.popup_form_col h3 {
    font-weight: 800;
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
}
.contact_form_text input[type="text"], .contact_form_text input[type="email"], .contact_form_text input[type="tel"] {
    background: #F5F7FA;
    border: 0;
    height: 44px;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
    color: #606060;
    font-weight: 500;
}

.contact_form_text {
    margin-bottom: 19px;
}
.popup_form_flex {
    width: 412px;
    max-width: 100%;
}
.contact_form_text span {
    margin-left: 0;
}
.contact_form_submit {
    margin-top: 35px;
    text-align: center;
}
.popup_form_col {
    color: #606060;
    font-size: 14px;
}
.contact_form_text .wpcf7-list-item-label {
    margin-left: 2px;
}
.contact_form_submit .wpcf7-submit {
    background: #3CB4E5;
    border-radius: 4px;
    width: auto;
    padding: 12px 19px 12px;
    border: none;
    color: #F5F7FA;
    min-width: 160px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.contact_form_submit .wpcf7-submit:hover {
    box-shadow: 0px 8px 16px rgb(0 0 0 / 20%);
}



.wpcf7-list-item input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
}

.wpcf7-list-item .wpcf7-list-item-label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #606060;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    border-radius: 4px;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}



.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px !important;
    text-align: left;
    font-weight: normal;
    display: block;
    margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 0 !important;
    padding: 0.2em 1em !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #cb5f5f !important;
    background: #cb5f5f;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.wpcf7-spinner {
    position: absolute !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #5aa361;
    background: #5aa361;
    text-align: center;
    color: #fff;
    padding: 7px;
}
.wpcf7 input[type="file"] {
    background: #f5f7fa;
    padding: 15px;
    width: 100%;
    font-size: 13px;
}
.contact_form_text label {
    margin-bottom: 6px;
    font-size: 14px;
    color: #606060;
}


.sign-form div#wpcf7-f2909-o1 {
    width: 100%;
}
.contact_form_flex {
    display: flex;
}
.contact_form_flex .contact_form_submit {
    margin-top: 0;
}

.contact_form_flex .contact_form_text input[type="text"], .contact_form_flex .contact_form_text input[type="email"], .contact_form_flex .contact_form_text input[type="tel"] {
    height: 52px;
}

.contact_form_flex .contact_form_submit .wpcf7-submit {
    height: 52px;
}
.signup .wpcf7 .wpcf7-response-output {
    margin-top: 0 !important;
}
.invalid .wpcf7-response-output {
    display: none;
}



.podcast-version1 {
    display: flex;
    position: absolute;
    right: 0;
    background: linear-gradient(90.05deg, #fff 0%, #E8F5FF 100%);
    padding: 13px 23px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}
.new-podcast-title {
    color: #686868;
    background: url(../images/podcast.svg) center left no-repeat;
    padding-left: 42px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 16px;
}
.new-podcast-name {
    color: #000000;
    background: url(../images/blue-right-arrow.svg) right center no-repeat;
    padding-right: 57px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.podcast-link { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }


.podcast-version2 {
    background: #132136;
    padding: 8px 4px 8px 31px;
    position: absolute;
    right: 10px;
    width: 370px;
    border-radius: 10px;
    z-index: 1;
}

.new-podcast-available {
    transition: 0.4s all;
}
.new-podcast-available.hide-podcast {
    right: -100%;
    opacity: 0;
}


.podcast-version1 .podcast-close {
    background: url(../images/close.svg) left center no-repeat;
    right: 10px;
    top: 8px;
    background-size: 13px;
    z-index: 1;
}

.podcast-close {
    background: url(../images/close2.svg) left center no-repeat;
    position: absolute;
    right: 18px;
    top: 14px;
    width: 12px;
    height: 12px;
    z-index: 2;
}
.podcast_bg {
    background: url(../images/podcast-white.svg) left center no-repeat;
    padding-left: 83px;
    padding-top: 6px;
    padding-bottom: 8px;
    position: relative;
}
.podcast_bg:after {
    background: url(../images/blue-right-arrow.svg) right center no-repeat;
    content: "";
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: 3px;
    right: 10px;
}

.new-podcastv2-title {
    color: #FFF;
    opacity: 0.6;
    display: inline-block;
    width: 90%;
    font-size: 14px;
    margin-bottom: 5px;
}
.new-podcastv2-name {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    max-width: 170px;
}
.hidepodcast { display: none; }

.women-owned_logo {
    max-width: 170px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.how-can-help_image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.how-can-help_image label {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 7px;
    background: #3ab3e5b5;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    transition: 0.3s all;
    opacity: 1;
}
.help-item:hover .how-can-help_image label { opacity: 1; }

.page-id-643 .text-block-bg .col-lg-4 {
    max-width: 270px;
}
.page-id-643 .text-block-bg .justify-content-center {
    margin-top: 53px;
}


.fliter-dropdowns{ display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; padding: 30px 0 10px;}
.fliter-dropdown{ display: flex; align-items: center;}
.filter-dropdown label{ margin: 0 7px 0 0; white-space: nowrap;} 
.filter-dropdown select{ border: 1px solid #AAB4D6; height: 42px; padding: 0 13px; width: 220px; background: url(../images/dropdown-arrow.svg) no-repeat center right 10px; -moz-appearance: none; appearance: none; -webkit-appearance: none;}


.resc-block-image { position: relative; }
.resc_play {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/play-icon.svg) no-repeat center center;
    width: 68px;
    height: 68px;
    background-size: 64px;
    width: 100%;
    height: 100%;
}

.upskill .skill-right ul li a {
       text-transform: inherit;
}



.share-open {
    position: absolute;
    display: none;
    right: 0;
    top: 50px;
    z-index: 9;
    width: 100px;
}
.show-share {
    display: block;
}

span.at-icon-wrapper {
    width: 30px !important;
    height: 30px !important;
}
span.at-icon-wrapper svg.at-icon {
    width: 30px !important;
    height: 30px !important;
}

.single-post .wpb_text_column ul {
    display: inline-block;
    width: 75%;
}
.ebook-two-col-img iframe {
    width: 100%;
    height: 500px;
}
.resc-block h6 a {
    color: #2C2C2C;
}

.speaker-block img {
    width: 100%;
    height: 351px;
    object-fit: cover;
}

.image-text-slider-sec-inner .slick-dots {
    position: absolute;
    top: 0;
    padding-top: 52.55%;
    left: 0;
    z-index: 1;
    right: 0;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: center;
    bottom: auto;
}

.awards_slider_mobile .slick-track {
    display: flex;
}
.awards_slider_mobile .slick-track .slick-slide {
    height: auto;
}



.try-demo { margin-bottom: 100px !important; }
.try-demo-shedow-box {
    background: #FFFFFF;
    box-shadow: 5px 10px 40px 15px rgb(69 69 69 / 10%);
    border-radius: 12px;
    padding: 55px 62px 55px 67px;
    z-index: 1;
    margin-right: -30px;
}
.try-demo .col-md-6.try-demo-box {
    padding: 0;
    width: 41%;
}
.try-demo .col-md-6.try-demo-image {
    padding: 0;
    width: 53%;
}

.try-demo-shedow-box h2 {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 25px;
}
.try-demo-box {
    padding-left: 95px !important;
    position: relative;
}
.try-demo-box:before {
    width: 213px;
    height: 96px;
    background: url(../images/dots-top.png);
    position: absolute;
    top: -40px;
    left: 12px;
    content: "";
    z-index: -1;
}
.try-demo-box:after {
    width: 213px;
    height: 96px;
    background: url(../images/dots-top.png);
    position: absolute;
    bottom: -40px;
    left: 12px;
    content: "";
    z-index: -1;
}
.try-demo-image img { height: 538px; object-fit: cover; border-radius: 12px; width: 100%; }

.try-demo_form {
    margin-top: 49px;text-align: center;
}
.try-demo_form input[type="email"] {
    background: #F5F7FA;
    border: 0;
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    height: 44px;
    font-size: 14px;
    color: #606060;
}
.try-demo_form-input {
    margin-bottom: 29px;
}
.try-demo_form input[type="submit"] {
    background: #3CB4E5;
    border-radius: 4px;
    width: auto;
    padding: 12px 25px 13px;
    border: none;
    color: #F5F7FA;
}
.try-demo .row {
    align-items: center;
}
#acs_result {
    justify-content: center;
}

.pd_list {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
    color: #2a3d90;
}

.pd_list_content {
    display: none;
    max-width: 440px;
    padding: 15px;
    border: 1px solid #cbd5df;
    margin: 18px 0 6px 0;
} 
.pd_list_title {
    font-size: 19px;
    font-weight: 500;

}
.pd_list:hover .pd_list_content {
    display: block;
}
.pd_list_title a {
    color: #2a3d90;
}
.pd_list_content a {
    font-weight: 700;
    color: #56b2e3;
}
.match[data-mh="story-block-text"] {
    margin-bottom: 30px;
}


.left-align-version .work-column ul li {
    text-align: left;
    color: #fff;
}
.left-align-version.work-with-you [class*=col-]:nth-child(1) .work-column ul li::after {
    left: -20px !important;
    right: auto !important;
}

.left-align-version.work-with-you [class*=col-]:nth-child(1) .work-column .sub-title, 
.left-align-version.work-with-you [class*=col-]:nth-child(1) .work-column { text-align: left; }



.star_section {
    text-align: center;
    background-position: center center !important;
    background-size: cover !important;
}
.star-image {
    margin-bottom: 18px;
}
.star_section.business-goal .business-detail h2 {
    font-size: 30px;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 36px;
}
.star_section .business-detail {
    max-width: 860px;
    margin: 0 auto;
}

.star_section.business-goal .business-detail h2:after {
    background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
    border-radius: 2px;
    width: 65px;
    height: 4px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.business-goal .business-detail .star-author span {
    margin: 0 0 4px 0;
}
.star-author {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}


.award_flow {
    position: absolute;
    bottom: 0;
    display: flex;
    padding: 11px 30px 24px 30px;
    justify-content: space-between;
    align-items: center;
}
.award_flow_text {
    width: 50%;
}
.award_flow_image {
    width: 35%;
}
.award_flow_image img {
    max-width: 100%;
}
.award_flow_text p {
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #2C2C2C;
    text-align: left;
    margin: 0 !important
}
.award_flow_active .gradient_block_cl > img {
    margin-bottom: 15%;
}

.casestudy_three_cl .section-title h2 {
    font-size: 40px;
}
.casestudy_three_cl .list-dots ul {
    margin-top: 30px;
}
.casestudy_three_cl .list-dots ul li::marker {
    font-size: 27px;
}

.success-story .col-lg-3 .story-block .story-award .right {
    max-width: 88px;
    flex: 0 0 100px;
}
.success-story .col-lg-3 .story-block img {
    max-width: 100px;
    max-height: 100px;
}
.see-more.insights_load_more_remove {
    margin-bottom: 55px;
}

.light-color-box_main { padding-bottom: 80px; }
.light-color-box {
    background: linear-gradient(90.05deg, rgba(80, 172, 239, 0.1) 0%, rgba(59, 227, 167, 0.1) 100%);
    border-radius: 12px;
    padding: 60px 27px;
    position: relative;
    text-align: center;
    width: 97%;
    margin: 0 auto;
}
.light_lp_box, .light_rp_box {
    padding: 6px 26px;
    position: relative;
}
.light_lp_box:after {
    background: linear-gradient(-179.95deg, #50ACEF 0%, #3BE3A7 100%);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4px;
    content: "";
}
.light-color-box a.btn.btn-primary {
    margin-top: 20px;
    min-width: 146px;
    padding-top: 13px;
    padding-bottom: 14px;
}
.light-color-box p {
    margin-bottom: 20px;
}
.light-color-box h2 {
    line-height: 1;
    margin-bottom: 27px;
}

.casestudy_three_cl_bg_image {
    margin-left: -56px;
}


.owl-carousel .owl-item img {
    display: block;
    width: auto;
}
.owl-nav {
    position: absolute;
    width: 100%;
    top: 44%;
}
.owl-prev span, .owl-next span {
    font-size: 0;
}
.owl-prev, .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
}
.owl-prev {
    background: url(../images/prev-arrow.svg) center center no-repeat !important;
    border-radius: 50%;
    left: 25px;
}
.owl-next {
    background: url(../images/next-arrow.svg) center center no-repeat !important;
    right: 25px;
    border-radius: 50%;
}

.single-team section.get-content {
    padding-top: 0 !important;
}
.single-team section.get-content .content-block {
    margin-bottom: 30px;
}
.single-team .main-banner {
    margin-bottom: 50px;
}
.loop.owl-carousel {
    margin-bottom: 35px;
}

.awards_select_awards_logo {
    width: 90px;
    margin-bottom: 55px;
    position: absolute;
    bottom: 40px; 
}
.event_main-section .newteam_box {
    padding: 30px;
    margin-bottom: 33px;
    height: auto;
}
.event_main-section .newteam_box {
	width: 100%!important;
    display: flex;
    grid-gap: 30px;
	padding: 30px;
    margin-right: 0;
    margin-bottom: 20px;
}
.newteam_box .event_main_image {
    margin-bottom: 0px;
    width: 40%;
}
.event_main_info h5.match  {
	font-weight: 900;
    font-size: 28px!important;
    line-height: 34px!important;
    color: #323A45!important;
    margin: 0 0 25px;
}
.event_main_info h5.match a {
    color: #323A45!important;
}
.newteam_box .event_main_info h5.match a:hover {
    text-decoration: none!important;
}
.evetnspac{
	margin-bottom: 40px;
}
.event_main_info {
	width: 60%;
    display: inline-block;
}
.event_main_info .resource_news_date {
    width: 100%;
    display: inline-block;
	margin-top: 20px;
}
.event_main_info .resource_news_date a {
    width: 170px;
    float: right;
  /*  margin-top: 40px; */
    color: #fff;
}
.event_main-section h5.match br{
	display:none;
}
.event_main_info .resource_news_date span {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.7;
    color: #3CB4E5;
    margin: 0 0 31px;
	 width: 60%;
    float: left;
    margin-bottom: 5px;
}
.event_main_info .resource_news_date p {
	width: 60%;
   float: left;
}
.event_main_info .resource_news_date .evnt-btn{
	margin-top: -34px;
}
.event_main_info .resource_news_date p br{
    display: none;
}
.event_main-section .newteam_box h5 {
  margin-bottom: 25px;
}
.event_main_image {
  margin-bottom: 25px;
}
.event_main-section .resource_news_date {
    left: 0;
    padding: 0;
    position: relative;
}

.newteam_main-section .col-lg-3 {
  margin-bottom: 30px;
}
.newteam_box {
    width: 100%;
    position: relative;
    min-height: 332px;
    border: 1px solid #D6D7E3;
    box-shadow: 0 2px 10px 5px rgb(69 69 69 / 10%);
    padding: 0;
    border-radius: 12px;
    margin-right: 14px;
    margin-bottom: 0;
    overflow: hidden;
    height: 100%;
}
a.newteam_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.newteam_photo {
    margin-bottom: 8px;
}
.newteam_text {
    padding: 10px 24px;
}
.newteam_photo img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.newteam_text h3 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: normal;
}
.newteam_text p {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 8px;
}
.expand-logo { display: none; }
.expand-show { display: block; }

.search_main { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; display: flex; align-items: center; justify-content: center; visibility: hidden; opacity: 0; transition: all 0.5s; }
.search_main::before,.search_main::after{ content: ""; position: absolute; left: 0; right: 0; height: 0; transition: all 0.5s; background: #fffffff5;}
.search_main::before{ top: 0;}
.search_main::after{ bottom: 0;}
.open-menu.search_main{ visibility: visible; opacity: 1;}
.open-menu.search_main::after, .open-menu.search_main::before{ height: 50%;}
.search_close { position: absolute; right: 20px; top: 20px; cursor: pointer; }

.search_flex {
    position: relative;
    z-index: 1;
    max-width: 600px;
    width: 100%;
}
.search_close {
    position: fixed;
    right: 20px;
    top: 20px;
    padding: 11px;
}
.search_close img {
    width: 40px;
}
.search_box [type=search] {
    border: 0;
    font-size: 75px;
    background: transparent;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
}
.search_box [type=search]::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.search-result_image {
    width: 140px;
}
.overlay_link {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.search-result-list {
    display: flex;
    position: relative;
    margin-bottom: 22px;
}
.search-result_text h4 {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
.search-result_text {
    width: 80%;
    padding-left: 16px;
    
}
.search-result_image {
    width: 16%;
}
.search-result {
    margin-top: 40px;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


.middle-spacer { padding: 150px 0;}
.search-r-main {
    display: flex;
    align-items: center;
    margin-bottom: 35px !important;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 35px !important;
    justify-content: space-between;
    background: none;
    padding: 0;
    margin: 0;
}
.search-r-thumb {
    width: 20%;
}
.search-r-list h2 {
    font-size: 30px;
    line-height: 1.2;
}
.search-r-list.half-width {
    width: 77%;
}
.search-r-list h2 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
}

.middle-spacer header.page-header {
    margin-bottom: 45px;
}
.middle-spacer h1 {
    font-size: 35px;
}
.search-r-thumb img {
    height: auto;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
}
.search-r-list a {
    color: #3CB4E5;
}



.not-found h1 { font-size: 258px !important; font-weight: bold; margin: 0; line-height: 1em !important; }
.not-found .middle { width: 100% !important; padding:10% 0; margin-bottom: 0; text-align: center; }
.not-found h2 {
    margin-bottom: 35px;
}

@media only screen and (max-width: 960px) {
.not-found h1 { font-size: 128px !important; font-weight: bold; margin: 0; }
.not-found .middle { padding:40% 0 20% 0; }
.not-found h2 { font-size: 17px !important; }
}



.reserve_icon img {
    background: #3cb4e5;
    border-radius: 50%;
    padding: 20px;
}
.reserve_icon_section {
    text-align: center;
    margin-bottom: 35px;
}
.reserve_icon_section h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    max-width: 190px;
    margin: 0 auto;
}
.reserve_btn {
    text-align: center;
}
.speaker-section h2 {
    font-size: 35px;
    line-height: 1.4;
}
.reserve_icon {
    margin-bottom: 21px;
}
.reserve_icon_section-main {
    margin-bottom: 35px;
    margin-top: 55px;
}
.speaker-section {
    margin-top: 45px;
}
.speaker-section {
    margin-top: 45px;
    border-top: 1px solid #e1e1e1;
    padding-top: 45px;
    margin-bottom: 90px;
}
.nav-links {
    display: flex;
    justify-content: space-between;
}
.nav-links a {
    color: #3CB4E5;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
}

.event_main-section .newteam_box .newteam_link {
  display: none;
}
.event_main-section .newteam_box {
  min-height: 302px;
}
.event_main-section .newteam_box h5 {
  font-size: 18px;
  line-height: 1.4;
}
.event_main-section .newteam_box h5 a {
  color: #000;
}
.event_main-section .newteam_box h5 a:hover {
  text-decoration: underline !important;
}
.resource_news_date a {
  color: #3CB4E5;
}
.resource_news_date a:hover {
    text-decoration: underline !important;
}




.at-share-btn-elements {
    display: flex;
}
span.at-icon-wrapper svg.at-icon {
    width: 100% !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
    float: left;
    width: 100% !important;
}
span.at-label {
    display: none;
}
.hbspt-form {
    width: 100%;
}


.logo-block img {
    max-height: 77px;
}

.page-header-search {
    background: #f4f7fb;
    padding: 29px 0;
    margin-bottom: 43px;
}
.search-results .middle-spacer {
    padding-top: 92px;
}

.search-list__filter {
    border: 1px solid #dfdfdf;
    padding: 41px 37px 32px 37px;
    margin-right: 20px;
    margin-top: 4px;
    margin-bottom: 40px;
}
.search-list__filter label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #3CB4E5;
    border-radius: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
}

.search-list__filter input:checked + label:after {
    background-image: url(../images/tick-white-sml.svg);
    background-color: #3CB4E5;
}
.search_rp_lt {
    font-size: 19px;
    text-transform: capitalize;
    margin-bottom: 12px;
    position: relative;
}
.search_rp_lt input {
    position: absolute;
    opacity: 0;
}
.search-list__filter h3 {
    font-size: 27px;
}
.search_rp_lt label {
    padding-left: 30px;
}
.search-list__filter h3 {
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 23px;
}
.navbar-brand img.img-fluid {
    height: 67px;
}
.hide-scroll {
    overflow: hidden;
}
.hide-scroll{
    width: calc(100% - 10px);
}
.hide-scroll .header{
    width: calc(100% - 10px);
}
.log-in img {
    height: 42px;
}


/* Firefox */
* {
    scrollbar-width: thick; /* none | auto  */
    scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  }
  /* Firefox */
  
  /* Chrome, Edge, Safari */
  *::-webkit-scrollbar {
    width: var(--scrollbar-width); /* vertical scrollbar */
    height: var(--scrollbar-width); /* horizontal scrollbar */
  }
  
  *::-webkit-scrollbar-track {
    background: var(--scrollbar-track);
  }
  
  *::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb);
    border-radius: var(--scrollbar-width);
    border: calc(var(--scrollbar-width) / 4) solid var(--page-background);
  }
  
  *::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb-hover);
  }
  /* Chrome, Edge, Safari */

  .hover-block .award-great-btn {
    position: absolute;
    bottom: 30px;
    width: 91%;
}
.icon-box:hover a h6 {
    color: #56b2e3;
}
.step-block:hover a h5 {
    color: #56b2e3;
}
.text-block ul li a {
    color: #56b2e3;
}

.page-content form.search-form input.search-submit {
    background: #3CB4E5;
    border-radius: 4px;
    width: auto;
    padding: 16px 19px 16px;
    border: none;
    color: #F5F7FA;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
}
.page-content form.search-form input.search-field {
    border: 1px solid #e8e8e8;
    padding: 8px 12px;
    height: 51px;
    border-radius: 5px;
}

section.no-results.not-found {
    padding: 65px 0;
}



.team-mobile-slider button {
    border: 0;
    background: none !important;
    font-size: 0;
    position: absolute !important;
    margin: 0 auto;
    bottom: 0 !important;
}
.team-mobile-slider {
    padding-bottom: 40px;
}
.team-mobile-slider .slick-prev {
    background: url(../images/blue-arrow-left.svg) center center no-repeat !important;
    left: -45px;
    right: 0 !important;
    border: 1px solid #3CB4E5;
}
.team-mobile-slider .slick-next {
    background: url(../images/blue-arrow-right.svg) center center no-repeat !important;
    left: 0;
    right: -45px !important;
    border: 1px solid #3CB4E5;
}
.team-mobile-slider button.slick-prev.slick-arrow.slick-disabled {
    opacity: 0.55;
}

.grid_layout {
  display: none;
}
.blog-detail-main.evnt-dtel {
    margin-bottom: 100px !important;
}
.reserve_btn a {
    margin-right: 5%;
}
.reserve_btn {
    margin-left: 5%;
}
.new_expertise_section {
	padding: 60px 0;
	margin-bottom: 80px;
	background-size: cover;
	background-position: center center;
}
.new_expertise_section .container {
	max-width: 1380px;
}
.new_expertise_section .core-expertise-cover {
	padding: 0;
	margin: 0;
}

.search-results .posts-navigation .nav-previous {
    order: 2;
}
.search-results .posts-navigation .nav-next {
    order: 1;
}


/* New Header CSS */
.tta-header-section {
	position: fixed;
	left: 0;
	right: 0;
	top:0;
	z-index: 999;
	padding: 0 38px 0 28px;
	background: #fff;
/* 	box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%); */
}
/*header.scroll {
position:fixed;
box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
}*/
.tta-header-section nav {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.tta-header-section nav a.navbar-brand img {
	max-width: 100%;
	width: 144px;
	height: 67px;
}
.tta-header-section nav a.navbar-brand {
	display: flex;
	align-items: center;
}
.tta-header-section nav .tta-header-desktop-menu-box {
	display: flex;
	align-items: center;
	gap: 24px;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-search-btn {
	margin-right: 10px;
}
.tta-search-btn .search {
	background: transparent;
	border: none;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-btn a {
	padding: 14px 18px!important;
	background-color: #000 !important;
	display: flex;
	border-radius: 22.5px;
	line-height: 19px;
	height: 47px;
	box-sizing: border-box;
	align-items: center;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-btn a img {
	height: 42px;
	max-width: 100%;
	width: 100%;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-menu > ul {
	display: flex;
	gap: 26px;
	align-items: center;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-menu ul li > a {
	font-size: 16px;
	line-height: 16px;
	color: #2c2c2c;
	font-weight: 700;
	padding: 0 !important;
	text-transform: capitalize;
	padding: 38px 0px !important;
	text-decoration: none;
	position: relative;
	display: inline-flex;
	align-items: center;
	transition: all .5s ease;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-menu ul li.item-has-children > a:after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-menu ul li.item-has-children > ul {
	position: absolute;
	left: 0;
	right: 0;
	padding: 20px 20px 40px;
	background: #fff;
	z-index: 9;
	opacity: 0;
	top: calc(100% + 0px);
	visibility: hidden;
	height: 0;
	transition: 0.5s all;
	transform: translate(0, 0);
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-menu ul li.item-has-children:hover > ul {
	opacity: 1;
	transform: translate(0, 0px);
	visibility: visible;
	height: auto;
	box-shadow: 0 14px 12px 2px rgb(0 0 0 / 10%);
}
.tta-header-section nav .tta-header-megamenu-container {
	max-width: 1200px;
	margin: auto;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-row,
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-tab-section-row {
	display: flex;
	gap:30px;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-row-1 > li {
	width:100%;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-row-2 > li {
	width:50%;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-row-3 > li {
	width:33.33%;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-row-4 > li {
	width:25%;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-row-5 > li {
	width:20%;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-row-6 > li {
	width:16.66%;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-row-37 > li,
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-row-73 > li:last-child {
	width:30%;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-row-73 > li,
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-row-37 > li:last-child {
	width:70%;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-row-46 > li,
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-row-64 > li:last-child {
	width:40%;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-row-64 > li,
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-row-46 > li:last-child {
	width:60%;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-tab-section-row .tta-header-megamenu-tab-nav {
	width:25%;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-tab-section-row .tta-header-megamenu-tab-content {
	width:75%;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-tab-section-row .tta-header-megamenu-tab-nav ul li a {
	background: #F1F8FD;
	padding: 11px 21px!important;
	font-weight: 900;
	color: #323A45;
	display: block;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 4px;
	position: relative;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Lato-Medium';
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-tab-section-row .tta-header-megamenu-tab-nav ul li:hover a,
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-tab-section-row .tta-header-megamenu-tab-nav ul li.menu_tabs-items-active a {
	background: #3CB4E5!important;
	color: #fff!important;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-tab-section-row .tta-header-megamenu-tab-nav ul li a:after {
	content: "";
	background: url(../images/menu-arrow.svg) center center no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-menu ul ,
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-content .tta-header-megamenu-desktop ul {
	display:grid;
	gap:11px;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-menu-1 ul {
	grid-template-columns: repeat(1, 1fr);	
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-menu-2 ul,
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-content .tta-header-megamenu-desktop ul {
	grid-template-columns: repeat(2, 1fr);
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-menu-3 ul {
	grid-template-columns: repeat(3, 1fr);
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-menu-4 ul {
	grid-template-columns: repeat(4, 1fr);
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-menu-5 ul {
	grid-template-columns: repeat(5, 1fr);
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-menu-6 ul {
	grid-template-columns: repeat(6, 1fr);
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-row:not(:first-child) {
	border-top: 1px solid rgba(0,0,0,0.2);
	padding-top: 24px;
	margin-top: 36px;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-column-head h5,
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-content-head h5,
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-content .tta-header-megamenu-desktop h5,
.tta-header-section nav .tta-header-menu-mobile-col-item.tta-header-content-open-type-dropdown h5 {
	position:relative;
	width: 100%;
	padding-bottom: 11px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 900;
	line-height: 29px;
	color: #2C2C2C;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-content-head h5 {
	margin-top: 20px;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-content .tta-header-megamenu-desktop h5 {
	padding-top: 20px;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-column-head h5:after ,
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-content .tta-header-megamenu-desktop h5:after,
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-content-head h5:after,
.tta-header-section nav .tta-header-menu-mobile-col-item.tta-header-content-open-type-dropdown h5:after {
	background: linear-gradient(90.05deg, #6AC1FF 0%, #73FCCB 100%);
	border-radius: 2px;
	width: 37px;
	height: 4px;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
}
.tta-header-section nav .tta-header-desktop-menu-box ul li ul .tta-header-megamenu-row li p {
	margin:0 0  13px;
	font-size: 15px;
	line-height:24px;
	width:90%;
	color: #4A5271;
}
.tta-header-section nav .tta-header-desktop-menu-box ul li ul .tta-header-megamenu-row li .tta-header-megamenu-img {
	margin:0 0 13px;
}
.tta-header-section nav .tta-header-desktop-menu-box ul li ul .tta-header-megamenu-row li .tta-header-megamenu-img img {
	max-width:100%;
	height:auto;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-blog {
	display:grid;
	gap:30px;
	grid-template-columns:repeat(3,1fr);
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-blog .tta-header-megamenu-blog-item {
	position:relative;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-blog .tta-header-megamenu-blog-item-img {
	margin:0 0 8px;
	width: 100%;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-blog .tta-header-megamenu-blog-item-img img {
	border-radius: 10px;
	height: 205px;
	object-fit: cover;
	max-width:100%;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-blog .tta-header-megamenu-blog-item span {
	color: #3CB4E5;
	font-size: 12px;
	font-family: 'Lato-Medium';
	display: block;
	line-height: 28px;
	margin-bottom: 11px;
}
.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-blog .tta-header-megamenu-blog-item h6 {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	line-height: 1.3;
}
.tta-header-section nav .tta-header-desktop-menu-box ul li ul .tta-header-megamenu-row li ul li a {
	padding: 0!important;
	font-size: 18px;
	line-height:28px;
	font-weight:400;
	color: #000000;
	transition: all .5s ease;
}
.tta-header-section nav .tta-header-desktop-menu-box ul li a:hover {
	color: #57B6DD!important;
}
.tta-header-section nav .tta-header-desktop-menu-box ul li ul .tta-header-megamenu-row li .tta-header-megamenu-btn-inline,
.tta-header-section nav .tta-header-desktop-menu-box ul li ul .tta-header-megamenu-row li .tta-header-megamenu-btn-block {
	display:flex;
	flex-wrap:wrap;
	gap:12px;
}
.tta-header-section nav .tta-header-desktop-menu-box ul li ul .tta-header-megamenu-row li .tta-header-megamenu-btn-block {
	flex-direction:column;
	display:inline-flex;
}
.tta-header-section nav .tta-header-desktop-menu-box ul li ul .tta-header-megamenu-row li .tta-header-megamenu-btn a {
	background: transparent;
	color: #3CB4E5;
	font-size:20px;
	line-height:19px;
	width: auto;
	padding: 12px 13px 13px!important;
	border: 1px solid #3CB4E5;
	border-radius: 40px;
	font-weight: 700;
	padding: 9px 28px;
	margin: 0;
	text-decoration: none;
	transition: all .5s ease;
}
.tta-header-section nav .tta-header-desktop-menu-box ul li ul .tta-header-megamenu-row li .tta-header-megamenu-btn a:hover {
	background: #3CB4E5;
	color: #fff!important;
}
.tta-header-section .tta-back-link {
	font-weight: bold;
	position: relative;
	margin:0 -24px;
}

@media(min-width:992px) {
	.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-row.tta-header-megamenu-mobile {
		display:none;
	}
}
@media(max-width: 1366px) { 
	.tta-header-section nav .tta-header-desktop-menu-box .tta-header-menu ul li > a {
		font-size: 14px;
		line-height: 14px;
	}
}
@media(max-width: 1299px) { 
	.tta-header-section nav .tta-header-desktop-menu-box .tta-header-menu > ul {
		gap: 15px;
	}
}
@media(max-width: 1199px) {
	.tta-header-section {
		padding: 0 18px ;
	}
	.tta-header-section nav {
		gap: 0;
	}	
	.tta-header-section nav .tta-header-desktop-menu-box {
		gap: 8px;
	}
	.tta-header-section nav .tta-header-desktop-menu-box .tta-search-btn {
		margin-right: 0;
	}
	.tta-header-section nav a.navbar-brand img {
		height: auto !important;
    	width: 87px;
	}
}
@media(max-width: 1050px) {
	.tta-header-section nav .tta-header-desktop-menu-box .tta-header-menu > ul {
		gap: 5px;
	}
	.tta-header-section nav .tta-header-desktop-menu-box .tta-btn a {
		padding: 14px 14px!important;
	}
}
@media(min-width: 992px) {
	.tta-header-section nav .tta-header-mobile-menu-box,
	.tta-header-section nav .hamburger {
		display: none;
	}
}
@media(max-width: 991px) {
	.tta-header-section {
		box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);		
    	padding: 22px 14px 23px 23px;
	}
	.tta-header-section nav .tta-header-desktop-menu-box .tta-header-megamenu-list .tta-header-megamenu-content .tta-header-megamenu-desktop,
	.tta-header-section nav .tta-header-desktop-menu-box .tta-header-menu,
	.tta-header-section nav .tta-btn  {
		display: none;
	}
	.tta-header-section nav .hamburger {
		height: 40px;
		width: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.tta-header-section nav .hamburger .navbar-toggler-icon {
		display:flex;
		flex-direction:column;
		justify-content:center;
	}
	.tta-header-section nav .hamburger .toggle-bar {
		position: relative;
		display: block;
		height: 2px;
		margin: 0 0 6px;
		transition: 0.4s;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-ms-transition: 0.4s;
		-o-transition: 0.4s;
		width: 1.5rem;
		margin: 0 auto 4px;
		background: #fff;
		width: 26px;
		background: #000000;
		border-radius: 2px;
	}
	.tta-header-section nav .hamburger .toggle-bar:last-child {
		margin-bottom:0;
	}
	.tta-header-section nav .hamburger.active .toggle-bar:first-child {
		top: 6px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}
	.tta-header-section nav .hamburger.active .toggle-bar:nth-child(2) {
		opacity: 0;
	}
	.tta-header-section nav .hamburger.active .toggle-bar:last-child {
		top: -6px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	}
	.tta-header-section nav .nav-menu {
		position: fixed;
		top: 85px;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 99;
		background: #26438a;
		-webkit-transform: translateX(110%);
		transform: translateX(110%);
		-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.8, 0, 0, 1);
		transition: -webkit-transform 0.2s cubic-bezier(0.8, 0, 0, 1);
		transition: transform 0.2s cubic-bezier(0.8, 0, 0, 1);
		transition: transform 0.2s cubic-bezier(0.8, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(0.8, 0, 0, 1);
		padding: 0;
		background: #ffffff;
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset;
	}
	.tta-header-section nav .nav-menu.active {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer {
		height: 100%;
		overflow: auto;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer::-webkit-scrollbar,
	.tta-header-section nav .tta-header-mobile-menu-box .menu > li > .sub-menu > li.tta-header-menu-mobile-col > .tta-header-content-open-type-tab .tta-header-menu-mobile-col-item-data::-webkit-scrollbar {
		width:0;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu > li.item-has-children,
	.tta-header-section nav .tta-header-mobile-menu-box .menu > li > .sub-menu > li.item-has-children  {
		position: relative;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu li {
		padding: 0;
		margin: 0;
		list-style: none;
		display: inline-block;
		width: 100%;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu > li > a {
		padding: 23px 24px;
		display: block;
		border-bottom: 1px solid #ededed;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu li a {
		color: #000000;
		font-weight: bold;
		font-size: 15px;
		line-height: 24px;
		text-decoration: none;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu li ul {
		padding:0;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu .sub-menu {
		position: static;
		padding: 0 10px 20px;
		transform: none;
		height: auto;
		background: none;
		box-shadow: none;
		display: none;
		background: #fff;
		margin-top: -1px;
		visibility: visible;
		opacity: 1;
		border-bottom: 1px solid #ededed;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu .sparkLines {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 65px;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .item-has-children .sub-menu .tta-header-content-open-type-tab h5:before,
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu .sparkLines::before ,
	.tta-header-section nav .tta-header-mobile-menu-box .item-has-children .tta-header-megamenu-tab-nav-item a:before {
		content: "";
		background: url(../images/menu-arrow.svg) center center no-repeat;
		width: 14px;
		height: 14px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		transform: rotate(90deg);
		right: 28px;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .item-has-children .sub-menu .tta-header-content-open-type-tab h5:before,
	.tta-header-section nav .tta-header-mobile-menu-box .item-has-children .tta-header-megamenu-tab-nav-item a:before {
		transform: rotate(0deg);
		right:17px;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu > li.item-has-children > .sparkLines.open-menu::before {
		transform: rotate(-90deg);
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu > li > .sub-menu.slideToggle {
		display: block;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .item-has-children .sub-menu .tta-header-content-open-type-tab h5,
	.tta-header-section nav .tta-header-mobile-menu-box .item-has-children .tta-header-megamenu-tab-nav-item a {
		line-height: 46px!important;
		background: #f1f8fe!important;
		display: inline-block;
		width: 100%;
		font-size: 15px!important;
		border-radius: 5px!important;
		padding: 0 18px!important;
		margin: 0 0 7px!important;
		position:relative;
		border:0!important;
		font-weight: bold!important;
		color:#000;
	}
	.tta-header-section nav .tta-header-menu-mobile-col-item.tta-header-content-open-type-dropdown {
		padding:0 0 0 31px;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu > li > .sub-menu > li.item-has-children > .sparkLines {
		height: 46px;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu > li > .sub-menu > li.item-has-children > .sparkLines::before {
		right: 18px;
	}
	.tta-header-section nav .tta-header-menu-mobile-col-item.tta-header-content-open-type-dropdown h5 {
		font-size:15px!important;
		margin:0;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu > li > .sub-menu > li.item-has-children > .sub-menu {
		position: fixed;
		background: #ffffff;
		padding: 0 24px;
		top: 0;
		bottom: 0;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s;
		width: 100vw;
		left: 100%;
		height: calc(100vh - 65px);
		overflow: auto;
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset;
		display: block;
		z-index: 9;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu > li > .sub-menu > li.item-has-children > .slideToggle {
		visibility: visible;
		opacity: 1;
		left: 0;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu ul li.back-link {
		margin: 0 -24px;
		position: static;
		display: block;
		width: auto;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu > li > .sub-menu > li.item-has-children > .sub-menu > li > a {
		font-weight: normal;
		display: inline-block;
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #ededed;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu ul li.back-link a {
		font-weight: bold!important;
		position: relative;
		padding: 23px 90px!important;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu .sub-menu li .tta-back-link a::before {
		content: "";
		position: absolute;
		width: 60px;
		height: 41px;
		top: 0;
		bottom: 0;
		left: 0;
		border-left: 1px solid #ededed;
		background: url(../images/menu-arrow.svg) center center no-repeat;
		transform: rotate(180deg);
		margin: auto;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu .item-has-children-last > .sub-menu {
		padding: 0 0 50px 41px;
		margin-top: -13px;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu .sub-menu li a {
		display: inline-block;
		width: 100%;
		border-bottom: 1px solid #ededed;
		padding: 19px 0;
		font-weight: normal;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu .sub-menu li .tta-header-megamenu-tab ul li a,
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu .sub-menu li .tta-back-link a,
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu .sub-menu li .tta-back-link ~ ul li a {
		font-size:15px;
		line-height:24px;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu .sub-menu li .tta-back-link a {
		padding: 23px 30px 23px 90px!important;
		color: #000000;
		font-weight: bold!important;
		position: relative;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu .sub-menu li .tta-header-megamenu-blog .tta-header-megamenu-blog-item span {
		color: #3CB4E5;
		font-size: 12px;
		font-family: 'Lato-Medium';
		display: inline-block;
		margin: 8px 0 11px;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu .sub-menu li .tta-header-megamenu-blog .tta-header-megamenu-blog-item h6 {
		font-size: 15px;
		color: #000;
		font-weight: 700;
		line-height: 24px;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu .sub-menu li .tta-header-megamenu-blog .tta-header-megamenu-blog-item .tta-header-megamenu-blog-item-img img {
		margin:16px 0 0 ;
		border-radius: 10px;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu li.tta-connect-content-li {
		padding: 28px 36px 2px 0;
		padding-top: 28px;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu li.tta-connect-content-li.text-center {
		text-align: center;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu .tta-connect-content-li a.btn,
	.tta-header-section nav .tta-header-mobile-menu-box .menu .tta-header-megamenu-btn a {
		border: 1px solid #3CB4E5!important;
		color: #3CB4E5!important;
		border-radius: 40px;
		padding: 8px 19px!important;
		line-height: 37px;
		text-align: center;
		margin:20px 0 0;
		font-weight: normal;
		font-size: 20px;
		width: auto!important;
		display:inline-block;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu .tta-header-megamenu-btn a {
		margin: 20px 0 30px;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu .tta-header-megamenu-btn a:not(:last-child) {
		margin-right:14px;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu li img {
		margin:28px 0 0;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu li .tta-header-megamenu-img,
	.tta-header-section nav .tta-header-mobile-menu-box .drawer .menu li .tta-header-megamenu-img a  {
		border:0;
		padding:0 0 12px;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu .tta-connect-logo {
		margin: 0 0 25px;
	} 
	.tta-header-section nav .tta-header-mobile-menu-box .menu .tta-logo {
		margin: 0 0 12px;
	} 
	.tta-header-section nav .tta-header-mobile-menu-box .menu .tta-about-caps a.btn {
		margin: 0;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu li p {
		margin: 0 ;
		font-size: 15px;
		line-height: 24px;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu li.tta-connect-login-mobile a {
		border: 0 !important;
		text-align: center;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu li.tta-connect-login-mobile a img {
		margin:0;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu > li > .sub-menu > li.tta-header-menu-mobile-col > .tta-header-content-open-type-tab .tta-header-menu-mobile-col-item-data {
		position: fixed;
		background: #ffffff;
		padding: 0 24px;
		top: 0;
		bottom: 0;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s;
		width: 100vw;
		left: 100%;
		height: calc(100vh - 85px);
		overflow: auto;
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset;
		z-index: 9;
		transform: none;
	}
	.tta-header-section nav .tta-header-mobile-menu-box .menu > li > .sub-menu > li.tta-header-menu-mobile-col > .tta-header-content-open-type-tab.sub-menu-open .tta-header-menu-mobile-col-item-data 		{
		visibility: visible;
		opacity: 1;
		left: 0;
	}
	.hide-on-mobile {
		display: none;
	}
}
@media (max-width: 767px) {
	.tta-header-section nav .tta-header-mobile-menu-box .menu > li > .sub-menu > li.tta-header-menu-mobile-col > .tta-header-content-open-type-tab .tta-header-menu-mobile-col-item-data {
		height: calc(100vh - 160px);
		display: inline-block;
		transition: all 0.5s;
	}
}