body{
	font-family: 'Manrope', sans-serif;
	margin: 0;
	padding: 0;
	background: #0D101C;
	box-sizing: border-box;
}

.rotate-device{
	display: none;
	position: fixed;
	background-color: #0D101C;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9991;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100vh;
}

.rotate-card{
	position: absolute;
	border-radius: 26px;
	background: #2E3D76;
	padding: 30px 40px;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.rotate-card .section-para{
	font-size: 20px;
	line-height: 30px;
}

::-moz-selection {
  color: #FFFFFF;
  background: #2BB673;
}

::selection {
  color: #FFFFFF;
  background: #2BB673;
}

.preloader {
	position: fixed;
	background-color: #0D101C;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9991;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100vh;
}

.loader-container{
	/*pointer-events: none;
	position: relative;
	width: 100px;
	height: 100px;
	border: 1px solid #2E3D76;
	border-radius: 50%;
	padding: 12px;*/
}

/*.loader-dot:before{
	content: '';
	width: 99px;
	height: 99px;
	border-radius: 50%;
	background: transparent;
	border-top: 3px solid #2BB673;
	border-bottom: 3px solid #2BB673;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: rotate 1.5s linear infinite;
}*/

.preloader__image {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.visibility-hidden{
	visibility: hidden;
}

.h-100vh{
	height: 100vh;
}

.section{
	position: relative;
	height: 100vh;
	overflow: hidden;
}

#cs-particle-div{
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#cs-particle-div canvas{
	z-index: 0;
	position: relative;
}

.dark-nav{
    background: #0D101C;
}

.nav-section{
	position: fixed;
	width: 100%;
	top: -150px;
	left: 0;
	z-index: 99;
	transition: all 500ms;
}

.nav-logo{
	margin-left: 20px;
	max-width: 150px;
}

.nav-btn{
	text-decoration: none;
	border-radius: 10px;
	border: 1px solid #2BB673;
	color: #2BB673;
	background: transparent;
	padding: 14px 36px 14px 35px;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	text-transform: uppercase;
	margin: 50px 50px 20px 0;
	display: inline-block;
	position: relative;
	z-index: 999;
	transition: all 300ms;
}

.nav-btn:hover {
  /*box-shadow: 0 0 15px 0 #2BB673 inset, 0 0 15px 2px #2BB673;*/
  background: #2BB673;
  color: #FFFFFF;
}

.nav-box{
	min-width: 300px;
	border-radius: 10px;
	background: #F15A29;
	padding: 30px 30px 37px 38px;
	position: fixed;
	right: 50px;
	top: 51px;
	transform: scale(0.3);
	opacity: 0;
	transform-origin: top right;
	will-change: opacity;
}

.nav-link{
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	text-transform: capitalize;
	padding-bottom: 12px; 
	display: inline-block;
	transition: all 200ms;
}

.nav-sm-link{
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px; 
	padding-bottom: 10px; 
	display: inline-block;
	transition: all 200ms;
}

.menu-links{
	cursor: pointer;
}

.menu-links:after{
	content: '';
	display: block;
	background: rgba(255, 255, 255, 0.5);
	height: 1px;
	width: 0;
	transition: all 400ms;
}

.menu-links:hover{
	color: #FFFFFF;
}

.menu-links:hover:after{
	width: 100%;
}

.nav-divider{
	height: 1px;
	width: 100%;
	margin: 10px 0 20px 0;
	background: #FFFFFF;
}

.social-nav{
	margin-top: 30px;
}

.social-link{
	border: 1px solid #FFFFFF;
    border-radius: 50%;
    padding: 7px;
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #FFFFFF;
    transition: all 400ms; 
}

.social-link:hover{
	background: #FFFFFF;
	color: #F15A29;
	transform: translateY(-1px);
}

#menu-close{
	cursor: pointer;
}

.nav-link-section{
	margin-top: 20px;
	opacity: 0;
	transform: translateY(-15px);
}

.section-para{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px; 
}

.org-title{
	color: #F15A29;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 43px;
	font-weight: 600;
	line-height: 53px; 
	text-transform: capitalize;
}



/*section-1 start*/
.hero-title{
	opacity: 0;
	color: #F15A29;
	font-size: 45px;
	font-weight: 700;
	line-height: 54px;
	text-transform: capitalize;
	margin-bottom: 22px;
	margin-top: 30px;
}

.hero-para{
	opacity: 0;
}

.hero-arrow-section{
	width: 60%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-arrows{
	position: absolute;
	height: 100%;
	animation: OpacityArrowAnimation 2.1s infinite 1s;
}

.banner-arrows:nth-child(1){
	opacity: 0.1;
	left: 0;
	animation-delay: -1.8s;
}

.banner-arrows:nth-child(2){
	opacity: 0.25;
	left: 12%;
	animation-delay: -1.5s;
}

.banner-arrows:nth-child(3){
	opacity: 0.45;
	left: 24%;
	animation-delay: -1.2s;
}

.banner-arrows:nth-child(4){
	opacity: 0.65;
	left: 36%;
	animation-delay: -0.9s;
}

.banner-arrows:nth-child(5){
	opacity: 0.85;
	left: 48%;
	animation-delay: -0.6s;
}

.banner-arrows:nth-child(6){
	opacity: 0.85;
	left: 60%;
	animation-delay: -0.3s;
}
/*section-1 end*/

/*section-2 start*/
.bg-lines-container{
	position: relative;
}

.l-line, .r-line{
	position: absolute;
	width: 1px;
	height: 100vh;
	background: #2E3D76;
}

.l-line{
	top: -20px;
	left: 0;
}

.r-line{
	top: -20px;
	/*right: 0;*/
	left: 100%;
}

.mascot-box{
	/*opacity: 0;*/
}

.bg-arch{
	width: 150%;
	position: absolute;
	left: 52%;
	top: 60%;
	transform: translate(-50%, -50%);
}

.arch-mascot{
	position: absolute;
	left: 50%;
	bottom: 21%;
	transform: translateX(-50%) scale(1);
	width: 62%;
}

.overlay-box{
	position: relative;
	z-index: 99;
}

.blue-card-container{
	position: relative;
	overflow: hidden;
	height: 40vh;
}

.blue-card{
	position: absolute;
	left: 0;
	/*transform: translate(0, -50%);*/
	border-radius: 26px;
	background: #2E3D76;
	padding: 30px 24px;
	margin-bottom: 35px;
}

.blue-card:nth-child(1){
	top: 0;
	z-index: 4;
}
.blue-card:nth-child(2){
	opacity: 0;
	top: 110%;
	z-index: 3;
}
.blue-card:nth-child(3){
	opacity: 0;
	top: 110%;
	z-index: 2;
}
.blue-card:nth-child(4){
	opacity: 0;
	top: 110%;
	z-index: 1;
}

.orange-list{
	color: #F15A29;
	font-size: 22px;
}

.card-para{
	color: #FFF;
	/*font-size: 18px;*/
	font-size: 16px;
	font-weight: 400;
	line-height: 26px; 
}
/*section-2 end*/

/*ripple circle start*/
.circle {
	/*opacity: 0;*/
	height: 130px;
	width: 130px;
	border-radius: 50%;
	background-color: transparent;
	position: absolute;
	top: 24%;
	left: 52.5%;
	transform: translateX(-50%);
}

.circle:before,
.circle:after {
  content: '';
  display: block;
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  border: 1px solid #2BB673;
  border-radius: 50%;
}


.circle:before {
  animation: ripple 2s linear infinite;
}

.circle:after {
  animation: ripple 2s linear 1s infinite;
}

@keyframes ripple{
  0% { transform: scale(1); }
  50% { transform: scale(1.5); opacity:1; }
  100% { transform: scale(1.8); opacity:0; }
}
/*ripple circle end*/

/*section-3 start*/
.section-3{
	margin-top: 100px;
}

.vertical-box{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.vertical-line{
	width: 1px;
    height: 120%;
    background: #2E3D76;
    display: block;
    position: absolute;
    top: -10%;
}

.success-block{
	margin-top: 70px;
}

.star-box{
	width: 180px;
    height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #2E3D76;
	border-left: none;
	transition: all 700ms;
	cursor: pointer;
}

/*.star-box:hover{
	box-shadow: 0 0 20px 0 #2E3D76 inset, 0 0 20px 2px #2E3D76;
}*/

.success-story{
	margin-top: 50px;
	margin-left: 70px;
}

/*section-3 end*/

/*section-4 start*/
.sec-4-arch{
	margin-top: 100px;
}

.ripple-container{
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	height: 500px;
}

.bg-ripple-circle{
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #2BB673;
}

.bg-ripple-circle:nth-child(1){
	width: 10%;
	height: 10%;
	animation: BGripple 2s linear infinite;
}

.bg-ripple-circle:nth-child(2){
	width: 20%;
	height: 20%;
	animation: BGripple 2s linear 0.33s infinite;
}

.bg-ripple-circle:nth-child(3){
	width: 30%;
	height: 30%;
	animation: BGripple 2s linear 0.66s infinite;
}

.bg-ripple-circle:nth-child(4){
	width: 40%;
	height: 40%;
	animation: BGripple 2s linear 0.99s infinite;
}

.bg-ripple-circle:nth-child(5){
	width: 50%;
	height: 50%;
	animation: BGripple 2s linear 1.32s infinite;
}

.bg-ripple-circle:nth-child(6){
	width: 60%;
	height: 60%;
	animation: BGripple 2s linear 1.65s infinite;
}


@keyframes BGripple{
  0% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.3); opacity:1; }
  100% { transform: translate(-50%, -50%) scale(1.6); opacity:0; }
}

.ripple-mascot{
	width: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

.scroll-para{
	height: 200px;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 40px;
}

.scroll-para-mobile{
	overflow-x: hidden;
	overflow-y: hidden;
}

/* Target a specific div with a class or ID */
.scroll-para::-webkit-scrollbar {
  	width: 4px; 
}

.scroll-para::-webkit-scrollbar-thumb {
  	border-radius: 20px;
	background: #F15A29;
}

.scroll-para::-webkit-scrollbar-track {
   background: #2E3D76;
   border-radius: 20px;
}

.scroll-para-mobile::-webkit-scrollbar {
  	width: 4px; 
}

.scroll-para-mobile::-webkit-scrollbar-thumb {
  	border-radius: 20px;
	background: #F15A29;
}

.scroll-para-mobile::-webkit-scrollbar-track {
   background: #2E3D76;
   border-radius: 20px;
}
/*section-4 end*/

/*section-5 start*/
.section-5{

}
.mobile-cal-text{
	color: #2BB673;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 3px;
}

.section-5{
	margin: 60px 0;
}

.Y-10-16-row{
	padding: 80px 0 0px 0;
}

.Y-17-23-row{
	padding: 50px 0;
}

/*.Y-10-16-row,
.Y-17-23-row{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
}

.Y-17-23-row{
	display: none;
}*/

.cal-divider{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background: #2BB673;
}

.calendar-bx{
	background: #0D101C;
    position: relative;
    top: 30%;
}

.year-box{
	opacity: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.year-txt{
	color: #FFF;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    line-height: 16px;
    /*text-transform: uppercase;*/
    margin: 0;
    margin-top: 24px;
}

.history-title{
	color: #F15A29;
	font-size: 45px;
	font-weight: 600;
	line-height: 54px; 
	text-transform: uppercase;
}

.history-para{
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px; 
}

.dotted-line{
	position: absolute;
	overflow: hidden;
}

.l-1{
	height: 38%;
	left: 50.3%;
	top: 0;	
}

.l-1 img{
	animation: LineTopDownMove 6s linear infinite;
}

.l-2{
	height: 38%;
	left: 50%;
	bottom: 0;	
}

.l-2 img{
	animation: LineBottomTopMove 6s linear infinite;
}

.l-3{
	top: 31%;
    transform: rotate(30deg);
    width: 38%;
}

.l-3 img{
	animation: LineRightLeftMove 6s linear infinite;
}

.l-4{
	position: absolute;
    width: 42%;
    transform: rotate(331deg);
    top: 30.3%;
    right: 0;
}

.l-4 img{
	animation: LineLeftRightMove 6s linear infinite;
}

.l-5{
	position: absolute;
    width: 37%;
    transform: rotate(331deg);
    bottom: 33.4%;
}

.l-5 img{
	animation: LineRightLeftMove 6s linear infinite;
}

.l-6{
	position: absolute;
    width: 40%;
    transform: rotate(31deg);
    bottom: 32.7%;
    right: 0;
}

.l-6 img{
	animation: LineLeftRightMove 6s linear infinite;
}

/*.Y-17-23-text, .Y-17-23-img{
	display: none;
}
*/
.history-list{
	color: #FFFFFF;
}
/*section-5 end*/

/*section-6 start*/
.section-6, .section-6-2, .section-7{
	height: 120vh;
}

.divider-branch-line{
	position: absolute;
	left: 50%;
	top: 0;
	/*height: 100px;*/
	transform: translateX(-50%);
	overflow: hidden;
}

.l-line-1{
	position: absolute;
	right: 50%;
	top: 46%;
}
.r-line-1{
	position: absolute;
	left: 50%;
	top: 48%;
}

.product-title{
	/*position: absolute;
	top: 0;*/
	z-index: 10;
}

.product-title:before{
	content:'';
	position: absolute;
	top: 50%;
	left: 49%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 48%;
	background: #0D101C;
	z-index: -1;
}

.orange-product-box{
	cursor: pointer;
	padding: 30px 40px;
	border-radius: 30px;
	border: 1px solid #2BB673;
}

.orange-product-box{
	min-height: 360px;
}

.mobile-section-6 .orange-product-box{
	margin-bottom: 50px;
}

.product-img-box img{
	margin-bottom: 20px;
}

.product-para{
	color: #909AC3;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px; 
	margin-bottom: 20px;
}

.product-cta{
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	padding: 14px 39px;
	border-radius: 10px;
	background: #F15A29;
	border: 1px solid #F15A29;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	transition: all 300ms;
}

.product-cta:hover{
	background: transparent;
	/*box-shadow: 0 0 40px 0 #F15A29 inset;*/
}

.apro, .adlabs{
	position: relative;
    top: 20%;
}
.vmax, .offerdeck{
	position: relative;
    top: 30%;
}

.orange-product-box:hover {
	background: radial-gradient(150rem circle at var(--xPos) var(--yPos), rgba(241, 90, 41, 0.4), transparent 15%);
}

.orange-product-box::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	background: radial-gradient(20rem circle at var(--xPos) var(--yPos), rgba(241, 90, 41, 0.1), transparent 35%);
	opacity: 0;
	transition: all 0.15s ease-in-out;
	z-index: -1;
}

/*section-6 end*/

/*section 7 start*/
.section-7{
	overflow: hidden;
	margin: 50px 0;
}

.hex-img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 500ms;
	animation: HEXAnimation 3s infinite;
}

.hex-img:nth-child(5){
	animation-delay: -0.2s;
}
.hex-img:nth-child(4){
	animation-delay: -0.4s;
}
.hex-img:nth-child(3){
	animation-delay: -0.6s;
}
.hex-img:nth-child(2){
	animation-delay: -0.8s;
}
.hex-img:nth-child(1){
	animation-delay: -1s;
}

.phases-para{
	width: 70%;
	position: absolute;
	top: 52%;
	left: 32%;
	transform: translateY(-50%);
}

.phases-heading{
	color: #F15A29;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px; 
	text-transform: capitalize;
}

.phases-table{
	margin: auto;
}

.phases-table td, .phases-table th {
	border: 1px solid #2E3D76;
	padding: 15px 20px;
}

.stat-count{
	color: #FFF;
	font-size: 35px;
	font-weight: 600;
	line-height: 44px; 
	text-transform: capitalize;
}

.stat-desc{
	color: #FFF;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	text-transform: capitalize;
}

.stat-space{
	padding-left: 5px;
}

.phase-ic{
	width: 70px;
}
/*section 7 end*/

/*section 8 start*/

.celeb-sm-title{
	color: #F15A29;
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	text-transform: capitalize;
}
.celeb-title{
	color: #F15A29;
	font-size: 26px;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.celeb-para{
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
}

.img-frame{
	transform-style: preserve-3d;
	border: 1px solid #2BB673;
	padding: 15px;
}

.img-frame img{
	transform: translateZ(10px);
}

.middle-top-frame{
	margin-bottom: 120px; 
}

.celebs-div{
	margin: 25px 30px;
}

.top-frame{
	margin-bottom: 30px;
}

.img-frame:hover {
  /*box-shadow: 0 0 20px 0 #2BB673 inset, 0 0 20px 2px #2BB673;*/
}
/*section 8 end*/

/*section 9 start*/
.section-9{
	overflow: hidden;
	margin: 100px 0;
}
.vinja-title{
	margin-bottom: 30px;
}
.vinja-title .org-title{
	font-size: 53px;
}
.fs-box{
	cursor: pointer;
}

.top-b-image-box{
	position: relative;
	overflow: hidden;
	border-radius: 32px;
}

.top-b-image-box img{
	border-radius: 32px;
	transition: all 400ms;
}

.top-b-image-box:hover img {
    transform: scale(1.05);
}

.fs-details-box1{
	position: absolute;
	bottom: 44px;
	left: 59px;
}

.fs-details-box2{
	position: absolute;
	bottom: 44px;
	right: 59px;
}

.fs-name{
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px; 
}

.fs-designation{
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
/*section 9 end*/

/*section 10 start*/
.team-circle-sm{
	transform: scale(0.9); 
}

.team-inner-block .swiper{
	pointer-events: none;
}

.our-team-circle{
	min-height: 350px;
	min-width: 350px;
	background: #F15A29;
	border-radius: 50%;
	padding: 50px;
}

.team-title{
	color: #FFF;
	font-size: 27px;
	font-weight: 600;
	line-height: 32px; 
	text-transform: uppercase;
}

.team-para{
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
}

.team-arrow{
	margin-left: -25px;
}

.bg-v-lines{
	z-index: -1;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
}

.team-block {
    position: absolute;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    overflow: hidden;
}

.team-inner-block {
	cursor: pointer;
	overflow: hidden;
    position: absolute;
    width: 120px;
    height: 120px;
    background-image: url(../images/team/team-bg.png);
    background-position: center center;
    border-radius: 50%;
    top: 40.9%;
    left: 40.9%;
    transform: translate(-50%, -50%);
    transition: all 500ms;
}

/*.team-inner-block:nth-child(1) { transform: rotate(32.73deg) translate(260px) rotate(-32.73deg); }
.team-inner-block:nth-child(2) { transform: rotate(65.45deg) translate(260px) rotate(-65.45deg); }
.team-inner-block:nth-child(3) { transform: rotate(98.18deg) translate(260px) rotate(-98.18deg); }
.team-inner-block:nth-child(4) { transform: rotate(130.91deg) translate(260px) rotate(-130.91deg); }
.team-inner-block:nth-child(5) { transform: rotate(163.64deg) translate(260px) rotate(-163.64deg); }
.team-inner-block:nth-child(6) { transform: rotate(196.36deg) translate(260px) rotate(-196.36deg); }
.team-inner-block:nth-child(7) { transform: rotate(229.09deg) translate(260px) rotate(-229.09deg); }
.team-inner-block:nth-child(8) { transform: rotate(261.82deg) translate(260px) rotate(-261.82deg); }
.team-inner-block:nth-child(9) { transform: rotate(294.55deg) translate(260px) rotate(-294.55deg); }
.team-inner-block:nth-child(10) { transform: rotate(327.27deg) translate(260px) rotate(-327.27deg); }
.team-inner-block:nth-child(11) { transform: rotate(360deg) translate(260px) rotate(-360deg); }
*/

/*.team-inner-block:nth-child(1)  { transform: rotate(36deg)  translate(250px) rotate(-36deg); }
.team-inner-block:nth-child(2)  { transform: rotate(72deg)  translate(250px) rotate(-72deg); }
.team-inner-block:nth-child(3)  { transform: rotate(108deg) translate(250px) rotate(-108deg); }
.team-inner-block:nth-child(4)  { transform: rotate(144deg) translate(250px) rotate(-144deg); }
.team-inner-block:nth-child(5)  { transform: rotate(180deg) translate(250px) rotate(-180deg); }
.team-inner-block:nth-child(6)  { transform: rotate(216deg) translate(250px) rotate(-216deg); }
.team-inner-block:nth-child(7)  { transform: rotate(252deg) translate(250px) rotate(-252deg); }
.team-inner-block:nth-child(8)  { transform: rotate(288deg) translate(250px) rotate(-288deg); }
.team-inner-block:nth-child(9)  { transform: rotate(324deg) translate(250px) rotate(-324deg); }
.team-inner-block:nth-child(10) { transform: rotate(360deg) translate(250px) rotate(-360deg); }*/

.team-inner-block:nth-child(1)  { transform: rotate(0deg)   translate(250px) rotate(-0deg); }
.team-inner-block:nth-child(2)  { transform: rotate(40deg)  translate(250px) rotate(-40deg); }
.team-inner-block:nth-child(3)  { transform: rotate(80deg)  translate(250px) rotate(-80deg); }
.team-inner-block:nth-child(4)  { transform: rotate(120deg) translate(250px) rotate(-120deg); }
.team-inner-block:nth-child(5)  { transform: rotate(160deg) translate(250px) rotate(-160deg); }
.team-inner-block:nth-child(6)  { transform: rotate(200deg) translate(250px) rotate(-200deg); }
.team-inner-block:nth-child(7)  { transform: rotate(240deg) translate(250px) rotate(-240deg); }
.team-inner-block:nth-child(8)  { transform: rotate(280deg) translate(250px) rotate(-280deg); }
.team-inner-block:nth-child(9)  { transform: rotate(320deg) translate(250px) rotate(-320deg); }


.team-circle{
	pointer-events: none;
	filter: grayscale(1);
	transition: all 500ms;
}

.team-inner-block:hover .team-circle{
	filter: grayscale(0);
}

.team-inner-block:hover{
	/*box-shadow: 0 0 15px 0 #2BB673 inset, 0 0 15px 2px #2BB673;*/
}
/*section 10 end*/

/*section 11 start*/
.acc-title{
	position: relative;
	color: #F15A29;
	font-size: 45px;
	font-weight: 600;
	line-height: 54px; 
	margin-bottom: 20px;
}

.acc-box{
	border-bottom: 1px solid #FFFFFF;
}

.acc-box:nth-child(2){
	margin-top: 50px;
}

.icon-box{
	position: absolute;
	right: 10px;
}

.acc-card-body{
	margin-bottom: 20px;
}

.products-table td{
	vertical-align: top;
}

.products-table td .v-product-para {
	padding-left: 20px;
	margin-bottom: 10px;
}

.v-product-para{
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
}

.product-web-link{
	text-decoration: none;
	color: #F15A29;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
}

.product-para-bold{
	text-decoration: none;
	color: #FFF;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
}

.footer-collaps-box{
	margin-top: 180px;
}

.footer-block{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.copyright-text{
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
}

.footer-link{
	font-size: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
  height: 50px;
	background: #F15A29;
	border: 1px solid #F15A29;
	text-align: center;
	color: #FFFFFF;
	border-radius: 50%;
	margin-left: 5px;
	margin-bottom: 10px;
	transition: all 500ms;
}

.footer-link:hover{
	background: transparent;
	border: 1px solid #F15A29;
	color: #F15A29;
	/*box-shadow: 0 0 10px 0 #F15A29 inset, 0 0 10px 2px #F15A29;*/
}
/*section 11 end*/

/*cookie page start*/
.inner-pg-header:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    z-index: -1;
    width: 100%;
    height: 100%;
}
.cookie-page-section{
	margin-top: 100px;
}

.cookie-logo{
	width: 140px;
}

.org-ex-sm-title{
	color: #F15A29;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 18px;
	font-weight: 600;
	line-height: 26px; 
}

.org-sm-title{
	color: #F15A29;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 20px;
	font-weight: 600;
	line-height: 33px; 
}

.org-md-title{
	color: #F15A29;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 33px;
	font-weight: 600;
	line-height: 43px; 
	text-transform: capitalize;
}

.orange-link{
	text-decoration: none;
	color: #F15A29;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
}

.platform-link{
	color: #F15A29;
}

#cookie-banner{
	display: none;
	box-shadow: 2px 3px 13px 0px #2e3d76;
	padding: 25px 0 15px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2a376bed;
    /*border-top: 1px solid #2e3d76;*/
    z-index: 999;
}

.cookie-para{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px; 
}
/*cookie page end*/

/*scroll top start*/
.scroll-to-top {
    display: none;
    width: 50px;
    height: 50px;
    border: 1px solid #F15A29;
    background: #F15A29;
    position: fixed;
    bottom: 10px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50%;
    transition: all .4s ease;
}

.scroll-to-top svg{
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50%;
    transition: all .4s ease;
}

.scroll-to-top:hover{
	background: transparent;
}

.scroll-to-top:hover svg{
	color: #F15A29;
}

.scroll-to-top .angle {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    padding: 14px 0;
    text-align: center;
    display: inline-block;
    margin-top: auto;
    align-items: center;
}
/*scroll top end*/


/*branding page start*/
.branding-section{
	margin-top: 80px;
}

.branding-lg-title{
	color: #F15A29;
	font-size: 42px;
	font-weight: 600;
	line-height: 54px;
	text-transform: capitalize;
	margin-bottom: 22px;
	margin-top: 30px;
}

.branding-main-title{
	color: #F15A29;
	font-size: 42px;
	font-weight: 600;
	line-height: 54px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.branding-sm-title{
	color: #F15A29;
	font-size: 35px;
	font-weight: 600;
	line-height: 44px;
	margin-bottom: 22px;
	margin-top: 30px;
}

.mascot-sm-title{
	color: #F15A29;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
}

.branding-ex-sm-title{
	color: #F15A29;
	font-size: 25px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 22px;
	margin-top: 30px;
}

.brand-img-box {
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #2BB673;
    margin-bottom: 10px;
}

.brand-light-bg{
	background: #FFFFFF;
}

.brand-dark-bg{
	background: #000000;
}

.color-box {
    margin-top: 20px;
    padding: 30px;
}

.green-code{
	background: #82be42;
}

.blue-code {
    background: #1e1d6c;
}

.color-code {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.color-name {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.print-btn{
	text-decoration: none;
	display: block;
    margin-top: 10px;
    border: 1px solid #2BB673;
    border-radius: 5px;
    color: #2BB673;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    line-height: 22px;
    min-width: 90%;
    text-align: left;
    position: relative;
    transition: all 300ms;
}

.print-btn:hover {
    background: #2BB673;
    color: #FFFFFF;
}

.mascot-branding-box{
	padding: 40px 10px;
    border: 1px solid #2BB673;
}

.logo-download {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.mascot-scetion{
	margin: 80px 0;
}

.grey-code{
	background: #3e3934;
}

.typo-text{
	color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.font-box {
    margin: 10px 0;
    margin-bottom: 20px;
}

.brand-font-box {
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #2BB673;
}

.brand-font {
    font-size: 50px;
    color: #FFFFFF;
}

.brand-font p {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
}

.f-light{
	font-weight: 300;
}
.f-regular{
	font-weight: 400;
}
.f-medium{
	font-weight: 500;
}
.f-smbold{
	font-weight: 600;
}
.f-bold{
	font-weight: 700;
}

.enq-title{
	color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.enq-title a{
	text-decoration: none;
	color: #F15A29;
	transition: all 300ms;
}

.enq-title a:hover{
	color: #2BB673;
}
/*branding page end*/

/*privacy page start*/
.privacy-index-list, .numbered-list ol li{
	color: #F15A29;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.numbered-list a{
	text-decoration: none;
}

.last-updated-privacy{
	color: #FFFFFF;
	font-weight: 400;
	margin-bottom: 20px;
}

.solution-list-ul{
	color: #FFFFFF;
}

.web-urls{
	color: #F15A29;
}

.tick-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    width: 15px;
    height: 15px;
    background: url(../images/tick.svg) no-repeat;
}

.tick-list {
    list-style: none;
    padding-left: 0;
}

.tick-list li{
	position: relative;
    padding-left: 25px;
    padding-bottom: 10px;
}
/*privacy page end*/