:root{
    --main-color:#ff6e00;
    --linear-gradient:linear-gradient(180deg, rgba(252, 77, 0, 0.05) 0%, rgba(68, 172, 0, 0.05) 37.6%, rgba(68, 172, 0, 0.05) 68.33%, rgba(191, 108, 0, 0.05) 100%);
    --white: #fff;
    --black : #000;
    --button-padding: 15px 30px 15px 30px;
    --button-radius: 5px;
    --gap10: 10px;
    --gap20: 20px;
    --f16: 16px;
    --container-width:1310px;
}
main p a {
    color: #000 !important;
}
main .text-white p a {
    color: #fff !important;
}
*{
    font-family: 'Exo 2';
    margin: 0;
    padding: 0;
}
*::before,
*::after{
    box-sizing: border-box;
}
#main{
    float: none;
}
img {
    max-width: 100%;
}
p {
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
    font-size: 16px;
    display: block;
    text-align: justify;
    margin-bottom: 10px;
}
.heading-area{
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
}
.heading-style {
    margin: -8px 0 10px 0;
    font-size: 38px;
    color: #000;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
}
.heading-style ~ b {
    display: block;
    color: #000000;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
    font-size: 20px;
}
.heading-style span {
    color: var(--main-color);
}
.m-color{
    color: var(--main-color);
}
.heading-area.center > *{
    display: block;
    text-align: center;
}
.heading-area.white > *{
    color: var(--white);
}

.heading-area > p{
    margin: 10px 0 0 0;
}
.m-0{
    margin: 0 !important;
}
main{
    max-width: 1920px;
    margin: 80px auto 0 auto;
}
main > *,main > section{
    padding: 40px 0;
}
.common-btn {
    background-color: var(--main-color);
    color: var(--white);
    padding: var(--button-padding);
    gap: var(--gap20);
    font-size: var(--f16);
    border-radius: var(--button-radius);
    -webkit-border-radius: var(--button-radius);
    -moz-border-radius: var(--button-radius);
    -ms-border-radius: var(--button-radius);
    -o-border-radius: var(--button-radius);
    line-height: 1em;
    display: inline-flex;
    align-items: center;
    gap: var(--gap10);
    font-weight: 400;
    font-family: 'Exo 2';
    border: none;
    outline: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 0;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    cursor: pointer;
    text-align: left;
}
.common-btn::before {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    pointer-events: none;
}
.common-btn:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}
.common-btn img {
    width: 18px;
    height: 13px;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.common-btn._VIDEO_ img {
    width: 20px;
    height: 20px;
}
.common-btn:hover {
    color: var(--white);
}
.common-btn.white_bg{
    background-color: var(--white);
    color: var(--main-color);
}
.common-btn.white_bg:hover{
    color: #fff;
}
.common-btn.white_bg:hover img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.button-block {
    margin-top: 20px;
}
/* ------------------------------------------ */
.banner {
    background: var(--linear-gradient);
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
    overflow: hidden;
}
.banner-inner {
    max-width: var(--container-width);
    margin: 0 auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.banner-left {
    width: 38%;
}
.banner-right {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.banner-right img {
    border-radius: 10px 0 0 10px;
}
.banner h1 {
    font-size: 46px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--black);
    text-transform: uppercase;
    line-height: 1em;
}
.banner h1 span {
    color: var(--main-color);
}
.banner h1  strong,
.banner h1 ~ strong {
    display: block;
    margin-bottom: 0;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}
ul.count-list {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    max-width: var(--container-width);
    list-style: none;
    position: relative;
    padding: 0 15px;
    margin: -30px auto 40px auto;
    gap: 20px;
}
ul.count-list li {
    text-align: center;
}
ul.count-list li .count-circle {
    font-weight: bold;
    font-size: 36px;
    border-radius: 10px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px 0;
    position: relative;
    z-index: 1;
}
ul.count-list li .count-circle::before{
    content: '';
    left: 6px;
    top: 6px;
    border: 1px dashed #BCBCBC;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
}
ul.count-list li .count-circle sub {
    font-size: 36px;
    display: inline-block;
}
ul.count-list li strong {
    font-size: 18px;
    color: #373737;
    text-align: center;
    display: block;
    margin-top: 3px;
    text-transform: uppercase;
    font-weight: 500;
}

/* --------------------------------------------------- */
.office{
    padding-top: 0;
}
.office-inner {
	max-width: var(--container-width);
    margin: 0 auto;
    display: flex;
	flex-direction: column;
    padding: 0 15px;
}
ul.office-photos .slick-slide:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 39%;
}
ul.office-photos .slick-slide img {
    position: absolute;
    left: 0;
    top: 0;
}
.slick-slider {
	margin-bottom: 0;
}
.slick-slider img {
	max-width: 100%;
}
.slick-slider .slide-arrow {
	position: absolute;
	width: 42px;
	height: 42px;
	bottom: 10px;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #fff;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 1;
    font-size: 38px;
    color: var(--main-color);
}
.slick-slider .slide-arrow img {
	vertical-align: top;
}
.slick-slider .slide-arrow.next-arrow {
	right: 10px;
	left: auto;
}
.slick-slider .slide-arrow.next-arrow:hover {
	right: 10px;
}
.slick-slider .slide-arrow.prev-arrow {
	left: 10px;
	right: auto;
}
.slick-slider .slide-arrow.prev-arrow:hover {
	left: 10px;
}
/* --------------------------------------------- */
.identity {
    background-color: #f8f8f8;
}
.identity-inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.identity-left {
   width: 48%;
}
.identity-right {
    width: 48%;
}
.identity-left img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.identity-row h5 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 12px;
}
.identity-row strong {
    font-weight: 600;
    line-height: 28px;
    color: #000;
    font-size: 20px;
    display: block;
    text-align: initial;
    margin-bottom: 10px;
}
.identity-row.reverse .identity-left {
    padding: 0 ;
    align-items: flex-start;
}
/* --------------------------------------------- */
/* ------------------------------------------------------------ */
.infa-section{
    overflow: hidden;
}
.infa-section .heading-area {
    margin-bottom: 0;
}
.infa-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.infa-left{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
}
.infa-left img{
    border: 10px solid #FDFDFD;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.15));
    -webkit-filter: drop-shadow(0 0 4px rgba(0,0,0,0.15));
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    vertical-align: top;
}
.infa-right{
    width: 48%;
}
.infa-section-inner {
    max-width: 1302px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #fff;
}
.infa-sect-inner .slide-arrow {
    position: absolute;
    width: 42px;
    height: 42px;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 1;
}
.infa-sect-inner .slide-arrow img {
	vertical-align: top;
}
.infa-sect-inner .slide-arrow.next-arrow {
	right: 10px;
	left: auto;
}
.infa-sect-inner .slide-arrow.next-arrow:hover {
	right: 10px;
}
.infa-sect-inner .slide-arrow.prev-arrow {
	left: 10px;
	right: auto;
}
.infa-sect-inner .slide-arrow.prev-arrow:hover {
	left: 10px;
}
.infa-section-inner img{
    max-width: 100%;
}
.infa-sect-inner p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 15px;
}
.infa-sect-inner .heading-area .main-title{
    font-size: 30px;
    margin: 0;
}
/* ------------------------------------------------------------ */
.performance-inner{
    max-width: var(--container-width);
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.performance-left{
    width: 48%;
}
.performance-right{
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.performance-right img{
    border-radius: 15px;
}
.color-title{
    font-size: 35px;
    color: var(--black);
    font-weight: bold;
    display: block;
    margin: 0 0 15px 0;
    line-height: 1em;
}
.color-title span {
    color: var(--main-color);
}
.strong-title{
    display: block;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    text-transform: capitalize;
    display: block;
    margin: 0 0 15px 0;
}
/* ---------------------------------------------- */
.engine {
    background-color: #f8f8f8;
}
.engine-inner{
    max-width: var(--container-width);
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.engine-left{
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.engine-left img{
    border-radius: 15px;
}
.engine-right{
    width: 48%;
}
/*****************************************/
.gallery-inner {
    max-width: var(--container-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}
.gallery ul .slick-slide:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 61.70%;
}
.gallery ul .slick-slide img {
    position: absolute;
    left: 0;
    top: 0;
}
/* the slides */
  .gallery .slick-slide {
      margin: 0 10px;
}
  /* the parent */
.gallery .slick-list {
    margin: 0 -10px;
}
.gallery img{
    border-radius: 5px;
}
/************************************/
/*************************************/
.launching {
    background-color: #000;
    /* background-image: url(../images/home-page/bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
}
.launching .heading-style ~ b {
    color: var(--white);
}
.launching .heading-style {
    color: var(--white);
}
.launching-right img {
    vertical-align: top;
}
.text-white p {
    color: var(--white);
}
.text-white .common-page-hd {
    color: var(--main-color);
}
.text-white .common-page-hd ~ strong {
    color: var(--white);
}
.text-white .common-page-hd strong:before {
    background-color: var(--white);
}
.launching-inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    align-items: center;
}
.launching .common-btn::before {
    background-color: #ffffff;
}
.launching .common-btn:hover {
    color: #000;
}
.launching .common-btn img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.launching .common-btn:hover img {
    filter: invert(1);
    -webkit-filter: invert(1);
}
/*************************************/
/************************************/
.journey {
    background-color: #f8f8f8;
}
.journey-inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}
.journey-inner img {
    max-width: 100%;
}
.journey_list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 12px;
}
.journey_list li{
    position: relative;
    text-align: center;
}
.journey_list li::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: var(--main-color);
}
.journey_list li:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 82px;
    top: 70px;
    transform: translateY(-90%);
    width: 107%;
    height: 1px;
    background-color: #D4D4D4;
}
.journey_list li i {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background-color: #EEFCFF;
    margin: auto;
    position: relative;
}
.journey_list li i:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
    pointer-events: none;
}
.journey_list li  i img{
    width: 22px;
    height: 22px;
    display: inline-block;
    font-size: 0;
}
.journey_list .line{
    width: 1px;
    background-color: #D4D4D4;
    height: 71px;
    margin: auto;
    position: relative;
}
.journey_list .line::before {
    content: attr(data-num);
    position: absolute;
    left: 9px;
    top: 35px;
    transform: translateY(-35%);
    font-size: 16.9px;
    color: #000;
    font-weight: bold;
}
.journey_list .bg_box{
    border-radius: 5px;
    background-color: #EEFCFF;
    text-align: center;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 14px 5px;
    position: relative;
}
.journey_list .bg_box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
    pointer-events: none;
}
/************************************/
.confident {
    padding: 35px 0 0 0;
    background-image: url(../index-94.html),url(../index-94.html);
    background-repeat: no-repeat,no-repeat;
    background-position: top 10px left,top 675px right;
}
.confident-inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 15px;
}
.confident h3 {
    text-align: center;
    font-size: 50px;
    color: #ff5831;
    font-weight: bold;
    margin-bottom: 18px;
}
.confident p {
    font-size: 16px;
    color: #373737;
    line-height: 33.2px;
    font-weight: normal;
    text-align: center;
    padding: 0 11%;
}
.confident-left {
    width: 39%;
}
.data-block ul {
    list-style: none;
}
.data-block strong {
    position: relative;
    display: block;
    color: #000000;
    font-size: 32px;
    margin-bottom: 40px;
}
.data-block {
    box-shadow: 0 0 27px 0 rgba(0,0,0,0.15);
    margin-bottom: 38px;
    padding: 24px 60px 34px 60px;
    background-color: #fff;
}
.data-block ul li {
    font-size: 16px;
    color: #373737;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.data-block ul li:last-child {
    margin-bottom: 0;
}
.confident-right {
    width: 47%;
}
.confident-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.data-block strong:before {
    width: 47px;
    height: 43px;
    background-color: #ff5831;
    position: absolute;
    content: attr(data-number);
    color: #fff;
    text-align: center;
    line-height: 37px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    margin-left: -14px;
}
.confident-left .data-block:last-child {
    margin-left: 64px;
}
.data-block ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #ff5831;
    border-radius: 50%;
}
.confident-right .data-block {
    box-shadow: none;
}
.confident-right .data-block ul li {
    line-height: 41.2px;
}
.confident-right .data-block ul li:before {
    top: 20px;
}
/************************************/
.crew {
    position: relative;
    z-index: 1;
}
.crew ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.crew ul li strong {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.crew ul li span {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 500;
}
.crew ul li {
    text-align: center;
    max-width: 390px;
    padding: 10px;
}
.crew img {
    max-width: 100%;
}
.crew-inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.crew-inner a {
    display: inline-block;
    position: relative;
}
.crew ul li .employee-block {
    position: relative;
}
.crew ul li .employee-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(247, 106, 1, 0.9);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.crew ul li .employee-block:hover .employee-caption {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.crew-slider-arrow {
    position: absolute;
    top: 50%;
    width: 76px;
    font-size: 0;
    display: flex !important;
    height: 76px;
    background-color: #fff;
    border: none;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    background: rgba(255,166,106,1);
    background: -moz-linear-gradient(left, rgba(255,166,106,1) 0%, rgba(252,125,99,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,166,106,1) 0%, rgba(252,125,99,1) 100%);
    background: -o-linear-gradient(left, rgba(255,166,106,1) 0%, rgba(252,125,99,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,166,106,1) 0%, rgba(252,125,99,1) 100%);
    background: linear-gradient(to right, rgba(255,166,106,1) 0%, rgba(252,125,99,1) 100%);
    z-index: 1;
    cursor: pointer;
}
.crew-slider-arrow img {
    width: 32px;
}
.crew-slider-arrow.prev-arrow {
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    left: 0;
}
.crew-slider-arrow.next-arrow {
    transform: translate(50%,-50%);
    -webkit-transform: translate(50%,-50%);
    -moz-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    -o-transform: translate(50%,-50%);
    right: 0;
}
/* ------------------------------------- */
.client-reviews a.client-reviews-btn {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    padding: 11px 90px 16px 90px;
    transition: all 0.5s ease 0s;
    background-color: #ff5831;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
}
.client-reviews a.client-reviews-btn:hover {
    background-color: #992106;
}
.client-reviews-inner {
    max-width: var(--container-width);
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.client-reviews ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.client-reviews ul li img {
    width: 100%;
    border-radius: 8px;
    vertical-align: top;
}
.client-reviews ul li a {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
}
.client-reviews ul li a::before {
    content: '\e9c2';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    z-index: 1;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    font-family: 'icomoon';
    font-size: 39px;
    line-height: 39px;
}
.client-reviews ul li.morereview a {
  min-height: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ff6e00;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.client-reviews ul li.morereview a:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #fff;
  background-image: none;
  background-color: transparent !important;
  box-shadow: none;
  border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  -ms-border-radius: 20px 0 0 0;
  -o-border-radius: 20px 0 0 0;
}
.client-reviews ul li.morereview a:after {
  content: '';
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  border-radius: 0 0 20px 0;
  -webkit-border-radius: 0 0 20px 0;
  -moz-border-radius: 0 0 20px 0;
  -ms-border-radius: 0 0 20px 0;
  -o-border-radius: 0 0 20px 0;
}
/*****************************************/
.need-speaker {
    background: linear-gradient(to bottom, #f8f8f8 0%,#ffffff 100%);
}
.need-speaker .heading-area {
    margin-bottom: 0;
}
.need-speaker-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: var(--container-width);
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 30px;
}
.need-speaker-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.need-speaker-left {
    width: 50%;
    position: relative;
}
.need-speaker-left img {
    width: 100%;
}
.need-speaker-left span {
    margin: 0px;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    right: 0;
}
.need-speaker-left span b {
    margin: 0 0 3px;
    padding: 0px;
    color: #f76a00;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
}
.need-speaker-right {
    margin: 35px 0 0;
    width: 50%;
    position: relative;
}
.need-speaker-right span {
    margin: 0px;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    padding: 15px 0;
    bottom: 0;
}
.need-speaker-right span b {
    margin: 0 0 3px;
    padding: 0px;
    display: block;
    color: #f76a00;
    text-transform: uppercase;
    font-size: 20px;
}
.need-speaker-right img {
    vertical-align: top;
}
.need-speaker-left span b,
.need-speaker-right span b {
    font-size: 16px;
}
/*****************************************/
.we-launch-your-business{
    background-image: url(../png/patern-bg.png);
    background-color: #000;
}
.we-launch-your-business-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: var(--container-width);
    position: relative;
}
.we-launch-your-business-inner .line8 {
    position: absolute;
    left: 0;
    top: 0;
}
.we-launch-your-business-inner b {
    margin: 5px 0 15px;
    padding: 0px;
    font-size: 19px;
    color: #fff;
    text-transform: capitalize;
    display: block;
}
.we-launch-your-business-inner strong {
    margin: 0 0 10px;
    padding: 0px;
    font-size: 21px;
    color: #fff;
    text-transform: capitalize;
    display: block;
}
.we-launch-your-business .heading-style,
.we-launch-your-business p {
    color: #fff;
}
/*****************************************/


@media (max-width:1920px) {
    .banner-right img{
        max-width: 57vw;
    }
}
@media (max-width:1400px) {
    .banner h1 {
        font-size: 40px;
    }
    .banner-left {
        width: 44%;
    }
    .banner-right {
        width: 54%;
    }
    .banner-right img {
        max-width: 100%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
}
    .crew-slider-arrow {
        width: 66px;
        height: 66px;
    }
    .crew-slider-arrow.prev-arrow {
        transform: translate(0%,-50%);
        -webkit-transform: translate(0%,-50%);
        -moz-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        -o-transform: translate(0%,-50%);
    }
    .crew-slider-arrow.next-arrow {
        transform: translate(0%,-50%);
        -webkit-transform: translate(0%,-50%);
        -moz-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        -o-transform: translate(0%,-50%);
        right: 0;
    }
    .infa-section-inner{
        max-width: calc(100%  - 15px);
        max-width: -webkit-calc(100%  - 15px);
        max-width: -moz-calc(100%  - 15px);
        max-width: -ms-calc(100%  - 15px);
        max-width: -o-calc(100%  - 15px);
    }
}
@media (max-width:1199px) {
    .heading-style {
        font-size: 40px;
    }
    .banner-inner{
        flex-direction: column-reverse;
    }
    .banner h1 {
        font-size: 50px;
    }
    .banner-left{
        width: 100%;
    }
    .banner-right{
        width: 100%;
        align-items: center;
        margin: 0 0 20px 0;
    }
    .banner-right img{
        max-width: 100%;
        border: 10px solid #fff;
    }
    ul.count-list {
        grid-template-columns: repeat(4,1fr);
    }
    .identity-left {
        width: 37%;
    }
    .engine-left img{
        max-width: 100%;
    }
    .performance-right img{
        max-width: 100%;
    }
    .journey_list li:not(:last-child)::before {
        left: 71px;
        width: 102%;
    }
    .client-reviews ul li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
}

@media (max-width:1024px) {
    .crew .heading-style br {
        display: none;
    }
}
@media (max-width:991px) {
    .banner h1 {
        font-size: 40px;
    }
    .heading-style {
        font-size: 35px;
    }
    ul.count-list {
        grid-template-columns: repeat(3,1fr);
    }
    .office-inner{
        width: auto;
        max-width: fit-content;
    }
    .identity-left{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .identity-right{
        width: 100%;
    }
    .performance-left{
        width: 100%;
    }
    .performance-right{
        width: 100%;
        align-items: center;
        margin: 0 0 25px 0;
    }
    .performance-inner{
        flex-direction: column-reverse;
    }
    .engine-left{
        width: 100%;
        align-items: center;
        margin: 0 0 25px 0;
    }
    .engine-right{
        width: 100%;
    }
    .journey_list {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px 15px;
    }
    .journey_list li:not(:last-child)::before{
        display: none;
    }
    .crew-slider-arrow {
        width: 55px;
        height: 55px;
    }
    .client-reviews ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .need-speaker-left{
        width: 100%;
    }
    .need-speaker-right{
        width: 100%;
        margin: 0;
    }
    .need-speaker-row img{
        width: 100%;
    }
    .need-speaker-left span,
    .need-speaker-right span {
        bottom: 0;
        position: relative;
        display: block;
    }
    .journey-inner {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .need-speaker-inner {
        grid-template-columns: 100%;
    }
    .need-speaker-row {
        gap: 20px;
        grid-template-columns: 1fr 1fr;
        display: grid;
    }
}

@media (max-width:767px) {
    .launching-inner {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
}
@media (max-width:630px) {
    .heading-style {
        font-size: 25px;
    }
    .banner h1 {
        font-size: 30px;
    }
    ul.count-list {
        grid-template-columns: repeat(2,1fr);
    }
    ul.count-list li .count-circle {
        font-size: 26px;
        min-height: 100px;
    }
    ul.count-list li strong {
        font-size: 16px;
    }
    .color-title {
        font-size: 22px;
    }
    .strong-title {
        font-size: 16px;
        line-height: 21px;
    }
    .journey_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .crew-slider-arrow img {
        width: 22px;
    }
    .crew-slider-arrow {
        width: 45px;
        height: 45px;
    }
    .need-speaker-row {
        gap: 20px;
    }
    .need-speaker-left span,
    .need-speaker-right span {
        display: block;
        position: relative;
        bottom: 0;
        max-width: 100%;
    }
    .need-speaker-left span b {
        font-size: 18px;
    }
    .we-launch-your-business-inner b {
        font-size: 16px;
        line-height: 1.2em;
    }
    .we-launch-your-business-inner strong {
        margin: 0;
        padding: 0px;
        font-size: 18px;
        line-height: 1em;
    }
    .client-reviews ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .client-reviews ul li a::before {
        width: 40px;
        height: 40px;
        top: 5px;
        right: 5px;
        font-size: 35px;
        padding: 2px;
        line-height: 35px;
    }
    .client-reviews ul li.morereview a:before {
        width: 40px;
        height: 40px;
        border-radius: 10px 0 0 0;
        -webkit-border-radius: 10px 0 0 0;
        -moz-border-radius: 10px 0 0 0;
        -ms-border-radius: 10px 0 0 0;
        -o-border-radius: 10px 0 0 0;
    }
    .client-reviews ul li.morereview a {
        font-size: 4.5vw;
        line-height: 5.5vw;
    }
    .client-reviews ul li.morereview a:after {
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        border-radius: 0 0 10px 0;
        -webkit-border-radius: 0 0 10px 0;
        -moz-border-radius: 0 0 10px 0;
        -ms-border-radius: 0 0 10px 0;
        -o-border-radius: 0 0 10px 0;
    }
    .infa-section{
        background-color: #F8F8F8;
    }
    .infa-section-inner{
        background-color: #fff;
    }
    .infa-section-inner{
        padding: 15px;
    }
    .infa-sect-inner .slide-arrow{
        top: 32%;
    }
    .banner-right img {
        max-width: 100%;
        border: 10px solid #fff;
    }
}