*{padding: 0; margin: 0;}
body, html{
	font-family: 'Manrope', sans-serif;
	font-size: 1rem;
	line-height: 1.2;
  transition: opacity 1s ease-out;
}
.navbar{
	padding: 0px!important;
}
.header-bg{
	background-color:#fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
}
.header-bg .container-fluid{
	max-width: 94%;
}
.navbar-expand-lg .navbar-nav .nav-link{
	color: #5B6D7A;
	font-family: 'Manrope', sans-serif;
	padding: 0 1.2rem!important;
	font-size: 1.125rem;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active{
	color: #FE7500;
}

.header-banner{
	background: url(../images/header_bg.png) no-repeat 0 -80px;
	background-size: cover;
	display: block;
	min-height: 620px;
	position: relative;
}
.header-banner:before{
	content: '';
	background: url(../images/header_box.png) no-repeat 0 0;
	width: 100%;
	display: block;
	height: 337px;
	position: absolute;
	top: -151px;
	background-size: 100%;
}
.header-banner .carousel-item {
  padding-bottom: 6rem;
  padding-top: 6rem;
  min-height: 830px;
}

.cm-loader {
  position: fixed;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.cm-loader #earth{
  width: 100px;
  height: 100px;
  background-size: 187%!important;
  background: url(../images/loader.png);
}
.w-100{
  max-width: 100%!important;
}

@media (min-width: 1600px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  		max-width: 1440px;
	}
}

.banner-img {
  position: relative;
}
.banner-1 {
  position: absolute;
  top: -70px;
  left: 186px;
  width: auto;
}

.ban-1 {
  position: absolute;
  right: -37px;
  top: -80px;
  width: 510px;
}
.sub-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #667581;
  font-family: 'Manrope', sans-serif;
}
h1{
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	font-size: 65px;
	margin-bottom: 0px;
	line-height: normal;
	color: #14212B;
}

.header-banner p {
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #5B6D7A;
    margin: 2rem 0 3rem 0;
    max-width: 80%;
}
.btn:focus{
  box-shadow: none;
}
.btn-contact {
  background: linear-gradient(147.04deg, #FE7500 5.29%, #FCBC00 85.8%);
  border-radius: 6px;
  padding: 1rem 2rem;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  border: 0px;
}
.btn-contact:hover{
	background: linear-gradient(147.04deg, #FCBC00 5.29%, #FE7500 85.8%);
	color: #fff;
	text-decoration: none;
}
.orange-text {
  background: linear-gradient(92.78deg, #FE7600 25.89%, #FCBC00 81.36%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.css-typing h1,
.css-typing-3 h1,
.css-typing-2 h1 {
  border-right: 4px solid #14212B;
  white-space: nowrap;
  overflow: hidden;
}
.css-typing-3 h1:nth-child(1),
.css-typing h1:nth-child(1),
.css-typing-2 h1:nth-child(1) {
  width: 10em;
  -webkit-animation: type 2s steps(20, end);
  animation: type 2s steps(20, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.css-typing-2 h1:nth-child(1) {
  width: 13.5em;
}

.css-typing-3 h1:nth-child(1){
  width: 8.4em;
}

.css-typing-2 h1:nth-child(2),
.css-typing-3 h1:nth-child(2), 
.css-typing h1:nth-child(2) {
  width: 3.9em;
  opacity: 0;
  -webkit-animation: type2 2s steps(20, end);
  animation: type2 2s steps(20, end);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.css-typing-2 h1:nth-child(2){
  width: 5.6em;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: 4px solid #14212B;
  }
  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: 4px solid #14212B;
  }
  100% {
    border: none;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: 4px solid #14212B;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: 4px solid #14212B;
  }
  100% {
    opacity: 1;
    border: none;
  }
}


@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}

/*-----------------*/
#earth {
  margin-top: 4rem;
  width: 500px;
  height: 500px;
  background: url(../images/map-glob.png);
  /*background: url(../images/earch_img.jpg);*/
  box-shadow: inset 8px 36px 80px 36px rgb(0, 0, 0, 0.1), inset -6px 0 12px 4px rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background-size: 580px;
  /*background-size: 870px;*/
  animation-name: rotate;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotate;
     -webkit-animation-duration: 30s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
}
@keyframes rotate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 610px 0px;
  }
}
@-webkit-keyframes rotate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 610px 0px;
  }
}
/*--------------*/


.faq-titles p {
  max-width: 81%;
}

.header-banner .carousel-control-prev-icon{
	background: url(../images/slider_arrow_left.png) no-repeat 0 0;
	height: 52px;
	width: 54px;
}
.header-banner .carousel-control-next-icon{
	background: url(../images/slider_arrow_right.png) no-repeat 0 0;
	height: 52px;
	width: 54px;
}
.carousel-control-prev {
  left: 10px;
  width: auto;
}
.carousel-control-next {
  right: 30px;
  width: auto;
}
.header-banner .carousel-indicators button {
  background: url(../images/header_pointer.png) 0 0;
  background-size: 24px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 1;	
}
.header-banner .carousel-indicators button.active{
	background-color: #0081B7;
  background: url(../images/header_pointer_active.png) 0 0;
  background-size: 24px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 1;
  animation-name: rotate;
  animation-duration: 120s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 120s; 
  -webkit-animation-iteration-count: infinite; 
  -webkit-animation-timing-function: linear;
}

/*---Simple jumping animation css--*/
.jump-animation{
	will-change:transform;
	-webkit-animation-name:pix_bounce_sm;
	animation-name:pix_bounce_sm;
	-webkit-animation-duration:7s;
	animation-duration:7s;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
}
.leftright-animation{
  will-change:transform;
  -webkit-animation-name:pix_leftright_sm;
  animation-name:pix_leftright_sm;
  -webkit-animation-duration:3s;
  animation-duration:3s;
  -webkit-animation-timing-function:ease-in-out;
  animation-timing-function:ease-in-out;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
}
.jump-animation-2{
	will-change:transform;
	-webkit-animation-name:pix_bounce_sm;
	animation-name:pix_bounce_sm;
	-webkit-animation-duration:3s;
	animation-duration:3s;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
}

@-webkit-keyframes pix_bounce_sm{
	0%{
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
	50%{
		-webkit-transform:translateY(10%);
		transform:translateY(10%)
	}
	100%{
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@keyframes pix_bounce_sm{
	0%{
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
	50%{
		-webkit-transform:translateY(10%);
		transform:translateY(10%)
	}
	100%{
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}

@-webkit-keyframes pix_leftright_sm{
  0%{
    -webkit-transform:translateX(0);
    transform:translateX(0)
  }
  50%{
    -webkit-transform:translateX(10%);
    transform:translateX(10%)
  }
  100%{
    -webkit-transform:translateX(0);
    transform:translateX(0)
  }
}
@keyframes pix_leftright_sm{
  0%{
    -webkit-transform:translateX(0);
    transform:translateX(0)
  }
  50%{
    -webkit-transform:translateX(10%);
    transform:translateX(10%)
  }
  100%{
    -webkit-transform:translateX(0);
    transform:translateX(0)
  }
}

.h-banner-2 {
  max-width: 100%;
}
.common-tiltes h2{
	font-weight: 700;
	font-size: 3.5rem;
	line-height: normal;
	color: #14212B;
	margin-bottom: 2rem;
}
.f-20 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 30px;
  color: #14212B;
  margin-bottom: 2rem;
}
p{
	font-size: 1rem;
	line-height: 28px;
	font-weight: 400;
	color: #5B6D7A;
}
li{
  font-size: 1rem;
  font-weight: 400;
  color: #5B6D7A;
}
.about-us-section{
	background: url(../images/about_us_bg.png) no-repeat center 0;
	position: relative;
	width: 100%;
	margin-top: 2rem;
	display: block;
	z-index: 0;
  background-size: cover;
}

.about-us-section .container {
  position: relative;
  z-index: 9;
}
.pt-30{
	padding: 4rem 0!important;
}

.read-more, a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 22px;
  color: #FE7700;
  display: inline-block;
  align-items: center;
  text-decoration: none;
}
.read-more:hover, a:hover{
	color: #fe700;
	text-decoration: underline;
}
.read-more img{
	margin-left: 1rem;
}

.our-approch-block {
  background: url(../images/approch_bg.png) no-repeat center -10px;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
}
.our-approch-block.pt-30{
	padding-bottom: 1rem!important;
}
.our-approch-block h2{
	color: #fff;
}
.our-approch-block .common-tiltes p{
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	max-width: 90%;
}
.approch-block{
	display: block;
	width: 100%;
	transition: all 0.5s ease;
}
.approch-box {
  background-color: #0F2045;
  border-radius: 30px;
  padding: 1rem;
  max-width: 390px;
  transition: all 0.5s ease;
  margin: 0 3.4rem;
  display: inline-block;
  position: relative;
  top: 40px;
}
.approch-box:nth-child(2n) {
  top: -90px;
}
.approch-box:first-child, .approch-box:nth-child(3n) {
  margin-left: 20px;
  margin-right: 0;
}
.approch-box.last-box {
  margin: 0 auto;
  display: block;
  top: -50px;
}
.glob_icon {
  height: 65px;
  width: 65px;
  display: block;
  min-width: 65px;
  background: url(../images/apporch_glob.png) no-repeat 0 -87px;
  background-size: 100%;
  transition: all 0.5s ease;
  float: left;
}
.approch-box:hover .glob_icon{
	background-position: 0 0px;
}
.approch-box:hover{
	background: linear-gradient(180deg, #314871 0%, rgba(74, 93, 133, 0.74) 100%);
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
}
.understanding-box{
	margin-left: 60px;
}
.understanding-box h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 28px;
  color: #FFFFFF;
}
.understanding-box p{
	font-size: 1rem;
	line-height: 28px;
	color: #fff;
}

.how-we-work-block {
  background: url(../images/how_we_work_bg.png) no-repeat 0 0;
  width: 100%;
  display: block;
  background-size: cover;
}

.how-we-work-content {
  max-width: 80%;
}

.how-we-work-content .accordion {
  margin: 1rem 0;
}
.how-we-work-content .accordion-item .accordion-button {
  box-shadow: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #14212B;
}
.how-we-work-content .accordion-item:hover .accordion-body{
  color: #fff!important;
}
.how-we-work-content .accordion-item:hover .accordion-button{
  color: #fff;
  z-index: 2;
}
.how-we-work-content .accordion-item .accordion-collapse.collapse.show .accordion-body{
  background-color: #0C1836;
  color: #fff;
  z-index: 2;
}
.how-we-work-content .accordion-item {
  margin-bottom: 1.1rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: fff;
  border: 0;
  border-radius: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  min-height: 50px;
  overflow: hidden;
  position: relative;
}
.how-we-work-content .accordion-item .accordion-button.collapsed:before{
  background-color: #fff;
  color: #0C1836;
  position: relative;
  overflow: hidden;
  min-height: 50px;
}
.how-we-work-content .accordion-item .accordion-button.collapsed:hover{
   background-color: #0C1836;
   color: #fff;
   z-index: 2;
}
.how-we-work-content .accordion-item .accordion-button.collapsed:hover:after{
  background: url(../images/accordion-arrow-white.png) no-repeat 0 2px;
  position: relative;
  z-index: 1;
}

.how-we-work-content .accordion-item .accordion-button.collapsed:hover:before,
.how-we-work-content .accordion-item:hover:before {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  z-index: 1;
}
.how-we-work-content .accordion-item .accordion-button.collapsed:before,
.how-we-work-content .accordion-item:before {
  background-color: #0C1836;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(-100%) translateY(100%);
  -ms-transform: translateX(-100%) translateY(100%);
  transform: translateX(-100%) translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  top: 0;
  width: 100%;
  z-index: 0;
}
.how-we-work-content .accordion-item .accordion-button{
  background-color:#0C1836;
  color: #fff;
}
.how-we-work-content .accordion-item .accordion-button.collapsed{
  background-color:#fff;
  color: #0C1836;
}
.how-we-work-content .accordion-item .accordion-button.collapsed:hover span {
  color: #fff;
  position: relative;
  z-index: 1;
}
.how-we-work-content .accordion-button{
	background-color: transparent;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;	
	color: #505e68;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}


.how-we-work-content .accordion-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #5B6D7A;
    padding-top: 0;
    position: relative;
    z-index: 1;
}
.how-we-work-content .accordion-button::after{
	width: 24px !important;
	height: 24px !important;
	background: url(../images/accordion-arrow.png) no-repeat 0 2px;	
}
.how-we-work-content .accordion-button:not(.collapsed)::after{
	background: url(../images/accordion-arrow_up.png) no-repeat 0 0px;
	transform: rotate(0deg);
}
.how-we-work-img {
  display: flex;
  margin-bottom: 10rem;
}
img{
	max-width: 100%;
}
.how-we-2 {
  position: relative;
  top: 150px;
}

.inudsty-box {
  display: flex;
  overflow: hidden;
}
.block-1 {
  margin: 0 1%;
  background: url(../images/saprator.png) no-repeat 95% center;
  height: 100%;
  /*background-size: 0.5px;*/
}
.industry-section {
  background-color: #1E273E;
  padding: 30px 0;
}
.industry-section h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  margin-left: 2rem;
}
.industry-section p{
	color: #fff;
	margin-left: 2rem;
	margin-bottom: 0;
}

.block-1:hover{
	background: linear-gradient(147.04deg, #FE7500 5.29%, #FCBC00 85.8%);
	border-radius: 10px;
}
.block-1 h3{
	position: relative;
	top: -10px;
	font-size: 1rem;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
	font-weight: 600;
}

.portfolio {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-top: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.portfolio:hover{
	transform: translateY(-20px);
  background-color: #1E273E;
}
.portfolio:hover .portfolio-title h3,
.portfolio:hover .portfolio-title h3 a,
.portfolio:hover .portfolio-content p{
  color: #fff;
}

.faq-content .accordion {
  background-color: #fff;
  position: relative;
}

.portfolio-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.portfolio-title h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #14212B;
}
.portfolio-title h3 a{
  color: #14212B;
  font-size: 20px;
  font-weight: 700;
}
.portfolio-title h3 a:hover{
  color: #fff;
  text-decoration: none;
}

.portfolio-img {
  padding: 10px 10px 0px 10px;
  background-color: #FEF1F1;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.portfolio-img-2{
	background-color: #D2D2D2!important;
}
.portfolio-img-3{
	background-color: #F1FFF0!important;
}

.portfolio-img-4{
	background-color: #EFF6FF!important;
}

.portfolio-img-6{
	background-color: #F3F3F3!important;
}
.portfolio-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.portfolio-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5B6D7A;
}
.mt-20{
	margin-top: -20px;
}
.our-products-section .common-tiltes{
	margin-bottom: 5rem;
}

.our-products-section{
	background: url(../images/header_bg.png) repeat-y 0 0;
	width: 100%;
	height: 100%;
	display: block;
	background-size: 100%;
	position: relative;
}

.our-products-section:before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(245, 245, 247, 0.1);
	position: absolute;
	z-index: -1;
	top: 0;
}
.faq-titles {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-content {
  margin: -100px 0 0 0;
}
.faq-content .accordion-item {
  border: 0;
  margin-bottom: 1.3rem;
}
.faq-content .accordion-collapse{
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.faq-content .accordion-button:not(.collapsed){
	background: #FFFFFF;
	box-shadow: 4px 6px 18px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	opacity: 1;
	color: #14212B;
  z-index: 3;
}
.faq-content .accordion-button {
  background: #FFFFFF;
  box-shadow: 4px 6px 18px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin-bottom: 0rem;
  padding: 1rem 2rem;
  font-weight: 700;
  color: #14212B;
  z-index: 1;
}
.faq-content .accordion-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5B6D7A;
  padding: 2rem;

}
.faq-content .accordion-button::after{
	background: url(../images/faq-arrow.png) no-repeat 0 100%;
	height: 43px;
	width: 43px;
}
.accordion-button:not(.collapsed)::after{
	background: url(../images/faq-close.png) no-repeat 0 100%;
	height: 43px;
	width: 43px;
}

.faq-section {
  background: url(../images/header_bg.png) repeat-y 0 0;
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  padding-top: 2rem !important;
}
.faq-section:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(245, 245, 247, 0.3);
  position: absolute;
  z-index: -1;
  top: 0;
}
.contant-us-section {
  background: url(../images/contact_us_bg.png) no-repeat center 0;
  background-size: 100%;
}
.contant-us-section .common-tiltes h2{
	margin-bottom: 0px;
}
.contact-us{
	text-align: center;
}
.contact-us p{
	font-size: 1rem;
	line-height: normal;
	margin-bottom: 1.5rem;
}
.contact-us-block{
	padding: 0px;
	display: flex;
}

.contact-us-block li {
  display: block;
  list-style-type: none;
  padding: 0 10px;
}
.contact-us-block li a{
	border: 1px solid #14212B;
  	margin: 0px;
    border-radius: 6px;
    padding: 10px;
    line-height: 16px;
    font-size: 13px;
    color: #14212B;
    background-color: #F6F6F8;
}

.footer-section {
  background: url(../images/approch_bg.png) no-repeat 0 -300px;
  width: 100%;
  height: 100%;
  padding: 3rem 0 1.2rem;
  background-size: cover;
}

.footer-section h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 2rem;
  min-height: 27px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.footer-module-1{
	padding: 0px;
	list-style-type: none;
}
.footer-module-1 li{
	padding: 0 0 10px 0;
}
.footer-module-1 li a{
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	color: #D0D0D0;
	background: url(../images/footer_arrow.png) no-repeat 0 -30px;
	text-decoration: none;
	padding-left: 24px;
}
.footer-module-1 li a:hover{
	color: #fff;
	background-position: 0 0px;
}
.follow-us{
	padding-left: 0px	;
}
.copyright-text{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 0px;
  border-top: 1px solid rgb(255, 255, 255, 0.1);
  padding-top: 20px;
}
.copyright-text p{
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	opacity: 0.7;
	letter-spacing: 0.5px;
}
.main-nav-mob{
	display: none;
}
.hamburger {
  display: block;
  position: relative;
  width: 36px;
  height: 20px;
  background: transparent;
  border: none;
  padding: 0;
}
.hamburger span {
  top: 10px;
}
.hamburger span::before {
  top: -10px;
}
.hamburger span::after, .hamburger span::before {
  content: "";
  left: 0;
}
.hamburger span, 
.hamburger span::after, 
.hamburger span::before {
  display: block;
  background: #716b70;
  position: absolute;
  transition: all .5s cubic-bezier(.165,.84,.44,1);
  width: 100%;
  height: 1px;
}
.hamburger span::after {
  bottom: -10px;
}
.hamburger:hover span::after, .hamburger:hover span::before {
  transform: rotate(90deg);
}
.hamburger:hover span::before {
  top: 0;
}
.hamburger:hover span, 
.hamburger:hover span::after, 
.hamburger:hover span::before {
  background: #e52d87;
}

.burder-menu-content .dropdown-menu {
  position: static !important;
  transform: translate(0px, 0px) !important;
  background-color: transparent;
  margin-left: 1rem !important;
}

.offcanvas-header .close {
  display: block;
  position: relative;
  width: 36px;
  height: 20px;
  background: transparent;
  border: none;
  padding: 0;
}
.offcanvas-header .close span::before {
  top: 0;
  transform: rotate(45deg);
  background: #e52d87;
}
.offcanvas-header .close span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background: #e52d87;
}
.offcanvas-header .close span::after, 
.offcanvas-header .close span::before {
  content: "";
  left: 0;
}
.offcanvas-header .close span,
.offcanvas-header .close span::after, 
.offcanvas-header .close span::before {
  display: block;
  background: #fff;
  position: absolute;
  transition: all .5s cubic-bezier(.165,.84,.44,1);
  width: 100%;
  height: 1px;
}
.offcanvas-header .close span {
  background: transparent;
}
.hemburger-content {
  background-color: #14212B;
  padding: 20px;
}
.hemburger-content .burder-menu-content,
.hemburger-content .offcanvas-header{
	padding: 0;
}
.hemburger-content .offcanvas-header{
	padding-bottom: 30px;
}
.hemburger-content .burder-menu-content ul{
	padding: 0px;
	list-style-type: none;
  border:0px;
}
.hemburger-content .burder-menu-content ul li,
.main-nav-mob ul li {
  display: block;
  clear: both;
  padding: 2px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
}
.hemburger-content .burder-menu-content ul li a,
.main-nav-mob ul li a {
  display: block;
  padding: 0.75rem 0rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 1rem;
  background-color: transparent;
}
.main-nav-mob ul li a:hover,
.hemburger-content .burder-menu-content ul li a:hover,
.hemburger-content .burder-menu-content ul li a.show{
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	background-color: transparent;
}
.hemburger-content .burder-menu-content ul li ul li:last-child{
	border-bottom: 0px;
}
.hemburger-content .dropdown-toggle::after {
	float: right;
	margin-top: 8px;
}
.mobile-view{
	display: none;
}
a{
	transition: all 0.3s ease-in-out;
}

.banner-chat {
    position: absolute;
    left: 26%;
    top: 22%;
  }
  .banner-chat-2 {
    position: absolute;
    right: 10%;
    top: 28%;
  }
  .banner-chat-3 {
    position: absolute;
    right: 9%;
    bottom: 36%;
  }
  .investment-form{
    padding: 0rem 0 0;
  }
  .investment-form-section {
    padding: 2rem 0;
    background-color: #F5F3F3;
    background-image: url(../images/investment_form_bg.png);
    background-repeat: no-repeat;
    background-position:  center 0;
    position: relative;
  }
  .investment-form-section.pt-30 {
    padding-top: 2rem !important;
  }
  .form-group {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
  }
  label{
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #14212B;
    margin-bottom: 0.2rem;
  }
  input:focus,
  textarea:focus{
    outline: none;
    box-shadow: none;
  }
  .input-textbox {
    background: #FFFFFF;
    border: 1px solid #B2C1CD;
    box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 10px 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #919DB7;
  }
  .textarea-box {
    resize: none;
    background: #FFFFFF;
    border: 1px solid #B2C1CD;
    box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 10px 10px;
    min-height: 100px;
  }
  .checkboxes-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .check-box {
    margin-right: 2rem;
    margin-bottom: 0rem;
    min-height: 40px;
    display: flex;
    font-size: 13px;
    align-items: center;
  }
 .check-box input{
  margin-right: 10px;
 }
 .check-box.other .input-textbox{
  margin-left: 10px;
  width: 320px;
 }
.invetment-form-bottom {
 padding: 3rem 0;
}
.invetment-form-text ul{
  padding: 0px;
}
.invetment-form-text ul li{
  list-style-type: none;
  padding-left: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5B6D7A;
  margin-bottom: 1.5rem;
  background: url(../images/arrow_left.png) no-repeat 0 2px;
}
.partner-with-us {
  padding: 3rem 0;
  background: url(../images/partner_with_bg.png) no-repeat center center;
  background-size: 100%;
  width: 100%;
}
.partner-with-us h1{
  margin-bottom: 2rem;
}
.header-banner.team-member-page .carousel-item {
  min-height: inherit;
}
.team-member {
  padding: 3rem 0;
}
.team_member-1 {
  background-color: #F9F8F8;
  padding: 2rem 0;
  position: relative;
}
.team_member-1:before {
  content: '';
  height: 9rem;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.team_author{
  margin-top: 1.5rem;
}
.team_author h4{
  font-weight: 700;
  font-size: 2rem;
  line-height: normal;
  color: #14212B;
  margin-bottom: 0;
}
.team_author p{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #5B6D7A;
}
.team_member-1 .container {
  position: relative;
  z-index: 1;
}

.team_member-1.team-member-2 h4, .team_member-1.team-member-2 p {
  text-align: right;
}
.core-member {
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}
.core-team-block {
  margin-top: 3rem;
}
.member-team-img{
  margin-bottom: 1.5rem;
}
.member-description{
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem 1rem 1rem;
}
.member-description h3{
  font-weight: 700;
  font-size: 1.5rem;
  line-height: normal;
  display: flex;
  align-items: center;
  text-align: center;
  color: #14212B;
}
.degisnation-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #5B6D7A;
  margin-bottom: 0;
}
.inner-page-heading {
  background: url(../images/inner_header_bg.png) no-repeat center -130px;
  height: 410px;
  width: 100%;
  background-size: cover;
  padding: 0rem 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-page-common-title h1{
  font-weight: 700;
  font-size: 4.375rem;
  line-height: normal;
  text-align: center;
  color: #FFFFFF;
}
.our-values_core {
  background: url(../images/approch_bg.png) no-repeat center -250px;
  background-size: cover;
}
.our-values_core h2,
.our-values_core p{
  color: #fff;
}
.core_belief_list {
  list-style-type: none;
  padding: 0;
  margin: 2rem 0 0 0;
}
.core_belief_list li{
  padding-left: 2rem;
  background: url(../images/chevron-right.png) no-repeat 0 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.responsibility-content {
  background: url(../images/bg_responsibiltity.png) no-repeat 0 -250px;
  background-size: cover;
  position: relative;
  top: -71px;
}
.responsible-investing {
  padding: 0;
  list-style-type: none;
}
.responsible-investing li {
  background: url(../images/chevron-right-black.png) no-repeat 0 3px;
  padding-left: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5B6D7A;
  margin-bottom: 0.575rem;
}
.responsibility-content .common-tiltes {
  margin-top: 3em;
}
.policies-block p {
  font-weight: 400 !important;
}
.our-approch-block.policies-block .common-tiltes{
  margin-bottom: 3rem;
}
.approch-block.policies-boxes .understanding-box {
  margin-left: 10px;
}
.approch-block.policies-boxes .approch-box:nth-child(2n) {
  top: 0;
}
.approch-block.policies-boxes .approch-box.last-box{
  top: 0px;
}
.policies-last {
  color: #fff;
  margin-top: 0px;
}
.live-mandates-section .nav-pills{
  background-color: #F6F6F8;
  border-bottom: 2px solid #DEDEDE;
  display: flex;
  justify-content: space-between;
}
.live-mandates-section .nav-pills li{
  width: 20%;
}
.approch-block.policies-boxes .approch-box{
  margin-top: 0;
  top: 0;
  margin-bottom: 30px;
}
.live-mandates-section .nav-pills .nav-item .nav-link {
  padding: 1.3rem 1rem;
  border-radius: 0;
  width: 100%;
  color: #1E273E;
  opacity: 0.3;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 19px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  justify-content: center;
  position: relative;
}
.live-mandates-section .nav-pills .nav-item:hover .nav-link,
.live-mandates-section .nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  color: #1E273E;
  opacity: 1;
}
.live-mandates-section .nav-pills .nav-item:hover .nav-link:after,
.live-mandates-section .nav-pills .nav-item .nav-link.active:after{
  content: '';
  width: 100%;
  height: 2px;
  background-color: #1E273E;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.icon-mandates{
  margin-right: 10px;
}
.mandates-list {
  list-style-type: none;
}
.mandates-list li{
  background: url(../images/check-mark.png) no-repeat 0 5px;
  padding-left: 30px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #5B6D7A;
  margin-bottom: 20px;
}
.live-mandates-section {
  background-color: rgba(255, 255, 255, 0.5);
}
.live-mandates-content {
  padding: 2rem 0 0;
}

.private-equity {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 2rem;
  min-height: 380px;
}
.private-equity h4{
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #14212B;
  margin-bottom: 1.5rem
}
.services-page {
  background: url(../images/service_bg.png) no-repeat center -150px;
  background-size: cover;
  position: relative;
  top: -131px;
  padding-top: 131px;
}
.services-page .responsibility-content{
  background-image: none;
}
.strategic-consultancy {
  background: url(../images/light_bg.png) no-repeat center center;
    background-color: rgba(0, 0, 0, 0);
  background-color: #F6F5FF;
}
.consultancy-list{
  margin: 1em 0;
  padding: 0px;
  list-style-type: none;
}
.consultancy-list li{
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 22px;
  color: #14212B;
  margin-bottom: 1rem;
  padding-left: 2rem;
  background: url(../images/chevron-right-black.png) no-repeat 0 2px;
}

.services-1 {
  background: #FEF6E3;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  margin-bottom: 1.875rem;
}
.services-1 h4{
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 30px;
  color: #14212B;
}
.bg-light-orange {
  background-color: #FFEBEC !important;
}
.bg-light-blue{
  background-color: #ECF9FF!important;
}
.services-1 ul{
  list-style-type: none;
  padding: 0;
  margin: 1rem 0 0 0;
}
.services-1 ul li{
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
  color: #14212B;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  background: url(../images/arrow_pointer.png) no-repeat 0 2px;
}
.advisory-services {
  margin: 4rem 0 0 0;
}
.w-80 {
  max-width: 80%;
  margin: 0 auto;
}
.project-decription-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
} 
.btn-visit {
  background: linear-gradient(180deg, #FF9758 0%, #FF4969 100%);
  border-radius: 10px;
  color: #fff;
  padding: 0.85rem 2rem;
  width: auto;
  border: 0;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: normal;
  color: #FFF;
}
.btn-visit:hover{
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, #FF4969 0%, #FF9758 100%);
}
.btn-visit img{
  margin-right: 10px;
}
.website-screenshot {
  background-color: #1A284A;
  padding: 3rem 0;
  position: relative;
}
.website-screenshot:before {
  content: '';
  background-color:#fff;
  height: 200px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0 ;
  left: 0;
  z-index: 0;
}
.webite-shot {
  padding-bottom: 3rem;
  position: relative;
  z-index: 2;
}
.founders-info {
  display: block;
  max-width: 60%;
  margin: 0 auto;
}
.founders-info ul{
  padding: 0;
  display: flex;
  list-style-type: none;
  justify-content: flex-start;
  align-items: center;
}
.founders-info ul li{
  display: flex;
  margin-right: 30px;
  background: #FFFFFF;
  border: 1px solid #D0D7E8;
  border-radius: 10px;
  align-items: center;
  padding: 1rem;
  justify-content: flex-start;
  width: 50%;
}
.founders-info ul li:last-child{
  margin-right: 0px;
}
.founders-info-text {
  flex-direction: column;
  display: flex;
  margin-left: 20px;
}
.founders-info big{
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #14212B;
}
.founders-info small{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #5B6D7A;
}

.founded-year {
  background: url(../images/founded_cat_bg.png) no-repeat center center;
  background-size: cover;
}
.founded-year h2{
  color: #fff;
  font-weight: 800;
  text-transform: capitalize;
}
.founded-year h4{
  font-weight: 400;
  color: #fff;
}
.css-typing-2 {
  position: relative;
  z-index: 5;
}
/*---how we work page--*/
.how-we-work-advise {
  display: flex;
  justify-content: space-between;
}
.advise-title-section {
  max-width: 25%;
  min-width: 25%;
}
.advise-title-section h2{
  font-weight: 700;
  position: relative;
  width: 70%;
  padding-top: 1.25rem;
}
.advise-title-section h2:before{
  height: 5px;
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F87200;
}
.how-we-help .slick-list {
  max-width: 100%;
  margin-left: auto;
}
.we_help_client_list {
  background: #1E273E;
  border-radius: 6px;
  padding: 1.12rem;
  min-height: 200px;
  display: flex!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  overflow: hidden;
}
.we_help_client_list::before {
  background: #fe6800;
  content: "";
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  -webkit-transform: translateX(-100%) translateY(100%);
  -ms-transform: translateX(-100%) translateY(100%);
  transform: translateX(-100%) translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  top: 0;
  width: 100%;
}
.we_help_client_list:hover::before {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.we_help_client_list p{
  font-weight: 400;
  font-size: 1.12rem;
  line-height: normal;
  text-transform: capitalize;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.how_we_help_slider .slick-slide {
  margin: 0 10px;
}
.how_we_help_slider {
  overflow-x: hidden;
}
.how-we-help-title {
  width: 50%;
  min-width: 29%;
  justify-content: right;
  display: flex;
}
.how-we-help-title h3{
  display: flex;
  text-align: left;
  max-width: 63%;
  font-weight: 800;
}
.how-we-help {
  display: flex;
  margin: 3rem 0;
}
/*.how_we_help_slider .slick-prev{
    left: 0;
}
.how_we_help_slider .slick-prev::before {
  background: url(../images/faq-arrow.png) no-repeat 0 0;
  width: 50px;
  height: 50px;
}*/

.invest-how-we-do{
  background: url(../images/approch_bg.png) no-repeat 0 -50px;
  background-size: cover;
  padding: 4rem 0;
}
.invest-how-we-do .advise-title-section h2,
.invest-how-we-do .advise-content-right p{
  color: #fff;
}
.invest-how-we-do .advise-title-section h2:before{
  content: normal;
}
.advise-how-we {
  padding: 2rem 0;
 }
 .header-banner.team-member-page{
  min-height: auto;
 }
 .header-banner.team-member-page .carousel-item {
  padding: 6rem 0 0rem;
}
.country {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.address-footer{
  margin-bottom: 20px;
}
.address-footer h5 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.address-footer p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
  line-height: 18px;
}
/*--Resoponsive css start here----*/
@media(max-width: 1650px){
  .inner-page-heading{
    height: 300px;
  }
}
@media(max-width: 1470px){
  .carousel-control-prev{
    left: 20px;
  }
  .header-banner .carousel-control-prev-icon,
  .header-banner .carousel-control-next-icon {
    height: 42px;
    width: 42px;
    background-size: 100%;
}
  .founders-info{
    max-width: 80%;
  }
  .inner-page-heading {
    height: 265px;
  }
  .live-mandates-section .nav-pills .nav-item .nav-link{
    font-size: 0.75rem;
    padding: 1.3rem 0.5rem;
  }
  .inner-page-common-title h1{
    font-size: 3.2rem;
  }
  .team_author h4{
    font-size: 1.5rem;
  }

  .member-description h3{
    font-size: 1.2rem;
  }
  .degisnation-text,
  .team_author p{
    font-size: 0.875rem;
  }
  .input-textbox,
  .textarea-box{
    padding: 8px 10px;
    font-size: 13px;
  }
  .textarea-box{
    min-height: 100px;
  }
  label{
    font-size: 13px;
  }
  .banner-chat {
    left: 22%;
    top: 20%;
  }
  .banner-chat-2 {
    right: 8%;
    top: 26%;
  }
  .banner-chat-3 {
    right: 6%;
    bottom: 30%;
  }
  .footer-section{
    background-size: cover;
    background-color: #0C1836;
  }
	.contact-us-block li a{
		padding: 5px;
	}
	.footer-section h4{
		font-size: 18px;
	}
	.portfolio-content p {
	  font-size: 14px;
	  line-height: 24px;
	}
	.portfolio-title h3 {
	  font-size: 1rem;
	  line-height: normal;
	 }
	.img-section img {
	  max-width: 100%;
	  width: 69%;
	}
	.industry-section h2{
		font-size: 3rem;
		line-height: 1;
	}
	h1{
		font-size: 3.2rem;
		line-height: normal;
	}
	.header-banner p{
		font-size: 1rem;
	}
	.banner-1{
		left: 96px;
		top: -40px;
	}
  
	#earth{
		height: 420px;
		width: 420px;
		/*background-size: 460px;*/
		margin-top: 2rem;
	}
	.banner-1 img {
	  max-width: 100%;
	}
	.header-banner .carousel-item {
	  padding-bottom: 3rem;
	  padding-top: 3rem;
	  min-height: 600px;
	}
	.h-banner-2 {
	  max-width: 420px;
	}
	.common-tiltes h2{
		margin-bottom: 1.2rem;
		font-size: 2.7rem;
	}
	.our-approch-block .common-tiltes p{
		font-size: 1rem;
		letter-spacing: 0.02rem;
		line-height: 28px;
	}
	.understanding-box h3 {
	  font-size: 1.05rem;
	  line-height: 26px;
	  color: #FFFFFF;
	}
	.understanding-box p{
		font-size: 0.75rem;
		line-height: 26px;
	}

	.approch-box{
		max-width: 330px;
	}
	.glob_icon{
		height: 45px;
		width: 45px;
		min-width: 45px;
		background-position: 0 -58px;
	}
  .form-group{
    margin-bottom: 1.2rem;
  }
  .approch-block{
    display: flex;
    flex-wrap: wrap;
  }
  .approch-box {
    max-width: 330px;
    margin-bottom: 30px;
  }
  .approch-box:nth-child(2n) {
    top: 0;
  }
  .approch-box:first-child, .approch-box:nth-child(3n) {
    margin-left: 0;
    margin-right: 0;
  }
  
}
@media(max-width: 1350px){
  .inner-page-heading {
    height: 235px;
  }
}
@media(max-width:1240px){
  .inner-page-heading {
    height: 205px;
  }
	.navbar-expand-lg .navbar-nav .nav-link{
		font-size: 0.85rem;
		padding: 0 1rem;
	}

}
@media(max-width: 1200px){
  .header-banner .carousel-control-prev-icon,
  .header-banner .carousel-control-next-icon {
    height: 36px;
    width: 37px;
    background-size: cover;
  }

  h1 {
  font-size: 3rem;
  line-height: normal;
}
.header-banner p{
  max-width: 100%;
}
  .banner-1 {
    left: 98px;
    top: -30px;
  }
  #earth {
    height: 360px;
    width: 360px;
  }
  .banner-chat {
    left: 16%;
    top: 20%;
  }
  .banner-chat-2 {
    right: 0%;
    top: 26%;
  }
  .banner-chat-3 {
    right: 0%;
    bottom: 32%;
  }
  .live-mandates-section .nav-pills .nav-item .nav-link{
    font-size: 0.61rem;
    padding: 0.68rem 0.5rem;
  }
}
@media(max-width: 1175px){
  .mandates-list li{
    font-size: 0.875rem;
  }
  .inner-page-heading{
    background-position: center -100px;
  }
  .inner-page-common-title h1{
    font-size: 2.8rem;
  }
  .invetment-form-text ul li{
    font-size: 0.851rem;
    line-height: normal; 
  }
  .faq-titles img {
     max-width: 50%;
  }
  .our-approch-block.pt-30 {
    padding-bottom: 3rem !important;
  }
  .approch-box:first-child, .approch-box:nth-child(3n){
    margin-top: 1.2rem;
  }
	#earth {
	  height: 380px;
	  width: 380px;
	 /* background-size: 510px;*/
	}
	h1 {
	  font-size: 3rem;
	}
	.header-banner p{
		max-width: 100%;
	}
	.common-tiltes h2 {
	  font-size: 2rem;
	  line-height: normal;
	}
	.block-1 h3{
		font-size: 0.85rem;
	}
	.portfolio-content p{
		margin-bottom: 0px;
	}
	.f-20{
		font-size: 1.1rem;
		line-height: normal;
	}
	p {
  		font-size: 0.851rem;
  		line-height: normal;
	}
	.approch-box {
	  max-width: 46%;
	  margin: 0 2rem;
	}
	.approch-box:nth-child(2n) {
	  top: 0;
	}
	.approch-box.last-box {
	  margin: 0 2rem;
	  display: inline-block;
	  top: 0px;
	}
	.approch-box{
		top: 0;
		margin-bottom: 20px;
	}
	.footer-section h4{
		font-size: 1rem;
		margin-bottom: 1.5rem;
	}
	.footer-module-1 li a{
		font-size: 12px;
	}
	.pt-30 {
	  padding: 2rem 0 !important;
	}
	.how-we-work-content .accordion-button{
		font-size: 1rem;
	}
	.how-we-work-content .accordion-body{
		font-size: 14px;
		line-height: 24px;
	}
	.portfolio-title h3{
		margin-bottom: 0px;
	}
	.btn-contact{
		font-size: 0.85rem;
	}
  .founders-info{
    max-width: 100%;
  }
  .founders-info big{
    font-size: 1rem;
  }
  .founders-info small{
    font-size: 14px;
  }
  .project-decription-title img {
    max-width: 30%;
  }
}

@media(max-width: 1075px){
  .inner-page-heading{
    background-position: center -80px;
  }
	.desktop-view{
		display: none;
	}
	.mobile-view{
		max-width: 50px;
	}
	.mobile-view{
		display: block;
	}
	
}

@media(max-width: 992px){
  .inner-page-common-title h1 {
    font-size: 2.5rem;
  }
  .inner-page-heading {
    height: 180px;
  }
  .pt-5 {
    padding-top: 2rem !important;
  }
  .common-tiltes h2{
    font-size: 1.5rem;
  }
  .partner-with-us h1{
    margin-bottom: 1rem;
  }
  .partner-with-us{
    padding: 2rem 0 3rem 0;
  }
  .faq-content{
    margin-top: -50px;
  }
  .faq-titles img {
     max-width: 40%;
  }
  .banner-chat img, .banner-chat-2 img, .banner-chat-3 img {
    max-width: 65%;
  }
  .banner-chat-2{
    right: -7%;
  }
  .banner-chat-3{
    right: -10%;
  }
  .banner-chat {
    left: 20%;
    top: 22%;
  }
	.navbar-expand-lg .navbar-collapse{
		display: none!important;
	}	
	.main-nav-mob{
		display: block;
	}
	.approch-box{
		max-width: 46%;
		margin: 0 1rem;
	}
	.approch-box.last-box {
	  margin: 0 0rem 0 1rem;
	  display: inline-block;
	  top: -70px;
	  position: relative;
	}
	.contact-us-block{
		flex-wrap: wrap;
	}
	.contact-us-block li{
		margin-bottom: 10px;
	}
	h1{
		font-size: 2rem;
	}
	.header-banner p {
	  font-size: 0.85rem;
	  line-height: normal;
	}
	.h-banner-2 {
	  max-width: 350px;
	}
	#earth {
	  height: 260px;
	  width: 260px;
	  /*background-size: 310px;*/
	}
	.banner-1 {
	  left: 65px;
	  top: -20px;
	}
	.header-banner .carousel-item{
		min-height: 520px;
	}
	.header-banner{
		min-height: inherit;
	}
	.contact-us-block li a {
	  padding: 14px;
	}
}
@media(max-width: 840px){
  .inner-page-heading {
    height: 100px;
  }
}
@media(max-width: 767px){
  .how-we-work-advise{
    flex-direction: column;
    text-align: center;
  }
  .advise-title-section{
    min-width: 100%;
    max-width: 100%;
  }
  .advise-title-section h2 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1rem;
  }
  .advise-title-section h2::before {
    content: normal;
  }
  .responsibility-content.advisory-services{
    margin-top: 0px;
  }
  .how-we-help{
    flex-direction: column;
  }
 .how-we-help-title, 
 .how-we-help-title h3 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  text-align: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.we_help_client_list p{
  font-size: 0.875rem;
}
  .private-equity h4,
  .services-1 h4{
    font-size: 1.15rem;
  }
  .transaction-advisory {
    text-align: center;
  }
  .responsibility-content.advisory-services h1{
    margin-bottom: 1rem;
  }
  .w-80 {
    max-width: 95%;
    margin: 0 auto;
  }
  h1 {
    font-size: 1.52rem;
  }
  .consultancy-list li,
  .services-1 ul li{
    font-size: 0.875rem;
  }
  .private-equity{
    margin-bottom: 1rem;
    min-height: inherit;
  }
  .mandates-list{
    padding-left: 0px;
  }
  .responsible-investing li{
    font-size: 0.851rem;
  }
  .approch-block.policies-boxes .approch-box:nth-child(2n){
    top: 0;
  }
  .approch-box:first-child, .approch-box:nth-child(3n) {
    margin-top: 0;
  }
  .about-content {
    text-align: center;
  }
  .our-values_core{
    background-position: center -40px;
  }
.inner-page-heading {
  height: 70px;
}
.responsibility-content{
  margin-top: 70px;
}
  .team_member-1{
    padding-top: 0px;
  }
  .team_author{
    margin-top: 0;
    text-align: center;
  }
  .team-member p{
    text-align: center;
  }
  .faq-titles img{
    display: none;
  }
  .faq-content {
    margin-top: 0;
  }
	.banner-img{
		display: none;
	}
	.css-typing,
  .css-typing-3, 
  .css-typing-2{
		width: 100%;
		text-align: center;
	}
  .css-typing-2 h1:nth-child(2),
  .css-typing-2 h1:nth-child(1),
  .css-typing-3 h1:nth-child(1),
	.css-typing h1:nth-child(1),
	.css-typing h1:nth-child(2){
		width: 100%;
		text-align: center;
		animation: none;
		opacity: 1;
	}

.css-typing h1,
.css-typing-3 h1,
.css-typing-2 h1{
	border-right: 0;
}

.header-banner p {
  text-align: center;
}	
.header-banner .carousel-item {
  min-height: inherit;
  text-align: center;
}
.carousel-indicators,
.how-we-work-img{
	display: none;
}
.about-us-section,
.our-approch-block {
  text-align: center;
}
.our-approch-block .common-tiltes p{
	max-width: 100%;
	text-align: center;
	font-size: 0.85rem;
}
.approch-box, .approch-box.last-box{
	max-width: 100%;
	margin: 0 0 1rem 0;
	top: 0;
}
.how-we-work-content {
  max-width: 100%;
}	
.industry-section h2, .industry-section p{
	width: 100%;
	text-align: center;
	margin-left: 0px;
}
.inudsty-box{
	margin-top: 2rem;
}
.common-tiltes h2{
	font-size: 1.5rem;
	line-height: normal;
}
.our-products-section .common-tiltes{
	margin-bottom: 0px;
}
.mt-20 {
  margin-top: 0;
}
.portfolio{
	margin-bottom: 1.5rem;
	margin-top: 0px;
}
.about-us-section{
	margin-top: 0px;
}
.faq-titles img.jump-animation-2{
	display: none;
}
.accordion-button{
	font-size: 0.85rem!important;
}
.faq-content .accordion-item{
	margin-bottom: 1rem;
}
.faq-content .accordion-button{
	padding: 1rem;
}
.contact-us-block{
	justify-content: center;
}
.contant-us-section{
	background-size: cover;
}

.header-banner .carousel-control-prev-icon,
.header-banner .carousel-control-next-icon {
  height: 34px;
  width: 34px;
  background-size: 100%;
}
.header-banner p {
  max-width: 80%;
  margin: 20px auto 20px auto;
}
.inner-page-common-title h1{
  font-size: 2.1rem;
}
.contact-us p{
  font-size: 0.875rem;
}
.responsibility-content{

}
.responsibility-content .common-tiltes{
  margin-top: 0px;
}
.live-mandates-section {
  display: flex;
}
.live-mandates-section .nav-pills {
  flex-direction: column;
  justify-content: flex-start;
  min-width: 185px;
  margin-right: 13px;
  border-bottom: 0;
}
.live-mandates-section .nav-pills .nav-item .nav-link {
  border-bottom: 2px solid #DEDEDE;
  padding: 1rem;
}
.live-mandates-section .nav-pills li{
  width: 100%;
}
.live-mandates-content {
  padding: 0;
}
.founders-info {
  max-width: 70%;
}
.founders-info ul{
  flex-direction: column;
}
.founders-info ul li{
  margin-bottom: 1rem;
  margin-right: 0;
  width: 100%;
}
.website-screenshot{
  padding: 1rem 0 3rem 0;
}
.website-screenshot::before{
  height: 100px;
}
}

@media(max-width: 600px){
  .our-values_core {
    background-position: center -3px;
  }
  .inner-page-heading {
    background-position: center 0px;
    height: 70px;
  }
  .check-box{
    width: 100%;
    margin-right: 0px;
  }
	.header-banner p {
	  max-width: 70%;
	}
  .inner-page-common-title h1{
    font-size: 1.5rem;
  }
  .founders-info {
    max-width: 90%;
  }
}
