body{
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif !important;
  font-style: normal;
}
.logo{
  margin-top: 0px;
}
.logo img{
  height: 91px;
  width: auto;
}
.blacktxt{
  color: #000;
}
.whitetxt{
  color: #fff;
}
.bluetxt{
  color: #1770ba;
}
.redtxt{
  color: #ed1c24;
}
.search{
  position: absolute;
  text-align: end;
  top: 10px;
}
.right-left {
  text-align: right;
}
.right-center {
  text-align: right;
}
.left-center {
  text-align: left;
}
.left-right {
  text-align: left;
}
.center-mob-left {
  text-align: center;
}
.center-mob-right {
  text-align: center;
}
.right-mobtab-left {
  text-align: right;
}
.nopaddingarea {
  padding: 0px 15px;
}
.nopadding {
  padding: 0px;
}
.nopaddingarea1 {
  padding: 0px 14px;
}
.nopadding1 {
  padding: 1px;
}
.nopaddingarea2 {
  padding: 0px 13px;
}
.nopadding2 {
  padding: 2px;
}
.padding5pxarea {
  padding: 0px 10px;
}
.padding5px {
  padding: 0px 5px;
}
.topmargin5 {
  margin-top: 5px;
}
.topmargin10 {
  margin-top: 10px;
}
.topmargin15 {
  margin-top: 15px;
}
.topmargin20 {
  margin-top: 20px;
}
.topmargin25 {
  margin-top: 25px;
}
.topmargin30 {
  margin-top: 30px;
}
.topmargin35 {
  margin-top: 35px;
}
.topmargin40 {
  margin-top: 40px;
}
.topmargin45 {
  margin-top: 45px;
}
.topmargin50 {
  margin-top: 50px;
}
.topmargin60 {
  margin-top: 60px;
}
.topmargin70 {
  margin-top: 70px;
}
.topmargin80 {
  margin-top: 80px;
}
.rowmargindesk10 {
  margin-top: 10px;
}
.rowmargindesk20 {
  margin-top: 20px;
}
.rowmargindesk30 {
  margin-top: 30px;
}
.rowmargindesk50 {
  margin-top: 50px;
}
.searchbox{
  border: 1px solid #1f2a42;
  padding: 0px 4px 0px 8px;
  display: inline-block;
}
.search input{
	background: none;
	border: 0px;
  font-size: 13px;
	color: #fff;
}
.search input::placeholder{
	background: none;
	border: 0px;
	color: #9a9b9d;
}
.search input:focus{
	outline: none;
}
	/*input.searchbtn {
		background: url("../img/searchicon.png") !important;
	width: 30px !important;
	height: 30px !important;
	}*/
 .searchbtn{
	background-color: transparent !important;
	width: 30px;
	height: 30px;
  background: none;
  border: 0px;
}
.hmservbg{
  width: 100%;
  padding: 80px 0px;
  background: url(../img/growth_bg.png) no-repeat bottom left rgb(32,128,208);
/* background: linear-gradient(141deg, rgba(32,128,208,1) 0%, rgba(18,103,174,1) 100%); */
  position: relative;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
}
.hmservbg h2{
  font-size: 35px;
  color: #fff;
  line-height: 40px;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}
.hmservbg h2 span{
  font-size: 35px;
  color: #fff;
  line-height: 40px;
  font-weight: 300;
}
.servbox{
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 6px 6px 6px 0px rgba(5,50,87,0.26);
-moz-box-shadow: 6px 6px 6px 0px rgba(5,50,87,0.26);
box-shadow: 6px 6px 6px 0px rgba(5,50,87,0.26);
margin-bottom: 30px;
}
.servbox img{
  width: 100%;
  height: 160px;
  border-radius: 2px 2px 0px 0px;
  object-fit: cover;
  object-position: center center;
  filter: gray;
       -webkit-filter: grayscale(100%);
       -webkit-transition: all .3s ease;
       -webkit-backface-visibility: hidden;
}
.servbox2{
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 6px 6px 16px 0px rgba(0,0,0,0.06);
-moz-box-shadow: 6px 6px 16px 0px rgba(0,0,0,0.06);
box-shadow: 6px 6px 16px 0px rgba(0,0,0,0.06);
margin-bottom: 30px;
}
.servbox2 img{
  width: 100%;
  height: 160px;
  border-radius: 2px 2px 0px 0px;
  object-fit: cover;
  object-position: center center;
  filter: gray;
       -webkit-filter: grayscale(100%);
       -webkit-transition: all .3s ease;
       -webkit-backface-visibility: hidden;
}
.servboxcont{
  padding: 15px 22px;
	color: #000;
	font-size: 15px;
}
.servboxcont h3{
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  padding: 0px;
  margin: 0px;
  color: #000;
  -webkit-transition: all .3s ease;
}
.servboxcont2{
  padding: 13px 18px;
	color: #000;
	font-size: 13px;
	line-height: 17px;
	min-height: 160px;
}
.servboxcont2 h3{
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
  padding: 0px;
  margin: 0px;
  color: #000;
  -webkit-transition: all .3s ease;
}
.servbox:hover img{
  filter: gray;
       -webkit-filter: grayscale(0%);
       -webkit-transition: all .3s ease;
       -webkit-backface-visibility: hidden;
}
.servbox2:hover img{
  filter: gray;
       -webkit-filter: grayscale(0%);
       -webkit-transition: all .3s ease;
       -webkit-backface-visibility: hidden;
}
.colorimg img{
  filter: gray;
       -webkit-filter: grayscale(0%) !important;
       -webkit-transition: all .3s ease !important;
       -webkit-backface-visibility: hidden !important;
}
.servbox:hover .servboxcont h3{
  color: #ed1c24;
}
.servbox2:hover .servboxcont h3{
  color: #ed1c24;
}
.servbox2:hover .servboxcont2 h3{
  color: #ed1c24;
}
.servboxlink{
  background: #1770ba;
  border-radius: 3px;
  -webkit-box-shadow: 6px 6px 6px 0px rgba(5,50,87,0.26);
-moz-box-shadow: 6px 6px 6px 0px rgba(5,50,87,0.26);
box-shadow: 6px 6px 6px 0px rgba(5,50,87,0.26);
margin-bottom: 30px;
color: #fff;
font-size: 14px;
line-height: 16px;
height: 220px;
padding: 50px;
}
.servboxlink a{
  text-decoration: underline;
  color: #fff;
}
.servboxlink a:hover{
  text-decoration: none;
  color: #fff;
}
.servboxlink h4{
  font-size: 23px;
  line-height: 28px;
  color: #fff;
  font-weight: 300;
  padding: 0px;
  margin: 0px;
}
.whitecontainer{
  background-color: #fff;
  padding: 80px 0px;
  color: #000;
  font-size: 14px;
  letter-spacing: .03em;
  font-weight: 400;
  line-height: 20px;
}
.whitecontainer2{
  background-color: #fff;
  padding: 50px 0px;
  color: #000;
  font-size: 14px;
  letter-spacing: .03em;
  font-weight: 400;
  line-height: 20px;
}
.mainheading{
  margin-bottom: 24px;
}
.mainheading h2{
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  padding: 0px;
  margin: 0px;
}
.mainheading h2 span{
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}
.mainheading h3{
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  padding: 0px;
  margin: 0px;
}
.mainheading h3 span{
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}
.mainheading h4{
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  padding: 0px;
  margin: 0px;
}
.mainheading h4 span{
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
}
.mainheading h5{
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
}
.mainheading h5 span{
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.bluebtn{
	color: #fff;
}
.bluebtn a{
  background: rgb(19,105,177);
  background: linear-gradient(0deg, rgba(19,105,177,1) 0%, rgba(27,130,216,1) 100%);
  color: #fff !important;
  padding: 8px 17px;
  font-weight: 400;
  border-radius: 20px;
  transition: 0.7s;
  text-transform: uppercase;
  font-size: 14px;
}
.bluebtn a:hover{
  background: #ed1c24;
  color: #fff !important;
  transition: 0.7s;
}
.bluebtn a:focus{
  background: rgb(19,105,177);
  background: linear-gradient(0deg, rgba(19,105,177,1) 0%, rgba(27,130,216,1) 100%);
  color: #fff !important;
  transition: 0.7s;
}
.bluebtn2{
	color: #fff;
}
.bluebtn2 a{
  background: rgb(19,105,177);
  background: linear-gradient(0deg, rgba(19,105,177,1) 0%, rgba(27,130,216,1) 100%);
  color: #fff !important;
  padding: 8px 17px;
  font-weight: 400;
  border-radius: 20px;
  transition: 0.7s;
  text-transform: uppercase;
  font-size: 14px;
}
.bluebtn2 a:hover{
  background: #ed1c24;
  color: #fff !important;
  transition: 0.7s;
}
.bluebtn2 a:focus{
  background: rgb(19,105,177);
  background: linear-gradient(0deg, rgba(19,105,177,1) 0%, rgba(27,130,216,1) 100%);
  color: #fff !important;
  transition: 0.7s;
}
.abtimage{
  height: 300px;
  width: 100%;
}
.abtimage img{
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.fiveadvant{
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 18px;
  width: 100%;
  margin-bottom: 25px;
}
.fiveadvant hr{
  padding: 0px 0px;
  margin: 8px 0px;
  border-color: #a5d3f8;
  border-width: 2px;
}
.fiveadvant svg{
  width: 36px;
  height: 36px;
  fill: #ed1c24;
  float: right;
  margin-top: -20px;
}
.servenquirybg{
  background: url(../img/advisory_bg.jpg);
  padding: 50px 0px;
  font-size: 17px;
  font-weight: 500;
}
.clientlogo{
  width: 100%;
}
.testimbox{
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #dadada;
  padding: 25px;
  width: 358px;
  min-height: 272px;
}
.testimbox h3{
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 13px 0px 0px 0px;
  margin: 0px;
}
.testimdesc{
  font-size: 13px;
  color: #000;
  line-height: 19px;
  font-weight: 300;
  display: inline-block;
}
.initals{
  width: 42px;
  height: 42px;
  background-color: #ed1c24;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  float: left;
  text-align: center;
  vertical-align: middle;
  line-height: 41px;
  margin-right: 10px;
  margin-bottom: 10px;
}
footer{
  background: url(../img/footerbg.jpg) repeat-y #1976c3 left top;
  background-size: contain;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
}
footer h5{
  font-size: 13px;
  font-weight: 600;
  padding: 0px 0px 18px 0px;
  margin: 0px;
}
footer h5 a{
	text-decoration: none;
	color: #fff;
}
footer h5 a:hover{
	text-decoration: none;
	color: #fff;
}
footer h6{
  font-size: 12px;
  font-weight: 600;
  padding: 0px 0px 9px 0px;
  margin: 0px;
}
footer h6 a{
	text-decoration: none;
	color: #fff;
}
footer h6 a:hover{
	text-decoration: none;
	color: #fff;
}
footer li{
  list-style: none;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 300;
}
footer li a{
  list-style: none;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}
footer li a:hover{
  color: #fff;
}
.ftrbg1{
  background-color: #1671bd;
  padding: 44px 0px;
}
.ftrbg2{
  background-color: #1976c3;
  padding: 44px 44px !important;
}
.footerlogo{
  margin-bottom: 30px;
}
.copyright{
  background-color: #1267ae;
  padding: 20px 0px;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
}
.sociallinks a{
  font-size: 18px;
  color: #1267ae;
  text-decoration: none;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block; 
  text-align: center;
  line-height: 30px;
}
.right-mob-center{
  text-align: right;
}
.left-mob-center{
  text-align: left;
}
.innercollage{
  height: 430px;
}
.crumb{
  font-size: 13px;
  text-transform: uppercase;
  color: #1770ba;
}
.whatwedobg{
  background-color: #d8f1fd;
  padding: 30px 30px 5px 30px;
  margin-bottom: 50px;
}
.whatwedobox{
  color: #000;
  font-size: 18px;
  margin-bottom: 30px;
}
.whatwedobox a{
  background-color: #fff;
  border: 1px solid #1770ba;
  color: #000;
  font-size: 19px;
  padding: 15px 12px;
  border-radius: 2px;
  width: 100%;
  display: block;
}
.whatwedobox a:hover{
  background-color: #1770ba;
  border: 1px solid #fff;
  color: #fff;
}
.whatwedobox2{
  color: #000;
  font-size: 18px;
  margin-bottom: 30px;
}
.whatwedobox2 a{
  background-color: #fff;
  border: 1px solid #bdcbd1;
  color: #1770ba;
  font-size: 15px;
  padding: 5px 12px 5px 12px;
  border-radius: 2px;
  width: 100%;
  display: block;
}
.whatwedobox2 a:hover{
  background-color: #fff;
  border: 1px solid #1770ba;
  color: #1770ba;
}
.verttxt{
  display: table-cell;
    height: 400px;
    vertical-align: middle;
}
.teamphoto{
  width: 260px;
  height: 345px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;  
  position: relative;
}
.teamphoto img{
  width: 260px;
  height: 345px;
  object-fit: contain;
  object-position: 50% 50%;
}
.teamnamebox{
  position: absolute;
  padding: 20px;
  z-index: 9;
  top: 54%;
  left: 35%;
  width: 245px;
}
.teamnamebox h3{
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  padding: 0px 0px 8px 0px;
  margin: 0px;
}
.teamnamebox h3 span{
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}
.teamnamebox h5{
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  padding: 0px;
  margin: 0px;
}
.teambxcol1{
  background-color: #1770ba;
}
.teambxcol2{
  background-color: #ed1c24;
}
.whyuspoints{
	margin-bottom: 30px;
}
.whyuspoints h3{
	font-size: 20px;
	font-weight: 600;
}
.whyuspoints svg{
	fill:#ed1c24;
	height: 65px;
	width: auto;
}
.servcontent{
	font-size: 18px;
	line-height: 25px;
}
.servimg{
	background: rgb(237,28,36);
background: -webkit-linear-gradient(right, rgba(237,28,36,1) 0%, rgba(237,28,36,1) 26%, rgba(34,126,210,1) 26%, rgba(27,130,216,1) 100%);
background: -o-linear-gradient(right, rgba(237,28,36,1) 0%, rgba(237,28,36,1) 26%, rgba(34,126,210,1) 26%, rgba(27,130,216,1) 100%);
background: linear-gradient(to left, rgba(237,28,36,1) 0%, rgba(237,28,36,1) 26%, rgba(34,126,210,1) 26%, rgba(27,130,216,1) 100%);
	padding-bottom: 3px;
}
.servpadding{
	padding: 2px 15px 15px 2px;
}
.servborder{
	border: 1px solid #ebebeb;
}
.enqimg{
	width: 100%;
	height: 290px;
	margin-top: 20px;
}
.enqimg img{
	width: 100%;
	height: 290px;
	object-fit: cover;
	object-position: center center;
}
.text13px{
	font-size: 13px;
	
}

.industrybox{
  color: #000;
  font-size: 14px;
  margin-bottom: 30px;
}
.industrybox li{
  background-color: #fff;
  border: 1px solid #CCCCCC;
  color: #000;
  font-size: 14px;
  padding: 10px;
  border-radius: 2px;
  width: 23.3%;
  display: inline-flex;
	margin-right: 10px;
	margin-bottom: 10px;
	min-height: 62px;
	vertical-align: middle;
	align-items: center;
}
.industrybox li img{
  width: 36px;
	height: 36px;
	margin-right: 10px;
}


/* @keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-0%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: auto;
  height: 81px;
  z-index: 2;
}

.logos:before {
  left: 0;
  /* background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255)); *
}

.logos:after {
  right: 0;
  /* background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255)); *
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
  width: 100%;
}
.logo_items ul{
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.logo_items li{
  display: inline-block;
  padding-right: 40px;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 81px;
} */
@media (max-width: 1024px) {
.industrybox li{
  font-size: 12px;
  padding: 5px;
  width: 23.3%;
 	min-height: 62px;
}
.industrybox li img{
  width: 30px;
	height: 30px;
}
}

@media (max-width: 991px) {
  .logo img{
    height: 71px;
    width: auto;
  }
  .rowmargintabmob30 {
    margin-top: 30px;
}
.rowmargintabmob20 {
    margin-top: 20px;
}
.rowmargintabmob10 {
    margin-top: 10px;
}
.industrybox li{
  font-size: 13px;
  padding: 5px;
  width: 31%;
 	min-height: 62px;
}
.industrybox li img{
  width: 30px;
	height: 30px;
}	
}

@media (max-width: 767px) {
  .logo img{
    height: 65px;
  }
  .search{
    position: absolute;
    text-align: end;
    top: 10px;
    display: none;
  }
  .hmservbg{
    padding: 40px 0px;
  }
  .rowmargin40 {
    margin-top: 40px;
}
.rowmargin30 {
    margin-top: 30px;
}
.rowmargin20 {
    margin-top: 20px;
}
.rowmargin10 {
    margin-top: 10px;
}
.rowmarginbotm20 {
    margin-bottom: 20px;
}
.rowmargindesk30 {
    margin-top: 0px;
}
.right-left {
    text-align: left;
}
.right-center {
    text-align: center;
}
.left-center {
    text-align: center;
}
.left-right {
    text-align: right;
}
.rowmargindesk10 {
    margin-top: 0px;
}
.rowmargindesk20 {
    margin-top: 0px;
}
.rowmargindesk30 {
    margin-top: 0px;
}
.rowmargindesk50 {
    margin-top: 0px;
}
.center-mob-left {
    text-align: left;
}
.center-mob-right {
    text-align: right;
}
footer{
  background: none;
  background-color: #1976c3;
}
.ftrbg1{
  background-color: transparent;
  padding: 15px 0px;
}
.ftrbg2{
  background-color: transparent;
  padding: 15px 15px !important;
}
.right-mob-center{
  text-align: center;
}
.left-mob-center{
  text-align: center;
}
.innercollage{
  height: 230px;
}
.verttxt{
    height: auto;
    padding-top: 30px;
}
.industrybox li{
  font-size: 14px;
  padding: 5px;
  width: 100%;
 	min-height: auto;
}
.industrybox li img{
  width: 30px;
	height: 30px;
}

} 

@media (max-width: 567px) {
  .teamphoto{
    width: 100%;
    height: 345px;
  }
  .teamphoto img{
    width: 100%;
    height: 345px;
    object-fit: cover;
    object-position: top center;
  }
  .teamnamebox{
    position: relative;
    padding: 20px;
    z-index: 9;
    top: 0%;
    left: auto;
    width: 100%;
  }
  .teamnamebox h3{
    font-size: 22px;
    line-height: 22px;
  }
  .teamnamebox h3 span{
    font-size: 22px;
  }
  .teamnamebox h5{
    font-size: 13px;
  }
	.mainheading h2{
  font-size: 30px;
  line-height: 32px;
}
.mainheading h2 span{
  font-size: 30px;
  line-height: 32px;
}
.mainheading h3{
  font-size: 26px;
  line-height: 32px;
}
.mainheading h3 span{
  font-size: 26px;
  line-height: 36px;
}
.mainheading h4{
  font-size: 22px;
  line-height: 30px;
}
.mainheading h4 span{
  font-size: 22px;
}
.mainheading h5{
  font-size: 18px;
}
.mainheading h5 span{
  font-size: 18px;
}
	
	
	
	
	
	
	
}



@media (max-width: 767px) {

}



@media screen and (min-width: 992px) {

}

@media (min-width: 767px) {

}


@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media screen and (min-width: 992px) {

}


@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}


@media (max-width: 767px) {

}


@media (max-width: 991px){

}
@media (max-width: 767px){

}