@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Jost", sans-serif;
    font-size: 14px;
	font-optical-sizing: auto;
    font-weight: 400;
    color: #000000;
	overflow-x: hidden;
}
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: none;
	background-color: transparent;
}
body::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #000000;
}
a, a:hover {
    text-decoration: none !important;
    transition: .5s;
    color: #000000;
    outline: none !important;
    box-shadow: none !important;
}
a:focus {
	outline: none;
}
p:empty, a:empty {
	display: none;
}
section, article {
	overflow: hidden;
}
.ptb {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt {
	padding-top: 60px;
}
.pb {
	padding-bottom: 60px
}
ul {
	margin:0; 
	padding:0; 
	list-style: none;
}
table td {
    height: auto;
}
form#user-login-form {
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
    box-shadow: 0 0 12px 4px rgba(197, 197, 197, 0.4);
    padding: 10px 20px;
    border-radius: 10px;
}
form#user-login-form .form-text {
    width: 100%;
    font-size: 15px;
}
header {
    position: relative;
    width: 100%;
    transition: all 0.5s;
    z-index: 91;
}
header .navbar {
    width: 100%;
    padding: 10px 0;
}
header .topHeader {
    width: 100%;
}
header .topHeader .topbarDetail {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    border-bottom: 1px solid #EFE7E7;
    padding: 10px 0;
}
header .topHeader .topbarDetail p {
    margin: 0;
}
header .topHeader .topbarDetail a {
    color: #000000;
}
.social-icon {
    display: flex;
    align-items: center;
    position: relative;
}
.social-icon li {
	padding: 5px;
    list-style: none;
    margin: 0;
}
.social-icon li:nth-child(1) {
    padding-left: 0;
}
.social-icon li a {
    width: 29px;
    height: 29px;
    background-color: #000000;
    display: inline-block;
    color: #ffffff !important;
    border-radius: 50%;
    line-height: 29px;
    text-align: center;
}
.social-icon li a:hover {
    background-color: #FF8905;	
} 
.social-icon li.desk-none {
    display: none;
}
header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
header .navbar-brand img {
    width: 200px;
    margin-right: 5px;
}
header .menu-header {
    width: 100%;
    /* position: relative; */
}
header .navbar .navbar-collapse {
	justify-content: flex-end;
}
header .navbar .navbar-collapse .menu-scroll {
    margin-left: auto;
    margin-right: 0;
}
header .navbar .navbar-nav {
    width: 100%;
	align-items: center;
}
header .navbar .navbar-nav .nav-item {
    position: relative;
}
header .navbar .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
	padding: 15px 0;
}
header .navbar .navbar-nav .nav-item:not(:first-child) {
    margin-left: 30px;
}
header .navbar .navbar-nav .nav-item .dropdown-toggle:after {
	display: none;
}
header .navbar .navbar-nav .nav-item .eventLink {
    background-color: #FF8905;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 5px;
}
header .navbar .navbar-nav .nav-item .eventLink:hover {
    background-color: #000000;
    color: #ffffff;
}
header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    padding: 0;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
	top: 100%;
	border: 0;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	left: 0;
	position: absolute;
	background-color: #161c29;
	box-shadow: 0 0 13px 4px rgba(197, 197, 197, 0.4);
	border-radius: 0;
	width: 200px;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu::before {
	content: "";
	border: 10px solid transparent;
	position: absolute;
	top: -19px;
	left: 25px;
	border-bottom-color: #000000;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
	padding: 0;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li a {
	color: #ffffff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	border-bottom: 1px solid #939393;
	padding: 8px 10px;
	display: block;
}
header .menu-header .rightAction {
    display: none;
}
header.sticky {
	position: fixed;
	background: #fff;
	z-index: 91;
	width: 100%;
	top: 0;
	left: 0;
	animation: sticky 1.2s;
	box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}
@-webkit-keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}
header.sticky .topHeader {
    display: none;
}
header.sticky .navbar-brand img {
    width: 165px;
}
header .navbar-brand span {
    line-height: 18px;
    font-weight: 500;
    font-size: 18px;
}
.mainBanner {
	width: 100%;
	position: relative;	
	margin-bottom: 40px;
	padding: 0 15px;
}
.mainBanner .bannerDetail {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.mainBanner .bannerDetail .video-overlay {
    position: relative;
}
.mainBanner .bannerDetail .video-overlay video {
    display: block;
    width: 100%;
    height: 100%;
}
.mainBanner .bannerDetail .video-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, rgb(0 0 0 / 48%) 12.77%, rgb(0 0 0 / 0%) 20.13%), linear-gradient(90deg, rgb(0 0 0 / 74%) 1.71%, rgba(52, 52, 52, 0) 100%); */
	background: linear-gradient(90deg, #000000 0%, rgba(102, 102, 102, 0) 49.25%);
}
.mainBanner .content {
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 2;
	color: #fff;
	visibility: visible;
	opacity: 1;
	max-width: 600px;
}
.mainBanner .content .subject {
	color: #FF8900;
	font-size: 35px;	
	font-weight: 600;	
	margin-bottom: 20px;	
}
.mainBanner .content h1 {
	font-size: 77px;
	font-weight: 500;
	color: #ffffff;
	position: relative;
}
.mainBanner .content h1:after {
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	background: url(../images/titleDot.gif) no-repeat center;
	background-size: cover;
	bottom: 0;
	border-radius: 50%;
}
.mainBanner .content p {
	font-size: 16px;
	color: #ffffff;
	max-width: 500px;
	margin: 30px 0 15px;
}
.mainBanner .content .animated-text {
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    gap: 12px;
    align-items: center;
    color: #000000;
    margin-top: 20px;
}
.mainBanner .content .word, .mainBanner .content .sep {
    color: #ffffff;
}
.mainBanner .content .sep { user-select: none; color: #ffffff; } 
.btn-theme {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: left;
    max-width: fit-content;
    padding: 0;
    border: 0;
    color: #000000;
}
.btn-theme span {
    background-color: #FF8905;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    transition: .3s;
}
.btn-theme span img {
    width: 16px;
}
.btn-theme:hover span {
    background-color: #000000;
}
.mainBanner .btn-theme {
	color: #ffffff;
}
.mainBanner .btn-theme:hover span {
    background-color: #ffffff;
}
.mainBanner .btn-theme:hover img {
    filter: invert(1);
}
.scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  user-select: none;
  position: absolute;
  bottom: 25px;
  width: 150px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.scroll-indicator:hover {color: #ffffff;}
.scroll-indicator p {
	margin: 0;
 	padding: 0;	
}
.mouse {
  width: 35px;
  height: 55px;
  border: 2px solid #ffffff;
  border-radius: 25px;
  position: relative;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.wheel {
  width: 4px;
  height: 8px;
  background: #ffffff;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  animation: scroll 1.2s ease-in-out infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(12px);
  }
}
.arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  margin-top: 10px;
  animation: bounce 1.2s infinite ease-in-out;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.5;
  }
  50% {
    transform: translateY(6px);
    opacity: 1;
  }
}

.titleBlock {
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.titleBlock h2 {
	font-size: 77px;
	font-weight: 500;
	color: #000000;
	position: relative;
}
.titleBlock h2:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/titleDot.gif) no-repeat center;
	background-size: cover;
	bottom: 14px;
	border-radius: 50%;
	margin-left: 5px;
}
.titleBlock h4, .titleBlock h3 {
	font-size: 24px;
	font-weight: 500;
	color: #FF8905;
	position: relative;
	margin: 15px 0 0;
}
.titleBlock p {
	font-size: 16px;
	color: #000000;
	max-width: 700px;
	margin: 20px auto 0;
}
.serviceSection {
	width: 100%;
	position: relative;
	background-color: #EDFBFD;
}
.serviceSection:after {
	position: absolute;
	content: '';
	width: 255px;
	height: 300px;
	background: url(../images/ogFade.png) no-repeat center;
	background-size: 255px;
	bottom: 30px;
	right: 0;
}
.serviceSection .row {
    position: relative;
    z-index: 1;
}
.serviceBox {
    display: block;
    width: 100%;
    position: relative;
    height: calc(100% - 20px);
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(232, 232, 232, 0.25);
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin: 0 0 20px;
}
.serviceBox h3 {
    margin: 20px 0 0;
    font-size: 20px;
}
.serviceBox .iconBox {
    width: 111px;
    height: 111px;
    margin: auto;
    background-color: #F8F8F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.serviceBox:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 10px;
    right: -10px;
    background-color: #F4F3F3;
    z-index: -1;
    border-radius: 10px;
    transition: .5s;
}
.serviceBox:hover h3 {
    color: #000000;
}
.serviceBox:hover:before {
    background-color: #FF8905;
}
.strategicSection {
	width: 100%;
	position: relative;
	background-color: #ffffff;
}
.associateSection {
	width: 100%;
	position: relative;
	background-color: #FAFAFA;
}

.associateList .client-brand {
    position: relative;
    text-align: center;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #FFFFFF;
    margin: 0 5px;
}
.associateList .client-brand img {
    width: auto;
    max-height: 90px;
	display: inline-block;
}
.associateList .owl-nav button, .swiper .swiper-button {
    position: absolute;
    /*top: calc(50% - 18px);*/
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: .3s;
}
.associateList .owl-nav button.owl-prev, .swiper .swiper-button-prev {
	left: 0;
	background-color: #000;
}
.associateList .owl-nav button.owl-next, .swiper .swiper-button-next {
	right: 0;
	background-color: #000;
}
.associateList .owl-nav button:hover, .swiper .swiper-button:hover {
	background-color: #FF8905;
	border-color: #FF8905;
}
.associateList .owl-nav button span {
	position: relative;
	font-size: 0;
}
.associateList .owl-nav button span:after, .swiper .swiper-button:after {
	position: absolute;
	content: '';
    top: 9px;
    left: 9px;
	width: 14px;
	height: 14px;
	background-size: 14px;
	background-image: url(../images/upArrow.svg);
	background-repeat: no-repeat;
	transform: rotate(46deg);
}
.associateList .owl-nav button.owl-prev span:after, .swiper .swiper-button-prev:after {
    transform: rotate(225deg);
}
.actionTheme {
    width: 100%;
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.actionTheme .btn-theme {
    flex-wrap: wrap;
    justify-content: center;
}
.actionTheme .btn-theme span {
    display: block;
    margin: 0;
}
.actionTheme .btn-theme span img {
    width: 16px;
    display: inline-block;
}
.actionTheme .btn-theme:hover span {
    background-color: #000000;
}
.actionTheme .btn-theme p {
    margin: 10px 0 0;
    width: 100%;
    text-align: center;
    color: #000000;
}
.strategicCarousal .item {
    margin-top: 75px;
    position: relative;
    background-color: #F5F5F5;
    padding: 20px;
    transition: .3s;
    margin-left: 5px;
    margin-right: 5px;
}
.strategicCarousal .item .img {
    overflow: hidden;
    border: 2px dotted #b4b4b4;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -75px;
    background-color: #F5F5F5;
}
.strategicCarousal .item .img img {
    width: 120px;
    margin: auto;
    max-width: 100%;
}
.strategicCarousal .item .content {
    text-align: center;
    margin: 15px 0 0;
}
.strategicCarousal .item .content h4 {
    font-size: 18px;
    color: #000000;
}
.strategicCarousal .item .content p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}
.strategicCarousal .item .content .actionTheme {
    margin: 15px 0 0;
}
.strategicCarousal .item .content .actionTheme .btn-theme span {
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.strategicCarousal .item .content .actionTheme .btn-theme span img {
    width: 12px;
}
.strategicCarousal .item .content .actionTheme .btn-theme p {
    font-size: 14px;
    margin: 5px 0 0;
}
.strategicCarousal .owl-nav button, .advisorCarousal .owl-nav button {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: .3s;
}
.strategicCarousal .owl-nav button.owl-prev, .advisorCarousal .owl-nav button.owl-prev {
	left: 0;
	background-color: #000;
}
.strategicCarousal .owl-nav button.owl-next, .advisorCarousal .owl-nav button.owl-next {
	right: 0;
	background-color: #000;
}
.strategicCarousal .owl-nav button:hover, .advisorCarousal .owl-nav button:hover {
	background-color: #FF8905;
	border-color: #FF8905;
}
.strategicCarousal .owl-nav button span, .advisorCarousal .owl-nav button span {
	position: relative;
	font-size: 0;
}
.strategicCarousal .owl-nav button span:after, .advisorCarousal .owl-nav button span:after {
	position: absolute;
	content: '';
	top: -11px;
	left: -6px;
	width: 14px;
	height: 14px;
	background-size: 14px;
	background-image: url(../images/upArrow.svg);
	background-repeat: no-repeat;
	transform: rotate(46deg);
}
.strategicCarousal .owl-nav button.owl-prev span:after, .advisorCarousal .owl-nav button.owl-prev span:after {
    transform: rotate(225deg);
    top: -11px;
    left: -8px;
}
.whyogSection {
    width: 100%;
    position: relative;
    background-color: #ffffff;
}
.whyogSection  .titleBlock {
    margin-bottom: 60px;
}
.ogBox {
    display: block;
    width: 100%;
    position: relative;
    height: calc(100% - 60px);
    background: #F5F5F5;
    text-align: center;
    padding: 20px;
    margin: 50px 0 12px;
}
.ogBox .iconBox {
    width: 100px;
    height: 100px;
    margin: -90px auto 0;
    background-color: #ff8905;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.ogBox .iconBox:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    background-color: #161c29;
    border-radius: 50%;
    z-index: -1;
    right: 4px;
}
.ogBox p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin: 0;
    padding-top: 15px;
}
.callAction {
    width: 100%;
    position: relative;
    background: url(../images/callActionBg.jpg) no-repeat center;
    background-size: cover;
}
.callActionCenter {
    width: 100%;
    position: relative;
    background-color: #FFFFFFF2;
    padding: 70px;
    overflow: hidden;
    text-align: center;
}
.callActionCenter .coName {
    color: #FF8900;
    font-size: 55px;
    font-weight: 600;
}
.callActionCenter h2 {   
    color: #000000;
    font-size: 55px;
    font-weight: 500;
    margin: 15px auto;
    max-width: 700px;
}
.callActionCenter:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    top: 55px;
    right: 55px;
    border-top: 4px solid #ff8900;
    border-right: 4px solid #ff8900;
}
.callActionCenter:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    bottom: 55px;
    left: 55px;
    border-bottom: 4px solid #ff8900;
    border-left: 4px solid #ff8900;
}
.callActionCenter p {
	font-size: 16px;
	margin-bottom: 10px;
}
footer {
    width: 100%;
    position: relative;
    padding: 60px 0 0;
    background-color: #fafafa;
    border-top: 1px solid #ededed;
}
footer .footerInfo {
    width: 100%;
    position: relative;
    text-align: left;
    padding-right: 50px;
}
footer .footerInfo .flogo img {
    max-width: 180px;
}
footer .footerInfo p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin: 15px 0;
}
/*footer .footerMenu {
    padding-top: 95px;
}*/
footer .footerMenu .footerTitle {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
footer .footerMenu  ul {
    width: 100%;
}
footer .footerMenu  ul li {
    width: 100%;
    padding: 5px 0;
}
footer .footerMenu  ul li a {
    font-size: 16px;
    color: #000000;
}
footer .footerMenu  ul li a:hover {
    color: #ff8905;
}
footer .copyright {
    text-align: center;
    font-size: 18px;
    color: #000000;
    border-top: 1px solid #F0E9E9;
    padding: 20px 0;
    margin-top: 30px;
}
.comingsoon {
    width: 100%;
    position: relative;
}
.comingsoon .comingsoonBlock {
    width: 100%;
    position: relative;
    padding: 60px;
    background-color: #F5F5F5;
    border-radius: 10px;
    text-align: center;
}
.comingsoon .comingsoonBlock img {
    max-width: 350px;
    margin: auto;
    width: 100%;
}
.inner-banner {
    width: 100%;
    position: relative;
}
.inner-banner:before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
}
.inner-banner img {
    min-height: 278px;
    object-fit: cover;
}
.inner-banner .bannerContent {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;	
}
.inner-banner .bannerContent h1, .inner-banner .bannerContent h1 a {
    font-size: 45px;
    font-weight: 500;
    color: #ffffff;	
}
.inner-banner .bannerContent h1:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/titleDot.gif) no-repeat center;
    background-size: cover;
    bottom: 12px;
    border-radius: 50%;
    margin-left: 5px;
}
.breadcrumb-blocks {
    width: 100%;
    background: #F5F5F5;
    padding: 15px 0;
}
.breadcrumb-blocks .breadcrumb {
    margin: 0;
}
.breadcrumb-blocks .breadcrumb .breadcrumb-item {
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
}
.breadcrumb-blocks .breadcrumb .breadcrumb-item a {
    color: #000000;
    font-weight: 400;
}
.breadcrumb-blocks .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "|";
    color: #000;
}
.getTouch {
    width: 100%;
    position: relative;	
}
.getTouch .item {
    background: rgb(255 137 5 / 8%);
    width: 100%;
    padding: 30px 20px;
    height: calc(100% - 24px);
    margin: 12px 0;
    text-align: center;
    transition: all linear .3s;
    border: 1px solid #e4d0b7;
    border-radius: 10px;
}
.getTouch .item .icon {
    width: 50px;
    height: 50px;
    margin: auto;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: #FF8905;
    border-radius: 50%;
    font-size: 20px;    
}
.getTouch .item a {
    color: #000000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: block;
    margin: 20px 0 0;
}
.getTouch .item:hover {
    transform: translateY(-5px);
}
.getTouchForm {
	width: 100%;
	position: relative;	
    background-color: #FAFAFA;
}
.field__label {
    display: none;
}
.form-theme {
	width: 100%;
	position: relative;
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.form-theme .form-group {
	margin-bottom: 20px;
	position: relative;
}
.form-theme .form-group label {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	margin-bottom: 3px;
}
.form-theme .form-group .form-control {
	font-size: 16px;
	color: #000000;
	border-radius: 4px;
	border: 1px solid #909090;
	padding: 10px 15px;
	outline: none;
	box-shadow: none;
	background-color: transparent;
}
.form-theme .form-group .iti .form-control {
    padding-left: 45px;
}
.form-theme .form-group .error {
	border-color: #f44336;
}
.form-theme .form-group .form-element.error:hover:focus, .form-element.error:hover:focus, .page-wrapper *:focus, .ui-dialog *:focus {
    box-shadow: none !important;
    outline: none !important;
}
.form-theme .form-group textarea.form-control {
    height: 70px;
}
.btn-color, .form-submit {
    font-weight: 500;
    font-size: 16px;
    background-color: #FF8905;
    color: #ffffff;
    padding: 8px 25px;
    border-radius: 180px;
    transition: .3s;
}
.btn-color:hover, .form-submit:hover {
    background-color: #000000;
    color: #ffffff;
}
.blogPage, .insightPage {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 450px;
}
.blogPage .blogBoxContent {
    height: calc(100% - 24px);
    margin: 12px 0px;
    background-color: rgb(255 137 5 / 8%);
    padding: 20px 20px;
    border: 1px solid #e4d0b7;
    border-radius: 10px;
}
.blogPage .blog-box {
    height: auto;
    margin: 0px;
    background-color:transparent;
    padding: 0;
    border: 0;
    border-radius: 0px;
}
.blog-box {
    width: 100%;
    position: relative;
    height: calc(100% - 24px);
    text-align: left;
    background-color: rgb(255 137 5 / 8%);
    padding: 20px 20px;
    margin: 12px 0px;
    transition: 0.3s linear;
    display: block;
    overflow: hidden;
    border: 1px solid #e4d0b7;
    border-radius: 10px;
}
.blog-box:hover {
    transform: translateY(-5px);
}
.blog-box . {
   width: 100%;
}
.blog-box h2 {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
}
.blog-box p {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 100%;
    min-height: 44px;
}
.blog-box .blog-date {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.blog-box .actionTheme {
    justify-content: start;
    margin-top: 20px;
}
.blog-box .actionTheme .btn-theme {
    color: #000000;
}
.blog-box .actionTheme .btn-theme span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}
.blog-box .actionTheme .btn-theme span img {
    width: 12px;
}
.blog-detailBox {
    width: 100%;
    position: relative;
    text-align: left;
    background-color: rgb(255 137 5 / 8%);
    padding: 20px 20px;
    display: block;
    border: 1px solid #e4d0b7;
    border-radius: 10px;
}
.blog-detailBox h1, .blog-detailBox h2, .blog-detailBox h3, .blog-detailBox h4, .blog-detailBox h5, .blog-detailBox h6, .blog-detailBox .views-field-title span {
    font-weight: 500;
    color: #000000;
    padding-top: 10px;
}
.blog-detailBox h2, .blog-detailBox .views-field-title span {
    font-size: 28px;
}
.blog-detailBox h3 {
    font-size: 24px;
}
.blog-detailBox h4 {
    font-size: 22px;
}
.blog-detailBox h5 {
    font-size: 20px;
}
.blog-detailBox h6 {
    font-size: 18px;
}
.blog-detailBox strong {
    font-weight: 600;  
}
.blog-detailBox p {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}
.blog-detailBox p strong {
    font-size: 16px;
}
.blog-detailBox ul {
    width: 100%;
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}
.blog-detailBox ul li, .blog-detailBox ol li {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 5px;
}
.blog-detailBox .blog-date {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: #000000;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.blog-detailBox ul li li {
    padding-left: 10px;
}
.blog-detailBox p a, .blog-detailBox ul li a, .blog-detailBox ol li a {
    color: #ff8905;
}
.insightList {
    width: 100%;
    position: relative;
    text-align: left;
    background: rgb(250, 250, 250);
    padding: 20px 20px;
    display: block;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}
.insightList ul {
    width: 100%;
}
.insightList ul li {
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 7px rgba(163, 161, 161, .15);
    border-radius: 2px;
    margin-bottom: 1px;
    padding: 15px;
    transition: all linear .2s;
}
.insightList ul li a {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.insightList ul li:hover {
    background: rgb(255 137 5 / 13%);
}
.meetTeam {
    width: 100%;
    position: relative;
    /* background-color: #fafafa; */
}
.meetTeam .row {
    /* max-width: 1100px; */
    margin: auto;
}
.teamElement {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 24px;
    height: calc(100% - 24px);
}
.teamElement figure {
    margin: 0;
    position: relative;
    display: block;
    height: calc(100% - 40px);
    overflow: hidden;
    transition-duration: 0.5s;
}
.teamElement figure img {
    transition-duration: 0.5s;
    filter: grayscale(1);
    width: 100%;
}
.teamElement .teamDtl {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 90%;
    background: #404040;
    padding: 15px 10px 15px;
    color: #fff;
    transform: translate(-50%, 0);
}
.teamElement .teamDtl h3 {
    font-size: 24px;
    line-height: normal;
    margin: 0;
}
.teamElement .teamDtl .aboutTeam {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dbdbdb;
    padding-top: 10px;
    margin-top: 10px;
}
.teamElement .teamDtl h4 {
    font-size: 18px;
    margin: 0;
}
.teamElement .teamDtl .aboutTeam .action {
    width: 65px;
    border-left: 1px solid #ffffff;
    padding-left: 10px;
}
.teamElement .teamDtl .aboutTeam .action {
    width: 40px;
}
.teamElement .aboutTeam a {
    display: inline-block;
}
.teamElement:hover figure img {
    filter: inherit;
}
.teamElement:hover figure {
    height: 100%;
    transition-duration: 0.5s;
}
.teamElement .teamDtl.teamDtl-hover {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	text-decoration: none !important;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: 0.3s;
	transform: translateY(100%);
	background: linear-gradient(180deg, rgba(0, 64, 255, 0.00) 0%, rgb(255 137 5 / 51%) 38.5%, #FF8905 100%);
	display: flex;
	align-items: end;
}
.teamElement .teamDtl.teamDtl-hover .teamDtl-inner p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}
.teamElement .teamDtl.teamDtl-hover .teamDtl-inner {
    width: 100%;
}
.teamElement:hover .teamDtl {
    opacity: 0;
    visibility: hidden;	
}
.teamElement:hover .teamDtl.teamDtl-hover {
    opacity: 1;
    visibility: visible;    
	transform: translateY(0);
}
.nijaBlock {
    width: 100%;
    position: relative;
}
.nijaBlock:before {
    position: absolute;
    content: '';
    width: 255px;
    height: 300px;
    background: url(../images/ogFade.png) no-repeat center;
    background-size: 255px;
    top: 30%;
    right: 0;
}
.ninjaDetail .titleBlock {
    text-align: left;
    margin-bottom: 10px;
}
.ninjaDetail .titleBlock h2 {
    font-size: 35px;
}
.ninjaDetail .titleBlock h2:after {
    bottom: 4px;    
}
.ninjaDetail {
    width: 100%;
    position: relative;
}
.ninjaDetail.topDetail:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    background-image: url(../images/quotes-og.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 280px;
    height: 202px;
    background-size: 100%;
    opacity: 0.1;
}
.ninjaDetail .content {
    width: 100%;
    position: relative;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.ninjaDetail .content p {
	margin-bottom: 5px;
}
.ninjaDetail .content strong {
    font-weight: 500;   
}
.ninjaDetail .content ul li, .ninjaDetail .content ol li {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 8px 10px 8px 20px;
    position: relative;
}
.ninjaDetail .content ol {
    margin-left: 0;
}
.ninjaDetail .content ol li {
    padding-left: 0;
}
.nijaBlock .imgBlock {
    width: 100%;
    position: relative;
}
.ninjaDetail .content.contentBox {
    background-color: rgb(255 137 5 / 8%);
    padding: 20px;
    height: calc(100% - 24px);
    margin: 12px 0;
    border: 1px solid #e4d0b7;
    border-radius: 10px;
}
.ninjaDetail ul li:before {
    position: absolute;
    content: '';
    top: 17px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff8905;
}
.ninjaDetail ul li:after {
    position: absolute;
    content: '';
    top: 14px;
    left: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1.5px dashed #000000;
}
.ourStory {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ourStory .titleBlock p {
    color: #000000;
    max-width: 900px
}
.ourStoryBlock {
    max-width: 1000px;
    margin: 0 auto;
    background: #181819;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    color: #ffffff;
	overflow: hidden;
}
.ourStoryBlock h2 {
    font-weight: 500;
    position: relative;
}
.ourStoryBlock h2:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/titleDot.gif) no-repeat center;
    background-size: cover;
    bottom: 0px;
    border-radius: 50%;
    margin-left: 5px;
}
.ourStoryBlock p {
    font-size: 16px;
}
.ourStoryBlock .card {
	background-color: #282829;
	padding: 20px;
	border-radius: 10px;
	margin: 12px 0;
	height: calc(100% - 12px);
    transition: 0.3s ease;
}
.ourStoryBlock .card:hover {
    background-color: rgba(255, 122, 0, 0.15);
	transform: translateY(-5px);
}
.ourStoryBlock .card h3 {
    font-size: 22px;
    color: #ff8905;
    font-weight: 500;
}
.ourStoryBlock .card p {
    margin: 0;
    font-size: 14px;
}
.missionVission {
    width: 100%;
    position: relative;
    background-color: #FAFAFA;	
}
.missionVission .item {
	background: #ffffff;
    width: 100%;
    padding: 20px 20px;
    height: calc(100% - 24px);
    margin: 12px 0;
	border: 1px solid #e2e8f0;
    transition: all linear .3s;
    border-radius: 10px;
}
.missionVission .item:hover {
    transform: translateY(-5px);
}
.missionVission .item .img {
    width: 4rem;
    height: 4rem;
	display: flex;	
	align-items: center;
	justify-content: center;
	color: #ffffff;
    background-color: #FF8905;
    border-radius: 50%;
    padding: 5px;
}
.missionVission .item .img img {
    height: 45px;
}
.missionVission .item .content {
	margin-top: 25px;
    width: 100%;
}
.missionVission .item .content h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 500;
}
.missionVission .item .content p {
    font-size: 16px;
    margin: 0;
    color: #000000;
}
.missionVission .item .content ul li, .missionVission .item .content ol li {
    font-size: 16px;
    margin: 10px 0;
    color: #000000;
}
.ourCulture {
    width: 100%;
    position: relative;	
}
.ourCulture .imgBox {
    width: 100%;
    position: relative;	
	overflow: hidden;
}
.ourCulture .imgBox img {
	border-radius: 10px;
}
.ourCulture .titleBlock {
    text-align: left;
	padding-right: 30px;
	margin-bottom: 0;
}
.ourCulture .titleBlock p {
	max-width: 100%;
	margin: 10px auto 0;
}
.ourCulture .carousel button {
    background-color: #000;
    position: absolute;
    top: calc(100% - 40px);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    opacity: 1;
    padding: 8px;
}
.ourCulture .carousel {
    padding-bottom: 50px;
}
.ourCulture .carousel button.carousel-control-next {
    right: calc(50% - 38px);
}
.ourCulture .carousel button.carousel-control-prev {
    left: calc(50% - 38px);
}
.initiatives-list {
    width: 100%;
    position: relative;
}
.initiatives-list li {
    display: flex;
    background: #ffffff;
    width: 100%;
    padding: 20px 20px;
    border: 1px solid #e2e8f0;
    transition: all linear .3s;
    border-radius: 10px;
    margin: 20px 0 0;
}
.initiatives-list li .img {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #FF8905;
    border-radius: 50%;
}
.initiatives-list li .content {
    width: calc(100% - 50px);
    position: relative;
    padding-left: 20px;
    color: #000000;
}
.initiatives-list li .content h3 {
    font-size: 26px;
    font-weight: 500;
}
.initiatives-list li .content p {
    font-size: 16px;
    margin: 0;
    color: #000000;
}
.initiatives-list li:hover {
    transform: translateY(-5px);
}
.initiativesBlock .titleBlock p {
    max-width: 700px;
    margin: 0px auto 0;
}
.programsBlock {
	margin-bottom: 10px;
}
.ogWay ul {
    width: 100%;
    margin-top: 20px;	
}
.ogWay ul li {
    padding: 8px 10px 8px 20px;
    position: relative;
    font-size: 16px;
    color: #000000;	
}
.ogWay ul li:before {
    position: absolute;
    content: '';
    top: 17px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff8905;
}
.ogWay ul li:after {
    position: absolute;
    content: '';
    top: 14px;
    left: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1.5px dashed #000000;
}
.ogWay ul li h5 {
	margin: 0;	
}
.ogWay ul li p {
	margin: 0;
}
.ogWay {
	width: 100%;
    position: relative;	
}
.ogWay .titleBlock {
	margin-bottom: 50px;	
}
.partnerBlock.missionVission {
	background-color: #ffffff;
}
.partnerBlock.missionVission .item {
	background-color: #FAFAFA;
}
.partnerBlock.missionVission .item .content {
	margin: 0;
}
.advisorTeam {
	width: 100%;
    position: relative;
}
.advisorTeam .teamElement {
	width: auto;
	overflow: inherit;
	margin: 0 5px;
}
.advisorTeam .teamElement .teamDtl.teamDtl-hover {
    position: static;
    transform: inherit;
    opacity: 1;
    visibility: visible;
    background: #404040;
}
.advisorTeam .teamElement .teamDtl.teamDtl-hover h3 {
	font-size: 18px;
}
.advisorTeam .teamElement .teamDtl.teamDtl-hover h4 {
	font-size: 16px;
}
.advisorTeam .teamElement .teamDtl.teamDtl-hover p {
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}
.service-btn .btn-theme {
    display: inline-block;
}
.comparison-table {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  color: #000000;
  box-shadow: rgba(37, 22, 125, 0.05) 0px 4px 8px 0px;
  max-width: 1100px;
  margin: auto;
}
.comparison-table p {
    margin: 0;
}
.table-header {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.header-cell {
  padding: 20px 20px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
}

.service-header {
  text-align: left;
  font-size: 20px;
  color: #000000;
}

.ownr-header {
  background-color: #FF8905;
  border-bottom: none;
  margin-top: -1rem;
  border-radius: 10px 10px 0 0;
}

.ownr-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff;
}

.logo-icon {
  width: 32px;
  height: 32px;
}

.ownr-logo span {
  font-size: 20px;
  font-weight: 700;
}

/* Table Rows */
.table-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.row-even {
  background-color: #f8fafc;
}

.feature-cell {
  padding: 10px 20px;
  font-weight: 500;
}

.feature-icon {
  width: 20px;
  height: 20px;
  color: #64748b;
  flex-shrink: 0;
}

.check-cell {
  padding: 10px 20px;
  display: flex;
  justify-content: center;
}

.ownr-column {
  background-color: rgba(108, 92, 231, 0.1);
}

/* Check and Cross Icons */
.check-icon,
.cross-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.check-icon {
  border-color: #00b894;
}

.check-icon::after {
  content: '';
  width: 6px;
  height: 10px;
  border: solid #00b894;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
  margin-left: -3px;
}

.cross-icon {
  border-color: #ff6b6b;
}

.cross-icon::before,
.cross-icon::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #ff6b6b;
}

.cross-icon::before {
  transform: rotate(45deg);
}

.cross-icon::after {
  transform: rotate(-45deg);
}

/* Footer */
.table-footer {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  height: 32px;
}

.ownr-footer {
  background-color: #FF8905;
  margin-bottom: -1rem;
  border-radius: 0 0 10px 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .comparison-table {
    overflow-x: auto;
  }
  
  .table-header,
  .table-row,
  .table-footer {
    min-width: 600px;
  }
  
  .feature-cell {
    padding: 10px;
    font-size: 13px;
  }
  
  .header-cell, .ownr-header {
    padding: 10px;
    font-size: 14px;
  }
  .ownr-header, .ownr-footer {
	  margin: 0;
  }
}

@media (max-width: 1600px) {
    .blogPage, .insightPage {
        min-height: auto;
    }
    .titleBlock h2 {
        font-size: 55px;
    }
    .callActionCenter .coName, .callActionCenter h2 {
        font-size: 45px;
    }
    .titleBlock h4, .titleBlock h3 {
        font-size: 20px;
    }
    .serviceBox h3 {
        font-size: 18px;
    }
    .strategicCarousal .item .content h4 {
        font-size: 18px;
    }
    .ptb {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pt {
        padding-top: 50px;
    }
    .pb {
        padding-bottom: 50px;
    }
}
@media (max-width: 1199px) {
    .mainBanner .content h1 {
        font-size: 55px;
    }
	.mainBanner .content .subject {
		font-size: 26px;
		font-weight: 600;
		margin-bottom: 0;
	}
	.mainBanner .content p {
		margin: 15px 0 15px;
	}
	.mainBanner .content h1:after {
	    width: 14px;
		height: 14px;	
	}
}
@media (max-width: 991px) {
    .page-node-type-our-initiatives .ourCulture.ogWay:nth-child(odd) .row {
        flex-direction: column-reverse;
    }
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    header .navbar {
        padding: 10px 0px;
    }
    header .navbar-brand img {
        width: 170px;
    }
    header .menu-header {
        width: auto;
        position: static;
    }
    header .menu-header .rightAction {
        display: flex;
        align-items: center;
        position: absolute;
        right: 20px;
        top: 5px;
    }
    header .navbar-toggler {
        padding: 0;
        border: 0;
        box-shadow: none !important;
        outline: none !important;
        z-index: 2;
        margin-left: 15px;
    }
    header .navbar-toggler .navbar-toggler-icon {
        background-image: url(../images/mob-menu.png);
        background-size: 18px 19px;
    }
    header .navbar-toggler.cross .navbar-toggler-icon {
        background-image: url(../images/close.svg);
        filter: brightness(0) invert(1);
    }
    header .menu-header .navbar-collapse {
		position: fixed;
		right: -345px;
		top: 0;
		bottom: 0;
		max-width: 320px;
		width: 100%;
		height: 100%;
		min-height: 100vh;
		z-index: 2;
		background-color: #000000;
		box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
		padding: 71px 15px 20px;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		display: block;
	}
	header .menu-header .navbar-collapse.active {
		right: 0;
		display: block;
	}
    header .mob-none {
        display: none;
    }
    .social-icon li.desk-none {
        display: block;
    }
    header .social-icon {
        width: 100%;
        justify-content: center;
    }
    header .topHeader .topbarDetail {
        padding: 5px 0;
    }
    .titleBlock h2, .mainBanner .content h1 {
        font-size: 45px;
    }
    .callActionCenter .coName, .callActionCenter h2 {
        font-size: 40px;
    }
    header .menu-header .navbar-collapse .menu-scroll {
        overflow-y: scroll;
        height: 100%;
    }
    header .menu-header .navbar-collapse .menu-scroll .navbar-nav {
        display: block;
    }
    header .menu-header .navbar-collapse .menu-scroll .navbar-nav .nav-item a {
        color: #ffffff;
        width: 100%;
        position: relative;
        display: block;
    }
    header .menu-header .navbar-collapse .menu-scroll .navbar-nav .nav-item {
        margin-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        display: block !important;
    }
    header .menu-header .navbar-collapse .menu-scroll .navbar-nav .nav-item .dropdown-toggle img {
        position: absolute;
        right: 0;
        top: 25px;
        padding: 0;
        filter: brightness(0) invert(1);
    }
    header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: none;
        visibility: hidden;
        opacity: 0;
        padding: 0;
    }
    header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        position: static !important;
		display: block;
		visibility: visible;
		opacity: 1;
		padding: 0;
		background-color: #fff;
		padding: 10px 0;
		border-radius: 6px;
		box-shadow: none;
		width: 100%;
	}
	header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li a {
		color: #000;
		padding: 6px 10px;
		border-bottom: 1px solid #cecece;
	}
	header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu::before {
		display: none;
	}
    .ogBox p {
        font-size: 16px;
    }
    .callActionCenter {
        padding: 50px;
    }
    .callActionCenter:before {
        bottom: 30px;
        left: 30px;
        width: 50px;
        height: 50px;
    }
    .callActionCenter:after {
        top: 30px;
        right: 30px;
        width: 50px;
        height: 50px;
    }
    footer .footerInfo {
        padding-right: 0;
    }
    footer {
        padding: 40px 0 0;
    }
	.scroll-indicator {
		display: none;
	}
	.form-theme {
        padding: 20px 10px;
    }
    .teamElement .teamDtl h3 {
        font-size: 18px;
    }
    .teamElement .teamDtl h4 {
        font-size: 16px;
    }
    .teamElement .teamDtl {
        width: 95%;
    }
    .teamElement .teamDtl .aboutTeam {
        padding-top: 5px;
        margin-top: 5px;
    }
	.ourCulture .titleBlock {
		padding-right: 0px;
		margin-bottom: 20px;
	}
	.initiativesBlock .row {
		flex-direction: column-reverse;
	}
	.initiativesBlock .imgBox {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
    header .navbar {
        padding: 10px 15px;
    }
    header .navbar-brand img, header.sticky .navbar-brand img {
        width: 150px;
    }
    header .menu-header .rightAction {
        right: 10px;
        top: 5px;
    }
    header .menu-header .rightAction .social-icon li {
        padding: 2px;
    }
    header .navbar-toggler {
        margin-left: 5px;
    }
    .associateList .listGroup .client-brand {
        min-height: 110px;
    }
    .associateList .listGroup .client-brand img {
        max-width: 90px;
    }
    .strategicCarousal .item .img {
        width: 150px;
        height: 150px;
    }
    .strategicCarousal .item .img img {
        width: 130px;
    }
    .ptb {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pt {
        padding-top: 30px;
    }
    .pb {
        padding-bottom: 30px;
    }
    .callActionCenter .coName, .callActionCenter h2 {
        font-size: 30px;
    }
    .callActionCenter {
        padding: 30px;
    }
    .callActionCenter:before {
        bottom: 20px;
        left: 20px;
        border-bottom: 2px solid #ff8900;
        border-left: 2px solid #ff8900;
    }
    .callActionCenter:after {
        top: 20px;
        right: 20px;
        border-top: 2px solid #ff8900;
        border-right: 2px solid #ff8900;
    }
    footer .footerMenu {
        padding-top: 25px;
    }
    footer .copyright {
        padding: 10px 0;
        margin-top: 15px;
        font-size: 15px;
    }
    footer {
        padding: 30px 0 0;
    }
	.btn-theme  span {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.btn-theme span img, .actionTheme .btn-theme span img {
		width: 12px;
	}
	.btn-theme {
		font-size: 14px;
	}
	.titleBlock h2 {
		font-size: 35px;
	}
	.mainBanner .content h1 {
		font-size: 22px;
	}
	.mainBanner .content p {
		font-size: 14px;
	    margin: 5px 0 0;
	}
	.mainBanner .content {
        max-width: 90%;
    }
	.mainBanner .content h1:after {
        width: 10px;
        height: 10px;
    }
	.mainBanner .content .animated-text {
		font-size: 16px;
		margin-top: 0px;
		gap: 5px;
	}
	.mainBanner .bannerDetail .video-overlay video {
		min-height: 320px;
		object-fit: cover;
	}
	.mainBanner {
		margin-bottom: 25px;
	}
	.titleBlock h4, .titleBlock h3 {
        font-size: 16px;
        margin: 10px 0 0;
    }
	.ogBox {
		padding: 20px 10px;
	}
	.ogBox p {
		font-size: 14px;
	}
	footer .footerInfo p {
		font-size: 14px;
		line-height: 22px;
	}
	footer .footerInfo .flogo img {
		max-width: 160px;
	}
	footer .footerMenu ul li a {
		font-size: 13px;
	}
	.mainBanner .bannerDetail .video-overlay:before {
	    background: linear-gradient(90deg, #000000 0%, rgb(0 0 0 / 36%) 49.25%);
	}
	.mainBanner .content .subject {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .getTouchForm .row {
        flex-direction: column-reverse;
    }
    .getTouchForm .row .row {
        flex-direction: row;
    }
    .getTouchForm iframe {
        margin-top: 20px;
    }
    .form-theme {
        padding: 20px 20px;
    }
    .getTouch .titleBlock {
        margin-bottom: 15px;
    }
    .blog-box, .blog-detailBox, .ninjaDetail .content.contentBox, .ourStoryBlock, .missionVission .item, .initiatives-list li {
        padding: 15px;
    }
	.ourStoryBlock .card {
	    padding: 15px;	
	}
    .blog-box h2 {
        font-size: 18px;
    }
    .blog-box p {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .blog-box .actionTheme {
        margin-top: 15px;
    }
    .insightList ul li {
        padding: 10px;
    }
    .insightList ul li a, .blog-detailBox p, .blog-detailBox ul li, .blog-detailBox ol li {
        font-size: 14px;
    }
    .insightList {
        padding: 10px;
        border-radius: 4px;
    }
    .blog-detailBox h2, .blog-detailBox .views-field-title span {
        font-size: 22px;
    }
    .blog-detailBox h3, .missionVission .item .content h3, .initiatives-list li .content h3 {
        font-size: 20px;
    }
    .blog-detailBox h4, .blog-detailBox h5  {
        font-size: 18px;
    }
    .ninjaDetail .titleBlock h2 {
        font-size: 26px;
    }
	.missionVission .item .content {
		margin-top: 15px;
	}
	
    .callActionCenter .coName img {
        max-width: 160px;
    }
}

@media (max-width: 575px) {
	header .navbar-brand img, header.sticky .navbar-brand img {
        width: 140px;
    }
	header .navbar-brand span {
		font-size: 15px;
	}
	.mainBanner .content p {
        font-size: 13px;
    }
    .associateList .listGroup .client-brand, .associateList .listGroup:last-child .client-brand {
        width: calc(50% - 20px);
        border: thin solid #E8E4E4;
        margin: 10px;
    }
    .associateList .listGroup .client-brand:before {
        display: none;
    }
    .associateList .listGroup {
        padding: 10px;
    }
    .associateList .listGroup:last-child {
        padding-top: 0;
    }
    .associateList .listGroup:first-child {
        padding-bottom: 0;
    }
    .callActionCenter .coName, .callActionCenter h2 {
        font-size: 25px;
    }
	.whyogSection .titleBlock {
		margin-bottom: 30px;
	}
	.ogBox {
		margin: 71px auto  0px;
		height: auto;
		max-width: 300px;
	}
	.whyogSection .col-lg-3:first-child .ogBox {
		margin: 38px auto 0px;
	}
	.ogBox .iconBox, .ogBox .iconBox:before {
		width: 70px;
		height: 70px;
	}
	.ogBox .iconBox {
		margin: -70px auto 0;
	}
	header .navbar {
		padding: 10px 0px;
	}
    .inner-banner img {
        min-height: 130px;
        object-fit: cover;
    }
    .inner-banner .bannerContent h1, .inner-banner .bannerContent h1 a {
        font-size: 30px;
    }
    .inner-banner .bannerContent h1:after {
        bottom: 7px;
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 414px) {
    .social-icon li a {
        width: 22px;
        height: 22px;
        line-height: 23px;
        font-size: 12px;
    }    
}