@font-face {
  font-family: Barlow;
  src: url(../fonts/site/Barlow-Regular.ttf);
}

body {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight:400;
  /* font-family: 'Merriweather', serif; */
  color: #454545;
}

p {
  width: 100%;
  float: left;
  font-weight:400;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

main {
  width: 100%;
  float: left;
  overflow: hidden;
}

main > * {
  width: 100%;
  float: left;
  position: relative;
}

main .heading_area {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

main .heading_area.mb0 {
  margin-bottom: 0;
}

main .heading_area > * {
  width: 100%;
  float: left;
}

main .heading_area > *.sub_head {
  color: #166C91;
  font-size: 24px;
  line-height: 1.3;
  font-weight:700;
  margin-bottom:25px;
}

main .heading_area > *.head {
  font-size: 40px;
  font-weight:400;
  line-height: 1.2;
  font-family: 'Merriweather', serif;
  margin-bottom:25px;
  max-width: 40rem;
}

main .heading_area > *.text {
  font-size: 22px;
  font-weight:400;
  line-height: 1.3;
  font-family: 'Merriweather', serif;
}

main header {
  position:absolute;
  top:0;
  left:0;
  z-index: 999;
  padding: 50px 0;
  width: calc(100vw - 15px);
}

main header .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main header .logo {
  width: auto;
  float: left;
}

main header .logo > img {
  width: 300px;
  height:auto;
  float: left;
}

.logo img.b{
	display:none;
}

main header .navbar_area {
  width: auto;
  float: right;
  padding: 0;
  margin: 0;
}

main header .navbar_area > li {
  width: auto;
  float: left;
  list-style: none;
  margin-right: 45px;
}

main header .navbar_area > li.fa-close {
  display: none !important;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #454545;
  text-align: center;
  margin: 0;
  font-size: 20px;
}

main header .navbar_area > li:last-child {
  margin-right: 0;
}

main header .navbar_area > li > a {
  width: auto;
  float: left;
  color: #fff;
  font-size: 20px;
}

main header .navbar_area > li > a:hover{
	color:#f68720;
	transition:0.5s;
}

main header .fa-bars {
  display: none !important;
  color: #fff;
  font-size: 26px;
}

main .banner {
  position:relative;
  height:100vh;
  overflow:hidden;
}

.banner .owl-carousel,
.banner .owl-carousel .owl-stage-outer,
.banner .owl-carousel .owl-stage,
.banner .owl-carousel .owl-item {
  height: 100%;
}

.banner .video {
  width: 100%;
	height: 100%;
}

.banner .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0,0,0,0.5);
  background-size: cover;
  z-index:2;
}

main .banner .banner_text {
  width: 100%;
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  z-index:2;
}

main .banner .banner_text .head {
  font-size: 45px;
  font-family: 'Merriweather', serif;
  color: #fff;line-height: 1.3;
  font-weight:700;
}

main .banner .banner_text .head > span {
  color: #F68720;
  font-weight:700;
  font-family: 'Merriweather', serif;
  font-style:italic;
}

main .banner .banner_text .cnt {
  font-size: 22px;
  color: #fff;
}

main .section {
  padding: 70px 0 70px;
}

main .section.pt0 {
  padding-top: 0;
}

main > .back {
  background: #EAF2F5;
}

main > .equal {
  padding: 110px 0;
}

main .what_we_do {
  background: url(../images/what_we_do.png) no-repeat bottom right;
  margin-top: -125px;
  z-index:4;
}

main .what_we_do .heading_area {
  margin-top: 30px;
  margin-bottom: 50px;
}

main .what_we_do .box {
  width: 100%;
  float: left;
  border: 7px solid #fff;
  margin-bottom: 40px;
  padding: 70px 22px 25px;
  text-align: center;
  position: relative;
  background:#044066;
  min-height: 459px;
}

main .what_we_do .box p {
  position: relative;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight:400;
  margin-bottom: 30px;
}

main .what_we_do .box p.pont {
  margin-bottom:10px;
  text-align:left;
  position:relative;
}

main .what_we_do .box .head {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
}

main .what_we_do .box .text {
  font-size: 18px;
}

main .what_we_do .box .text.para{
	min-height:122px;
}

main .what_we_do .box .img_link{width:100%;float:left;text-align: left;padding:0;margin:0;}
main .what_we_do .box .img_link > li{width: 50%;float: left;list-style: none;margin-bottom: 15px;color: #fff;font-size: 16px;position: relative;display: flex;align-items: center;}
main .what_we_do .box .img_link > li.fw{width:100%;}
main .what_we_do .box .img_link > li > span{width:auto;float:left;}
main .what_we_do .box .img_link > li > span > img{height: 40px;float: left;margin-right: 12px;}

main .what_we_do .box:hover{
  background: #2c2c2c;
  transition:0.5s;
}

main .right_circle {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
  min-height: 127px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

main .right_circle::before {
  width: 150px;
  height: 150px;
  content: "";
  border: 4px solid #166C91;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-radius: 100%;
}

main .right_circle .box {
  background: #EAF2F5;
  float: right;
  position: relative;
  margin-right: 40px;
  width: 250px;
  max-width: 100%;
  text-align: center;
  border-radius: 100%;
  padding: 10px 0;
}

main .right_circle .box p {
  margin-bottom: 5px;
}

main .right_circle .box p:last-child {
  margin-bottom: 0;
}

main .right_circle .box .head {
  color: #166C91;
  font-size: 22px;
  line-height: 1.3;
  font-weight:700;
  font-family: 'Merriweather', serif;
}

main .right_circle .box .text {
  font-size: 20px;
  font-weight: 700;
}

main .left_circle {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
  min-height: 127px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 40px;
}

main .left_circle::before {
  width: 210px;
  height: 210px;
  content: "";
  border: 4px solid #F68720;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 100%;
}

main .left_circle .box {
  background: #EAF2F5;
  float: left;
  position: relative;
  margin-left: 15px;
  width: 360px;
  max-width: 100%;
  text-align: center;
  border-radius: 100%;
  padding: 10px 0;
}

main .left_circle .box p {
  margin-bottom: 5px;
}

main .left_circle .box p:last-child {
  margin-bottom: 0;
}

main .left_circle .box .head {
  color: #F68720;
  font-size: 40px;
  line-height: 1.1;
  font-weight:400;
  font-family: 'Merriweather', serif;
}

main .left_circle .box .head > span {
  display: inline-block;
}

main .left_circle .box .text {
  font-size: 24px;
  font-weight: 700;
}

main .testimonials_slider .t_partition {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

main .testimonials_slider h3{
	font-weight: 700;
	font-size:40px;
    color: #166C91;
    font-family: 'Merriweather', serif;
	margin-bottom:20px;
}

main .testimonials_slider .t_partition > li {
  float: left;
  list-style: none;
}

main .testimonials_slider .t_partition > li:nth-child(1) {
  width: 50%;
  padding: 70px 110px 0 0;
  position: relative;
}

main .testimonials_slider .t_partition > li:nth-child(2) {
  width: 70%;
  background: #EFEFEF;
  margin-left: -20%;
  padding-left: 20%;
  padding-top: 90px;
  padding-right: 50px;
}

main .testimonials_slider .t_partition > li:nth-child(2) > ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}

main .testimonials_slider .t_partition > li:nth-child(2) > ul > li {
  float: left;
  list-style: none;
  margin-bottom: 20px;
}

main .testimonials_slider .t_partition > li:nth-child(2) > ul > li:nth-child(1) {
  width: 50%;
  padding-right: 15px;
}

main .testimonials_slider .t_partition > li:nth-child(2) > ul > li:nth-child(2) {
  width: 50%;
  padding-left: 15px;
}

main .testimonials_slider .t_partition > li:nth-child(2) > ul > li.c_text {
  width: 100%;
  color: #166C91;
  font-style: italic;
  font-size: 22px;
  font-weight:300;
}

main .testimonials_slider .t_partition > li:nth-child(2) > ul > li.name {
  width: 100%;
  text-align: right;
  font-size: 18px;
  font-weight:300;
}

main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .head {
  font-size: 30px;
  font-weight:700;
  color: #166C91;
  font-family: 'Merriweather', serif;
}

main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .text {
  font-size: 16px !important;
  font-weight:300;
}

main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .s_head {
  margin-bottom: 5px;
  font-size: 14px;
  color: #A5A5A5;
  font-family: 'Merriweather', serif;
  font-weight:400;
  text-transform: uppercase;
}

main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .s_text {
  font-size: 16px;
  color: #F68720;
  font-weight:300;
}
.portfolio .pfltr .btn input{display: none;}
main .testimonials_slider .t_partition .testi_img {
  width: 100%;
  float: left;
}
.portfolio .ci.filterDiv ~ .cre p + img,
.portfolio .rei.filterDiv ~ .cre p + img{margin-top: 20px;}

main .testimonials_slider .t_partition .logo {
  position: absolute;
  bottom: 15px;
  right: 50px;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  width: 180px;
}

main .testimonials_slider .controls_btns {
  width: 70%;
  position: relative;
  float: right;
  margin-top: -60px;
  padding: 0 0 0 20%;
  margin-bottom: 40px;
}

main .testimonials_slider .controls_btns [class*=carousel-control-] {
  background: #fff;
  width: 60px;
  height: 60px;
  position: static;
  opacity: 1;
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

main .testimonials_slider .controls_btns [class*=carousel-control-].carousel-control-prev {
  float: left;
}

main .testimonials_slider .controls_btns [class*=carousel-control-].carousel-control-next {
  float: right;
}

main .testimonials_slider .controls_btns [class*=carousel-control-] > * {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  display: none;
}

main .testimonials_slider .controls_btns .carousel-indicators {
  position: static;
  margin: 0 auto;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .testimonials_slider .controls_btns .carousel-indicators.carousel-indicators [data-bs-target] {
  border: 3px solid #F68720;
  opacity: 1;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  margin: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .testimonials_slider .controls_btns .carousel-indicators.carousel-indicators [data-bs-target].active {
  background: #F68720;
}

main .testimonials_slider .controls_btns .carousel-control-prev {
  background: url(../images/arrow1.png) no-repeat center center;
}

main .testimonials_slider .controls_btns .carousel-control-next {
  background: url(../images/arrow2.png) no-repeat center center;
}

main .environment {
  background: url(../images/environment.jpg) no-repeat center center;
  background-size: cover;
}

main .environment .container {
  position: relative;
}

main .environment::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #166C91;
  opacity: 0.6;
}

main .environment .heading_area .head {
  color: #fff;
}

main .environment .img_txt {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

main .environment .img_txt > li {
  width: 100%;
  float: left;
  list-style: none;
  font-weight:400;
  margin-bottom: 40px;
  color: #fff;
  font-size: 22px;
}

main .environment .img_txt > li > img {
  width: auto;
  float: left;
  height: 70px;
}

main footer {
  background: #EFEFEF;
  padding: 60px 0 40px;
  color: rgba(69, 69, 69, 0.38);
}


main footer .align_right {
  text-align: right;
}

main footer a {
  color: rgba(69, 69, 69, 0.38);
  display: inline-block;
}

main footer a.site {
  margin-left: 60px;
}

main footer span {
  display: inline-block;
}

/* Real Estate Page */

header.inner-page{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.inner-banner{
	position:relative;
}

.inner-banner img{
	width:100%;
	position:relative;
}

.inner-banner:before{
	position:absolute;
	content:'';
	background:url(../images/banner/banner_back.png) no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
}
#consulting .inner-banner:before {
	content:'';
  background: #166C91;
}

.inner-banner .banner_text {
    width: 100%;
    position: absolute;
    top: 65%;
    left: 0;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
	z-index:1;
}

.inner-banner .banner_text .head {
    font-size: 45px;
    font-weight: 700;
    color: #fff;line-height: 1.1;
	font-family: 'Merriweather', serif;
	margin-bottom:0;padding-left:50px;
}

.real{
	margin:20px 0 0;
}

.real .rl-bx{
	max-width:95%;
	margin:0 auto;
	background:#ECF7FC !important;
	padding:2rem 0 !important;
}

.real h2{
	font-size: 40px;
	font-weight:400;
    line-height: 1.2;
	color:#454545;
	margin-top:60px;
	font-family: 'Merriweather', serif;
}

.real p.rl{
	color:#454545;
	font-size:24px;
	line-height:34px;
	font-weight:300;
	margin-bottom:20px;
}

.real p.rl > span {
    color: #F68720;
	font-style:italic;
}

.asset-type{
	padding:2rem 0;
}

.asset-type h2{
	font-size:40px;
	color:#454545;
	font-weight:400;
	margin-bottom:50px;
	font-family: 'Merriweather', serif;
}
.real p.mini{
	color:#454545;
	font-size:20px;
	opacity:0.6;
	font-style:italic;
	font-weight:300;
	margin-bottom:0;
	text-align:right;
	margin-top:30px;
}

.real .left_circle .box {
    background: #ECF7FC !important;
}

.asset-type .blue-crcl{
	background:#ECF7FC;
	border-radius:50%;
	width:200px;
	height:200px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto;	
}

.asset-type p{
	color:#454545;
	font-size:22px;	
	font-weight:700;
	margin-top:15px;
	font-family: 'Merriweather', serif;
}

.asset-type .at-h{
	position:relative;
	cursor:pointer;
}

.asset-type .at-h .hv-img{
	display:none;
	transition:0.3s;
}

.asset-type .at-h:hover .hv-img{
	display:block;
	transition:0.5s;
}

.transaction-t{
	margin-bottom:15px;
}

.transaction-t .trns{
	max-width:95%;
	margin:0 auto;
	background:#EFEFEF;
	padding:2rem 0 !important;
}

.transaction-t h2{
	font-size:40px;
	color:#454545;
	font-weight:400;
	margin-bottom:40px;
	font-family: 'Merriweather', serif;
}
.transaction-t .sub_head{margin-top:-30px;color: #454545;font-size: 24px;line-height: 34px;font-weight: 300;margin-bottom: 40px;}

.transaction-t .eqt{
	display:flex;
	align-items:center;
	margin-bottom:40px;
}

.transaction-t .eqt img{	
	margin-right:50px;
}

.transaction-t .eqt .txt h3{
	color:#166C91;
	font-size:30px;
	font-weight:700;
	margin-bottom:15px;
	font-family: 'Merriweather', serif;
}

.transaction-t .eqt .txt ul{
	padding-left:1.2rem;
}

.transaction-t .eqt .txt ul li{
	color:#454545;
	font-size:20px;
	font-weight:300;
}

.prt{
	padding:4rem 0;
	background:#044066;
}

.prt .data{
	width:fit-content;
	margin:0 auto;
}

.prt .data h5{
	color:#fff;
	opacity:0.5;
	font-size:24px;
	margin-bottom:20px;
}

.prt .data h4{
	color:#fff;
	font-size:45px;
	font-family: 'Merriweather', serif;
	font-weight:700;
	margin-bottom:0;
}

.prt .data h4 a{
	color:#fff;margin:0 25px 10px;display: inline-block;
}
.prt .data h4 a:first-child{margin-left: 0;}
.prt .data h4 a:last-child{margin-right: 0;}

.prt .data h4 a:hover{
	color: #f68720;
    transition: 0.5s;
}

.prt .data h4 img{
	margin-left:10px;
}

/* Private Equity Page */

.com{
	margin:20px 0;
	position:relative;
}

.com .c-s{
	padding:70px 40px 70px 70px;
	width:75%;
	background:#EFEFEF;
	position:relative;
}

.com .c-s.pe, .com .c-s.cre{
	position:relative;
}

.com .c-s.pe:before{
	position:absolute;
	content:'';
	background:url(../images/pe/p6.png) center no-repeat;
  background-size: cover;
	right:-220px;
	top:50%;
	transform:translateY(-50%);
	width:310px;
	height:342px;
}

.com .c-s.cre:before{
	position:absolute;
	content:'';
	background:url(../images/credit/c1.jpg) center no-repeat;
  background-size: cover;
	right:-280px;
	top:50%;
	transform:translateY(-50%);
	width:410px;
	height:442px;
}

.com .c-s h3{
	color:#166C91;
	font-size:30px;
	margin-bottom:40px;
	font-weight:700;
	font-family: 'Merriweather', serif;
}


.com .c-s ul{
	list-style:none;
	padding-left:0;
}

.com .c-s ul li{
	font-size:20px;
	line-height:28px;
	color:#454545;
	margin-bottom:40px;
	position:relative;
	padding-left:20px;
	padding-right:12%;
	font-style:normal;
    font-weight:400;
}

.com .c-s ul li:before{
	position:absolute;
	left:0;
	top:3px;
	content:'';
	background:url(../images/pe/p5.png) no-repeat;
	width:10px;
	height:19px;
}

.com .c-s ul li img{
	margin-right:20px;
}

.com .com-sit{
	position:absolute;
	right:10%;
	top:50%;
	transform:translateY(-50%);
}

.tt{
	padding:4rem 0;
}

.tt h3{
	font-size:40px;
	color:#454545;
	font-weight:400;
	margin-bottom:40px;
	font-family: 'Merriweather', serif;
}

.tt ul{
	list-style:none;
	padding-left:0;
}

.tt ul li{
	font-weight:400;
	font-style:italic;
	color:#454545;
	font-size:23px;
	margin-bottom:25px;
	position:relative;
	padding-left:25px;
	padding-bottom:10px;
}

.tt ul li:not(:last-child){
	border-bottom:1px solid #DDE9EF;
}

.tt ul li:before{
	position:absolute;
	left:0;
	top:6px;
	content:'';
	background:url(../images/pe/p5.png) no-repeat;
	width:10px;
	height:19px;
}

/* Credit Page */

.real h5 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    color: #454545;
    margin-top: 20px;
}

.transaction-t .trns.fin {
    background: #fff;
}

.transaction-t .trns.fin .txt p{
   color:#454545;
   font-size:30px;
   font-weight:400;
}

/* News Page */

.news{
	padding:2rem 0;
}

.news .news-lnk{
	padding:30px 20px;
	border-left:1px solid #CBCBCB;
	border-right:1px solid #CBCBCB;
	border-top:1px solid #CBCBCB;
	border-bottom:6px solid #166C91;
	margin-bottom:30px;
	min-height:260px;
}

.news .news-lnk a{	
	display:flex;
	align-items:start;
}

.news .news-lnk img{
	width:80px;
	margin-right:20px;
	margin-top:40px;
	height:100%;
	object-fit:contain;
	float:left;
	display:block;
}

.news .news-lnk h6{
	color:#454545;
	font-size:18px;
	font-weight:400;
	margin-bottom:15px;
	font-family: 'Merriweather', serif;
}

.news .news-lnk h5{
	color:#166C91;
	font-size: 18px;
    line-height: 26px;
	font-weight:300;
	margin-bottom:0;
}

.news .news-lnk:hover{
	background:#166C91;
	transition:0.5s;
}

.news .news-lnk:hover h5, .news .news-lnk:hover h6{
	color:#fff;
	transition:0.5s;
}

.news h3 a{
	color:#166C91;
	font-size:18px;
	font-weight:700;
}

/* Contact Page */

.inner-banner.contactt{
	height:100%;
}
.inner-banner.contactt:before{
	display:none;
}
.inner-banner.contactt img {
    height: 100%;
}
.inner-banner .contact h2{
	font-size:45px;
	line-height:75px;
	color:#fff;
	opacity:0.7;
	font-family: 'Merriweather', serif;
	font-weight:700;
}

.inner-banner .contact .c-mail{
	display:inline-block;
}

.inner-banner .contact .c-mail h6{
	font-size:30px;
	margin-bottom:20px;
	color:#fff;
	
}

.inner-banner .contact h6{
	font-size:30px;
	margin-bottom:40px;
	color:#fff;
	font-family: 'Merriweather', serif;
	font-weight:700;
}

.inner-banner .contact .c-mail h5 a{
	font-size:18px;
	color:#9ED0E5;
}

.inner-banner .contact .addrs h5{
	color:#F68720;
	font-size:24px;
	margin-bottom:10px;
	font-weight:700;
}

.inner-banner .contact .addrs p{
	color:#fff;
	font-size:18px;
	font-weight:300;
}

.inner-banner .contact .addrs.ad-2{
	margin-top:20px;
}

.inner-banner .contact .c-mail.car{
	margin-top:45px;
}

.inner-banner .contact .c-mail.inv{
	margin-top:45px;
}

.ad-ara{
	padding:4rem 0;
}

.ad-ara h6 {
    font-size: 30px;
    margin-bottom: 40px;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-weight: 700;
	position:relative;
}

.ad-ara .o-a{
	background-size:cover;
  background-repeat: no-repeat;
	width:100%;
	height:100%;
	position:relative;
	padding:2rem;
}
.ad-ara .o-a.austin{
	background-image:url(../images/austin.jpg);
}
.ad-ara .o-a.london{
	background-image:url(../images/london.jpg);
}

.mbb-1{
	margin-bottom:15px;
}

.ad-ara .o-a:before{
	background:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
}

.ad-ara .o-a h5 {
    color: #F68720;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
	position:relative;
}

.ad-ara .o-a p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
	position:relative;
}

.ad-ara .bx-b{
	background:#166291;
	padding:2rem;
}

.ad-ara .bx-b h6 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
	position:relative;
}

.ad-ara .bx-b h5 a {
    font-size: 16px;
    color: #9ED0E5;
}

.ad-ara .bx-b .c-mail {
    display: inline-block;
}

.ad-ara .bx-b .c-mail.car {
    margin-top: 25px;
}

.ad-ara .bx-b .c-mail.inv {
    margin-top: 25px;
}

.c-map{
	padding:1rem 0 2rem;
}

.c-map .map{
	position:relative;
}

.c-map .map img.mp{
	width:100%;
}

.c-map .map .mp-d{
	position:absolute;
	right:10px;
	bottom:10px;
	padding:0 20px;
	z-index:2;
}

.c-map .map .mp-d img{
	margin-left:10px;
}

.c-map .map .mp-d h5{
	color:#166C91;
	font-size:24px;
	margin-bottom:10px;
	font-weight:700;
	font-family: 'Merriweather', serif;
}

.c-map .map .mp-d h6 a{
	color:#F68720;
	font-size:18px;
	margin-bottom:0px;
	font-weight:700;
}





/*========================
    Consulting Page 
 =======================*/
.consulting {
  background-color: #ECF7FC;
  padding: 4rem 0;
  margin: 2rem 0;
}
.consulting h3 {
  font-weight: 300;
  margin-bottom: 0;
}
.consulting h3 i {
  color: #F68720;
}
.consulting .media {
  margin-top: 3.75rem;
}
.consulting .media img {
  width: 11.875rem;
  height: 9.625rem;
  margin-right: 1.875rem;
}
.consulting .media .media-body {
  font-size: 1.875rem;
  max-width: 50rem;
  margin: auto 0;
}
@media (min-width: 1200px) {
  .consulting .media:nth-child(2) {
    margin-left: 8%;
  }
  .consulting .media:nth-child(3) {
    margin-left: 16%;
  }
}
@media (max-width: 1199px) {
  .consulting .media img {
    width: 10rem;
    height: 8rem;
    margin-right: 1rem;
  }
  .consulting .media .media-body {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .consulting .media {
    margin-top: 2rem;
  }
  .consulting .media img {
    width: 6rem;
    height: 5rem;
    margin-right: .9375rem;
  }
  .consulting .media .media-body {
    font-size: 1.125rem;
  }
}







/* Portfolio Page */

.portfolio{
	padding:4rem 0;
}

.portfolio .port{
	height:10rem;
	padding:2rem 2rem;
	border:2px solid #CCD9DE;
	cursor:pointer;
	transition:0.5s;
	margin-bottom:20px;
	margin-top:20px;
}

.portfolio .port:hover{
	border:2px solid #F68720;
	transition:0.5s;
}

.img-contain{
	width:100%;
	height:100%;
	object-fit:contain;
}

.portfolio h2{
	color:#454545;
	font-family: 'Merriweather', serif;
	font-weight:400;
	font-size:40px;
	margin-bottom:30px;
	margin-top:30px;
}

.portfolio .tb-area{
	display:flex;
	align-items:center;
	margin-bottom:40px;
	background: #EFEFEF;
    padding: 10px 10px 0;
}

.portfolio .tb-area h3{
	color:#97A4AA;
	font-weight:400;
	font-size:16px;
	margin-right:40px;
	margin-left:20px;
	margin-bottom:12px;
}

.portfolio .tb-area .nav-tabs .nav-item.show .nav-link, .portfolio .tb-area .nav-tabs .nav-link.active {
    border-color: transparent;
}

.portfolio .tb-area .nav-tabs {
    border-bottom: none;
}

.portfolio .tb-area .nav-tabs .nav-link:focus, .portfolio .tb-area .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.portfolio .tb-area .nav-link{
	padding:2px 25px;
	margin-right:10px;
	margin-left:10px;
	font-size:16px;
	font-weight:400;
	color:#454545;
	padding-top:2px;
	padding-bottom:6px;
	border-bottom:0px solid transparent;
	position:relative;
}

.portfolio .tb-area .nav-tabs .nav-link{
	border: 0px solid transparent;
}

.portfolio .tb-area li.nav-item{position:relative;}

.portfolio .tb-area li.nav-item:not(:last-child):before{
	height:25px;
	width:2px;
	background:#707070;
	top:0;
	right:0;
	content:'';
	position:absolute;
}

.portfolio .tb-area .nav-tabs .nav-link:hover{
	border-bottom:4px solid #F68720;
}

.portfolio .tb-area .nav-tabs .nav-link.active{
	border-bottom:4px solid #F68720;
}

.portfolio h3{
	color:#454545;
	font-size:40px;
	font-family: 'Merriweather', serif;
	font-weight:400;
	margin-bottom:30px;
	margin-top:30px;
}

.portfolio .blue-p{
	background:#ECF7FC;
	border:2px solid #CCD9DE;
	padding:2rem 1rem;
	text-align:center;
	display:grid;
	align-items:center;
	width:100%;
	min-height:232px;
	margin-bottom:40px;
}

.portfolio .blue-p img{
	width:130px;
	height:90px;
	object-fit:contain;
	display:block;
	margin:0 auto;
}

.portfolio .blue-p p{
	color:#454545;
	font-size:18px;
	font-family: 'Merriweather', serif;
	font-weight:700;
	margin-bottom:0px;
	display:block;
}

.portfolio .blue-p:hover {
    border: 2px solid #F68720;
    transition: 0.5s;
}

#portf .modal-lg, #portf .modal-xl {
    max-width: 900px;
	margin:0;
}

#portf .carousel-inner{
	padding:4rem;
}

#portf .pop-left{
	padding-right:70px;
	float:left;
}

#portf .pop-left h3{
	color:#166C91;
	font-size:30px;
	font-family: 'Merriweather', serif;
	font-weight:700;
	margin-bottom:30px;
	margin-top:70px;
}

#portf .pop-left p{
	color:#454545;
	font-size:18px;	
	line-height:30px;
	font-weight:400;
}

#portf .pop-left p a{
	color:#454545;
}

#portf .pop-rgt{
	border-left: 2px solid #166C91;
	padding-left:30px;
	margin-top:20px;
}

#portf .pop-rgt h4{
	color:#97A4AA;
	font-size:18px;
	margin-bottom:10px;
}

#portf .pop-rgt h6{
	color:#454545;
	font-size:18px;
	margin-bottom:30px;
}

#portf .pop-rgt h6 a{
	color:#F68720;
}

#portf img.p-img{
	width:100%;
	margin-top:30px;
}

#portf .modal-header.top-right {
    position: absolute;
    padding: 6px 24px;
    right: -48px;
    top: 20%;
	transform:translateY(-20%);
    background: #166C91;
    border: 0;
    height: 180px;
    border-top-left-radius: calc(0rem - 0px);
    border-top-right-radius: calc(0rem - 0px);
}

#portf .modal-header.top-right .close-btn {
    position: absolute;
    top: 0px;
    margin: 0 5px;
    left: 0;
}

#portf .close-btn {
    padding: 0 6px;
}

#portf .close-btn button.close {
    margin: 0;
    padding: 0 0px;
    color: #ffffff;
    font-size: 46px;
    opacity: inherit;
}

#portf .close {
    float: right;
    font-weight: 100;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

#portf .modal-header.top-right .left-arw {
    position: absolute;
    top: 135px;
    left: 7px;
}

#portf .modal-header.top-right .left-arw a {
    position: static;
}

#portf .carousel-control-next, #portf .carousel-control-prev {
    opacity: 1;
    width: 2.25rem;
}

#portf .sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#portf .modal-header.top-right .right-arw {
    position: absolute;
    top: 70px;
    left: 7px;
}

#portf .modal-header.top-right .right-arw a {
    position: static;
}

#portf button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#portf .modal-content{
	border-radius:0;
}


#portf-2 .modal-lg, #portf .modal-xl {
    max-width: 900px;
	margin:0;
}

#portf-2 .carousel-inner{
	padding:4rem;
}

#portf-2 .pop-left{
	padding-right:70px;
	float:left;
}

#portf-2 .pop-left h3{
	color:#166C91;
	font-size:30px;
	font-family: 'Merriweather', serif;
	font-weight:700;
	margin-bottom:30px;
	margin-top:70px;
}

#portf-2 .pop-left p{
	color:#454545;
	font-size:18px;	
	line-height:30px;
	font-weight:400;
}

#portf-2 .pop-left p a{
	color:#454545;
}

#portf-2 .pop-rgt{
	border-left: 2px solid #166C91;
	padding-left:30px;
	margin-top:20px;
}

#portf-2 .pop-rgt h4{
	color:#97A4AA;
	font-size:18px;
	margin-bottom:10px;
}

#portf-2 .pop-rgt h6{
	color:#454545;
	font-size:18px;
	margin-bottom:30px;
}

#portf-2 .pop-rgt h6 a{
	color:#F68720;
}

#portf-2 img.p-img{
	width:100%;
	margin-top:30px;
}

#portf-2 .modal-header.top-right {
    position: absolute;
    padding: 6px 24px;
    right: -48px;
    top: 20%;
	transform:translateY(-20%);
    background: #166C91;
    border: 0;
    height: 180px;
    border-top-left-radius: calc(0rem - 0px);
    border-top-right-radius: calc(0rem - 0px);
}

#portf-2 .modal-header.top-right .close-btn {
    position: absolute;
    top: 0px;
    margin: 0 5px;
    left: 0;
}

#portf-2 .close-btn {
    padding: 0 6px;
}

#portf-2 .close-btn button.close {
    margin: 0;
    padding: 0 0px;
    color: #ffffff;
    font-size: 46px;
    opacity: inherit;
}

#portf-2 .close {
    float: right;
    font-weight: 100;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

#portf-2 .modal-header.top-right .left-arw {
    position: absolute;
    top: 135px;
    left: 7px;
}

#portf-2 .modal-header.top-right .left-arw a {
    position: static;
}

#portf-2 .carousel-control-next, #portf-2 .carousel-control-prev {
    opacity: 1;
    width: 2.25rem;
}

#portf-2 .sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#portf-2 .modal-header.top-right .right-arw {
    position: absolute;
    top: 70px;
    left: 7px;
}

#portf-2 .modal-header.top-right .right-arw a {
    position: static;
}

#portf-2 button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#portf-2 .modal-content{
	border-radius:0;
}

.portfolio .filterDiv {
  display:none;
}

.show {
  display: block !important;
}

.portfolio .pfltr{
	display:flex;
	align-items:center;
	background: #EFEFEF;
    border-bottom: none;
    padding: 10px 10px 0;
}

.portfolio .pfltr h4{
	color: #97A4AA;
	font-size:18px;
	margin-right:30px;
	margin-left:20px;
	margin-bottom:10px;
}

.portfolio .pfltr .btn{
	border-bottom: 4px solid transparent;
	padding: 2px 15px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    padding-top: 2px;
    padding-bottom: 6px;
    position: relative;
}

.portfolio .pfltr .btn:hover{
	border-bottom: 4px solid #F68720;
	outline:none;
	border-radius:0;
}

.portfolio .pfltr .btn.active {
	border-bottom: 4px solid #F68720 !important;
	outline:none;
	border:none;
	border-radius:0;
}

.portfolio .pfltr .btn:focus {
	border:none;
	outline:none;
	box-shadow:0 0 0 0 !important;
}


.portfolio .pfltr .btn:not(:last-child):before {
    height: 25px;
    width: 2px;
    background: #707070;
    top: 0;
    right: -14px;
    content: '';
    position: absolute;
}

.footnote {
  background: #EFEFEF;
  padding-top: 3rem;
}

/* abhishek css start */
/* 
Team page start
*/


.teamtabs{padding: 50px 0;}
#teamTab{background: #EFEFEF;border-bottom: none;padding: 10px;}
.nav-tabs .nav-link.active{border:none;    background: transparent;}
.teamtabs .nav-tabs .nav-link{position: relative;outline: none;    border: none;;color: #454545;border-right: 1px solid #707070;border-radius: 0px;
  padding: 2px 35px;}
.teamtabs .nav-tabs .nav-item:first-child .nav-link{border-right: none;color:#97A4AA}
.teamtabs .nav-tabs .nav-item:last-child .nav-link{border-right: none;}
.teamcard{border: 1px solid #CCD9DE;padding: 20px 10px;margin-top: 25px;text-align: center;    height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;cursor: pointer;}
  .teamtabs .nav-tabs .nav-link.active:after {
    content: '';
    border-bottom: 3px solid  #F68720;
    position: absolute;
    bottom: -10px;
    width: 80%;
    left: 20px;
    right: 20px;
}
.teamtabs .nav-tabs .nav-link:focus, .teamtabs .nav-tabs .nav-link:hover{border-bottom-color: transparent;border-top-color: transparent;}
.teamcard h2{color: #166C91;font-size: 24px;font-weight: bold;font-family: 'Merriweather', serif;}
.teamcard p{color: #97A4AA;font-size: 16px;float: none;margin-bottom: 0;font-family: 'Merriweather', serif;}
.subhed{font-weight: 300;padding-left:50px;}
.teamcard:hover{background: #166C91;color: #fff;}
.teamcard:hover h2,.teamcard:hover p{color: #fff;}
#teamModal .modal-dialog{max-width: 70%;
  margin: 0;}
#teamModal .modal-content{border-radius: 0px;}
.teamdebdy p{font-size: 18px;}
#teamModal .modal-body, #teamModal-2 .modal-body, #teamModal-3 .modal-body, #teamModal-4 .modal-body{
	padding: 100px 50px 100px 150px;
}
#teamModal .modal-content, #teamModal-2 .modal-content, #teamModal-3 .modal-content, #teamModal-4 .modal-content{
	border-radius: 0px;
}
#teamModal .modal-dialog, #teamModal-2 .modal-dialog, #teamModal-3 .modal-dialog, #teamModal-4 .modal-dialog{
	max-width: 70%;
    margin: 0;
}

.teamdehed h3{color: #166C91;font-size: 30px;font-family: 'Merriweather', serif;font-weight:700;}
.teamdehed p{color: #97A4AA;font-size: 20px;float: none;margin-bottom: 0;font-family: 'Merriweather', serif;font-weight:400;}
.teamdehed:before {
  content: '';
  width: 100px;
  height: 100px;
  border: 2px solid #F68720;
  border-radius: 50%;
  position: absolute;
}
.teamdehed {
  display: flex;
  align-items: center;
  margin-bottom: 40px;margin-top: 20px;
}
.teamdehedin{background: #fff;margin-left: 50px;    position: relative;
  z-index: 9;}
.crscontrols .btn-close{background: url('../images/close.png');background-size: 18px 20px;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 10px;}
.crscontrols .carousel-control-next{padding: 20px 0;}
.crscontrols {
  position: absolute;
  background: #166C91;
  display: flex;
  right: -112px;
  top: 0;flex-direction: column;padding: 30px 15px;}
.crscontrols .carousel-control-next, .crscontrols .carousel-control-prev{position: relative;width: 100%;}
.bgl{background: #EFEFEF;}
.bgl:hover h2{ color: #fff;;}
.bgl:hover p{color: #fff;}

.teamtabs .filterDiv {
  display:none;
}
.show {
  display: block !important;
}
.teamtabs .fltr{
	display:flex;
	align-items:center;
	background: #EFEFEF;
    border-bottom: none;
    padding: 10px 10px 0;
}

.teamtabs .fltr h4{
	color: #97A4AA;
	font-size:18px;
	margin-right:30px;
	margin-left:20px;
	margin-bottom:10px;
}

.teamtabs .fltr .btn{
	border-bottom: 4px solid transparent;
	padding: 2px 15px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    padding-top: 2px;
    padding-bottom: 6px;
    position: relative;
    outline:none;
}
.teamtabs .fltr .btn input{display: none;}

.teamtabs .fltr .btn:hover{
	border-bottom: 4px solid #F68720;
	outline:none;
	border-radius:0;
}

.teamtabs .fltr .btn.active {
	border-bottom: 4px solid #F68720 !important;
	outline:none;
	border:none;
	border-radius:0;
}

.teamtabs .fltr .btn:focus {
	border:none;
	outline:none;
	box-shadow:0 0 0 0 !important;
}

.portfolio .fltr .btn {
    border: 0px solid transparent;
}

.teamtabs .fltr .btn:not(:last-child):before {
    height: 25px;
    width: 2px;
    background: #707070;
    top: 0;
    right: -14px;
    content: '';
    position: absolute;
}

/* 
Team page start
*/



/* Terms Page */

.terms{
	padding:4rem 0;
}

.terms h2{
	font-weight: 700;
    font-size: 30px;
    color: #166C91;
    font-family: 'Merriweather', serif;
    margin-bottom: 20px;
	margin-top: 20px;
	display:block;
}

.terms p{
    font-size: 18px;
	line-height:30px;
    color: #454545;
    margin-bottom: 20px;
	display:block;
}
.terms p a {
  color: #166C91;
}

@media (min-width: 1200px) {
  .terms p {
    margin-bottom: 2rem;
  }
}

.real .rl-bx .transaction-t .trns.fin{max-width: 100%;background: transparent;padding-bottom: 0 !important;}

#consulting .hm img {
  display: none;
}
#consulting .hm:not(.navbar-min) img:nth-child(1) {
  display: block;
}
#consulting .hm.navbar-min img:nth-child(2) {
  display: block;
}

@media (min-width: 992px){
  header.hm.navbar-min {
      background-color: #fff;
      padding: 1rem 0 1rem;
      box-shadow: 0px 2px 13px -5px rgb(0 0 0 / 40%);
    position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1030;
    -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
  }

  header.hm.navbar-min .logo img.w{
    display:none;
  }

  header.hm.navbar-min .logo img.b{
    display:block;
  }

  header.hm.navbar-min .navbar_area > li > a {
      color: #1B6D93;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  main header .navbar_area > li {
    margin-right: 30px;
  }
  main header .navbar_area > li a {
    font-size: 18px;
  }
  main .banner .banner_text .head {
    font-size: 40px;
  }
  main .banner .banner_text .cnt {
    font-size: 20px;
  }
  main .what_we_do .box {
    padding: 50px 15px 10px;
    min-height: 388px;
  }
  main .what_we_do .box p {
    margin-bottom: 20px;
  }
  main .what_we_do .box .head {
    font-size: 28px;
  }
  main .what_we_do .box .text {
    font-size: 16px;
  }
  main .heading_area > *.sub_head {
    font-size: 22px;
  }
  main .heading_area > *.text {
    font-size: 20px;
  }
  main .heading_area > *.head {
    font-size: 36px;
  }
  main .right_circle .box .head {
    font-size: 18px;
  }
  main .right_circle .box .text {
    font-size: 16px;
  }
  main .left_circle::before {
    width: 180px;
    height: 180px;
  }
  main .left_circle .box .head {
    font-size: 32px;
  }
  main .left_circle .box .text {
    font-size: 20px;
  }
  main .testimonials_slider .t_partition > li:nth-child(1) {
    padding-right: 50px;
  }
  main .testimonials_slider .t_partition > li:nth-child(1) .logo {
    right: 20px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .head {
    font-size: 28px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .text {
    font-size: 18px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .s_text {
    font-size: 15px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li.c_text {
    font-size: 19px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li.name {
    font-size: 16px;
  }
  main .testimonials_slider .controls_btns .carousel-indicators.carousel-indicators [data-bs-target] {
    margin: 0 25px;
  }
  main .environment .img_txt > li {
    font-size: 20px;
  }
  main .environment .img_txt > li:first-child {
    margin-bottom: 25px;
  }
  main footer {
    padding: 50px 0 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  main header .navbar_area > li {
    margin-right: 25px;
  }
  main header .navbar_area > li a {
    font-size: 14px;
  }
  main .banner .banner_text .head {
    font-size: 38px;
  }
  main .banner .banner_text .cnt {
    font-size: 18px;
  }
  main .what_we_do {
    background-position: bottom right -20%;
  }
  main .what_we_do .box {
    padding: 30px 15px 15px;
    min-height: 354px;
  }
  main .what_we_do .box p {
    margin-bottom: 15px;
  }
  main .what_we_do .box .head {
    font-size: 26px;
  }
  main .what_we_do .box .text {
    font-size: 14px;
  }
  main .what_we_do .box .img_link > li{font-size:14px;}
  main .what_we_do .box .img_link > li > span > img{height:35px;}
  main .heading_area > *.sub_head {
    font-size: 20px;
  }
  main .heading_area > *.text {
    font-size: 18px;
  }
  main .heading_area > *.head {
    font-size: 32px;
  }
  main .right_circle .box .head {
    font-size: 16px;
  }
  main .right_circle .box .text {
    font-size: 14px;
  }
  main .left_circle {
    margin-bottom: 20px;
  }
  main .left_circle::before {
    width: 165px;
    height: 165px;
  }
  main .left_circle .box .head {
    font-size: 28px;
  }
  main .left_circle .box .text {
    font-size: 18px;
  }
  main .section {
    padding: 90px 0 50px;
  }
  main .equal {
    padding: 90px 0;
  }
  main .testimonials_slider .t_partition > li:nth-child(1) {
    padding-right: 30px;
    padding-top: 50px;
  }
  main .testimonials_slider .t_partition > li:nth-child(1) .logo {
    right: 10px;
    width: 150px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) {
    padding-right: 30px;
    padding-top: 80px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .head {
    font-size: 24px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .text {
    font-size: 14px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .s_text {
    font-size: 14px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li.c_text {
    font-size: 15px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li.name {
    font-size: 14px;
  }
  main .testimonials_slider .controls_btns .carousel-indicators.carousel-indicators [data-bs-target] {
    margin: 0 15px;
  }
  main .testimonials_slider .controls_btns [class*=carousel-control-] {
    width: 50px;
    height: 50px;
  }
  main .testimonials_slider .controls_btns .carousel-control-prev, main .testimonials_slider .controls_btns .carousel-control-next {
    background-size: 100%;
  }
  main .environment .img_txt > li {
    font-size: 16px;
  }
  main .environment .img_txt > li:first-child {
    margin-bottom: 25px;
  }
  main footer {
    padding: 40px 0 20px;
    font-size: 14px;
  }
  .com .com-sit img{
	width:312px;
	height:342px;	
  }
  .com .c-s ul li {
    font-size: 19px;
  }
  .tt ul li {
    font-size: 19px;
  } 
  .real h2 {
    font-size: 33px;
  }	
  .transaction-t .trns.fin .txt p {
    font-size: 22px;
  }
  .inner-banner .contact h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .inner-banner .contact .addrs p {
    font-size: 13px;
  }
  .inner-banner .contact .c-mail h6 {
    font-size: 20px;
  }
  .inner-banner .contact .c-mail.inv {
    margin-top: 64px;
  }
  .com .c-s.cre:before {
    right: -190px;
    width: 310px;
    height: 342px;
	}
	.com .c-s.pe:before {
    right: -190px;
    width: 350px;
    height: 392px;
	}
	.portfolio .tab-content .tab-pane .blue-p p {
    font-size: 14px;
	}
	.inner-banner img {
    width: auto;
	}
	.teamtabs .fltr h4 {
    font-size: 16px;
    margin-right: 20px;
    margin-left: 10px;
	}
}

@media (max-width: 991px) {
  main .what_we_do .box .img_link > li{width:100%;font-size:14px;align-items: start;}
  main .what_we_do .box .img_link > li > span > img {height:30px;}
  .inner-banner .teambnr{top: 70%;}

  .inner-banner .banner_text .head, .subhed{padding-left:0;}
  main header .fa-bars {
    display: block !important;
  }
  main header .navbar_area {
    position: fixed;
    top: 0;
    left: -100%;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    padding: 40px 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  main header .navbar_area.active {
    left: 0;
  }
  main header .navbar_area.active .fa-close {
    right: 0;
  }
  main header .navbar_area > li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0;
  }
  main header .navbar_area > li.fa-close {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    right: -50%;
    display: block !important;
  }
  main header .navbar_area > li a {
    font-size: 14px;
    color: #166C91;
  }
  main header .navbar_area.active {
    display: block;
  }
  main .testimonials_slider .controls_btns {
    margin-top: 0;
  }
  main footer {
    padding: 30px 0 10px;
    font-size: 14px;
  }
  .inner-banner img {
    width: auto;
	}
	/* abhishek css */
  #teamTab{white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;}
    #teamModal .modal-body{padding: 15px;}
    #teamModal .modal-dialog{max-width: 100%;}
	#teamModal-2 .modal-body{padding: 15px;}
    #teamModal-2 .modal-dialog{max-width: 100%;}
	#teamModal-3 .modal-body{padding: 15px;}
    #teamModal-3 .modal-dialog{max-width: 100%;}
	#teamModal-4 .modal-body{padding: 15px;}
    #teamModal-4 .modal-dialog{max-width: 100%;}
    .teamdehed h3{font-size: 20px;}
    .teamdehed p{font-size: 15px;}
    .teamdehed{margin-top: 30px;}
    .crscontrols{right: -15px;flex-direction: row;padding: 5px;top: -15px;}
    .crscontrols .carousel-control-next{padding: 0;}
    .carousel-control-next-icon, .carousel-control-prev-icon{width: 25px;}
    .crscontrols .btn-close{padding-top: 12px;
      margin-left: 10px;
      margin-right: 10px;}
    .inner-banner img{height: 300px;
      object-fit: cover;}
  
}

@media (min-width: 768px) and (max-width: 991px) {
  main .banner .banner_text .head {
    font-size: 38px;
  }
  main .banner .banner_text .cnt {
    font-size: 18px;
  }
  main .what_we_do {
    background-size: 40%;
  }
  main .what_we_do .box {
    padding: 20px 10px 10px;
    min-height: 396px;
  }
  main .what_we_do .box p {
    margin-bottom: 10px;
  }
  main .what_we_do .box .head {
    font-size: 20px;
  }
  main .what_we_do .box .text {
    font-size: 12px;
	line-height:15px;
  }
  main .heading_area > *.sub_head {
    font-size: 20px;
  }
  main .heading_area > *.text {
    font-size: 18px;
  }
  main .heading_area > *.head {
    font-size: 32px;
  }
  main .right_circle::before {
    width: 130px;
    height: 130px;
  }
  main .right_circle .box {
    margin-right: 15px;
  }
  main .right_circle .box .head {
    font-size: 16px;
  }
  main .right_circle .box .text {
    font-size: 14px;
  }
  main .left_circle {
    margin-bottom: 20px;
  }
  main .left_circle::before {
    width: 165px;
    height: 165px;
  }
  main .left_circle .box .head {
    font-size: 24px;
  }
  main .left_circle .box .text {
    font-size: 16px;
  }
  main .section {
    padding: 90px 0 50px;
  }
  main .equal {
    padding: 90px 0;
  }
  main .testimonials_slider .t_partition > li:nth-child(1) {
    padding-right: 30px;
    padding-top: 50px;
  }
  main .testimonials_slider .t_partition > li:nth-child(1) .logo {
    right: 10px;
    width: 150px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) {
    padding-right: 30px;
    padding-top: 80px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .head {
    font-size: 24px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .text {
    font-size: 14px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .s_text {
    font-size: 14px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li.c_text {
    font-size: 15px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li.name {
    font-size: 14px;
  }
  main .testimonials_slider .controls_btns .carousel-indicators.carousel-indicators [data-bs-target] {
    margin: 0 15px;
  }
  main .testimonials_slider .controls_btns [class*=carousel-control-] {
    width: 50px;
    height: 50px;
  }
  main .testimonials_slider .controls_btns .carousel-control-prev, main .testimonials_slider .controls_btns .carousel-control-next {
    background-size: 100%;
  }
  main .environment .img_txt > li {
    font-size: 16px;
  }
  main .environment .img_txt > li:first-child {
    margin-bottom: 25px;
  }
  .transaction-t .eqt .txt h3 {
    font-size: 24px;
  }
  .transaction-t .eqt .txt ul li {
    font-size: 16px;
  }
  .real h2 {
    font-size: 24px;
  }
  .asset-type .blue-crcl {
    width: 155px;
    height: 155px;
  }  
  .asset-type p {
    font-size: 16px;
  }
  .com .c-s {
    padding: 20px 20px 20px 20px;
    width: 75%;
  }
  .com .c-s ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .com .com-sit img{
	width:280px;
	height:312px;	
  }
  .tt h3 {
    font-size: 26px;
  }
  .tt ul li {
    font-size: 14px;
  }
  .com .c-s ul li {
    padding-right: 30%;
  }
  .transaction-t .trns.fin .txt p {
    font-size: 18px;
  }
  .transaction-t .eqt img {
    margin-right: 30px;
	width:130px;
	height:auto;
  }
  .inner-banner .contact h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .inner-banner .contact .addrs p {
    font-size: 13px;
  }
  .inner-banner .contact .c-mail h6 {
    font-size: 20px;
  }
  .inner-banner .contact .c-mail h5 a {
    font-size: 12px;
  }
  .inner-banner .contact .c-mail.inv {
    margin-top: 64px;
  }
  .com .c-s.cre:before {
    right: -190px;
    width: 310px;
    height: 342px;
	}
	.com .c-s.pe:before {
    right: -190px;
    width: 310px;
    height: 342px;
	}
	.portfolio .tb-area h3{
	font-size:20px;
	margin-right:15px;
	width:30%;
	}
	.portfolio .tb-area .nav-tabs {
	width:70%;
	}
	.portfolio .tb-area .nav-link {
    margin-right: 10px;
    font-size: 16px;
	padding:2px;
	}
	.portfolio .tab-content .tab-pane h3 {
    font-size: 30px;
	}
	.portfolio .tab-content .tab-pane .blue-p {
    padding: 2rem .5rem;
	}
	.portfolio .tab-content .tab-pane .blue-p p {
    font-size: 10px;
	}
	#portf .modal-lg, #portf .modal-xl {
    max-width: 600px;
	}
	#portf .carousel-inner {
    padding: 2rem;
	}
	#portf .pop-left p {
    font-size: 16px;
    line-height: 26px;
	}
	#portf .pop-left {
    padding-right: 30px;
	}
	#portf .pop-rgt h6 {
    font-size: 14px;
	}
	#portf .pop-rgt h6 {
    font-size: 14px;
	}
	
	#portf-2 .modal-lg, #portf-2 .modal-xl {
    max-width: 600px;
	}
	#portf-2 .carousel-inner {
    padding: 2rem;
	}
	#portf-2 .pop-left p {
    font-size: 16px;
    line-height: 26px;
	}
	#portf-2 .pop-left {
    padding-right: 30px;
	}
	#portf-2 .pop-rgt h6 {
    font-size: 14px;
	}
	#portf-2 .pop-rgt h6 {
    font-size: 14px;
	}
	.teamtabs .fltr h4 {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
	}
	.teamtabs .fltr .btn {
    padding: 2px 6px;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 14px;
	}
	.teamtabs .fltr .btn:not(:last-child):before {
    right: -7px;
	}
	main .what_we_do .box p.pont {
    padding-left: 10px;
	font-size:13px;
	}
	.portfolio .blue-p p {
    font-size: 12px;
	}
	.ad-ara .o-a, .ad-ara .bx-b {
    padding: 1rem;
	}
	.ad-ara h6 {
    font-size: 16px;
	}
	.ad-ara .bx-b h6 {
    font-size: 16px;
	}
	.ad-ara .bx-b h5 a {
    font-size: 12px;
	}
	.ad-ara .o-a p {
    font-size: 14px;
	}
	.banner .video video{
	 width: 100vw;
	 object-fit: cover;
	}
	main .banner {
    height: 100%;
	}
}

@media (max-width: 767px) {
  .prt .data {text-align: center;}
  main .what_we_do .box {
    padding: 20px 10px 10px;
    min-height: auto;
    border-bottom: none;
    margin-bottom: 30px;
  }
  main .what_we_do .box p {
    margin-bottom: 10px;
  }
  main .what_we_do .box .head {
    font-size: 20px;
  }
  main .what_we_do .box .text {
    font-size: 14px;
  }
  main .what_we_do .box .text.para{min-height: auto;}
  main .what_we_do .box .img_link{display: flex;justify-content: center;flex-wrap: wrap;}
  main .what_we_do .box .img_link > li{max-width:170px;}
  footer p {
    text-align: center;
  }
  .inner-banner img {
    width: auto;
  }
  
}

@media (min-width: 576px) and (max-width: 767px) {
  main .banner .banner_text .head {
    font-size: 30px;
  }
  main .banner .banner_text .cnt {
    font-size: 16px;
  }
  main .what_we_do {
    margin-top: -80px;
    background-size: 40%;
  }
  main .heading_area > *.sub_head {
    font-size: 20px;
  }
  main .heading_area > *.text {
    font-size: 18px;
  }
  main .heading_area > *.head {
    font-size: 32px;
  }
  main .right_circle::before {
    width: 130px;
    height: 130px;
  }
  main .right_circle .box {
    margin-right: 15px;
  }
  main .right_circle .box .head {
    font-size: 16px;
  }
  main .right_circle .box .text {
    font-size: 14px;
  }
  main .left_circle {
    margin-bottom: 20px;
  }
  main .left_circle::before {
    width: 140px;
    height: 140px;
  }
  main .left_circle .box {
    margin-left: 10px;
  }
  main .left_circle .box .head {
    font-size: 24px;
  }
  main .left_circle .box .text {
    font-size: 16px;
  }
  main .section {
    padding: 90px 0 50px;
  }
  main .equal {
    padding: 90px 0;
  }
  main .testimonials_slider .t_partition > li:nth-child(1) {
    padding-right: 30px;
    padding-top: 30px;
    width: 35%;
  }
  main .testimonials_slider .t_partition > li:nth-child(1) .logo {
    right: 10px;
    width: 90px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) {
    padding-right: 30px;
    padding-top: 50px;
    width: 85%;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .head {
    font-size: 20px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .text {
    font-size: 14px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .s_text {
    font-size: 14px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li.c_text {
    font-size: 15px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li.name {
    font-size: 14px;
  }
  main .testimonials_slider .controls_btns .carousel-indicators {
    height: 40px;
  }
  main .testimonials_slider .controls_btns .carousel-indicators.carousel-indicators [data-bs-target] {
    margin: 0 10px;
    width: 15px;
    height: 15px;
  }
  main .testimonials_slider .controls_btns [class*=carousel-control-] {
    width: 40px;
    height: 40px;
  }
  main .testimonials_slider .controls_btns .carousel-control-prev, main .testimonials_slider .controls_btns .carousel-control-next {
    background-size: 100%;
  }
  main .environment .img_txt > li {
    font-size: 16px;
  }
  main .environment .img_txt > li:first-child {
    margin-bottom: 25px;
  }
  .real h2 {
    font-size: 24px;
  }
  .asset-type .blue-crcl {
    width: 155px;
    height: 155px;
  }  
  .asset-type p {
    font-size: 16px;
  }
  .com .c-s {
    padding: 20px 20px 20px 20px;
    width: 75%;
  }
  .com .c-s ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .com .com-sit img{
	width:280px;
	height:312px;	
  }
  .tt h3 {
    font-size: 26px;
  }
  .tt ul li {
    font-size: 14px;
  }
  .com .c-s ul li {
    padding-right: 30%;
  }
  .transaction-t .trns.fin .txt p {
    font-size: 17px;
  }
  .transaction-t .eqt img {
    margin-right: 30px;
	width:130px;
	height:auto;
  }
  .inner-banner .contact h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .inner-banner .contact .addrs p {
    font-size: 13px;
  }
  .inner-banner .contact .c-mail h6 {
    font-size: 20px;
  }
  .com .c-s.cre:before {
    right: -190px;
    width: 310px;
    height: 342px;
	}
	.com .c-s.pe:before {
    right: -190px;
    width: 310px;
    height: 342px;
	}
	.portfolio .tb-area h3{
	font-size:16px;
	margin-right:30px;
	width:30%;
	}
	.portfolio .tb-area .nav-tabs {
	width:70%;
	}
	.portfolio .tb-area .nav-link {
    margin-right: 15px;
    font-size: 16px;
	}
	.portfolio .tab-content .tab-pane h3 {
    font-size: 30px;
	}
	.portfolio .tab-content .tab-pane .blue-p {
    padding: 2rem .5rem;
	}
	.portfolio .tab-content .tab-pane .blue-p p {
    font-size: 10px;
	}
	#portf .modal-header.top-right {
    right: 0;
    top: 0%;
    transform: translateY(0%);
	}
	#portf-2 .modal-header.top-right {
    right: 0;
    top: 0%;
    transform: translateY(0%);
	}
	.teamtabs .fltr h4 {
    font-size: 10px;
    margin-right: 0px;
    margin-left: 0px;
	margin-bottom:5px;
	}
	.teamtabs .fltr .btn {
    padding: 2px 4px;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 11px;
	}
	.teamtabs .fltr .btn:not(:last-child):before {
    right: -7px;
	height:20px;
	}
	main .what_we_do .box p.pont {
    padding-left: 10px;
	}
	.portfolio .pfltr h4 {
    font-size: 16px;
    margin-right: 5px;
    margin-left: 5px;
	}
	.portfolio .pfltr .btn {
    padding: 2px 6px;
    margin-right: 7px;
    margin-left: 7px;
    font-size: 14px;
	}
	.ad-ara .o-a, .ad-ara .bx-b {
    padding: 1rem;
	}
	.ad-ara h6 {
    font-size: 22px;
	}
	.ad-ara .bx-b h6 {
    font-size: 22px;
	}
	.ad-ara .bx-b h5 a {
    font-size: 12px;
	}
	.ad-ara .o-a p {
    font-size: 14px;
	}
	.banner .video video{
	 width: 100vw;
	 height: 100vh;
	 object-fit: cover;
	}
	main .banner {
    height: 100%;
	}
}

@media (max-width: 575px) {
  .inner-banner .banner_text .head {font-size:36px;}
  main header {
    padding: 30px 0;
  }
  main header .logo > img {
    width: 225px;
  }
  main .banner .banner_text .head {
    font-size: 28px;
  }
  main .banner .banner_text .cnt {
    font-size: 14px;
  }
  main .what_we_do {
    margin-top: -80px;
    background-size: 60%;
  }
  main .heading_area > *.sub_head {
    font-size: 18px;
  }
  main .heading_area > *.text {
    font-size: 16px;
  }
  main .heading_area > *.head {
    font-size: 30px;
  }
  main .right_circle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .right_circle::before {
    width: 130px;
    height: 130px;
    margin: auto;
    left: 0;
    right: -120px;
  }
  main .right_circle .box {
    margin-right: 15px;
  }
  main .right_circle .box .head {
    font-size: 16px;
  }
  main .right_circle .box .text {
    font-size: 14px;
  }
  main .left_circle {
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .left_circle::before {
    width: 140px;
    height: 140px;
    right: 0;
    margin: auto;
    left: -120px;
  }
  main .left_circle .box {
    margin-left: 10px;
    max-width: 250px;
  }
  main .left_circle .box .head {
    font-size: 24px;
  }
  main .left_circle .box .text {
    font-size: 16px;
  }
  main .section {
    padding: 70px 0 30px;
  }
  main .equal {
    padding: 70px 0;
  }
  main .testimonials_slider .t_partition p {
    margin-bottom: 10px;
  }
  main .testimonials_slider .t_partition > li:nth-child(1) {
    padding-right: 15px;
    padding-top: 15px;
    width: 30%;
  }
  main .testimonials_slider .t_partition > li:nth-child(1) .logo {
    right: 10px;
    width: 40px;
    bottom: 0;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) {
    padding-right: 15px;
    padding-top: 30px;
    width: 90%;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li {
    margin-bottom: 10px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .head {
    font-size: 20px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .text {
    font-size: 14px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li .s_text {
    font-size: 14px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li.c_text {
    font-size: 14px;
  }
  main .testimonials_slider .t_partition > li:nth-child(2) > ul > li.name {
    font-size: 14px;
  }
  main .testimonials_slider .controls_btns {
    width: 115%;
  }
  main .testimonials_slider .controls_btns .carousel-indicators {
    height: 40px;
  }
  main .testimonials_slider .controls_btns .carousel-indicators.carousel-indicators [data-bs-target] {
    margin: 0 10px;
    width: 15px;
    height: 15px;
  }
  main .testimonials_slider .controls_btns [class*=carousel-control-] {
    width: 40px;
    height: 40px;
  }
  main .testimonials_slider .controls_btns .carousel-control-prev, main .testimonials_slider .controls_btns .carousel-control-next {
    background-size: 100%;
  }
  main .environment .img_txt > li {
    font-size: 16px;
  }
  main .environment .img_txt > li:first-child {
    margin-bottom: 25px;
  }
  .asset-type h2{
	text-align:center;
  }
  .asset-type p{
	margin-bottom:30px;  
  }
  .transaction-t h2 {
    font-size: 30px;
	}
	.transaction-t .eqt img {
    margin-right: 30px;
	width:100px;
	height:auto;
	}
	.transaction-t .eqt .txt h3 {
    font-size: 18px;
	}
	.transaction-t .eqt .txt ul li {
    font-size: 15px;
	margin-bottom:10px;
	}
	.prt .data h4 {
    font-size: 26px;
	}
  .prt .data h4 img {width:35px;}
	.com .c-s {
    padding: 50px 20px 50px 20px;
    width: 100%;
	margin-bottom:80%;
	}
	.com .c-s ul li {
    padding-right: 0%;
	}
	.com .com-sit {
    position: relative;
    right: 0%;
    top: -4%;
    transform: translateY(0%);
	}
	.com .com-sit img{
	width:100%;	
	}
	main footer a.site {
    margin-left: 10px;
	}
	.transaction-t .trns.fin .txt p {
    font-size: 17px;
	}
	.com .c-s ul li {
    font-size: 18px;
    line-height: 28px;
	}
	.inner-banner .contact .c-mail {
    margin-top: 15px;
	margin-bottom:20px;
	}
	.inner-banner .contact h2 {
    font-size: 24px;
    line-height: 30px;
	}
	.inner-banner .contact .c-mail h6 {
    font-size: 18px;
    margin-bottom: 10px;
	}
	.inner-banner .contact .c-mail h5 a {
    font-size: 16px;
	}
	.inner-banner .contact h6 {
    font-size: 20px;
    margin-bottom: 20px;
	}
	.inner-banner .contact .addrs h5 {
    font-size: 18px;
    margin-bottom: 10px;
	}
	.inner-banner .contact .addrs p {
    font-size: 14px;
	}
	.inner-banner .contact .c-mail.car {
    margin-top: 20px;
	}
	.inner-banner .contact .addrs.ad-2 {
    margin-top: 20px;
	}
	.inner-banner .contact .c-mail.inv {
    margin-top: 20px;
	}
	.c-map .map{
	margin-bottom:25px;
	}
	.com .c-s.cre:before {
    right: 0;
	top:100%;
	transform:translateY(-17%);
    width: 100%;
    height: 412px;
	background-size:100% 100%;
	}
	.com .c-s.pe:before {
    right: 0;
	top:100%;
	transform:translateY(-17%);
    width: 100%;
    height: 412px;
	background-size:100% 100%;
	}
	.portfolio .tb-area{
	display:block;	
	}
	.portfolio .tb-area .nav-tabs{
	justify-content:center;	
	}
	.portfolio .tb-area h3{
	margin-bottom:20px;	
	text-align:center;
	}
	.portfolio .tb-area .nav-link{
	font-size:14px;
	margin-right:10px;
	padding:2px;	
	}
	.portfolio .tab-content .tab-pane h3 {
    font-size: 24px;
	}
	.portfolio h2 {
    font-size: 24px;
	}
	#portf .modal-header.top-right {
    right: 0;
    top: 0%;
    transform: translateY(0%);
	}
	#portf .carousel-inner {
    padding: 2rem;
	}
	#portf .pop-left {
    padding-right: 10px;
	margin-bottom:30px;
	}
	
	#portf-2 .modal-header.top-right {
    right: 0;
    top: 0%;
    transform: translateY(0%);
	}
	#portf-2 .carousel-inner {
    padding: 2rem;
	}
	#portf-2 .pop-left {
    padding-right: 10px;
	margin-bottom:30px;
	}
	.teamtabs .fltr {
    display: block;
	text-align:center;
	}
	.teamtabs .fltr h4{
    margin-bottom:15px;
	margin-left:0;
	text-align:center;
	margin-right: 0px;
	}
	.teamtabs .fltr .btn {
    margin-right: 0px;
    margin-left: 0px;
	margin-bottom:20px;
    width: 100%;
	}
	.teamtabs .fltr .btn:not(:last-child):before {
    display:none;
	}
	.portfolio h3 {
    font-size: 26px;
	}
	.portfolio .pfltr {
    display: block;
	}
	.portfolio .pfltr h4 {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
	text-align:center;
	}
	.portfolio .pfltr .btn{
	width:100%;
	margin-bottom:15px;
	margin-right: 0px;
    margin-left: 0px;	
	}
	.portfolio .pfltr .btn:not(:last-child):before{
	display:none;
	}
	.banner .video video{
	 width: 100vw;
	 height: 100vh;
	 object-fit: cover;
	}
}
/*# sourceMappingURL=style.css.map */