﻿.customwrapper {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.custom-header {
  margin-top: 90px;
}

.custom-header h1 {
  font-size: 34px;
  font-family: "NeueMontrealLight";
  padding-top: 10px;
  border-bottom: 2px solid #0003;
  padding-bottom: 30px;
}

.custom-header h6 {
  font-size: 19px;
  font-family: "NeueMontrealRegular";
  color: #c892e0;
}

.custom-header h1 b {
  font-family: "NeueMontrealMedium";
  font-weight: bold;
}

.customtestibox {
  box-shadow: 0px 3px 6px #00000029;
  padding: 25px;
  margin: 5px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 2px;
}

.testiimages {
  display: flex;
  align-items: center;
}

.customtestimargin {
  padding-left: 0px;
  padding-right: 0px;
 padding:60px 0;
  position: relative;
  z-index: 9;
}

.testitwo {
  text-align: right;
}

.customtestibox p {
  color: #000;
  font-size: 17px;
  font-family: "NeueMontrealMedium";
  text-align: left;
  margin: 0;
  font-family: "NeueMontrealRegular";
  padding: 15px 0;
}
.text-black
{
    color:#000;
}
.text-black:hover
{
    color:#000;
    text-decoration:none;
}
.customtestibox h6 {
  color: #000;
  font-family: "NeueMontrealMedium";
  font-size: 15px;
}

.customtestibox h5 {
  color: #000;
  font-family: "NeueMontrealMedium";
  font-size: 17px;
}

.phonevideo {
  display: none;
}

.desktopvideo {
  display: block;
  width: 100%;
}

.achiwrapper {
  padding: 5% 0px;
}

.phone-btn {
  display: none;
}
/*----------------------management team---------------------- */
.team-main {background:#165f84;}
.management-bg{
	
	
	padding:80px 0;
}
.gallery-icons img
{
     border-radius: 25px;
}
.management-wrapper img
{
    border-radius: 25px;
}
.management-wrapper{

	padding: 43px 38px;
	background:#fff;
	transition:0.7s;
	margin-bottom: 2px;
	border-radius: 25px;
	}
.management-wrapper:hover{
	background:#FBB02D;
	transition:0.7s;
	}
.management-team-sec{
	float:left;
	width:100%;
	
	}
.management-team-sec span{
	float:left;
	color:#1f4756;
	font-size:14px;
	text-transform:uppercase;
	padding-bottom: 5px;
	}
.management-team-sec h3{
	color:#1f4756;
	font-size:30px;
	float:left;
	width:100%; 
	font-weight:bold;
	font-family: 'Formular';
	text-transform:capitalize;
}
.management-team-sec p{
	float:left;
	width:100%;
	font-size: 16px;
	}
.managment-first-para{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	padding-top: 12px;
	}
.mangement-icon{
	float:right;
	}
.mnagement-btn-wrapper{
	float:left;
	width:100%;
	}
.mng-btn{
	color:#000 !important;
	}
.close {
	opacity:1 !important;
}
.close span{
	color:#1f4756;
	}
	@media (max-width: 991.5px) {
	.mangement-icon
	{
	    display:none;
	}
	}