.topband {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 7px 0px;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  background: #fff;
}
.topband.active {
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
}
.loginlogo {
  margin: 19px 0px;
}
.loginlogo img {
  width: 200px;
  height: auto;
}
.rightmenuarea {
  margin-top: 2px;
  position: absolute;
  right: 0px;
}
.logintoprightarea {
  position: relative;
}
.logintoparea {
  margin-right: 50px;
}
.loginformfieldarea {
  display: flex;
  padding: 8px 15px;
  background: #e6e6e6;
  border-radius: 7px;
}
.loginformfieldicon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
  font-size: 16px;
  color: #505050;
}
.loginformfieldbg {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
.logintextfield {
  display: block;
  width: 100%;
  padding: 0px 0px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #505050;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0px;
}
.logintextfield:focus {
  outline: 0;
}
.logintextfield::-moz-placeholder {
  color: #505050;
  opacity: 1;
}
.logintextfield:-ms-input-placeholder {
  color: #505050;
}
.logintextfield::-webkit-input-placeholder {
  color: #505050;
}
.loginbtnnew {
  display: inline-block;
  padding: 9px 10px 10px 10px;
  font-size: 14px;
  color: #fff;
  border: solid 0px #90192c;
  background: #AC1D39;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.4s;
  width: 100%;
}
.loginbtnnew:hover, .loginbtnnew:focus, .loginbtnnew.focus {
  text-decoration: none;
  background: #800c22;
  color: #fff;
}
.signupbtnnew {
  display: inline-block;
  padding: 8px 10px 9px 10px;
  font-size: 14px;
  color: #AC1D39;
  border: solid 1px #AC1D39;
  background: none;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.4s;
  width: 100%;
}
.signupbtnnew:hover, .signupbtnnew:focus, .signupbtnnew.focus {
  text-decoration: none;
  background: #AC1D39;
  color: #fff;
}
.loginmaincontarea {
  margin-top: 79px;
}
.logincollage {
  margin: 0px;
  padding: 0px;
}
.takealookband {
  background: #ac1d39;
  margin-top: 95px;
  padding: 12px 15px;
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}
.takealookband a {
	color: #fff;
	text-decoration: none;
}
.logincollagearea {
  position: absolute;
  width: 100%;
  text-align: center;
  padding-top: 100px;
}
.logincollagearea h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  color: #fff;
  line-height: 55px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}
.logincollagecont h3 {
  font-size: 24px;
  color: #fff;
  line-height: 25px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 5px;
}
.logincollagetext {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}
.logincollagetext ul {
  margin: 0px 0px;
  padding: 0px 0px;
}
.logincollagetext ul li {
  background: url("../img/check.png") no-repeat left top;
  background-position: 0px 5px;
  list-style-type: none;
  margin: 0px 0px;
  padding: 5px 0px 5px 25px;
}
.loginproductarea {
  background: #ac1d39;
  padding-bottom: 50px;
}
.loginproductboxarea {
  margin-top: -75px;
}
.loginproductbox {
  background: #fff;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.05);
}
.loginproductboximg {
  background: url(../img/noimage.png) no-repeat center center #f5f5f5;
  width: 100%;
  height: 150px;
  border-radius: 15px;
}
.loginproductboximg img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 15px;
  border: solid 3px #fff;
}
.loginproductboxcontarea {
  padding: 20px 15px;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  font-weight: 400;
}
.loginproductboxcontarea h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #AC1D39;
  line-height: 22px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.loginproductboxcontarea h3 a {
  color: #AC1D39;
  text-decoration: none;
}
.loginproductboxcontarea h3 a:hover {
  color: #57593c;
  text-decoration: none;
}
.loginproductboxtext {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  font-weight: 400;
  min-height: 190px;
}
.loginproductconttext {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
.loginmidsection {
  background: #F1F1F1;
}
.loginmidboxcontarea {
  width: 100%;
  height: 500px;
  display: table;
  padding: 0px 70px;
}
.loginmidboxcont {
  display: table-cell;
  vertical-align: middle;
}
.loginmidboxcont h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  color: #A81D37;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 40px;
}
.loginmidboxcont h3 span {
  font-size: 17px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}
.loginmidboxconttext {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 400;
}
.loginmidboxconttext ul {
  margin: 0px 0px 0px 14px;
  padding: 0px 0px;
}
.loginmidboxconttext ul li {
  list-style-type: disc;
  margin: 0px 0px;
  padding: 0px 0px 10px 0px;
  line-height: 20px;
}
.singreimagine {
  font-size: 14px;
  color: #fff;
  line-height: 19px;
  font-weight: 400;
	height: 215px;
}
.singreimagine img{
  height: 215px;
	width: 100%;
}
.singreimagine ul {
  margin: 0px 0px 0px 14px;
  padding: 0px 0px;
}
.singreimagine ul li {
  list-style-type: disc;
  margin: 0px 0px;
  padding: 0px 0px 10px 0px;
  line-height: 20px;
}
.loginmidboxconttextsemi {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 600;
}
.loginmidboxmoretext {
  font-size: 16px;
  color: #A81D37;
  line-height: 22px;
}
.loginmidboxmoretext i {
  background: #80BA27;
  padding: 4px 4px 3px 4px;
  font-size: 13px;
  color: #fff;
}
.loginmidboxmoretext a {
  color: #A81D37;
  text-decoration: none;
}
.loginmidboxmoretext a:hover {
  color: #80BA27;
  text-decoration: none;
}
.loginmidboximg {
  background: url(../img/noimage.png) no-repeat center center #f5f5f5;
  width: 100%;
  height: 500px;
}
.loginmidboximg img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}
.loginaboutusbg {
  background: #AC1D39;
  padding: 60px 0px;
}
.loginaboutusbg h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 30px;
}
.loginaboutusbg h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  color: #fff;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
}
.loginaboutustext {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
	min-height: 45px;
}
.loginaboutuscontext {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}
.loginaboutuscontext ul {
  margin: 0px 0px 0px 15px;
  padding: 0px 0px;
}
.loginaboutuscontext ul li {
  list-style-type: disc;
  margin: 0px 0px;
  padding: 3px 0px;
}
/*.loginaboutusmoretext {
	font-size: 14px;
	color: #A81D37;
	line-height: 22px;
}
.loginaboutusmoretext i {
	background: #fff;
	padding: 4px 4px 3px 4px;
	font-size: 13px;
	color: #80BA27;
}
.loginaboutusmoretext a {
	color: #fff;
	text-decoration: none;
}
.loginaboutusmoretext a:hover {
	color: #000;
	text-decoration: none;
}*/
.loginaboutusconimg {
  background: url(../img/noimage.png) no-repeat center center #f5f5f5;
  width: 100%;
  height: 250px;
  border-radius: 0px 0px 80px 0px;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
.loginaboutusconimg img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0px 0px 80px 0px;
}
.loginfooter {
  background: #57593c;
  padding: 40px 0px;
}
.loginfooter h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 15px;
}
.loginfooter h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 15px;
}
.loginteamimg {
  background: url(../img/noimage.png) no-repeat center center #f5f5f5;
  width: 100%;
  height: 120px;
  border-radius: 0px 0px 30px 0px;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
.loginteamimg img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0px 0px 30px 0px;
}
.loginwhyusbox {
  margin-bottom: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.loginwhyusbox h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px;
}
.awardsclientlogobox {
  background: #fff;
  border-radius: 0px 0px 30px 0px;
  padding: 10px 15px;
  margin-bottom: 30px;
}
/****************************************************************************************************
Inner page css start here
****************************************************************************************************/
.innercontareawhite {
  background: #fff;
  padding: 60px 0px;
}
.innercontareagray {
  background: #f5f5f5;
  padding: 60px 0px;
}
.innercollage {
  background: #000;
  position: relative;
}
.innercollage img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0.8;
}
.aboutuscollage {
  background: #000;
  position: relative;
}
.aboutuscollage img {
  width: 100%;
  height: 610px;
  object-fit: cover;
  object-position: center center;
  opacity: 0.8;
}
.innercollagehead {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 99;
}
.innercollagehead h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 15px;
}
.innercollagehead h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.innerpageheading {
  font-size: 30px;
  color: #A81D37;
  line-height: 30px;
}
.innerpageheading h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  color: #A81D37;
  line-height: 35px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 30px;
}
.innerpageheading h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  color: #A81D37;
  line-height: 32px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
}
.innerpageheading h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #A81D37;
  line-height: 24px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
}
.innerpageheading h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #A81D37;
  line-height: 20px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
}
.innerpageheading h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.aboutusimg {
  background: url(../img/noimage.png) no-repeat center center #f5f5f5;
  width: 100%;
  height: 300px;
  border-radius: 20px;
}
.aboutusimg img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
}
.ourteambox {
  margin-bottom: 30px;
}
.ourteamboximg {
  position: relative;
  border-radius: 15px;
  background: url(../img/noimage.png) no-repeat center center #f6f6f6;
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.ourteamboximg img {
  width: 100%;
  height: 270px;
  border-radius: 15px;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  object-fit: cover;
  object-position: 50% 50%;
}
.ourteamboximg img:hover {
  transform: scale(1.1);
}
.ourteamboxshade {
  background: rgba(0, 0, 0, 0.03);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.03)), color-stop(32%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  width: 100%;
  padding: 40px 15px 20px 15px;
  position: absolute;
  bottom: 0;
  border-radius: 0px 0px 15px 15px;
  z-index: 9;
}
.ourteamboxshade h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
	min-height: 40px;
}
.awardsclientlogoboxinner {
  background: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.newslistbox {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.newslistbox h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  color: #AC1D39;
  line-height: 25px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 15px;
}
.newslistimg {
  background: url(../img/noimage.png) no-repeat center center #F1F2F4;
  width: 100%;
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.newslistimg img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: 50% 50%;
}
.newscontarea {
  min-height: 220px;
}
.textblue15 {
  font-size: 15px;
  color: #345bee;
  line-height: 22px;
}
.textblue15 a {
  color: #345bee;
  text-decoration: underline;
}
.textblue15 a:hover {
  color: #ee2a39;
  text-decoration: underline;
}
.vacancybox {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.vacancybox h4 {
  font-size: 18px;
  color: #000;
  line-height: 18px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}
.contactuscontbox {
  background: #ac1d39;
  padding: 30px 30px;
  -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.15);
  margin-right: -70px;
  margin-top: 70px;
  z-index: 1;
  position: relative;
  border-radius: 15px;
}
.contactuscontbox h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 22px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 15px;
}
.mapbox {
  background: #fff;
  padding: 5px 5px 0px 5px;
  -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.15);
}
.ourvaluesboxarea {
  margin-bottom: 15px;
}
.ourvaluesbox {
  background: #ac1d39;
  border-radius: 10px;
  width: 100%;
  height: 100px;
  display: table;
}
.ourvaluesboxtext {
  vertical-align: middle;
  display: table-cell;
  font-family: 'Montserrat', sans-serif;
  font-size: 70px;
  color: #fff;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
}
.ourpurposearea {
  margin-top: 50px;
  border-top: dotted 1px #000;
  padding-top: 50px;
}
.ourteambox1 {
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
.ourteambox1 h4 {
  background: #ac1d39;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1px;
  margin-bottom: 0px;
  padding: 15px 10px;
  border-radius: 0px 0px 10px 10px;
}
.ourteambox1img {
  position: relative;
  background: url(../img/noimage.png) no-repeat center center #f6f6f6;
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.ourteambox1img img {
  width: 100%;
  height: 250px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px 10px 0px 0px;
}
.ourteambox1img img:hover {
  transform: scale(1.1);
}
.ourteamimg {
  position: relative;	
}
.ourteamimg img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top center;
}
.ourteamimg1 {
  position: relative;	
}
.ourteamimg1 img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: top center;
}
.ourteamimg2 {
  position: relative;	
}
.ourteamimg2 img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: top center;
}
.ourteamimgnew {
  position: relative;	
}
.ourteamimgnew img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: top top;
}

.ourteamimg3 {
  position: relative;	
}
.ourteamimg3 img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center center;
}
.directorlabel {
	position: absolute;
	background: #fff;
	bottom: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 20px;
	padding: 3px 10px;
	font-size: 11px;
	color: #A81D37;
	font-weight: 500;
}
.remarkforimage {
	position: absolute;
	bottom: 0px;
  right: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #fff;
	font-weight: 500;
  text-align: right;
}

.clientlogosbox {
  background: #fff;
  padding: 15px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.managementteambox {
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.08);
  min-height: 460px;
}
.managementteambox h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #AC1D39;
  line-height: 22px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 5px;
}
.managementteambox h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #787878;
  line-height: 20px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}
.managementteamboximg {
  background: url(../img/noimage.png) no-repeat center center #f5f5f5;
  width: 150px;
  height: 150px;
    border-radius: 10px;
  
}
.managementteamboximg img {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
  object-position: 50% 50%;
}
.managementteamboxtext {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  font-weight: 400;
}
.servicescollage {
	margin: 0px;
}
.servicescollageimg {
	background: #000;
	opacity: 1;
}
.servicescollageimg img {
	width: 100%;
	height: 550px;
	object-fit: cover;
	object-position: 50% 50%;
	opacity: 0.8;
}
.servicestagline {
	position: absolute;
	width: 100%;
	z-index: 1;
	text-align: center;
	margin-top: 200px;
}
.servicestagline h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	color: #fff;
	line-height: 55px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	/*text-shadow: 1px 1px 4px #000000;*/
}
.awardlogosbox {
	background: #fff;
	padding: 15px 15px;
	border-radius: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.servicesbox {
	margin-bottom: 30px;
	min-height: 220px;
}
.servicesbox a{
	text-decoration: none;
}
.servicesbox h4 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	float: left;
}
.servlink{
	float: right;
}
.servlink i{
	font-size: 23px;
    color: #aa0233;
    margin-top: 10px;
}
.servicesboximg {
	position: relative;
	border-radius: 10px;
	background: url(../img/noimage.png) no-repeat center center #f6f6f6;
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.servicesboximg img {
	width: 100%;
	height: 180px;
	border-radius: 10px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	object-fit: cover;
	object-position: 50% 50%;
}
.servicesboximg img:hover {
	transform: scale(1.1);
}
.travelhubcollage {
	background: #ac1d39;
	padding: 70px 0px 60px 0px;
	margin-top: 1px;
}
.travelhubcollage h3 {
	font-size: 25px;
	color: #fff;
	line-height: 32px;
	font-weight: 500;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 0px;
}
.travelhubcollage h3 span {
	font-size: 35px;
	font-weight: 600;
}
.travelhubarrow {
	text-align: right;
	margin-top: 40px;
}
.travelhubcoltext {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	font-weight: 400;
	text-align: right;
}
.travelhubgraybox {
	background: #f5f5f5;
	padding: 30px 30px;
	border-radius: 20px;
	margin-bottom: 30px;
}
.travelhubgraycontarea {
	min-height: 210px;
}
.travelhubgraycontarea h4 {
	font-size: 25px;
	color: #ac1d39;
	line-height: 25px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 15px;
}
.travelhubgraycontarea ul {
	margin: 0px 0px 0px 14px;
	padding: 0px 0px;
}
.travelhubgraycontarea ul li {
	list-style-type: square;
	margin: 0px 0px;
	padding: 5px 0px;
	font-size: 14px;
	color: #ac1d39;
}
.travelhubgraycontarea ul li span {
	font-size: 16px;
	color: #000;
	line-height: 18px;
}
.textdarkgray12 {
	font-size: 12px;
	color: #676767;
	line-height: 16px;
	font-weight: 500;
}
.edmbox {
	background: #fff;
	border-radius: 10px;
	padding: 10px 10px;
	margin-bottom: 30px;
	-webkit-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
}
.edmbox h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #AC1D39;
	line-height: 16px;
	font-weight: 600;
	margin-top: 12px;
	margin-bottom: 0px;
	min-height: 35px;
}
.edmbox a {
	text-decoration: none;
}
.edmbox a:hover {
	text-decoration: none;
	outline: none;
}
.edmboximg {
	background: url(../img/noimage.png) no-repeat center center #f5f5f5;
	border-bottom: 1px #ac1d39 solid;
	width: 100%;
	height: 160px;
}
.edmboximg img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	object-position: top center;
}
.videoarea {
	padding: 60px 0px;
}
.videoarea h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #A81D37;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}
.blogsbox {
	background: #fff;
	margin-bottom: 30px;
	text-align: center;
	border-radius: 15px;
	padding: 5px 5px;
	-webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.blogsboximg {
	background: url(../img/noimage.png) no-repeat center center #ecf5f4;
	height: 180px;
	width: 100%;
	border-radius: 15px;
}
.blogsboximg img {
	height: 180px;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 15px;
}
.blogsboxcont {
	padding: 15px 10px;
}
.blogsboxcont h3 {
	font-size: 20px;
	color: #AC1D39;
	line-height: 22px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
	min-height: 50px;
}
.blogsboxcont h3 a {
	color: #AC1D39;
	text-decoration: none;
}
.blogsboxcont h3 a:hover {
	color: #57593c;
	text-decoration: none;
}
.blogpostcontent {
	font-size: 15px;
	color: #000;
	line-height: 22px;
	font-weight: 400;
}
.blogpostcontent a {
	color: #000;
	text-decoration: none;
}
.blogpostcontent a:hover {
	color: #AC1D39;
	text-decoration: none;
}
.blogpostcontent ul {
	margin: 0px 0px 0px 13px;
	padding: 0px 0px 0px 0px;
}
.blogpostcontent ul li {
	list-style-type: disc;
	margin: 0px 0px;
	padding: 2px 0px;
	line-height: 18px;
	color: #000;
	text-align: left;
}
.mostviewblogbox {
	display: block;
	color: #000;
	text-decoration: none;
	background: #fff;
	margin-bottom: 15px;
	border-radius: 15px;
	padding: 10px 10px;
	-webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.mostviewblogbox img {
	background: url(../img/noimage.png) no-repeat center center #ecf5f4;
	width: 100%;
	height: 80px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 10px;
}
.mostviewblogcont {
	padding: 0px 10px 0px 15px;
	width: 100%;
	height: 80px;
	display: table;
}
.mostviewblogcont h6 {
	font-size: 16px;
	color: #000;
	line-height: 20px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
	display: table-cell;
	vertical-align: middle;
}
.textblack22 {
	font-size: 22px;
	line-height: 26px;
	color: #000;
	font-weight: 500;
}
.textblack22 a {
	color: #AC1D39;
	text-decoration: underline;
}
.brochurecont{
	font-size: 50px;
	color: #ec3141;
	font-weight: 400;
	text-align: center;
	line-height: 45px;
}
.brochurecont span{
	font-size: 50px;
	color: #ec3141;
	font-weight: 600;
}
.bigin{
	font-size: 28px;
	color: #ec3141;
	font-weight: 400;
	text-align: center;
	margin-top: 55px;
}
.ourpoliciescontbox {
  border: 1px solid #ac1d39;
  border-radius: 10px;
  padding: 20px;
  min-height: 280px;
  margin-bottom: 30px;
}
.ourpoliciescontbox1 {
  border: 1px solid #ac1d39;
  border-radius: 10px;
  padding: 20px;
  min-height: 210px;
  margin-bottom: 30px;
}
.ourpoliciesheadtext {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ourpoliciestext {
  font-size: 15px;
  color: #000;
  line-height: 18px;
  font-weight: 400;
}
.ourpoliciestext ul {
  margin: 0px 0px 0px 16px;
  padding: 0px 0px;
}
.ourpoliciestext ul li {
  list-style-type: disc;
  margin: 0px 0px;
  padding: 0px 0px 10px 0px;
}

/****************************************************************************************************
Media Query css start here
****************************************************************************************************/
@media screen and (min-width : 1440px) {
  .logincollagearea {
    padding-top: 130px;
  }
}
@media screen and (max-width : 1080px) {
  .logincollagearea {
    padding-top: 50px;
  }
  .loginmidboxcontarea {
    padding: 0px 40px;
  }
  .newscontarea {
    min-height: 240px;
  }
  .managementteambox {
    min-height: 600px;
  }
.servicescollageimg img {
	height: 450px;
}
.servicestagline {
	margin-top: 140px;
}	
.travelhubgraycontarea {
	min-height: 240px;
}	
.ourteamimg img {
  height: 350px;
}
.ourteamimg1 img {
  height: 175px;
}	
.ourteamimg3 img {
  height: 350px;
}
	
}
@media screen and (max-width : 992px) {
  .logincollagearea {
    padding-top: 30px;
  }
  .logincollagearea h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .loginmidboxcontarea {
    padding: 0px 30px;
  }
  .loginmidboxcont h3 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .loginmidboxcont h3 span {
    font-size: 16px;
  }
  .loginproductboxcontarea h3 {
    min-height: 45px;
  }
  .loginproductboxtext {
    min-height: 260px;
  }
  .newscontarea {
    min-height: 200px;
  }
  .contactuscontbox {
    margin-top: 60px;
  }
  .ourpurposearea {
    margin-top: 0px;
    border-top: dotted 0px #000;
    border-left: dotted 1px #000;
    padding-top: 0px;
    padding-left: 30px;
  }
  .managementteambox {
    min-height: 460px;
  }
.servicestagline {
	margin-top: 160px;
}	
.servicestagline h2 {
	font-size: 40px;
	line-height: 45px;
}	
.travelhubcollage {
	padding: 40px 0px 40px 0px;
}	
.travelhubcollage h3 {
	text-align: center;
}
.travelhubcoltext {
	text-align: center;
}	
.travelhubgraycontarea {
	min-height: 300px;
}	
.ourteamimg img {
  height: 250px;
}
.ourteamimg1 img {
  height: 125px;
}
	.ourteamimg3 img {
  height: 250px;
}	
	
	
}
@media screen and (max-width : 767px) {
  .topband {
    padding: 5px 0px;
  }
  .logintoprightarea {
    margin-top: 15px;
  }
  .logintoparea {
    margin-right: 0px;
  }
  .rightmenuarea {
    margin-top: -82px;
  }
  .loginbtnnew {
    padding: 9px 20px 10px 20px;
    width: auto;
  }
  .signupbtnnew {
    padding: 8px 20px 9px 20px;
    width: auto;
  }
  .loginproductarea {
    padding-bottom: 30px;
  }
  .loginproductboxarea {
    margin-top: 30px;
  }
  .loginmidboxcontarea {
    height: auto;
    padding: 30px 15px 30px 15px;
  }
  .loginmidboximg {
    height: 300px;
  }
  .loginmidboximg img {
    height: 300px;
  }
  .loginproductboxcontarea h3 {
    min-height: auto;
  }
  .loginproductboxtext {
    min-height: auto;
  }
  .contactuscontbox {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .loginmaincontarea {
    margin-top: 172px;
  }
  .ourpurposearea {
    margin-top: 50px;
    border-top: dotted 1px #000;
    border-left: dotted 0px #000;
    padding-top: 50px;
    padding-left: 0px;
  }
  .managementteambox {
    min-height: auto;
  }
.servicescollageimg img {
	height: 250px;
}
.servicestagline {
	margin-top: 50px;
}	
.servicestagline h2 {
	font-size: 30px;
	line-height: 35px;
}	
.travelhubgraycontarea {
	min-height: auto;
}	
.singreimagine {
  font-size: 14px;
  color: #fff;
  line-height: 19px;
  font-weight: 400;
  height: 230px;
}
.singreimagine img{
  height: 230px;
	width: 100%;
}	
.ourteamimgnew img {
  height: 200px;
}	
.ourteamimg3 img {
  height: 360px;
}
	
}
@media screen and (max-width : 480px) {
  .logincollagearea {
    padding-top: 10px;
  }
  .logincollagecont h1 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .loginproductboximg {
    height: 200px;
  }
  .loginproductboximg img {
    height: 200px;
  }
  .aboutuscollage img {
     height: 178px;
  }
  .ourvaluesbox {
    height: 80px;
  }
  .ourvaluesboxtext {
    font-size: 50px;
    line-height: 50px;
  }
.edmbox h3 {
	font-size: 12px;
}	
.ourteamimg1 img {
  height: 200px;
}	
.directorlabel {
	margin-bottom: 25px;
}
.remarkforimage {
	margin-bottom: 5px;
	font-size: 9px;
}	
}
@media screen and (max-width : 360px) {}