body {
	background: #fff;
	color: #444;
}
a {
	color: #007bff;
	transition: 0.5s;
}
a:hover,
a:active,
a:focus {
	color: #0b6bd3;
	outline: none;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0 0 30px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}
.container:before,
.container:after {
	content: '';
	display: block;
	clear: both;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/*--------------------------------------------------------------
# Header Start
--------------------------------------------------------------*/

#header {
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	padding: 30px 0;
}
#header.header-scrolled,
#header.header-pages {
	background-color: #fff;
	padding: 10px 0;
}
#header .logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#header .logo h1 a,
#header .logo h1 a:hover {
	color: #00366f;
	text-decoration: none;
}
/*--------------------------------------------------------------
# Header End
--------------------------------------------------------------*/

/* Mobile Navigation */

.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: rgba(0, 0, 0, 0.8);
	transition: 0.4s;
}
.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-nav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 10px 20px;
	    font-family: Poppins-Medium !important;
    font-weight: 500 !important;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
	color: #74b5fc;
	text-decoration: none;
}
.mobile-nav .drop-down > a:after {
	content: "\f078";
	font-family: Poppins-SemiBold;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
.mobile-nav .active.drop-down > a:after {
	content: "\f077";
}
.mobile-nav .drop-down > a {
	padding-right: 35px;
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
.mobile-nav-toggle i {
	margin: 18px 14px 0 0;
	color: #fff;
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	display: none;
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav {
	left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}
.mobile-nav-toggle.active i {
	color: #000;
}
/* Desktop Navigation */

.menubar,
.menubar * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menubar > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
}
.menubar a {
	display: block;
	position: relative;
	padding: 0px 15px 0px 15px;
	transition: 0.3s;
	font-family: Poppins-Medium !important;
	font-weight:500 !important;
	font-size: 14px;
	line-height: 12px;
	text-align: right;
	color: #FFFFFF;
	border-right: 1px solid #fff;
}
.menubar li {
	position: relative;
}
.menubar a:hover,
.menubar .active > a,
.menubar li:hover > a {
	text-decoration: none;
}
.menubar .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% - 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: ease all 0.3s;
}
.menubar .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.menubar .drop-down li {
	min-width: 180px;
	position: relative;
}
.menubar .drop-down ul a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #065e77;
}
.menubar .drop-down ul a:hover,
.menubar .drop-down ul .active > a,
.menubar .drop-down ul li:hover > a {
	color: #1bb1dc;
}
.menubar .drop-down > a:after {
	content: "\f107";
	font-family: Poppins-SemiBold;
	padding-left: 10px;
}
.menubar.drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}
.menubar .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.menubar .drop-down .drop-down > a {
	padding-right: 35px;
}
.menubar .drop-down .drop-down > a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}
.menubar {
	margin-top: 23px;
}
.menubar li.active:after {
	border: 1px solid #F5D43B;
	content: "";
	margin: 0 auto;
	position: absolute;
	width: 15px;
}
.menubar li.home-menu.active:after {
    left: -30px;
    right: 0;
    top: -10px;
}
.menubar li.value-menu.active:after {
    left: -89px;
    right: 0;
    top: -10px;
}
.menubar li.expert-menu.active:after {
    left: -90px;
    right: 0;
    top: -10px;
}
.menubar li.partners-menu.active:after {
    left: -115px;
    right: 0;
    top: -10px;
}
.menubar li.case-menu.active:after {
    left: -71px;
    right: 0;
    top: -10px;
}
.menubar li.testimonial-menu.active:after {
    left: -74px;
    right: 0;
    top: -10px;
}
.menubar li.event-menu.active:after {
    left: -30px;
    right: 0;
    top: -10px;
}
.bannerslider {
	position: relative;
}
.bannerslider .inner-content {
	position: absolute;
	color: #fff;
	left: 14%;
	top: 32%;
	text-align: left;
}
.bannerslider .inner-content h1 {
	font-family: Poppins-Bold;
	font-style: normal;
	font-weight: bold;
	font-size: 65px;
	line-height: 80px;
	color: #fff;
	width: 800px;
}
.bannerslider .inner-content h1 span {
	color: #D87806;
}
.menubar a.event {
	border-right: 0px solid #000;
}
.header-scrolled .menubar a {
	color: #1B0267;
	border-right: 1px solid #1B0267;
	font-family: Poppins-Medium !important;
	font-weight:500 !important;
}
.header-scrolled .menubar a.event {
	border-right: 0px solid #1B0267;
}
.header-scrolled .menubar a:hover {
	color: #1B0267;
}
.menubar a:hover {
	color: #fff;
}
.header-scrolled .menubar {
	margin-top: 17px;
}
.welcontent p {
	font-family: Poppins-Medium;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	margin: 0px auto;
    word-break: break-word;
    width: 765px;

}
.welcontent p span {
	color: #D87806;
	font-family: Poppins-Medium;
}
.welcontent {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.03);
	box-sizing: border-box;
	box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	padding: 35px 73px;
	width: 1000px;
	margin: 0 auto;
}
.welcome-content {
	margin: 45px 0px 60px 0px;
	clear:both;
}
.welcome-content:before,.welcome-content:after{
	clear:both;
	display:table;
	content:"";
}
p.wel-first {
	margin-bottom: 20px;
}
.business-val .value-img[class*="col-"] {
	padding: 0px;
}
.val-content h3 {
	font-family: Poppins-Medium;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	color: #1B0267;
	position: relative;
	margin: 5px 0px 3px 0px;
}
.val-content h3:after {
	border: 2px solid #D87806;
	content: "";
	left: 2px;
	margin: 0 auto;
	position: absolute;
	top: -10px;
	width: 30px;
}
.val-content ul {
	font-family: Poppins-Medium;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	padding: 0;
}
.val-content ul li {
	list-style: none;
	padding-bottom: 10px;
	position: relative;
	padding-left: 33px;
}
.val-content ul li:after {
	content: '';
	background: url(../images/tick-arrow.svg) no-repeat;
	position: absolute;
	width: 22px;
	height: 22px;
	left: 0px;
	top: 3px;
}
.val-content {
    padding-left: 40px;
    padding-top: 53px;
    padding-right: 40px;
}
.testi-cont {
	width: 1000px;
	height: auto;
	border-radius: 25px;
	padding: 35px 30px;
	border-width: 2px;
	margin: 0 auto;
	border: 1px solid #D87806;
	/* background-image: repeating-linear-gradient(to right, #D87806 0%, #D87806 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to right, #D87806 0%, #D87806 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #D87806 0%, #D87806 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #D87806 0%, #D87806 50%, transparent 50%, transparent 100%); */
	/* background-position: left top, left bottom, left top, right top; */
	/* background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; */
	/* background-size: 39px 1px, 39px 1px, 1px 39px, 1px 39px; */
	position: relative;
}
.testi-cont:after {
	content: '';
	background: url(../images/quotes1.png) no-repeat;
	position: absolute;
	width: 40px;
	height: 40px;
	left: -4px;
	top: -15px;
}
.testi-cont:before {
	content: '';
	background: url(../images/quotes.png) no-repeat;
	position: absolute;
	width: 40px;
	height: 40px;
	    right: -9px;
    bottom: -15px;
    padding-top: 15px;
}
.testi-cont p {
	font-family: Poppins-Italic;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	width: 750px;
	margin: 0 auto;
}
.testi-cont p.test-auth {
	font-family: Poppins-Medium;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #555;
	padding-top: 15px;
}
.testi-cont p.test-auth span{
	color: #D87806;
	display: block;
	font-family: Poppins-SemiBold;
	font-size: 16px !important;
}
.testimonial {
	margin: 65px 0px 40px 0px;
	text-align: center;
}
div#testimonial h3.head-per {
    font-family: Poppins-Medium;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #1B0267;
    text-align: center;
    position: relative;
}
div#testimonial h3.head-per:after{
    border: 2px solid #D87806;
    content: "";
    left: 0px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -10px;
    width: 30px;
	}
a.more-testi {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	font-family: Poppins-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #777777;
	position: relative;
	padding-top: 10px;
}
a.more-testi img {
	padding-left: 5px;
	margin-bottom: 1px;
}
.partners {
	background: url(../images/partners-bg.png) no-repeat;
	padding: 60px 0px 50px 0px;
	text-align: center;
	background-size: cover;
}
.part-cont p {
	font-family: Poppins-Regular;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	padding: 10px 0px 0px 7px;
	text-align: left;
}
.partners h3 {
	font-family: Poppins-Medium;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 42px;
	color: #FFFFFF;
	position: relative;
}
.partners h3:after {
	border: 2px solid #D87806;
	content: "";
	left: 0px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -10px;
	width: 30px;
}
.partners .row {
	margin: 0px 30px;
}
.part-tar {
	width: 20%;
	max-width: 20%;
}
.video-sec .video-img[class*="col-"] {
	padding: 0px;
	text-align: right;
}
.video-img {
	position: relative;
}
/**play-btn**/
/**play-btn**/


.video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 5%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 14px 18px 15px 23px;
}
.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 53px;
	height: 53px;
	background-color:rgba(25,123,221,0.7);
	border-radius: 50%;
	animation: pulse-border 3s ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: -8%;
    top: -26%;
    display: block;
    width: 65px;
    height: 65px;
    background: url(../images/play.png) no-repeat;
    transition: all 1s;
}

.video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}
span.head-sub {
    font-size: 16px;
    font-family: Poppins-Medium;
    display: block;
    color: #333;
	width: 100%;
	padding-bottom: 20px;
}
div#casestudy span.head-sub {
    text-align: center;
}
span.head-sub.evnt-sub {
    color: #aaa;
    padding-bottom: 10px;
}
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
/**play-btn**/

/* .video-play-button { */
	/* position: absolute; */
	/* z-index: 10; */
	/* top: 50%; */
	/* left: 4%; */
	/* transform: translateX(-50%) translateY(-50%); */
	/* box-sizing: content-box; */
	/* display: block; */
	/* width: 10px; */
	/* height: 10px; */
	/* border-radius: 50%; */
	/* padding: 14px 17px 15px 23px; */
/* } */
/* .video-play-button:before { */
	/* content: ""; */
	/* position: absolute; */
	/* z-index: 0; */
	/* left: 50%; */
	/* top: 50%; */
	/* transform: translateX(-50%) translateY(-50%); */
	/* display: block; */
	/* width: 80px; */
	/* height: 80px; */
	/* background: #197BDD; */
	/* border-radius: 50%; */
	/* animation: pulse-border 1500ms ease-out infinite; */
/* } */
/* .video-play-button:after { */
	/* content: ""; */
	/* position: absolute; */
	/* z-index: 1; */
	/* left: 50%; */
	/* top: 50%; */
	/* transform: translateX(-50%) translateY(-50%); */
	/* display: block; */
	/* width: 80px; */
	/* height: 80px; */
	/* background: #197BDD; */
	/* border-radius: 50%; */
	/* transition: all 200ms; */
/* } */
/* .video-play-button:hover:after { */
	/* background-color: #197BDD; */
/* } */
/* .video-play-button img { */
	/* position: relative; */
	/* z-index: 3; */
	/* max-width: 100%; */
	/* width: auto; */
	/* height: auto; */
/* } */
/* .video-play-button span { */
	/* display: block; */
	/* position: relative; */
	/* z-index: 3; */
	/* width: 0; */
	/* height: 0; */
	/* top: 50%; */
	/* left: 50%; */
	/* transform: translateX(-50%) translateY(-50%); */
	/* border-left: 18px solid #fff; */
	/* border-top: 14px solid transparent; */
	/* border-bottom: 14px solid transparent; */
/* } */
/* @keyframes pulse-border { */
	/* 0% { */
		/* transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); */
		/* opacity: 1; */
	/* } */
	/* 100% { */
		/* transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); */
		/* opacity: 0; */
	/* } */
/* } */
/**play-btn**/

.video-sec {
	margin: 60px 0px 60px 0px;
}
.video-content h3 {
	font-family: Poppins-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #777777;
	position: relative;
	margin: 0px;
}
/* .video-content h3:after { */
	/* content: ''; */
	/* background: url(../images/quote.png) no-repeat; */
	/* position: absolute; */
	/* width: 40px; */
	/* height: 40px; */
	/* left: -22px; */
	/* top: 9px; */
/* } */
/* .video-content h3:before { */
	/* content: ''; */
	/* background: url(../images/quote.png) no-repeat; */
	/* position: absolute; */
	/* width: 40px; */
	/* height: 40px; */
	/* right: 109px; */
	/* bottom: -20px; */
/* } */
img.front-quote {
    padding-right: 6px;
    margin-bottom: 5px;
}
img.last-quote {
    padding-left: 6px;
}
.video-content {
    padding: 7% 20px 4% 18%;
}
.video-content p {
	font-family: Poppins-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	padding-top: 5px;
}
.performanceslider {
	margin: 60px 0px 60px 0px;
}
.performanceslider h3 {
	font-family: Poppins-Medium;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 42px;
	color: #1B0267;
	text-align: center;
	position: relative;
	margin: 5px 0px 0px 0px;
    padding-bottom: 0;
}
.performanceslider h3.head-per:after {
	border: 2px solid #D87806;
	content: "";
	left: 0px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -10px;
	width: 30px;
}
.engagement-sec {
	background: url(../images/engage-bg.png);
	background-size: cover;
	text-align: center;
	padding: 50px 0px 10px 0px;
}
.engagement-sec h3 {
	font-family: Poppins-Medium;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 42px;
	color: #FFFFFF;
	position: relative;
	margin: 5px 0px 0px 0px;
}
.engagement-sec h3:after {
	border: 2px solid #D87806;
	content: "";
	left: 0px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -10px;
	width: 30px;
}
.engae-cont p span {
	color: #999999;
	display: block;
	font-size:12px;
}
.engae-cont p {
	font-family: Poppins-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 30px;
}
p.pas-first {
	font-family: Poppins-SemiBold;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	padding: 18px;
	margin: 0px;
}
.past-Sect-Cont {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.03);
	box-sizing: border-box;
	box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	padding: 25px 20px;
	width: 1000px;
	margin: 0 auto;
}
.upp-cont,
.lower-cont {
	height: 194px;
	border-radius: 10px;
	padding: 25px;
	text-align: left;
}
.upp-cont {
	border: 1px solid #33333326;
	border:1px solid rgba(51,51,51,0.15);
}
.lower-cont {
	border: 1px solid #0F003A;
}
.upp-cont h3 {
	font-family: Poppins-SemiBold;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	color: #197BDD;
	margin: 2px 0px;
	text-align: left;
}
.upp-cont p {
	font-family: Poppins-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #777777;
}
.lower-cont.showme {
	background: url(../images/lower.png) no-repeat;
	background-size: cover;
}
.lower-cont h3 {
	font-family: Poppins-SemiBold;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	color: #197BDD;
	text-align: left;
	margin: 2px 0px;
}
.lower-cont p {
	font-family: Poppins-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #999999;
}
.lower-cont a {
	font-family: Poppins-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 26px;
	color: #FFFFFF;
	bottom: 20px;
}
.showme {
	display: none;
}
.showhim:hover .showme {
	display: block;
}
.showhim:hover .hideme {
	display: none;
}
.foo-Sect h3 {
	font-family: Poppins-Medium;
	font-size: 12px;
	margin: 5px 0px;
	color: #333;
}
.foo-Sect p.address,
.foo-Sect a {
	font-family: Poppins-Italic;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	width: 183px;
}
.foot-copy p,
.foot-copy p a {
	font-family: Poppins-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	margin: 0px;
}
.performanceslider .owl-prev {
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translate(-50%, -50%);
}
.performanceslider .owl-next {
	position: absolute;
	top: 50%;
	right: -65px;
	transform: translate(-50%, -50%);
}
.performanceslider .owl-next,
.performanceslider .owl-prev {
	display: inline-block;
}
.pastengage-carousel .owl-prev {
	position: absolute;
	top: 23px;
	left: -40px;
}
.pastengage-carousel .owl-next {
	position: absolute;
	top: 23px;
	right: -20px;
}
.pas-encontent {
    padding-left: 25px;
}
.pastengage-carousel .owl-next,
.pastengage-carousel .owl-prev {
	display: inline-block;
}
.lower-cont.showme a {
	position: relative;
}
.lower-cont.showme a:after {
	content: '';
	background: url(../images/white-arr.png) no-repeat;
	position: absolute;
	width: 15px;
	height: 15px;
	left: 75px;
	bottom: -3px;
}
.arrow {
	position: absolute;
	left: 50%;
	bottom: 2%;
	transform: translate(-50%, -50%);
	z-index: 99999999;
	cursor: pointer;
}
.arrow span {
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	margin: -8px;
	animation: animate 3s infinite;
}
.arrow span:nth-child(2) {
	animation-delay: -0.1s;
	width: 16px;
	height: 16px;
	margin: -4px -6px;
}
.arrow span:nth-child(3) {
	animation-delay: -0.2s;
	width: 12px;
	height: 12px;
	margin:-3px -4px;
}

@keyframes animate {
	0% {
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
	}
}
.inner-engage{
	width: 990px;
	margin: 0 auto;
	padding-top: 10px;
}
.foo-Sect {
	width: 950px;
	margin: 0 auto;
}
.past-content {
	margin: 60px 0px 0px 0px;
}
.owl-carousel.pastengage-carousel .owl-item img {
	display: block;
	width: 85%;
	height: 80px;
}
/* .caro-cont-Sec { */
	/* padding-left: 100px; */
/* } */
.footer {
	margin: 45px 0px 20px 0px;
}
.foot-row {
	border-top: 1px solid #e2e2e2;
	padding: 20px 0px 0px 0px;
}
.contact,
.reach {
	position: relative;
	padding: 0px 27px;
}
.contact:after,
.reach:after {
	content: '';
	border-right: 1px solid #e2e2e2;
	position: absolute;
	width: 15px;
	height: 70px;
	right: 20px;
	top: 13px;
}
.reach a {
	display: block;
}
.reach {
	padding: 0px 60px;
}
.follow {
	padding: 0px 50px;
}
.foo-Sect a {
	margin-right: 10px;
}
a.more-testi:hover,
.foo-Sect a:hover {
	color: #1B0267;
}
.menubar ul li a.active:after {
	border-top: 1px solid red;
}
.testi-cont.sect-test-one {
    margin-bottom: 35px;
}
p.test-first-Para span {
	color:#1B0267;
	font-family: Poppins-SemiBold;
}

p.sec-test-para span {
	color:#1B0267;
	font-family: Poppins-SemiBoldItalic;
}
.performance-carousel .owl-next.disabled,.performance-carousel .owl-prev.disabled {
    display: none;
}
.accordian-section .video-img[class*="col-"] {
    padding: 0px;
}
/**accordian**/
.accor-content1 h3.our{
	font-family: Poppins-Medium;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 42px;
	color: #1B0267;
	position:relative;
	margin: 5px 0px 3px 0px;
}
.accor-content1 h3.our:after{
    border: 2px solid #D87806;
    content: "";
    left: 2px;
    margin: 0 auto;
    position: absolute;
    top: -10px;
    width: 30px;
}
.accor-content1 label.ac-label{
	font-family: Poppins-Medium!important;
	font-style: normal!important;
	font-weight: 500!important;
	font-size: 18px!important;
	line-height: 27px!important;
	color: #D87806 !important;
}
.article.ac-content.art-acc h3 {
	font-family: Poppins-SemiBold;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: #1B0267;
	margin: 10px 0px 5px 0px;
}
.article.ac-content.art-acc p{
	font-family: Poppins-Regular;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
    line-height: 22px !important;
    color: #555555;
	margin:0px 0px 20px 0px;
	padding-left: 0px !important;
}
.accordion-started.accordion-bral .ac-label{
	    border: 1px solid #ccc !important;
		border-radius:10px !important;
}
.accordion-started.accordion-bral i:before, .accordion-bral i:after {
    background-color: #D87806 !important;
}
.accordion-started.accordion-bral i {
    margin-top: 9px!important;
}
.article.ac-content.art-acc {
    padding-left: 25px;
}
.accordian-section {
    clear: both;
    margin: 60px 0px;
}
.accordian-section .video-img{
	text-align:right;
}
/**accordian**/

/***testimonial***/
#header-inner.header-scrolled, #header-inner.header-pages,header#header-inner {
    background-color: #fff;
    padding: 10px 0;
}
header#header-inner .menubar a{
	color:#1B0267;
	border-right: 1px solid #1B0267;
}
header#header-inner {
    clear: both;
}
header#header-inner:after,header#header-inner:before {
    clear: both;
	display:table;
	content:"";
}
.banner-innersection {
    background: url(../images/testimonial/testi-banner.png) no-repeat;
    width: 100%;
    height: 300px;
    position: relative;
    background-size: cover;
	margin-top: 70px;
}
.banner-innersection h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50% )translateY(-50%);
    margin: 0;
    color: #fff;
    font-family: Poppins-SemiBold;
	font-style: normal;
	font-weight: 600;
	font-size: 45px;
	line-height: 67px;
}
.abt-mawambo h3.abt-maw {
font-family: Poppins-Medium;
font-style: normal;
font-weight: 500;
font-size: 35px;
line-height: 52px;
text-align: center;
color: #333333;
border-bottom: 1px solid #ccc;
padding: 30px 0px;
}
.row.mawambo-row {
    width: 995px;
    margin: 0 auto;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
}
.abtcontent {
	padding: 30px 25px;
	border: 1px solid rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.05);
	margin: 30px 0px;
	border-radius: 15px;
}
.test-heading {
    position: relative;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}
.test-heading:after {
    content: '';
    background: url(../images/testimonial/testi-quotes.png) no-repeat;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0px;
    top: -10px;
    padding-top: 15px;
}
h3.abt-auth {
    color: #1B0267;
	font-family: Poppins-Medium;
	font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 30px;
    margin: 0px;
}
.abtcontent span {
	font-family: Poppins-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #D87806;
}
.abtcontent p{
font-family: Poppins-Italic;
font-style: italic;
font-weight: 500;
font-size: 14px;
line-height: 30px;
color: #555555;
padding-top: 15px;
margin-bottom: 0px;
}
.abtcontent p span{
color:#1B0267;
font-family: Poppins-SemiBoldItalic;
}
header#header-inner .menubar a.event{
	border:0px solid #000;
}

/**case study**/
.tab-section .bottom-line hr {
    border-bottom: 1px solid #e2e2e2;
	    border-top: 0px;
}

.banner-innersection.casestudy-banner
{
	background: url(../images/testimonial/casestudy-banner.png) no-repeat;
	background-size:cover;
}
.tab-section nav a.nav-item {
    width: 11% !important;
    float: left;
    display: inline-block;
}
nav.tab-nav-section {
    background: #D87806;
}
nav.tab-nav-section .nav-tabs a{
font-family: Poppins-Regular;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 18px;
color: #FFFFFF;
border-right: 1px solid #ad6005;
    opacity: 0.7;
	    text-align: left;
}
.nav-tabs .nav-link {
    border: 0px solid transparent ;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}
nav.tab-nav-section .nav-tabs a:last-child {
    border-right: 0px solid #0000006e;
    border: none;
}
nav.tab-nav-section .nav-tabs a.active:last-child{
	border-right: 0px solid #0000006e;
}
div#nav-tab{
    padding: 0px 15px;
}
nav.tab-nav-section .nav-tabs .nav-link.active,nav.tab-nav-section .nav-tabs a:hover {
    position: relative;
    color: #FFFFFF;
    background-color: #D87806;
    opacity: 1;
    border-right: 1px solid #ad6005;
    border-top: 0px;
    border-left: 0px;
}
.nav-tabs .nav-item {
    margin-bottom: 0px;
}
nav.tab-nav-section .nav-tabs .nav-link.active:after{
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #D87806;
    bottom: -10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 1;
	color: #fff;
}
.case-head-sec{
    width: 755px;
    margin: 0 auto;
	padding-top: 25px;
}
.case-head-sec h3{
font-family: Poppins-Medium;
font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 42px;
color: #1B0267;
margin:0px;
}
.case-head-sec p{
font-family: Poppins-SemiBold;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 27px;
color: #333333;
    margin-bottom: 10px;
}
.tab-section hr {
    border-bottom: 1px solid #ccc;
}
.study-case{
    width: 755px;
    margin: 0 auto;
}
.study-one.study-case h4{
font-family: Poppins-Medium;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;
color: #1B0267;
margin-bottom: 5px;
}
.case-sct-one p{
	font-family: Poppins-Regular;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
color: #333333;
    margin-bottom: 15px;
}
.case-sct-one ul li{
	list-style:none;
	font-family: Poppins-Regular;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #333333;
position:relative;
padding: 0px 0px 20px 30px;
}
.case-sct-one ul li:after{
content: '';
    background: url(../images/tick-arrow.svg) no-repeat;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0px;
    top: 3px;
}
.case-sct-one ul{
	  padding: 0;
}
ul.case-ul-one {
    border-bottom: 1px solid #ccc;
	
}
.case-sct-one p span{
	color:#D87806;
	font-family: Poppins-SemiBold;
}
.study-case.testi-case {
    padding: 30px 25px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.study-case.testi-case span{
	font-family: Poppins-Regular;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #D87806;
}
.study-case.testi-case h3.abt-auth {
    font-family: Poppins-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #1B0267;
}
.study-case.testi-case p {
    font-family: Poppins-Italic;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #555555;
	padding-top: 15px;
}
.study-case.testi-case p span{
	color:#1B0267;
	font-family: Poppins-SemiBoldItalic;
}
.case-sct-one ul li a{
	color: #D87806;
    font-size: 15px;
    display: block;
}
.study-case.testi-case.extra-casetesti {
    margin-top: 35px;
}
.case-sct-one ul li a.same-line-view{
	display: inline-block;
}
.case-sct-one ul li span{
	font-family: Poppins-SemiBold;
}
.case-sct-one p.deal {
    margin-bottom: 25px;
}
.container.bottom-line {
    margin-top: 40px;
}
 nav.tab-nav-section .nav-tabs a:last-child:hover{
	 border-right:0px;
 }
 .modal-header.video-header h4.modal-title {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: #777777;
    position: relative;
    margin: 0px 10px;
}
div#testimonial:after,div#testimonial:before{
	content:"";
	clear:both;
	display:table;
}
.bannerslider.mobile-slider {
    display: none;
}
.mobile-logo{
	display:none;
}
div#casestudy.mble-design,.performanceslider.mble-design{
	display:none;
}
li.case-menu.mobile-caase {
    display: none;
}
.owl-theme .owl-nav [class*=owl-],.owl-theme .owl-nav [class*=owl-]:hover{
	background:transparent;
}
.pastengage-carousel .owl-dots{
	display:none;
}
/***bugsheet issues***/
div#myModal {
    z-index: 999999;
}

.start-inner {
    padding-left: 30px;
}
ul.sec-ul-sec {
    margin-top: 15px;
}
.pastengage-carousel .item {
    display: inline-block;
    margin-right: 40px;
}
.engae-cont p label{
	font-size:12px;
	margin: 0px;
	display: inline;
	padding-left: 1px;
}
.speaking-engage.row {
    text-align: center;
}
.pastengage-carousel {
    padding-left: 33px;
}
ul.sec-ul-sec li:after{
	background: url(../images/only-ar.svg) no-repeat;
	left: 7px;
    top: 9px;
}

/***event***/
.case-head-sec .event-tab-content p{
	  font-family: Poppins-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
	    margin: 0;
}
.case-head-sec .event-tab-content p a{
	font-family: Poppins-Medium !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #1B0267 !important;
    margin: 0;
}
.case-head-sec .event-tab-content  p span{
	color:#D87806;
}
.case-head-sec .event-tab-content p label{
	color:#555555;
	font-size:14px;
	    margin: 0;
}
.event-tab-content {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
	position: relative;
}
.event-tab-content:after {
    content: '';
    /* background: url(../images/event-arr.svg) no-repeat; */
	background:transparent;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0px;
    top: 40%;
    bottom: 0;
}
.event-tab-content p {
    width: 605px;
	padding-left: 15px;
}
.case-head-sec.event-head-sec {
    padding-top: 40px;
}
.tab-section.event-section-tab .nav-link {
    display: block;
    padding: 15px;
}
.tab-section.event-section-tab div#nav-tab {
    padding: 0px 15px;
    width: 486px;
}
.tab-section.event-section-tab nav.tab-nav-section .nav-tabs a:last-child {
    border-right: 0px solid #0000006e;
    padding-left: 40px;
}
.tab-section.event-section-tab nav.tab-nav-section .nav-tabs .nav-link.active:after {
    right: 65px;

}
.case-head-sec .event-tab-content p span a{
	color:#D87806 !important;
}
.banner-innersection.event-banner{
    background: url(../images/events_banner.png) no-repeat;
    background-size: cover;
	width: 100%;
    height: 300px;
    position: relative;
}
.col-md-2.col-sm-12.engage-tar {
    width: 20%;
    max-width: 20%;
}
.engae-cont img {
    width: 225px;
}
/***event***/
.tab-section nav.tab-nav-section {
    background: #D87806;
    position: sticky;
    top: 70px;
    z-index: 99999;
}
div#accordion-1,div#accordion-2,div#accordion-3 {
    width: 515px;
}



/*********accordian********/
div#expert-service .main-coll-heading a{
    font-family: Poppins-Medium!important;
    font-style: normal!important;
    font-weight: 500!important;
    font-size: 18px!important;
    line-height: 27px!important;
    color: #D87806 !important;
}
.second-col-header a{
font-family: Poppins-SemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #1B0267;
    margin: 10px 0px 5px 0px;
}
.card-body.second-iner-content p{
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px !important;
    color: #555555;
    margin: 0px 0px 0px 0px;
    padding:0px 20px 0px  25px !important;
	word-break: break-word;
}
div#expert-service .card {
    border: 0px solid #fff;
    border: none;
}
div#expert-service .card-header:first-child{
	border-radius:unset;
	background: transparent;
}
div#expert-service .card-header{    
	border-bottom: 0px solid rgba(0,0,0,.125);
	border:none;
	padding: 0px;
}
div#expert-service .acco-ful-cont{
	border: 1px solid #ccc !important;
    border-radius: 10px !important;
	padding: 8px 20px;
	margin: 5px 0px;
}
div#expert-service .card-body {
    margin: 0px;
    padding: 0px;
}
div#expert-service .second-col-header{
	padding: 0px;
    margin: 5px 0px 0px 0px;
    padding-left: 25px;
	border-bottom:0px;
}

/* div#expert-service .mb-0.second-col-header > a:after { */
    /* content: "\f068"; */
    /* font-family: 'FontAwesome'; */
    /* position: absolute; */
    /* right: 0; */
/* } */
/* div#expert-service .mb-0.second-col-header > a[aria-expanded="true"]:after { */
    /* content: "\ f067"; */
/* } */


div#expert-service .mb-0.second-col-header > a[aria-expanded="true"]:after {
    content: "";
    background: url(../images/minus.png) no-repeat;
    position: absolute;
    top: 7px;
    bottom: 0px;
    right: -3px;
    width: 15px;
    height: 2px;
}
div#expert-service .mb-0.second-col-header > a:after {
    content: "";
    background: url(../images/plus.png) no-repeat;
    position: absolute;
       width: 15px;
    height: 15px;
    right:-3px;
	top: 4px;
    bottom: 0px;
}


.mb-0 > a {
  display: block;
  position: relative;
}
.mb-0 > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
.mb-0 > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}
.accor-content1 {
    width: 90%;
}
.coming-soon .test-heading:after {
    background: transparent;
}
.col-md-6.col-sm-12.accor-content1 {
    padding-top: 0px;
	padding-left: 90px;
}
.col-md-5.col-sm-12.video-img img {
    height: 450px;
    width: 100%;
}

ul li ul.dropdown.aboutdropdown {
    min-width: 180px!important;
    background: #f1f1f1!important;
    display: none!important; 
    position: absolute!important;
    z-index: 999!important;
    left: 0px!important;
    right: 0px!important;
    top: 13px!important;
    padding: 7px 17px 7px 24px!important;
    border: 1px solid rgba(0, 0, 0, 0.03)!important;
    box-sizing: border-box!important;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.05)!important;
    border-radius: 10px!important;
}
ul li ul.dropdown.aboutdropdown li {
    display: block!important;
    padding: 5px 10px 5px 0px!important;
    text-align: left!important;
}
.menubar li ul.dropdown.aboutdropdown li.active:after {
    border: none!important;
    content: ""!important;
    margin: 0 auto!important;
    position: absolute!important;
    width: 15px!important;
}
  ul li:hover ul.dropdown{
        display: block!important; /* Display the dropdown */
    }
ul.dropdown.aboutdropdown li a {
    text-align: left!important;
    border-bottom: 1px solid #ccc!important;
    padding: 5px 0px 13px 0px!important;
    border-right: 0px!important;
	color:#1B0267!important;
}
.home-menu.about-menu.mobile-abt{
	display:none;
}
ul.dropdown.aboutdropdown li:last-child a{
	border-bottom: none!important;
	padding-bottom: 5px!important;
}
header#header-inner ul.dropdown.aboutdropdown li a{
	border-right:none!important;
}
.menubar li.contact-menu.active:after{
	left: -60px;
    right: 0;
    top: -10px;
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
  ul li ul.dropdown.aboutdropdown {
    min-width: 180px!important;
    background: #f1f1f1!important;
    display: none!important;
    position: absolute!important;
    z-index: 999!important;
    left: 0px!important;
    right: 0px!important;
    top: 13px !important;
    padding: 7px 17px 7px 24px!important;
    border: 1px solid rgba(0, 0, 0, 0.03)!important;
    box-sizing: border-box!important;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.05)!important;
    border-radius: 10px!important;
}
ul li ul.dropdown.aboutdropdown li {
    display: block!important;
    padding: 5px 10px 5px 0px!important;
    text-align: left!important;
}
.menubar li ul.dropdown.aboutdropdown li.active:after {
    border: none!important;
    content: ""!important;
    margin: 0 auto!important;
    position: absolute!important;
    width: 15px!important;
}
  ul li:hover ul.dropdown{
        display: block !important; /* Display the dropdown */
    }
ul.dropdown.aboutdropdown li a {
    text-align: left!important;
    border-bottom: 1px solid #ccc!important;
    padding: 5px 0px 13px 0px!important;
    border-right: 0px!important;
	color:#1B0267!important;
}
.home-menu.about-menu.mobile-abt{
	display:none;
}
ul.dropdown.aboutdropdown li:last-child a{
	border-bottom: none!important;
	padding-bottom: 5px!important;
}
header#header-inner ul.dropdown.aboutdropdown li a{
	border-right:none!important;
}
}}

/***meeting***/
.meeting-sec {
    margin-top: 90px;
}
.meet-val-content h3{
	font-family: Poppins-SemiBold;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 38px;
	color: #1B0267;
}
.meet-val-content h3 span{
	color: #D87806;
}
.met-a-cont p{
	font-family: Poppins-Regular;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 20px;
}
.met-a-cont {
    width: 1000px;
    margin: 0 auto;
}
.met-a-cont p span{
	font-family: Poppins-Medium;
	color: #1B0267;
}
.meet-content {
    margin: 60px 0px;
}
.meet-val-content {
    padding: 35px 12% 0px 72px;
}
/**************************************************/
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}
