* {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
strong,
ol,
span,
strong {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
}
body {
  font-size: 14px;
  color: #000;
  box-sizing: border-box;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
  font-family: "Montserrat", sans-serif;
}
header {
  background: #002856;
  padding: 5px 0 0 0;
  position: relative;
  z-index: 99;
  box-shadow: 0 0 3px 2px #10101014;
}
#header-top {
  position: relative;
}

#header-top:after {
  position: absolute;
  content: "";
  top: 55px;
  right: -6px;
  t: -36px;
  display: block;
  z-index: -14;
  height: 55px;
  width: 80%;
  transform: skew(0deg);
  background: linear-gradient(to right, #ffffff, #ffffffed);
}
.logo:before {
  position: relative;
}

.logo:before {
  position: absolute;
  content: "";
  top: -15px;
  right: 31px;
  display: block;
  height: 138px;
  width: 500px;
  z-index: -6;
  background-image: url(../images/logo-bg.png);
  background-repeat: no-repeat;
  transform: skew(-1deg, 0deg);
  box-shadow: 12px -3px X 1px #fffffffa;
}
.head-certify {
  text-align: right;
}
#text-ul-li a {
  font-size: 15px;
  color: #fff;
  text-align: right !important;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 1.1px;
}

.head-certify h6 {
  color: #fff;
  font-size: 17px;
  padding-top: 7px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.7px;
}
/*.head-top{
	background: #3e9bd5;
	height: 40px;
	position: relative;
	margin-top: -5px;
}*/
.head-email {
  /*background: #fff;*/
  width: 260px;
  float: left;
  /*	-webkit-transform: skew(25deg);*/
  /*	transform: skew(25deg);*/
  border-left: 1px solid #f2f3f6;
  padding: 0px 2px 0 2px;
  text-align: center;
  height: 40px;
  position: relative;
  margin-left: -10px;
}
.head-email h6 i {
  padding-right: 5px;
}
.head-email h6 {
  /*    transform: skew(0deg);*/
  line-height: 45px;
  font-family: inherit;
  font-weight: 500;
  color: #fff;
}
.head-email h6 a {
  color: #000;
}
.head-phone h6 {
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  font-family: inherit;
}
.head-phone h6 a {
  color: #fff;
}
/************************/
.main-nav {
  margin-top: 10px;
}
.main-nav > ul {
  margin-top: 0px;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.logo img {
  width: 200px;
  position: relative;
  right: 37px;
}
.main-nav a {
  display: block;
  position: relative;
  color: #1a2452;
  padding: 9px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.main-nav ul li {
  position: relative;
}
.main-nav ul li:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 17px;
  bottom: 0;
  background-color: #8a8a8a;
  width: 2px;
  height: 12px;
}
.main-nav ul li:nth-child(1):before {
  background-color: #fbfcfc;
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #002856;
  text-decoration: none;
}
.last-menu {
  padding-right: 0px !important;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-nav .drop-down li {
  min-width: 270px;
  position: relative;
}
.main-nav .drop-down li:hover {
  background: #1a2452;
}
.main-nav .drop-down ul a {
  padding: 7px 20px;
  font-size: 14px;
  color: #66707f;
}
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #fff;
}
.main-nav .drop-down > a:after {
  content: "▼";
  font-family: Font Awesome;
  padding-left: 5px;
  font-size: 10px;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}
.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}
/*******************/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 16px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  color: #000;
  background: #fff;
  padding: 6px 10px;
  font-weight: 500;
  margin-top: 30px;
  margin-right: 10px;
}
.fa-times:before {
  color: #40c2f1;
}
.mobile-nav-toggle i {
  margin: 0px;
  color: #40c2f1;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.header-scrolled .main-nav > ul {
  margin-top: 0px;
}
/************************/
.sy-pager {
  display: none !important;
}
/************************/
.hm-prod {
  padding: 60px 0 60px;
  position: relative;
  z-index: 99;
  background: #f6f6f6;
}
.hm-prod-img {
  border-bottom: 1px solid #fff;
  background: url(../images/BG-Bucket2.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 20px;
  text-align: right;
}
.hm-prod-head h2 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin: 0 auto;
  display: table;
  color: #202020;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}
.hm-prod-head h2:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 30px;
  top: 13px;
  left: -40px;
  background-repeat: no-repeat;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAMCAYAAAB1Lg0yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5RTY4MkIxNzA0ODExRTdCRjg2QzMzMzEyQzM3QzE1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5RTY4MkIyNzA0ODExRTdCRjg2QzMzMzEyQzM3QzE1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTlFNjgyQUY3MDQ4MTFFN0JGODZDMzMzMTJDMzdDMTUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTlFNjgyQjA3MDQ4MTFFN0JGODZDMzMzMTJDMzdDMTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6pu9aBAAAARUlEQVR42mL8//8/AzXBl0pGogxkYhggwEhtHxMLBszHA2YxC7UTzaD38YAlLhYsQUqRgTzt/wd5UH+uYPg/orITQIABAE6SE1QemYI/AAAAAElFTkSuQmCC);
}
.hm-prod-head h2:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 30px;
  top: 13px;
  left: 380px;
  background-repeat: no-repeat;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAMCAYAAAB1Lg0yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM0MjhEQjEyNzA0ODExRTdCRDJDQUQ5NkMxNjJDNkVFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM0MjhEQjEzNzA0ODExRTdCRDJDQUQ5NkMxNjJDNkVFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzQyOERCMTA3MDQ4MTFFN0JEMkNBRDk2QzE2MkM2RUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzQyOERCMTE3MDQ4MTFFN0JEMkNBRDk2QzE2MkM2RUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6KoWrdAAAARUlEQVR42mL8XMHwn4EIwNP+n5GBioCJYYAA4////wfE4gHz8cAFNbGJi1hAbCIceYmLhZCCL5WMlAb9ME9cgz47AQQYAI2sE3T9Oas2AAAAAElFTkSuQmCC);
}
.mp0 {
  margin-bottom: 30px;
}
.mpr {
  padding-right: 11px;
  padding-left: 0;
}
.mpl {
  padding-left: 11px;
  padding-right: 0;
}
.hm-prod-img h4 {
  text-align: right;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
}
.hm-prod-img a {
  color: #fff;
  padding: 5px 8px;
  border: 1px solid #fff;
  font-size: 12px;
  position: relative;
  z-index: 99;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hm-prod-img .prod-more {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.hm-prod-img .prod-more:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: #3e9bd5;
  left: 0;
  z-index: -1;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.hm-prod-img:hover .prod-more:before {
  width: 100%;
}
.hm-prod-img:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hm-prod-img:before {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
  top: 6px;
  right: 0px;
  bottom: 6px;
  left: 21px;
  width: 89%;
  border: 1px solid #fff;
  content: "";
}
.hm-prod-img img {
  margin: 0 auto;
  display: table;
}
.hm-prod-more {
  border: 0px !important;
}
/************************/
.hm-prod2 {
  padding: 0px 0 20px;
}
.hm-prod2-dtl {
  background: #ececec;
  -webkit-box-shadow: inset -8px -6px 22px -9px #ccc;
  -moz-box-shadow: inset -8px -6px 22px -9px #ccc;
  -ms-box-shadow: inset -8px -6px 22px -9px #ccc;
  box-shadow: inset -8px -6px 22px -9px #ccc;
  clear: both;
  display: table;
  width: 100%;
  padding: 20px;
}
.hm-prod2-img {
  float: left;
}
.hm-prod2-name {
  text-align: right;
  vertical-align: middle;
}
.hm-prod2-name h4 {
  font-family: "Montserrat", sans-serif;
  margin-top: 40px;
  margin-bottom: 20px;
}
.hm-prod2-name a {
  color: #000;
  padding: 5px;
  border: 1px solid #000;
  font-size: 12px;
  position: relative;
  z-index: 99;
}
/************************/
.hm-abt {
  padding: 60px 0 100px;
}
.hm-abt-dtl h4 {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  text-align: center;
  color: #111d6b;
}
.hm-abt-dtl h4 span {
  border-left: 4px solid #40c2f1;
  padding-left: 10px;
}
.hm-abt-dtl p {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 500;
  padding: 0 100px;
  color: #1b1a1a;
  font-size: 16px;
}
/************************/
.hm-abts {
  padding: 70px 0 70px;
  background: #fff;
}
.hm-abts-img {
  position: relative;
  z-index: 99;
  margin-bottom: 0;
}
.hm-abts-img img {
  border-radius: 6px;
  display: block;
}
.hm-abts-img:after {
  /*  content: "";
    display: block;
    position: absolute;
    width: 92%;
    height: 97%;
    top: -5px;
    left: 31px;
    border: 7px solid #dadadab8;
  
    z-index: -1;
    border-radius: 298px;

    transform: skew(0deg);*/
}
.hm-abts-dtl h5 {
  font-weight: 500;
  color: #1e1e1e;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-bottom: 15px;
  font-size: 17px;
}
.hm-abts-dtl h2 {
  line-height: 48px;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-style: normal;
  color: #474747;
  font-size: 30px;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.hm-abts-dtl h5:before {
  content: "";
  position: absolute;
  width: 95px;
  /* height: 4px; */
  border-bottom: 4px dashed #a1a1a1;
  top: 29px;
  left: -2px;
  z-index: 1000;
  bottom: 0;
  /* background-color: #b19797; */
  border-radius: 32px 0px 0 10px;
}
.clearfix img {
  padding: 5px;
}
.no-title {
  font-size: 50px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.title {
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.hm-abts-dtl h6 {
  font-size: 18px;
  margin-bottom: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #3b99d3;
}
.hm-abts-dtl p {
  letter-spacing: 0.35px;
  line-height: 24px;
  display: block;
  color: #666;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}
.hm-abts-dtl p strong {
  color: #1a2452;
}
.inn_prd_rht_hed p strong {
  color: #1a2452;
}
.hm-abts-dtl ul {
  position: relative;
}
.hm-abts-dtl ul li {
  position: relative;
  width: 160px;
  margin-right: 20px;
  display: inline-block;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
/*Services*/
.hm-service {
  background: #ececec;
  padding: 80px 0;
  position: relative;
  z-index: -1;
}
.hm-service-dtl {
  position: relative;
  display: block;
  margin: 33px 0px 0px -30px;
  background: #13193f;
  padding: 93px 50px 93px 70px;
}
.hm-service .hm-service-dtl:before {
  position: absolute;
  opacity: 0.3;
  content: "";
  background: url(../images/pattern-4.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 10px;
  background-repeat: no-repeat;
  background-position: left center;
}
.hm-service .hm-service-dtl:after {
  position: absolute;
  content: "";
  background: url(../images/pattern-5.png);
  width: 233px;
  height: 233px;
  top: -70px;
  right: -125px;
  background-repeat: no-repeat;
  z-index: -1;
}
.hm-service-content {
  position: relative;
}
.hm-service-content h6 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  border-left: 2px solid #40c2f1;
  padding-left: 10px;
  font-weight: 300;
}
.hm-service-content h5 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 28px;
}
.hm-service-content p {
  color: #d0cfcf;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}
.hm-service-dtl .hm-service-content:before {
  position: absolute;
  content: "";
  background: url(../images/pattern-6.png);
  width: 79px;
  height: 72px;
  top: -90px;
  right: -45px;
  background-repeat: no-repeat;
}
.hm-service-more {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #40c2f1;
  padding: 15px 15px;
  z-index: 9999;
  font-weight: 300;
  border-radius: 5px;
}
.hm-service-more a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
/************************/
.hm-industry {
  padding: 60px 0;
}
.hm-industry-dtl h4 {
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  color: #000;
}
.hm-industry-dtl h4 span {
  border-left: 4px solid #f37800;
  padding-left: 10px;
  text-transform: uppercase;
}
.hm-industry-dtl ul li {
  border-bottom: 1px dotted #ececec;
  font-size: 15px;
  padding: 4px 0;
}
.hm-industry-dtl ul li:last-child {
  border: none;
}
.hm-industry-dtl ul li {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
/************************/
.key-sector {
  padding: 80px 0 0 0;
  background: #fff;
}
.key-sector-head {
  padding-bottom: 45px;
}
.key-sector-head h4 {
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  padding-bottom: 5px;
  /* text-transform: uppercase; */
  color: #ffffff;

  font-family: "Montserrat", sans-serif;
}
.hm-text h4 {
  position: relative;
}
.hm-text h4:before {
  content: "";
  position: absolute;
  width: 108px;
  /* height: 4px; */
  border-bottom: 4px dashed #fff;
  top: 46px;
  left: 310px;
  z-index: 1000;
  bottom: 0;
  /* background-color: #b19797; */
  border-radius: 32px 0px 0 10px;
}
.hm-text p {
  text-align: center;
  color: #fff;
  padding-top: 18px;
}
.hm-key-dtl {
  padding-bottom: 100px;
  position: relative;
}
/*.hm-key-dtl:before{
      content: '';
    display: block;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    margin: 0 auto;
    width: 349px;
    height: 88px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: -1;

}*/
.hm-key-dtl {
  background-color: #f7f7f7;
  height: 393px;
  margin-bottom: 35px;
  text-align: center;
  border-radius: 20px 20px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.animate-button {
  background-color: #133153;
  color: #ffffff;
  padding: 7px 15px;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 9px;
}

.animate-button span {
  position: relative;
  z-index: 1;
}

.animate-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #919191;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.animate-button:hover::before {
  transform: scaleX(1);
}

.animate-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6d6d6d;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
}

.animate-button:hover::after {
  transform: scale(1);
  transition-delay: 0.3s;
}

.hm-key-dtl p {
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
  color: #303030;
  font-weight: 500;
}
.key-sector {
  background-image: url(../images/product-background.png);
  width: 100%;

  background-repeat: no-repeat;
}

.hm-key-dtl h4 {
  font-size: 18px;
  text-align: center;
  padding-top: 27px;
  font-weight: 600;
}
.hm-key-dtl img {
  /*	-webkit-box-shadow: 0px 0px 7px 1px rgb(136 136 136 / 65%);
    -moz-box-shadow: 0px 0px 7px 1px rgba(136,136,136,0.65);
    box-shadow: 0px 0px 7px 1px rgb(136 136 136 / 65%);*/
  border-radius: 18px 18px 0px 0px;
  /*   -moz-border-radius: 18px 18px 18px 18px;
    -webkit-border-radius: 18px 18px 18px 18px;*/
}
/************************/
#footer_main {
  /*	background:#1a2452;*/
  background-position: 50% 277.331px;
  padding: 20px 0 0 0;
  background-image: url(../images/footer.png);
  background-size: cover;
}
.footer_rgt_bg {
  padding: 5px 0 20px;
}
.footer_rgt_bg ul {
  margin: 0 auto;
  display: table;
}
.footer_rgt_bg ul li {
  display: inline-block;
  border-right: 1px solid #fff;
}
.footer_rgt_bg ul li:last-child {
  border-right: 0px;
}
.footer_rgt_bg ul li a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
}
.footer_rgt_bg ul li a:hover {
  color: #3e9bd5;
}
.footer_middle {
  padding: 35px 0;
  border-top: 1px solid #f4f4f438;
}
.footer_logo img {
  margin: 0 auto;
  display: table;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.footer_add {
  padding: 10px 0;
}
.footer_add h5 {
  font-size: 18px;
  padding-bottom: 10px;
  color: #3e9bd5;
  letter-spacing: 0.5px;
  text-align: left;
}
.footer_add span {
  color: #fff;
  letter-spacing: 0.25px;
  text-align: left;
  padding-bottom: 10px;
  font-size: 15px;
  display: block;
}
.foot_line {
  border-left: 1px solid #f4f4f438;
  border-right: 1px solid #f4f4f438;
}
.footer_add p {
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 24px;
  display: block;
  font-weight: 500;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
.footer_add p a {
  text-align: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.social-icon ul {
  margin: 0 auto;
  margin-top: 40px;
  display: table;
}
.social-icon ul li {
  float: left;
  padding: 0 6px;
}
.social-icon ul li a i {
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border-radius: 50px;
  text-align: center;
  transition: all 0.8s;
  -webkit-transition: 0.8s ease;
  border: 2px solid #f4f4f4;
}
.icon1 i {
  background: #4d6bb3;
  color: #fff;
  border: 2px solid #4d6bb3;
}
.icon2 i {
  background: #2ba63a;
  color: #fff;
  border: 2px solid #2ba63a;
}
.icon3 i {
  background: #ed2a24;
  color: #fff;
  border: 2px solid #ed2a24;
}
.icon5 i {
  background: #0078b5;
  color: #fff;
  border: 2px solid #0078b5;
}
.social-icon ul li a:hover i {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.footer_btm {
  padding: 15px 0;
  background: #dddddd;
}
.foot_last p {
  text-align: center;
  font-size: 14px;
  display: block;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #3d3d3d;
}
.foot_last p a {
  color: #e98e8b;
}
/************************/
#hm_abt_main {
  padding: 70px 0;
  background: url(../images/strap-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#hm_abt_main:after {
  content: "";
  background: #000000ad;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.abt-zindex {
  position: relative;
  z-index: 99;
}
#hm_abt_btm {
  background: #f9f9f9;
  position: relative;
}
.hm_abt_hed {
  margin-top: 20px;
}
.hm_abt_hed span {
  color: #f37800;
  display: block;
  font-weight: normal;
  letter-spacing: 1px;
  padding-bottom: 5px;
  text-shadow: 0 1px 2px #000;
}
.hm_abt_hed h1 {
  color: #fff;
  font-size: 30px;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #000;
}
.hm_abt_hed h1:before {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #fff;
}
.hm_abt_hed p {
  line-height: 26px;
  letter-spacing: 0.35px;
  word-spacing: 0.15px;
  color: #fff;
  font-size: 18px;
  text-shadow: 0 0px 2px #000;
}
.abt_anch {
  margin-top: 40px;
}
.abt_anch a {
  background: #40c2f1;
  color: #fff;
  padding: 15px 25px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
}
.abt_anch a i {
  margin-right: 5px;
}
.abt_anch a:hover {
  background: #fff;
  color: #000;
}
.hm-prod-btn .btns {
  text-decoration: none !important;
  display: flex;
  width: 180px;
  height: 50px;
  align-items: center;
  border: 0;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  background: #3e9bd5;
  color: #fff;
  margin: 20px 0 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.hm-prod-btn .btns:before {
  position: absolute;
  width: 0%;
  height: 100%;
  content: "";
  background: #1a2452;
  left: 0;
  z-index: -1;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.hm-prod-btn .btns:hover {
  color: #fff;
}
.hm-prod-btn .btns:hover:before {
  width: 100%;
}
/************************/
.inner_banner_sec {
  position: relative;
}
.inner_banner_sec h1 {
  position: absolute;
  content: "";
  z-index: 1;
  top: 38%;
  left: 10%;
  font-size: 27px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 25px;
  display: block;
  background: #eeeff142;
  border-radius: 20px 5px 20px 5px;
  font-weight: bold;
  border: 2px solid #eeeff1;
  letter-spacing: 1px;
  background-image: linear-gradient(
    to right,
    rgba(255, 0, 0, 0),
    rgb(26 36 82),
    rgba(255, 0, 0, 0)
  );
}
.banner_bg_clr {
  padding: 15px 0;
  background: #f6f6f6;
  /* float:right; */
  /* width:40%; */
}

.banner_bg_clr ul {
  float: right;
}
.banner_bg_clr ul li {
  display: inline-block;
  padding: 0 5px;
}
.banner_bg_clr ul li a {
  color: #464646;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.banner_bg_clr ul li a:hover {
  color: #3e9bd5;
}
.banner_bg_clr ul li span {
  color: #3e9bd5;
  font-weight: 600;
}
.banner_bg_clr ul li a i {
  margin-left: 5px;
  color: #3e9bd5;
}
.product_inner-main {
  padding: 80px 0 60px 0;
}
.inn_prod_rht,
.inn_prd_rht_hed {
  padding-bottom: 20px;
}
.inn_prd_rht_hed h3 {
  font-size: 24px;
  color: #3e9bd5;
  font-weight: 600;
  display: block;
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}
.inn_prd_rht_hed h5 {
  font-size: 18px;
  color: #1a2452;
  font-weight: 600;
  display: block;
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}
.inn_prd_rht_hed ul li span {
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  color: #666;
  padding-bottom: 8px;
  display: block;
  font-size: 14px;
}
.inn_prd_rht_hed ul li span i {
  font-size: 14px;
  margin-right: 5px;
  color: #1a2452;
}
.inn_prd_rht_hed p {
  letter-spacing: 0.5px;
  line-height: 24px;
  display: block;
  color: #666;
  font-weight: 500;
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.inn_prd_rht_hed p span {
  color: #1a2452;
  font-weight: bold;
  /* display:inline-block; */
}
.inn_prod_bx {
  border: 10px solid #fff;
  box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  border-radius: 25px;
}
.inn_prod_bx img {
  border-radius: 25px;
}
.middle {
  margin: 15% auto;
  display: table;
}
/************************/
.inn-product-bx {
  padding: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.inn-product-bx:hover {
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product-rht-lst h5 {
  font-size: 18px;
  color: #fff;
  background: #1a2452;
  padding: 10px 15px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.product-rht-lst ul li a {
  background-color: #fff;
  padding: 8px 15px;
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 6%);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  display: block;
}
.product-rht-lst ul li a:hover {
  background-color: #3e9bd5;
  color: #fff !important;
}
.product-rht-lst ul li a i {
  margin-right: 5px;
  color: #3e9bd5;
}
.product-rht-lst {
  position: sticky;
  content: "";
  top: 7%;
  z-index: 1;
}
.inn-prd-hd ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-top: 10px;
}
.inn-prd-hd h4 {
  font-size: 18px;
  color: #1a2452;
  font-weight: 600;
  display: block;
  letter-spacing: 0.5px;
}
.inn-prd-hd {
  padding-bottom: 20px;
}
.product-rht-lst {
  margin-right: 15px;
}
.table .primary {
  background: #3e9bd5 !important;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.table-striped thead {
  background: #1a2452;
  color: #fff;
  font-size: 15px;
}
.table-bordered td {
  font-weight: 500 !important;
}
.table-heading h4 {
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  padding-bottom: 30px;
  clear: #1a2452;
}
/************************/
.contact_box {
  position: relative;
  border: 2px solid #f4f4f4;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 5px 10px rgb(14 35 73 / 13%);
  background-color: #ffffff;
  padding: 25px 25px 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 25px;
  min-height: 400px;
}
.contact_box:hover {
  -webkit-box-shadow: 0 0px 30px 0 rgb(91 135 173 / 15%);
  -ms-box-shadow: 0 0px 30px 0 rgba(91, 135, 173, 0.15);
  -o-box-shadow: 0 0px 30px 0 rgba(91, 135, 173, 0.15);
  box-shadow: 0 0px 30px 0 rgb(91 135 173 / 15%);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  background-color: #fff;
  border-bottom: 3px solid #1a2452;
}
.contact_detail ul li:last-child {
  border-bottom: 0px;
}
.contact_detail ul li {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f6f6f6;
  font-size: 15px;
  color: #666;
}
.contact_detail ul li p,
.contact_detail ul li p a {
  font-weight: 500;
  letter-spacing: 0.25px;
  color: #666;
  display: inline-block;
  font-size: 15px;
}
.contact_detail ul li p a:hover {
  color: #0f90d4;
}
.contact_detail ul li strong {
  font-size: 16px;
  color: #0e2349;
  letter-spacing: 0.5px;
}
.cont-heading h2 {
  padding-bottom: 30px;
  font-weight: 600;
  text-align: center;
  color: #3e9bd5;
}
.contact_right iframe {
  border-radius: 15px;
  margin-top: 20px;
}
.contact_form {
  margin-top: 30px;
  margin-bottom: 40px;
}
.contact_form .form-group input {
  display: block;
  width: 100%;
  color: #666;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 2px;
  background: #fff;
  border-color: #0e2349;
  border-width: 1px 1px 3px 1px;
  border-style: solid;
}
.contact_form .form-group input::placeholder {
  color: #666;
  opacity: 1;
  font-size: 14px;
}
.contact_form .form-group textarea::placeholder {
  color: #666;
  opacity: 1;
  font-size: 14px;
}
.contact_form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 28px;
  color: #666;
  font-weight: 500;
  height: 100px;
  font-size: 14px;
  border-radius: 2px;
  border-color: #0e2349;
  border-width: 1px 1px 3px 1px;
  border-style: solid;
  background: #fff;
}
.butn-bg {
  font-size: 16px;
  padding: 12px 30px;
  background: #0e2349;
  color: #fff;
  float: right;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #fff;
}
.butn-bg:hover {
  border: 2px solid #fff;
  color: #fff;
  background: #0f90d4;
}
/************************/

/************************/

/************************/
#text-ul-li ul {
  display: flex;
  float: right;
}
#text-ul-li ul li {
  padding-left: 25px;
}
#text-ul-li img {
  width: 20px;
}

#text-ul-li ul li:nth-child(1):before {
  border-right: none;
}
#drop-down ul li:nth-child(1):before {
  border-right: 1px solid #002856;
}

#drop-down ul li:nth-child(2):before {
  border-right: 1px solid #002856;
}
#drop-down ul li:nth-child(3):before {
  border-right: 1px solid #002856;
}
#drop-down ul li:nth-child(4):before {
  border-right: 1px solid #002856;
}
#drop-down ul li:nth-child(5):before {
  border-right: 1px solid #002856;
}
#text-ul-li ul li {
  position: relative;
}
#text-ul-li ul li:before {
  position: absolute;
  content: "";
  left: 7px;
  right: 22px;
  top: 12px;
  right: 26px;
  border-right: 2px dashed #c8c8c8;
  width: 3px;
  height: 21px;
}
/*about-section*/

.m-b10 {
  margin-bottom: 10px;
}
.sp10 {
  padding-left: 5px;
  padding-right: 5px;
}
.animated-button {
  background-color: #002856;
  color: #ffffff;
  padding: 10px 26px;
  border: none;
  font-weight: 500;
  /* font-size: 14px; */
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.animated-button:hover {
  background-color: #d5d5d5;
  transform: translateY(4px);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  color: #002856;
  font-weight: 600;
}
/*.hm-key-dtl {
	    position: relative;
}*/
/*
.service-thumb-shape-left {
    position: absolute;
    content: "";
   background-image: url(../images/left-arrow.png) ;
    width: 175px;
    background-position: center;
    background-size: cover;
    height: 44px;
    left: 0px;
    bottom: 148px;

    transition: all 0.4s ease 0s;
    z-index: 99;
}

.service-thumb-shape {
position: absolute;
    content: "";
    background-image: url(../images/arrows-right.png) ;
    width: 175px;
    background-position: center;
    background-size: cover;
    height: 44px;
    right: 0px;
    bottom: 148px;

    transition: all 0.4s ease 0s;
    z-index: 99;
}*/

.vission {
  padding: 80px 0;
}
.img img {
  width: 100%;
}
.hm-vission img {
  width: 87px;
  background-color: #e5e5e5;
  padding: 5px;
  border-radius: 45px;
}
.img {
  position: relative;
}
.hm-vission {
  position: absolute;
  left: -156px;
  top: 115px;
  bottom: 0;
}
.hm-vission-before {
  position: relative;
}
.hm-vission-before:before {
  position: absolute;
  content: "";
  background-color: #ececec;
  top: -44px;
  left: -215px;
  bottom: 0px;
  width: 479px;
  height: 516px;
  border-radius: 0 0px 0px 0;
}
.our-vission h5 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
}
#about_number {
  position: relative;
  background: #292866;
  padding: 60px 20px;
}

.counter ul {
  display: flex;
}
.count_box .transperrent {
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 900;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px;
  color: #f3f6f7;
  font-size: 10rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(244 247 250 / 50%);
  display: inline-block !important;
  vertical-align: middle;
  overflow: hidden;
  font-family: "Archivo", sans-serif;
}
.count_box h5 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: "Archivo", sans-serif;
}
.count_box h5 span {
  font-size: 25px;
  color: #ffffff;
  font-weight: 900;
  display: block;
  text-align: center;
  padding-left: 5px;
  font-family: "Jost", sans-serif;
}
.count_box .counter_detail {
  display: block;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #f2f2f2;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}

.count_box {
  position: relative;
  box-shadow: rgb(211 211 211 / 50%) 4px 26px 13px -19px;
}

.counter_detail span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.counter ul li {
  width: 100%;
  display: inline-flex;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
}
.images-align img {
  width: 114%;
  margin-top: -180px;
}
/*.counter {
    padding: 57px 0 0 0;
    
}*/
.our-vission {
  background-color: #ececec;
  color: #000;
  padding: 15px;
}
.images-align {
  text-align: center;
}

.counter-new {
  width: 100%;
  background-color: #133153;
  padding: 40px 0;
}

.hm-supling-box {
  padding: 25px;
  /*    background-image: linear-gradient(to right, #f8f8f8, white);*/
}
.hm-client-section ul li:nth-child(1) {
  border-top: 1px solid #eee0;
}
.hm-client-section ul li:nth-child(1) {
  border-left: 1px solid #eee0;
}
.hm-client-section ul li:nth-child(2) {
  border-top: 0px solid #eee0;
}
.hm-client-section ul li:nth-child(3) {
  border-top: 0px solid #eee0;
}
.hm-client-section ul li:nth-child(3) {
  border-right: 0px solid #eee0;
}
.hm-client-section ul li {
  width: 33%;
  float: left;
  border: 1px solid #0000000f;
  padding: 5px;
}
.hm-client-section img {
  width: 100%;
}
.hm-section {
  padding: 70px 0 70px 0;
}
.hm-client-section h4 {
  color: #676767;
  font-size: 31px;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.hm-client-section h4:before {
  content: "";
  position: absolute;
  width: 95px;
  /* height: 4px; */
  border-bottom: 4px dashed #a1a1a1;
  top: 29px;
  left: 513px;
  z-index: 1000;
  bottom: 0;
  /* background-color: #b19797; */
  border-radius: 32px 0px 0 10px;
}
.hm-client-section p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-top: 10px;
}
.client-logo-img img {
  width: 100%;
}
.hm-cli {
  padding: 5px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.client-logo-img {
  margin-top: 20px;
}
.client-mt {
  margin-top: 20px;
}
.bucket-box {
  border: 1px solid #fff;
  padding: 20px;
}
.bucket-icon img {
  width: 95px;
}
.bucket-icon {
  text-align: center;
}
.bucket-box {
  max-width: 310px;
  padding: 25px 18px 0px;
  text-align: center;
  position: relative;
  margin: 15px 0 10px;
  height: 100%;
  background-color: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.hm-quality-iso {
  padding: 55px 0 105px 0;
}
.bucket-box .bucket-icon {
  margin-bottom: 20px;
}
.bucket-box h4 span {
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
  color: #133153;
  font-weight: 600;
  font-size: 19px;
}
.bucket-box .divider {
  background-color: #a2a2a2;
  height: 3px;
  margin: 10px auto;
  width: 70px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
.bucket-box .box-body span {
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
  color: #383838;
  font-weight: 400;
}

.hm-quality-iso:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  width: 100%;
  height: 500px;
}
.update_banner_hed h1 {
  font-size: 33px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #fff;
  /* opacity: 33; */
  padding: 5px;
  position: relative;
  text-transform: uppercase;
  display: block;
  z-index: 98;
}

.update_product_banner .banner_nav li {
  position: relative;
  float: left;
  font-size: 16px;
  line-height: 30px;
  z-index: 999;
  font-weight: 600;
  text-transform: capitalize;
  padding-right: 10px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-right: 10px;
}
.update_product_banner .banner_nav li a {
  color: #ffffff;
  font-weight: 500;
}
.enquiry_btn:hover {
  color: #fff;
  font-weight: bold;
}
.enquiry_btn {
  position: relative;
  display: inline-block;
  border: none;
  background: rgb(255 255 255 / 85%);
  color: #000000;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all 0.3s linear;
  z-index: 1;
  letter-spacing: 1px;
  overflow: hidden;
  margin-top: 15px;
}
.enquiry_btn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  height: 100%;
  background: #fc0606;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transform: scale(1);
  z-index: -1;
  transition: 500ms ease;
}
.update_product_banner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(4 4 4 / 64%);
  z-index: 0;
}
.inner_product_hed h2 {
  font-size: 27px;
  color: #002856;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 15px;
  /* margin-bottom: 15px; */
  text-transform: uppercase;
  position: relative;
}

.inner_para p {
  font-size: 15px;
  color: #000000;
  display: block;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.update_product_banner {
  position: relative;
  background-size: 100%;
  min-height: 285px;
  display: block;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  padding-top: 90px;
}

.banner_nav li:before {
  position: absolute;
  right: -2px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  content: "-";
}

.application_data h4 {
  display: block;
  font-size: 18px;
  color: #002856;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.application_list ul li span {
  color: #606060;
  padding: 8px 0 8px 23px;
  display: block;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.25px;
  font-size: 16px;
}
.application_list ul li span i {
  left: 0px;
  line-height: 24px;
  font-size: 18px;
  color: #002856;
  border-radius: 50px;
  position: absolute;
}
.other_list li {
  padding: 10px 0;
}
/* #inner_product_section {
  padding: 50px 0;
} */
.other_list h4,
.specifications_data h4 {
  padding-bottom: 1px;
  display: block;
  font-size: 18px;
  color: #002856;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.inn_prod_table td {
  border: 0px;
  border-right: 2px solid #e1e1e1;
  color: #606060;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
}
.inn_prod_table {
  background: #fff;
  box-shadow: 0px 5px 15px rgb(40 148 212 / 10%);
  padding: 15px;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.inn_prod_table td:last-child {
  border-right: 0px;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.inn_prod_table td {
  border: 0px;
  border-right: 2px solid #e1e1e1;
  color: #606060;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
}

.inner_product_bx img {
  width: 100%;
}

.other_list {
  margin-top: 31px;
}

td {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.other_list span {
  font-size: 16px;
}

#product_table {
  background-color: #eeeeee;
  padding: 32px 14px;
  margin-top: 42px;
  margin-bottom: 31px;
}

.inner_product_bx img {
  border: 5px solid #ececec;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
}

th {
  color: #fff;
  border: 1px solid black;
  text-align: center;
  background-color: #002856;
}

#peplo-mt-5 {
  margin-top: 30px;
}

.left {
  display: flex;
}

.col-md-6 p {
  font-size: 20px;
  margin-top: 21px;
}

.card-body p {
  font-size: 20px;
}

.inner_product_bx2 img {
  width: 350px;
  height: 300px;
  margin-bottom: 20px;
}

.inner_para p {
  margin-top: 20px;
}

.inner_product_hed h2 {
  margin-top: 30px;
}

.container .breadcrumb-item li {
  color: white;
}

/* Contact */

.contact {
  padding: 80px 0;
}
.contact-map iframe {
  padding: 10px;
  box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  -webkit-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
}
.contact-head {
  margin-top: 60px;
  margin-bottom: 40px;
}

.contact-head h2 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 5px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  color: #232429;
  text-transform: uppercase;
  position: relative;
}
.contact-box {
  text-align: center;
}
.contact-box h5 {
  font-size: 22px;
  font-weight: 700;
  color: #3a3a3a;
  margin-top: 15px;
  margin-bottom: 10px;
}
.contact-box a {
  font-weight: 500;
  color: #676a6d;
  font-size: 16px;
  word-spacing: 0.5px;
  display: block;
  padding: 2px 0;
}

.butn-bg {
  width: 175px;
  height: 46px;
  background: linear-gradient(35deg, #cd2e4b 0%, #8a1538 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  border: 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 0 30px 30px 30px;
  cursor: pointer;
  margin-top: 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

form {
  display: block;
  margin-top: 0em;
  unicode-bidi: isolate;
}

.contact-form textarea {
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  line-height: 24px;
  padding: 15px 15px;
  font-size: 14px;
  margin-bottom: 20px;
}
.contact-form .form-group {
  margin-bottom: 10px;
}

.contact-form input {
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  line-height: 24px;
  padding: 15px 15px;
  font-size: 14px;
  margin-bottom: 20px;
}
.contact-form .butn-bg {
  margin: 30px auto 0;
  display: table;
}

.butn-bg {
  width: 175px;
  height: 46px;
  font-size: 20px;
  background: linear-gradient(35deg, #3a3032 0%, #aa9ca0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  border: 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 0 30px 30px 30px;
  cursor: pointer;
  margin-top: 15px;
}
.butn-bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #232429;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.butn-bg span {
  color: #ffffffc4;
  transform: rotate(0deg);
  position: relative;
  top: 0px;
  left: 7px;
  font-size: 9px;
}

.butn-bg {
  height: 60px;
}

.butn-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: black; /* Adjust this to your button's background color */
  color: white;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.icon-right-arrow11 img {
  margin-left: 8px; /* Adjust the space between text and image */
  width: 20px; /* Adjust the image size */
}

.button-text {
  display: inline-block;
}
.butn-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: black; /* Adjust this to your button's background color */
  color: white;
  border: none;
  cursor: pointer;
  font-size: 20px;
}

.icon-right-arrow11 img {
  margin-left: 8px; /* Adjust the space between text and image */
  width: 20px; /* Adjust the image size */
}

.button-text {
  display: inline-block;
}

.button-text {
  font-size: 20px;
}

/* Literate */

.box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100%;
  margin: 60px 0;
}
.txt {
  background-color: #21425a;
  align-items: center;
  height: 15vh;
}
.txt h6 {
  font-size: 20px;
  padding-top: 20px;
  padding-left: 20px;
  color: white;
  line-height: 27px;
}

.img1 img {
  width: 100%;
  height: 40vh;
}

/* technical page */

.accordion {
  margin: 60px auto;
  width: 600px;
}

.accordion li {
  list-style: none;
  width: 100%;
  margin: 20px;
  padding: 10px;
  border-radius: 8px;
  background: #e3edf7;
  box-shadow: 6px 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
    -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
}

.accordion li label {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

label::after {
  content: "+";
  margin-left: 10px;
  font-size: 24px;
  font-weight: 600;
}

input[type="radio"] {
  display: none;
}

.accordion .content {
  color: #555;
  padding: 0 10px;
  line-height: 26px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s, paddi;
}

.accordion input[type="radio"]:checked + label + .content {
  max-height: 400px;
  padding: 10px 10px 20px;
}

/* tejas */

.abt-text h5 {
  font-weight: 500;
  color: #1e1e1e;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-top: 15px;
  font-size: 17px;
}

.abt-text h5:before {
  content: "";
  position: absolute;
  width: 95px;
  border-bottom: 4px dashed #a1a1a1;
  top: 29px;
  left: -2px;
  z-index: 1000;
  bottom: 0;
  border-radius: 32px 0px 0 10px;
}

.abt-text h2 {
  line-height: 48px;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-style: normal;
  color: #474747;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-top: 15px;
}

.abt-text p {
  letter-spacing: 0.35px;
  line-height: 24px;
  display: block;
  color: #666;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  /* margin-bottom: 30px; */
  font-size: 15px;
}

.contain {
  padding: 70px 0 70px 0;
}

.update_product_banner {
  position: relative;
  background-size: 100%;
  min-height: 285px;
  display: block;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  padding-top: 90px;
}

.abt-text1 p {
  letter-spacing: 0.35px;
  line-height: 24px;
  display: block;
  color: #666;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  font-size: 15px;
}
.abt-text1 {
  margin-top: 50px;
}
.lit-img img {
  margin: 30px 75px;
  width: 200px;
  height: 300px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.box1 {
  margin: 60px 0;
  border: 2px solid #1c1c1c1d;
}
.li-text h5 {
  background-color: #002856;
  padding: 25px 0;
  text-align: center;
  color: white;
  font-size: 17px;
}
.lit-img img {
  border: 1.5px solid #b9826a;
  border-radius: 5%;
}

.lit-img1 img {
  border: 1.5px solid #b9826a;
  border-radius: 5%;
  width: 200px;
  height: 300px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.lit-img1 img {
  margin: 30px 75px;
}
.li-text1 h5 {
  background-color: #002856;
  padding: 15px;
  text-align: center;
  color: white;
  font-size: 17px;
}
.li-text2 h5 {
  background-color: #002856;
  padding: 25px;
  text-align: center;
  color: white;
  font-size: 17px;
}

.tech-text h2 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 800;
  margin-top: 20px;
}

.tech-text h5 {
  color: #1e1e1e;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 30px;
}
.tech-img img {
  height: 350px;
  border: 2px solid #002856;
}
.fas {
  color: #002856;
  padding: 10px;
}
.specification li {
  color: #002856;
  font-size: 17px;
  font-weight: 500;
}
.tech-img {
  padding: 30px;
}
.specification {
  margin-top: 50px;
}
#inner_product_section {
  padding: 70px 0;
}
.drop-down ul li:nth-child(1):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(2):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(3):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(4):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(5):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(6):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(7):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(8):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(9):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(10):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(11):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(12):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(13):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(14):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(15):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(16):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(17):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(18):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(19):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(20):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(21):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(22):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(23):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(24):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(25):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(26):before {
  background-color: #fff;
}

.drop-down ul li:nth-child(27):before {
  background-color: #fff;
}
.drop-down ul li:nth-child(28):before {
  background-color: #fff;
}
.main-nav-overflow {
  /* overflow-y: scroll; */
  height: 255px;
}

table {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
}
th {
  color: white;
  padding: 20px;
  text-align: center;
  border: 1.5px solid #000000;
}
td {
  border: 1.5px solid #000000;
  padding: 8px;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
.tech-text h1 {
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 800;
  margin-top: 50px;
}
.li-text1 h5 {
  padding: 35px 0;
}
.main-nav .drop-down .main-nav-overflow .drop-down > a:after {
  content: "▶";
  position: absolute;
  right: 15px;
}
.application_data {
  margin-bottom: 50px;
}
#asbestos {
  margin-top: 25px;
}
.footer_add a:hover {
  color: #0078b5;
}

.quickcontact input[type="text"],
[type="email"],
[type="number"] {
  width: 100%;
  max-width: 100%;
  padding: 10px 5px;
  font-size: 14px;
  margin-top: 4px;
  display: inline-block;
  border: 2px solid #133153;
  box-sizing: border-box;
}
.form-text {
  border: 1px solid #ccc;
}
.quickcontact input[type="submit"] {
  width: 100%;
  max-width: 100%;
  background-color: #e31e24;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 7px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
.quickcontact input[type="submit"]:hover {
  background-color: #002856;
  color: #fff;
  max-width: 100%;
}
.btn-1 {
  width: 100%;
  max-width: 100%;
  background-color: #002856;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 7px;
  border: none;
  cursor: pointer;
}
.quickcontact {
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  overflow-x: hidden;
  display: block;
  background-color: #f2f2f2;
}
.max {
  border: #000000 thick solid;
  position: fixed;
  width: 210px;
  left: 10px;
  bottom: 10px;
  max-width: 100%;
  background-color: #ffffff;
  padding: 4px;
  z-index: 9999;
}
.whatsapp-fixed {
  z-index: 10000;
}
.whatsapp-fixed .Btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  /*   box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199); */
  background-color: #00d757;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 2em transparent;
}
.whatsapp-fixed .sign {
  width: 100%;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sign svg {
  width: 25px;
}
.sign svg path {
  fill: white;
}
.whatsapp-fixed .text {
  position: absolute;
  right: 10px;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover {
  width: 150px;
  border-radius: 40px;
  transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover .sign {
  width: 30%;
  transition-duration: 0.3s;
  padding-left: 10px;
}

.whatsapp-fixed .Btn:hover .text {
  opacity: 1;
  width: 70%;
  transition-duration: 0.3s;
}
.whatsapp-fixed .Btn:active {
  transform: translate(2px, 2px);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00d757;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00d757;
  }
}
.whatsapp-fixed {
  position: fixed;
  right: 15px;
  bottom: 15px;
}

.blog_inner_product_section .container {
  margin-left: 225px;
}

.blog_inner_head h2{
  padding: 24px;
  margin: 11px;
  text-align: center ;
  font-size: 30px;
  font-weight: 600;
}
.inner_blog_bx img{
  width: 100%;
  padding-bottom: 15px;
}

.blog_inner_data h4 {
  display: block;
  font-size: 18px;
  color: #002856;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 16px;
}

.blog_inner_para p {
  font-size: 15px;
  color: #606060; 
  display: block;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0.5px;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
}
.blog_application_list ul li span {
color: #606060;
    padding: 0px 0 8px 23px;
    display: block;
    cursor: pointer;
    position: relative;
    letter-spacing: 0.25px;
    font-size: 14px;
}

.blog_application_list ul li span i{
 left: 0px;
  line-height: 24px;
  font-size: 14px;
  color: #002856;
  border-radius: 50px;
  position: absolute;
}

.faq {
  background: #fff;
  padding-bottom: 15px;
}
.faq h4 {
  font-size: 20px;
  color: #292866;
  position: relative;
  z-index: 2;
  display: block;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.faq .card {
  background-color: #f3f3f3;
  border: 1px dashed rgb(103 106 109 / 20%);
  margin-bottom: 10px;
}
.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.faq .card .card-header:hover {
  padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 45px;
  padding-right: 15px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #292866;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
.faq .card .card-header .faq-title .badge {
  width: 28px;
  height: 30px;
  text-align: center;
  background: #292866;
  color: #fff;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  left: 10px;
  top: 12px;
}
.faq .card .card-body {
  padding: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  color: #33383d;
  background: #fff;
  border-top: 2px solid #292866;
}
.faq .card .card-body p {
  font-size: 15px;
  margin-bottom: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.blog-main {
  padding: 41px 0 41px;
}
.blg-grid-wrap {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.blg-img img {
  border-radius: 15px 15px 0 0;
}

.blg-grid-wrap:hover .blg-info h1 {
  color: #1a1a1a;
}
.blg-info h1 {
  font-size: 20px;
  padding-bottom: 10px; 
  color: #21262b;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.blg-info p {
 font-size: 14px;
    display: block;
    color: #5b5b5b;
    padding-bottom: 23px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.blg-info {
 padding: 20px 14px 30px 25px;
}
.blg-info a.blg-more-btn:hover {
  background: #4c4c4c;
  transition: 0.3s;
}
.blg-info a.blg-more-btn {
  color: #ffffff;
  background: #292866;
  padding: 15px 24px;
  border-radius: 46px;
  font-size: 13px;
  font-weight: 500;
  transition: 0.3s;
}
.blg-grid-wrap:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  transition: 0.5s;
}

.blg-grid-wrap {
  margin-bottom: 30px;
  margin-top: 30px;
}

.recent-post {
  padding: 30px 20px;
  background: #f8f8f8;
}
.recent-post h4 {
  font-size: 20px;
  font-weight: 700;
  color: #292866;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.recent-post h4::before {
  background: #292866;
  border-radius: 10px;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: 1;
  border-radius: 5px;
}
.recent-post h4::after {
  background: #ebebeb;
  border-radius: 10px;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.recent-post a:hover {
  color: #292866;
}
.recent-post p:last-child a {
  padding-bottom: 0;
}
.recent-post a {
  font-size: 15px;
  font-weight: 600;
  color: #4c4c4c;
  padding-bottom: 25px;
  display: inline-block;
}
.recent-post p {
  position: relative;
}
.recent-post p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  display: inline-block;
  bottom: 13px;
  left: 0;
  background: #ebebeb;
}
.recent-post p:last-child::after {
  display: none;
} 

.blog-section-para{
 padding-bottom: 25px;
}