@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

* {
  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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
body {
  font-size: 14px;
  color: #000;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}
sup {
  font-size: 12px;
}
.pt0 {
  padding-top: 0px !important;
}
/*************************/
/*
.main-top{
	background-image: url(https://technext.github.io/bloscot/images/banner-bg.png);
    height: auto;
    background-size: 100%;
    width: 100%;
    float: left;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}*/

/************************/
.fixed-top {
  position: fixed;
  top: 0px;
  display: block;
  background: #fff;
}
.header_menu {
  padding: 3px 0 0px;
  display: flex;
  /* background: linear-gradient( 45deg, transparent 37%, #03175b 37%);*/
  box-shadow: 0px 0px 10px 3px rgb(70 70 70 / 30%);
}
.logo {
  position: relative;
  top: 5px;
}
#header .logo img {
  width: auto;
  height: auto;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-scrolled .logo img {
  width: 80% !important;
  height: auto;
  display: block;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-scrolled .logo {
  top: -8px;
}
.header-scrolled {
  box-shadow: 0 0 2px 2px #0000004a;
}
.header-scrolled .header_menu {
  padding: 18px 0 0px;
}
.main-nav > ul {
  margin-top: 20px;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 5px;
}
.main-nav a {
  display: block;
  position: relative;
  color: #000;
  padding: 0px 12px;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.main-nav a:hover,
.main-nav li > a:hover {
  color: #63bee9;
  text-decoration: none;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.bg li {
  background: #fff;
}
.main-top2 .header_menu {
  background: #fff;
}
.main-top2 .main-nav a {
  color: #000;
}
.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-nav .dropdown-width-175 {
  min-width: 175px !important;
}
.main-nav .dropdown-width-200 {
  min-width: 200px !important;
}
.main-nav .drop-down li {
  min-width: 240px;
  position: relative;
}
.main-nav .drop-down ul li a {
  padding: 12px 12px;
  font-size: 14px;
  color: #66707f;
  border-bottom: 1px solid #eeeeee94;
}
.main-nav .drop-down ul li:last-child a {
  border-bottom: none;
}
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #63bee9;
}
.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
  margin-top: 10px;
}
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.cont-call {
  margin: 0 0px 0 60px;
  position: relative !important;
  top: -10px;
}
.cont-call span {
  display: block;
  line-height: 20px;
  margin-right: 0;
  text-align: center;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* padding: 4px;*/
  /*box-shadow: 0px 0px 60px 0px rgb(88 88 88 / 20%);*/
  position: absolute;
  left: -55px;
  top: 0px;
}
.cont-call a {
  font-weight: 500;
  font-size: 14px;
  padding: 0 0;
}

/*******************/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #264b8f;
  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: 10px;
  top: 24px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 20px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}
.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;
}
/************************/
#main-slider {
  margin-top: 75px;
}
.desktop_slider {
  display: block;
}
.mobile_slider {
  display: none;
}
#main-slider .carousel-inner {
  position: relative;
}
.carousel-control-prev {
  background-color: rgb(38 75 143);
  height: 60px;
  width: 45px;
  z-index: 121;
  text-align: center;
  top: 40%;
  bottom: 0;
  opacity: 1;
  border-radius: 50px;
  left: 2%;
  outline: none;
  border: none;
}
.carousel-control-next {
  background-color: rgb(38 75 143);
  height: 60px;
  width: 45px;
  z-index: 121;
  text-align: center;
  position: absolute;
  top: 40%;
  opacity: 1;
  right: 2%;
  border-radius: 50px;
  border: none;
  outline: none;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 1.2rem;
  height: 1.2rem;
}
#main-slider .carousel-item img {
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 576px) {
  #main-slider .carousel-item .mob_slide {
    display: none !important;
  }
}
#main-slider .carousel-item img {
  width: 100%;
  margin: auto;
}
#main-slider .carousel-caption {
  height: fit-content;
  height: -moz-fit-content;
  left: 50%;
  right: 0;
  bottom: 0px;
  text-align: center;
  z-index: 99;
  background: rgb(0 0 0 / 47%);
  top: 45%;
  transform: translate(-50%, -50%);
  padding: 25px 0;
}
#main-slider .carousel-caption .caption {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-style: normal;
  color: white;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 1px;
}
#main-slider .carousel-caption .caption span {
  color: #fff;
  font-size: 47px;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/**********************/
.hm-prod {
  /*background-image: url(../images/background_02.png);
    background-color: rgb(3, 23, 91);
    background-position: 50% 89.9628px;*/
  padding: 80px 0 120px;
  position: relative;
  /* background-image: url(../images/service-back.png) !important;*/
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
}
.hm-prod-head h2 {
  text-align: center;
  color: #264b8f;
  margin-bottom: 40px;
}

/**** BTN No.  ****/
.btn-4 {
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  font-weight: 400;
  color: #03175b;
}
.btn-4 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #03175b;
}
.btn-4:before,
.btn-4:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #03175b;
  transition: all 0.3s ease;
}
.btn-4:before {
  height: 50%;
  width: 2px;
}
.btn-4:after {
  width: 20%;
  height: 2px;
}
.btn-4:hover:before {
  height: 100%;
}
.btn-4:hover:after {
  width: 100%;
}
.btn-4 span:before,
.btn-4 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #03175b;
  transition: all 0.3s ease;
}
.btn-4 span:before {
  width: 2px;
  height: 50%;
}
.btn-4 span:after {
  width: 20%;
  height: 2px;
}
.btn-4 span:hover:before {
  height: 100%;
}
.btn-4 span:hover:after {
  width: 100%;
}
/**** BTN No.End ****/

/*About end*/

/*******footer*******/
footer {
  background-position: right bottom;
  background-image: url(../images/footer.jpg);
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 30px;
}

.ftr-top-bord {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
  margin-bottom: 40px;
}

.ftr-top-cont h1 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  line-height: 40px;
}
.ftr-top-cont h1 span {
  font-size: 35px;
}
.ftr-btn-cont {
  float: right;
}

.custom-btn2 {
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  text-align: center;
}

.social-icon h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  margin-bottom: 5px;
}
.social-icon ul {
  opacity: 1;
  text-align: left;
}
.social-icon ul li {
  display: inline-block;
  padding-right: 8px;
}
.social-icon ul li a {
  opacity: 1;
}
.social-icon ul li a i {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  transition: all 0.8s;
  -webkit-transition: 0.8s ease;
}
.icon1 i {
  background: #4d6bb3;
  color: #fff;
  border: 1px solid #4d6bb3;
}
.icon2 i {
  background: #bd081c;
  color: #fff;
  border: 1px solid #bd081c;
}
.icon3 i {
  background: #ed2a24;
  color: #fff;
  border: 1px solid #ed2a24;
}
.icon5 i {
  background: #0078b5;
  color: #fff;
  border: 1px solid #0078b5;
}
.icon4 i {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.icon6 i {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: #fff;
}
.social-icon ul li a:hover i {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border-radius: 5px;
}
/****BTN No.****/
.btn-5 {
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  font-weight: 400;
  color: #fff;
}
.btn-5 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.btn-5:before,
.btn-5:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #fff;
  transition: all 0.3s ease;
}
.btn-5:before {
  height: 50%;
  width: 2px;
}
.btn-5:after {
  width: 20%;
  height: 2px;
}
.btn-5:hover:before {
  height: 100%;
}
.btn-5:hover:after {
  width: 100%;
}
.btn-5 span:before,
.btn-5 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.3s ease;
}
.btn-5 span:before {
  width: 2px;
  height: 50%;
}
.btn-5 span:after {
  width: 20%;
  height: 2px;
}
.btn-5 span:hover:before {
  height: 100%;
}
.btn-5 span:hover:after {
  width: 100%;
}
/**** BTN No.End ****/
.ftr-logo img {
  max-width: 90%;
}
.ftr-logo p {
  color: #fff;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
  padding-top: 15px;
}
.ftr-logo ul li {
  padding-left: 50px;
  padding-bottom: 22px;
  position: relative;
  color: #fff;
}
.ftr-logo > ul > li > a {
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.ftr-logo > ul > li > a > i {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 13px;
  color: #305893;
  width: 33px;
  height: 33px;
  background: #fff;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
}
.ftr-logo > ul > li > a:hover {
  color: #63bee9;
}
.ftr-prod-heading {
  padding-bottom: 15px;
  /*	border-bottom: 1px solid rgba(255,255,255,.3);*/
}
.ftr-prod-heading h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  line-height: 40px;
}
.ftr-prod h5 {
  font-size: 16px;
  font-weight: 400;
  color: #04b8fb;
  display: inline-block;
  line-height: 40px;
  text-transform: uppercase;
}
.ftr-prod ul li {
  padding-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
.ftr-prod ul li a {
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.ftr-prod ul li:hover a {
  color: #63bee9;
}
.ftr-prod ul li:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 65%;
  color: #fff;
}

.ftr-btm {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 30px;
}
.ftrBtm-right p {
  color: #fff;
  text-align: right;
  letter-spacing: 0.5px;
  padding-top: 5px;
}
.ftrBtm-left p {
  color: #fff;
  letter-spacing: 0.5px;
}
.ftrBtm-right p a {
  color: #fff;
}
.ftrBtm-right p a:hover {
  color: #63bee9;
}

.ftr-contry {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  margin-top: 20px;
}
.ftr-contry-dtl h3 {
  font-size: 18px;
  color: #ffffff;
  position: relative;
  padding-bottom: 15px;
  font-weight: 300;
}
.ftr-contry-dtl ul li {
  display: inline-block;
  color: rgb(255 255 255 / 82%);
  padding: 0 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-size: 14px;
  position: relative;
}
.ftr-contry-dtl ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #fff3;
  right: 0;
  top: 5px;
}
.ftr-contry-dtl ul li:last-child:after {
  background: #fff0;
}
/*******footer End*******/
/*hm-product*/
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px;
  margin: 50px 0 20px 0;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 26px 0 rgb(0 0 0 / 10%);
}
.flip-card-front img {
  height: 100%;
  width: 100%;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
  background-color: #bbb;
  color: black;
}
.flip-card-back {
  background-color: #305893;
  color: white;
  transform: rotateY(180deg);
  padding-top: 20px;
}
.flip-card-back h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.flip-card-back p {
  padding: 2px 0;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-decoration: underline;
  font-size: 11px;
}
.flip-card-back p a {
  color: #fff;
}
.flip-card-back p a:hover {
  color: #63bee9;
}
.flip-card-heading h4 {
  color: #040021;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.8px;
  transition: 0.5s;
}
.flip-card:hover .flip-card-heading h4 {
  opacity: 0;
  position: relative;
  z-index: -999;
  -ms-transform: translate(0px, -34px);
  transform: translate(0px, -34px);
}
/*hm-industry*/
.hm-indud {
  padding: 80px 0;
  background-image: url(../images/industes-back.png) !important;
  background-position: center !important; /*https://apexclinic.radiantthemes.com/clinic-two/wp-content/uploads/sites/7/2018/10/about-back.jpg?id=8340*/
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed;
}
.hm-indut-heading h2 {
  font-weight: 300;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.hm-indut img {
  margin: 0 auto;
  display: table;
}

.hm-indut:hover img {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hm-indut h5 {
  color: #fff;
  font-size: 15px;
  margin-top: 18px;
  font-weight: normal;
  text-align: center;
}

/**/
.inr-banner {
  background-image: url(../images/hero-services.png);
  background-position: 50% 64.008px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #293f66;
  background-size: cover;
  position: relative;
  color: #fff;
  display: block;
  margin-top: 80px;
  padding: 60px 0 50px;
}
.inr-banner:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: -webkit-linear-gradient(
    90deg,
    rgb(22 54 114) 0%,
    rgb(38 75 143) 40%,
    rgb(0 0 0 / 32%) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgb(22 54 114) 0%,
    rgb(38 75 143) 40%,
    rgb(0 0 0 / 32%) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(22 54 114) 0%,
    rgb(38 75 143 / 63%) 40%,
    rgb(38 75 143 / 69%) 100%
  );
}
.inr-banner2 {
  padding: 5rem 0;
  margin-top: 75px;
  background: linear-gradient(
      to right,
      rgba(46, 86, 142, 1),
      rgba(255, 255, 255, 0)
    ),
    url(../images/top_sec_banner.png);
  background-size: cover;
  color: #fff;
}
.inr-bnr-heading {
  position: relative;
  z-index: 9;
}
.inr-bnr-heading ul li {
  display: inline-block;
  color: #fff;
  padding-right: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 13px;
}
.inr-bnr-heading ul li a {
  color: #fff;
}
.inr-bnr-heading ul li a:hover {
  color: #63bee9;
}
.inr-bnr-heading ul li i {
  font-size: 8px;
  position: relative;
  top: -2px;
}
.inr-bnr-heading h1 {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 300;
  margin-bottom: 15px;
}
/**/
.about {
  padding-bottom: 100px;
}
.about-dtl {
  padding-top: 80px;
}
.about-img {
  position: sticky;
  top: 20%;
  margin-top: 100px;
}
.about-img img {
  border-radius: 5px;
}
/*.about-img2 img{
	position: absolute;
	left: -15%;
	bottom: -25%;
}*/
.about-img2 img {
  opacity: 0.3 !important;
}
.abt-img {
  -webkit-box-shadow: 0px 5px 24px 0px rgb(217 217 217 / 75%);
  box-shadow: 0px 5px 24px 0px rgb(217 217 217 / 75%);
}
.about-dtl h5 {
  margin-bottom: 15px;
  color: #264b8f;
}
.about-dtl h2 {
  font-weight: 700;
  padding-bottom: 20px;
  font-size: 30px;
}
.about-dtl p {
  padding-bottom: 10px;
  color: #4c4c4c;
  font-weight: 400;
  line-height: 26px;
  font-size: 15px;
}
.about-dtl p b {
  font-weight: 600;
}
.about-dtl p a {
  color: #264b8f;
  text-decoration: underline;
}
.about-img2 {
  position: absolute;
  z-index: -1;
  top: 10px;
  right: -60px;
  opacity: 0.5;
  margin-left: 10px;
}
.our-team {
  padding: 20px 0 80px 0;
}
.our-team-dtl {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}
.our-team-img {
  overflow: hidden;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(4px);
}
.our-team-dtl:hover .our-team-img img {
  transform: scale(110%);
  filter: saturate(100%);
  transition: 0.2s all ease-in-out;
}
.our-team-name {
  background: #fff;
  padding: 15px 0;
}
.our-team-name h4 {
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 5px;
}
.our-team-name h5 {
  font-size: 18px;
  padding-bottom: 5px;
  color: #264b8f;
}
.our-team-name span {
  color: #686868;
}
.team_social_media {
  position: absolute;
  top: -100%;
  left: 20px;
  padding-bottom: 2rem;
  transition: all 0.5s ease-out;
  top: 20px;
}
.link_bg {
  background: #0077b5;
  box-shadow: -3px -3px 5px 1px #0000006b inset;
}
.team_icom {
  border-radius: 5px;
  height: 35px;
  width: 35px;
  display: flex;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  color: #fff !important;
  font-size: 20px;
}
.our-team-head h2 {
  text-align: center;
  color: #264b8f;
  margin-bottom: 40px;
  text-transform: uppercase;
}
/**/
.product {
  padding: 60px 0;
}
.pos-sticky {
  position: sticky;
  top: 70px;
  z-index: 1;
}
.product-img {
  border: 1px solid #dee2e6;
  padding: 10px;
  transition: 0.2s;
}
.product-img:hover {
  padding: 0px;
}
.product-desc h2 {
  margin-bottom: 40px;
  position: relative;
  color: #2e568e;
  font-size: 1.6rem;
}
.product-desc h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 55px;
  height: 3px;
  background: #373435;
}
.product-desc h3 {
  font-size: 1.4rem;
  margin-bottom: 10px !important;
}
.product-desc table thead tr th {
  text-align: center;
  background: #264b8f;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.product-desc table tbody tr td {
  width: 50%;
  text-align: center;
  font-weight: 500;
}

.related-prod {
  background: #dfe6ea71;
  padding: 40px 0;
}

.related-prod-head h2 {
  margin-bottom: 45px;
  position: relative;
  color: #191919;
}
.related-prod-head h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 55px;
  height: 3px;
  background: #156cf0;
}
.related-prod-dtl {
  background: #fff;
  display: block;
  border-radius: 5px;
  margin-bottom: 15px;
}
.product-desc p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #212529;
}
.product-desc p b {
  color: #2e568e;
}
.product-desc p a {
  text-decoration: underline;
  color: #2e568e;
  font-weight: 500;
}
.product-desc h6 {
  margin-bottom: 10px;
}
.product-desc h4 {
  margin-bottom: 15px;
}
.product-desc ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #212529;
}

.product-desc2 ul {
  margin-bottom: 15px;
  margin-top: 15px;
  display: table;
}
.product-desc2 ul li {
  margin-bottom: 7px;
  font-weight: 400;
  color: #212529;
}
.product-desc2 ul li::marker {
  color: #2e568e;
}
.product-desc2 ul li b {
  font-weight: 500;
  color: #2e568e;
}
.product-desc2 .table-responsive {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-desc2 .table-responsive tbody tr td {
  font-weight: 400;
}
.product-desc2 .table-responsive tbody tr th {
  font-weight: 600;
}
.related-prod-dtl:hover {
  background: #264b8f;
}
.related-prod-dtl a {
  color: #000;
}
.related-prod-dtl:hover a {
  color: #fff;
}
.related-prod-dtl ul li {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
}
.related-prod-dtl ul li:nth-child(1) {
  margin-right: 10px;
}
.related-prod-dtl ul li img {
  width: 100px;
  margin-right: 10%;
  border-radius: 5px 0 0 5px;
}

.prod-recycled {
  background: #f1f2f3;
  padding: 60px 0;
}
/*.prod-recycled .col-md-3{
  margin: 15px 0;
}*/
.prod-recycled .col-md-3 {
  display: block;
  margin: 15px 0;
}
.prod-recycled .col-md-4 {
  display: block;
  margin: 15px 0;
}
.product_box {
  box-shadow: rgb(0 0 0 / 24%) 0 3px 8px;
  padding: 0.5rem;
  border-radius: 25px;
  height: 100%;
  transition: all 0.5s ease-out;
  background: #fff;
}
.product_box:hover {
  transform: translateY(-8px);
  box-shadow: rgb(50 50 93 / 25%) 0 50px 100px -20px,
    rgb(0 0 0 / 30%) 0 30px 60px -30px;
}
.product_box_img {
  border-radius: 25px;
  overflow: hidden;
}
.product_box_img img {
  transition: all 0.5s ease-out;
}
.product_box:hover img {
  scale: 1.1;
}
.product_box_title {
  color: #2e568e;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin: 1rem 1rem 0.5rem;
  padding: 0.1rem 0.5rem 0 1rem;
  font-size: 16px;
  line-height: 1.5rem;
  text-align: center;
}
.product_box_title:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 50px;
  background: #373435;
  transition: all 0.5s ease-out;
}
.product_box:hover .product_box_title:before {
  width: 70px;
}

.product-range {
  background-color: #fff;
  padding: 30px 20px;
  position: sticky;
  top: 70px;
  z-index: 1;
}
.product-range h4 {
  color: #2e568e;
  margin-bottom: 20px;
}
/**/
#faq .card {
  border: 0;
  margin-bottom: 10px;
}
#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #2e569c;
  padding: 10px;
}

#faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
  background: #2e569c;
  color: #fff;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: #fff;
  line-height: 25px;
  color: #000;
}
.product-range .card-body {
  padding: 10px 0 0 2px;
}
.product-range .card-body li {
  list-style-type: none;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e95e;
}
.product-range .card-body li a {
  color: #3b3b3a;
  display: block;
}
.product-range .card-body li a:hover {
  color: #2e568e;
}
/**/

.gallery-slide {
  display: inline-block;
  /* position: relative;*/
  overflow: hidden;
  width: 100%;
}
.gallery-slide:hover {
  background-color: #171717a8;
}
.gallery-slide img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.gallery-slide:hover img {
  zoom: 1;
  filter: alpha(opacity=25);
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.gallery-slide:before {
  width: 300px;
  height: 2px;
}
.gallery-slide:after {
  height: 300px;
  width: 2px;
}
.gallery-slide:before,
.gallery-slide:after {
  content: "";
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery-slide:before,
.gallery-slide:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallery-slide:hover:before {
  width: 50px;
}
.gallery-slide:hover:before,
.gallery-slide:hover:after {
  opacity: 1;
}
.gallery-slide:hover:after {
  height: 50px;
}

/*******************/
.industes {
  padding: 60px 0;
  background: url(../images/bg-business.png);
}
.industry-box {
  margin-bottom: 30px;
  border: 1px solid #cccccc;
  padding-top: 25px;
  padding-bottom: 25px;
}
.industry-img img {
  text-align: center;
  margin-bottom: 15px;
  width: 100px;
}
.industry-box h4.heading-title {
  color: #1a4796;
  font-size: 16px;
}
.heading-title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 5px;
  color: #868585;
  margin: auto;
  text-align: center;
  transition: ease all 0.5s;
}
.industry-descborder {
  border-left: solid 1px #ccc;
  display: block;
  overflow: hidden;
  min-height: 116px;
}
.industry-desc {
  padding-bottom: 5px;
}
.industry-desc h5 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
  font-size: 20px;
}
.industry-desc ul li {
  list-style: disc;
  list-style-position: inside;
  color: #4c4c4c;
  font-weight: 500;
  line-height: 28px;
  font-size: 13px;
}
/*******************/

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/*************************/
.hm-abt {
  padding: 80px 0 100px;

  position: relative;
}
.hm-abt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #dfe6ea71;
  z-index: -9;
}
.hm-abt-img {
  position: relative;
  padding-right: 8rem !important;
}
.hm-abt-img img {
  border-radius: 0.375rem;
}
.hm-abt-img:before {
  content: "";
  background: #244d89;
  width: 50%;
  height: 90%;
  position: absolute;
  top: 15%;
  right: 45px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  z-index: -1;
}
.hm-abt-img:after {
  position: absolute;
  left: -20px;
  top: 15px;
  height: 100%;
  width: 90%;
  content: "";
  background-image: url(../images/01.png);
  z-index: -1;
  animation: opacitychange 2s linear infinite;
}
@keyframes opacitychange {
  0%,
  100% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }
}

.about__content.st-2 {
  margin-right: -45px;
  padding-left: 0px;
}
.section-title .border-left {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  border-left: none !important;
}
.section-title .border-left.st-2 p {
  color: #264b8f;
}
.section-title .border-left p {
  font-size: 22px;
  font-weight: 700;
  color: #6639ff;
  text-transform: uppercase;
  padding-left: 12px;
  display: inline-block;
  line-height: 1;
}
.section-title .border-left.st-2:before {
  background: #305893;
}

.section-title .border-left:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 20px;
  background: #6639ff;
  left: 0;
  top: 0px;
}
.section-title h2 {
  font-size: 26px;
  line-height: 40px;
  color: #040021;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 400;
}
.about__content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #85868c;
  margin-bottom: 10px;
}
.about-points.st-2 {
  border: none;
  background: none;
}

.about-points {
  background: #fcfdff;
  border: 1px solid #6639ff;
  border-radius: 5px;
  margin-top: 35px;
}
.about-points.st-2 li {
  padding: 0 20px 0 0;
}
.about-points li {
  width: 50%;
  float: left;
}
.points-heading {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.points-heading .p-icon {
  width: 62px;
  height: 62px;
  text-align: center;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0px 10px 20px rgb(0 5 75 / 8%);
  margin-right: 25px;
}
.about-points.st-2 li:hover .points-heading .p-icon {
  transform: scale(1.1);
  transition: all ease 500ms;
  position: relative;
  z-index: 1;
}
.points-heading .p-icon img {
  margin-top: 0;
  padding: 10px;
}
.points-heading h5 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
  color: #264b8f;
}
.about-points.st-2 li p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #666666;
  margin-bottom: 0;
}
/*************************/
.link {
  font-size: 1rem;
  color: #2e568e;
  font-weight: 500;
  border-bottom: 1px solid #2e568e;
  transition: all 0.5s ease-out;
}
.link:hover {
  color: #373435;
  border-bottom: 1px solid #373435;
  letter-spacing: 2px;
}
/*************************/
.hm-map {
  padding: 60px 0 90px;
}
.hm-map-dtl img {
  margin: 0 auto;
  display: table;
}
.hm-map-head {
  margin-bottom: 20px;
}
.hm-map-head h2 {
  color: #264b8f;
}
.hm-map-mapHeading h4 {
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
  color: #040021;
}

.hm-map-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f5f5f5;
  overflow: hidden;
  border: 5px solid #f5f5f5;
}
.hm-map-mapHeading li:hover .hm-map-icon {
  transform: rotate(360deg);
  transition: 0.8s;
}

.hm-map-mapHeading ul {
  text-align: center;
}
.hm-map-mapHeading li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.hm-map-mapHeading span {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #264b8f;
  letter-spacing: 0.5px;
}
.hm-map-dtl img {
  user-drag: none;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
/*************************/
.hm-cont-more {
  margin-bottom: 60px;
}
.hm-cont-more-bg {
  /*background-image: url(../images/cta.jpg);*/
  background-image: url(../images/wave.jpg);
  background-size: cover;
  padding: 70px 50px 70px 50px;
  /*    background: #dfe6ea71;*/
}
.hm-cont-more-dtl h4 {
  color: #264b8f;
  padding-bottom: 5px;
  font-size: 25px;
}
.hm-cont-more-dtl p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #85868c;
}
.hm-cont-center {
  align-items: center;
}
.hm-map-btn {
  float: right;
  margin-top: 25px;
}
.hm-map-btn a {
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: #264b8f;
  color: #fff;
  display: block;
  text-align: center;
}
.hm-map-btn a:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  transition-duration: 0.5s;
  box-shadow: 0 0 0 4em #63bee9 inset, 0 5px 8px rgb(0 0 0 / 10%);
}
/*************************/
#inner_project_sec {
  padding: 80px 0;
}
.contact_detail_sec {
  padding-right: 20px;
}
.contact h5 {
  font-size: 23px;
  font-weight: 600;
  display: block;
  color: #264b8f;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
.contact span {
  color: #333;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 600;
  display: block;
  padding-bottom: 20px;
}
.contact_dtl h5 {
  color: #333;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
}
.contact_dtl p {
  color: #464646;
  letter-spacing: 0.25px;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.contact_dtl ul {
  display: inline-block;
  margin-top: 20px;
}
.contact_dtl ul li {
  padding: 10px 15px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
}
.contact_dtl ul li span a {
  color: #333;
  letter-spacing: 0.25px;
  font-weight: 500;
  display: inline-block;
}
.contact_dtl ul li span i {
  margin-right: 5px;
  color: #8cc63f;
}
.contact_dtl ul li span:hover a {
  color: #8cc63f;
}
.contact_form {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 4%);
}
.contact_form h4 {
  font-size: 23px;
  font-weight: 600;
  display: block;
  color: #264b8f;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
.contact_form .form-group input {
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  border: 0px;
  line-height: 20px;
  padding: 15px 15px;
  font-size: 14px;
  background: #f1f5f8;
  margin-bottom: 20px;
}
.contact_form .form-group textarea {
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  border: 0px;
  line-height: 24px;
  padding: 15px 15px;
  font-size: 14px;
  background: #f1f5f8;
  margin-bottom: 20px;
}
.contact_form .form-group select {
  display: block;
  width: 100%;
  color: #000;
  font-weight: 600;
  border: 0px;
  line-height: 24px;
  padding: 15px 15px;
  font-size: 14px;
  background: #f1f5f8;
  margin-bottom: 20px;
}
.contact_form .form-group label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  color: #333;
}
.contact_form .other_option span {
  display: block;
  font-size: 17px;
  display: block;
  padding-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.25px;
  color: #464646;
}
.other_option {
  margin-bottom: 20px;
}
.contact_form label {
  color: #7c8393;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
  display: inline-block;
  padding: 0 0 0 10px;
}
.other_option input[type="radio"] {
  margin-right: 5px;
}
.butn-bg {
  font-size: 14px;
  padding: 10px 30px;
  background: #264b8f;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  border: 0px;
}
.butn-bg:hover {
  border: 0px;
  color: #fff;
  background: #040021;
}
.contact_bx {
  padding: 20px;
  background: #264b8f;
  box-shadow: 0 0 0 2px #fff inset;
  border: 10px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /* min-height:280px; */
  border-radius: 30px;
  margin-bottom: 20px;
}
.cont-para h6 {
  color: #ffffff;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cont-para span a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.cont-para p a {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
}
.cont-para p a:hover {
  color: #63bee9;
  font-size: 15px;
  line-height: 30px;
}
.cont-para span a:hover {
  color: #63bee9;
  font-size: 15px;
}
.cont-icon i {
  font-size: 16px;
  color: #fff;
  background: #859ebd;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.cont-para {
  padding-left: 40px;
}
.cont-icon {
  float: left;
}
.foot-add {
  padding-bottom: 18px;
  display: block;
}
#map {
  margin-top: 60px;
}
#map iframe {
  width: 100%;
  height: 360px;
  border: 2px solid #f1f5f8;
  border-radius: 30px;
}
/*------------------------*/
.prod-main {
  background: #f1f2f3;
  padding: 80px 0;
}
#pills-tabContent {
  margin-top: 30px;
}
.hm-solution-dtl span {
  border: 1px solid #e2e2e2;
  background: aliceblue;
  background: -moz-linear-gradient(top, #f4f4f4 0, #f3f3f3 100%);
  background: linear-gradient(180deg, #f4f4f4, #f3f3f3);
  padding: 5px;
  display: table;
  margin: 0 auto;
  border-radius: 2px;
}
.hm-solution-dtl .nav-pills {
  margin-bottom: 0rem !important;
  text-align: center;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #2f66a5 !important;
}
.hm-solution-dtl .nav-link {
  color: #2c2c2c;
  font-size: 18px;
  line-height: 1.36;
  font-weight: 500;
  width: 220px;
}

.faq-section .mb-0 > a {
  display: block;
  position: relative;
  color: #373435;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.faq-section .mb-0 > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
  color: #2f66a5;
  font-size: 16px;
  top: 2px;
}
.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #2f66a5;
}
.faq-section h5 {
  font-size: 1.1rem;
}
.prod-item {
  padding: 1rem 0 1rem;
  margin: 0 10px;
  border-bottom: 1px solid #66666636;
}
.faq-section-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #85868c;
}
.prod-css {
  margin-top: 15px;
}
.hm-solution-head {
  padding-bottom: 20px;
}
.hm-solution-head h2 {
  margin-bottom: 20px;
  position: relative;
  color: #2e568e;
}
.hm-solution-head h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 55px;
  height: 3px;
  background: #373435;
}
.prod-css h5 {
  color: #2f66a5;
  padding-bottom: 5px;
}
.prod-css ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 2px 0;
}
.prod-css ul li::marker {
  color: #2f66a5;
}
.prod-css ul li a {
  color: #212529;
  font-size: 18px;
}
.prod-css ul li a:hover {
  color: #2f66a5;
}

/*---------------------------*/

.whats-float {
  position: fixed;
  transform: translate(104px, 0px);
  bottom: 5%;
  right: 0;
  width: 150px;
  overflow: hidden;
  background-color: #25d366;
  color: #fff;
  border-radius: 2px 0 0 2px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
}
.whats-float a span {
  color: white;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}

.whats-float i {
  font-size: 30px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align: center;
}
.whats-float:hover {
  color: #ffffff;
  transform: translate(0px, 0px);
}
.whats-float:hover i {
  transform: rotate(360deg);
}

/*---------------------------*/

.prod-center-img {
  margin-bottom: 30px;
  text-align: center;
}
.prod-center-img span {
  margin-top: 10px;
  display: block;
}
.product .nav-pills {
  flex-wrap: unset;
  margin-top: 15px;
}
.product .nav-link {
  padding: 2px;
  border-radius: 0px;
}
.product .nav-item {
  width: 70px;
  padding-right: 10px;
}
.product .product-sticky {
  position: sticky;
  top: 70px;
  z-index: 1;
}
/*----------------------*/
.product-color {
  background-color: #f1f2f3;
}
.product-desc-color {
  background-color: #fff;
  padding: 40px;
}
/*----------------------*/
.case-studies {
  padding: 80px 0 50px 0;
}
.case-studies-head {
  text-align: center;
  margin-bottom: 50px;
}
.case-studies-head h2 {
  margin-bottom: 26px;
  position: relative;
  color: #2e568e;
  font-size: 1.7rem;
}
.case-studies-head h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 55px;
  height: 2px;
  background: #373435;
  transform: translate(-50%, -50%);
}
.case-studies-head p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #212529;
}

.case-studies-section {
  border: 1px solid #f0f2f5;
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
  height: 100%;
}
.case-studies-section img {
  border-radius: 5px 5px 0 0;
}
.case-studies-pad {
  padding: 15px;
}
.case-studies-section h3 {
  font-size: 18px;
  padding-bottom: 15px;
  line-height: 25px;
}
.case-studies-section h3 a {
  color: #212529;
}
.case-studies-section h3 a:hover {
  color: #2e568e;
}
.case-studies-section p {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 25px;
}
.case-studies-section span {
  background: #221f20c2;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 12px;
}
.BtnBlue {
  background: #2e568e;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 500;
  transition: 0.5s ease-out !important;
  color: #fff;
  border: 1px solid transparent;
}
.BtnBlue:hover {
  border: 1px solid #2e568e !important;
  color: #2e568e !important;
  background: #fff !important;
}
.align-center {
  align-items: center;
}
.inr-bnr-heading h2 {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 300;
  margin-bottom: 15px;
}
.case-studies-main {
  padding-bottom: 80px;
  padding-top: 80px;
}
.case-studies-heading small {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #85868c;
}
.case-studies-heading h1 {
  font-weight: 600;
  padding-top: 5px;
  font-size: 2rem;
  line-height: 43px;
}
.case-studies-heading h1 span {
  color: #2e568e;
}
.case-studies-img img {
  position: relative;
  border-radius: 10px;
  border: 5px solid #f1f2f3;
}
.case-studies-box {
  padding-top: 30px;
}
.case-studies-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #212529;
  padding: 6px 0;
}
.case-studies-box p a {
  font-weight: 600;
  text-decoration: underline;
  color: #2e568e;
}
.case-studies-box hr {
  margin: 40px 0;
}
.blog-nxt-prev {
  margin-top: 40px;
  display: block;
}
.blog-nxt-prev ul {
  text-align: center;
}
.blog-nxt-prev ul li {
  display: inline-block;
  margin: 0 30px;
}
.blog-nxt-prev ul li a {
  color: #3b3b3a;
  font-size: 15px;
}
.blog-nxt-prev .blog-next-prev {
  background: #fff;
  border: 2px solid #2e568e;
  align-items: center;
  border-radius: 5px;
  padding: 10px 10px;
  width: 150px;
  display: block;
  position: relative;
  top: -8px;
}
.blog-nxt-prev .blog-next-prev:hover {
  background: #2e568e;
  color: #fff;
}
.blog-nxt-prev .blog-next-prev i {
  color: #3b3b3a;
}
.blog-nxt-prev .blog-next-prev:hover i {
  color: #fff;
}
.blog-nxt-prev ul li a i {
  color: #c9c9c9;
}
.blog-nxt-prev ul li a:hover i {
  color: #2e568e;
}
.blog-nxt-prev ul li a .fa-table-cells-large {
  font-size: 30px;
}
.consultation {
  background: #f1f2f3;
  padding: 60px 0;
  text-align: center;
}
.consultation-read p {
  padding-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
}
.case-studies-box .table {
  margin-top: 30px;
}
.case-studies-box .table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #212529;
}
.case-studies-box .table tbody tr th {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #212529;
}

.case-studies .row:nth-child(2) .col-md-4 {
  margin-bottom: 30px;
}

/* faq section start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ko-faq-section {
  padding: 40px 0;
}
.ko-faq-section h2 {
  margin-bottom: 45px;
  position: relative;
  color: #2e568e;
  font-size: 1.8rem;
  text-align: center;
}
.ko-faq-section h2:after {
  content: "";
  position: absolute;
  left: 46%;
  bottom: -15px;
  width: 80px;
  height: 3px;
  background: #373435;
}
.ko-faq-section .ko-container > p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.ko-accordion-item {
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
}
.ko-accordion-item-header {
  padding: 20px 0;
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.ko-accordion-item-header::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMThMMTUgMTJMOSA2IiBzdHJva2U9IiMwNDdDQzEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease;
}
.ko-accordion-item-header.active::after {
  content: "";
  transform: rotate(90deg);
}
.ko-accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.ko-accordion-item-body-content {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #212529;
}
.ko-faq-accordion {
  margin-bottom: 30px;
}
.ko-ask-qus h3 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
}
.ko-ask-qus p {
  margin-bottom: 20px;
}
.ko-form-cotrl {
  margin-bottom: 20px;
}
.ko-faq-input-field {
  width: 100%;
  max-width: 520px;
  padding: 10px;
  outline: none;
  border: 1px solid #dfdfdf;
}
.ko-faq-input-field:focus {
  outline: none;
  border: 1px solid #aae0ff;
  box-shadow: 1px 1px 10px #aae0ff;
}
.ko-btn {
  border: 0;
  padding: 6px 12px;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
}
/* faq section end */

.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: 30%;
  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(1px, 1px);
}

@-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: 20px;
}

.inner-blog-left h1 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1c3a5b;
}
.modal-body1 .cls {
  margin-top: 10px;
  border: 2px solid #000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  position: absolute;
  opacity: 1;
  right: -10px;
  top: -25px;
}
.modal.show .modal-dialog {
  transform: translate(0px, 80px) !important;
  transition: 0.6s all ease-in !important;
}
.modal-dialog {
  max-width: 650px;
}
