@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@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');

@font-face {
  font-family: Nunito;
  src: url(../fonts/Nunito/Nunito-Regular.ttf);
}

@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik/Rubik-Regular.ttf);
}

body {
  background: #fff;
  color: #363636;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  color: #0c0c0c;
  margin: 0px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0c0c0c
}

p {
  letter-spacing: normal;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
  color: #363636;
  font-family: 'Quicksand', sans-serif;
}

p a {
  color: #363636;
  width: auto;
  display: inline-block
}

p a:hover {
  text-decoration: underline;
  outline: 0
}

a {
  color: #7f7f7f;
  text-decoration: none;
  outline: 0;
  display: block
}

a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none
}

ul li,
ol li {
  letter-spacing: normal;
  line-height: 24px;
  font-size: 16px;
  color: #363636;
  font-family: 'Quicksand', sans-serif;
}

img {
  max-width: 100%;
}

iframe {
  border: 0;
  width: 100%;
}

blockquote {
  padding: 0;
  border: 0;
}

label {
  color: #7f7f7f;
  display: block;
  font-weight: 400;
  margin: 0;
}

textarea {
  height: 100px !important;
}

textarea,
select,
input {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px !important;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-control::-moz-placeholder {
  color: #555;
}

.form-control:focus::-moz-placeholder {
  color: #2873b7;
}

.form-control:focus {
  border-color: #2873b7;
  box-shadow: none;
}

h2 {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 15px;
}

h3 {
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: bold;
}

h3 span {
  padding: 0 10px 0 0;
  position: relative;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
  text-transform: capitalize;
  color: #fff;
}

h5 {
  text-transform: capitalize;
}

/* Top Header*/
.topbar {
  float: left;
  width: 100%;
  height: auto;
  background: #fff;
  margin: 0;
  padding: 0;
  position: relative;
}

.bg-red {
  background-color: #3daddf;
}

.bg-purple {
  background-color: #2873b7;
}

.bg-green {
  background-color: #2873b7;
}

header {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.top_contact {
  width: auto;
  margin: 0;
  padding: 0;
  text-align: right;
  padding: 25px 0px;
}

.top_contact li {
  list-style: none;
  display: inline-block;
  margin-left: 8px;
  padding-right: 8px;
  font-family: 'Quicksand', sans-serif;
}

.top_contact li a {
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #2873b7;
  line-height: 35px;
  font-weight: 600;
}

.top_contact li a:hover,
.top_contact li a:focus {
  color: #c0272e;
}

.menubar {
  float: right;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  background: #fff;
}

.top_contact li a.social {
  width: 15px;
  text-align: center;
}

ul.social {
  float: left;
  margin: 0;
  list-style: none;
  padding: 0px;
  width: auto;
}

ul.social li {
  margin: 0px 0 0 3px;
  display: inline-block;
}

ul.social li a {
  transition: background 400ms ease-in-out;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #231573;
}

ul.social li a svg {
  color: #fff;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
}

ul.social li.facebook a {
  background: #3C5B9B;
}

ul.social li.twitter a {
  background: #359BED;
}

ul.social li.linkedin a {
  background: #027ba5;
}

ul.social li.youtube a {
  background: #f70000;
}

ul.social li.pinterest a {
  background: #f70000;
}

ul.social li.instagram a {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}


.top_right{float: left; width: 100%; display: flex; justify-content: flex-end; height: 40px; align-items: center; margin: 24px 0 0;}
.search {
    max-width: 330px;
    width: 100%;
    margin:0 0px;
    padding: 0;
    position: relative;
}

.search_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px;
    line-height: 40px;
    background: #2873b7;
color: #fff;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px 4px 4px 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_btn:hover {
    background: #3caa3e;
}


.phone_call {
    display: inline-block;
    list-style: none;
    margin: 0 15px;
    padding: 0
}

.phone_call a{
    color: #3caa3e;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.phone_call a svg {
    width: 18px;
    height: 18px;
    margin-right: 3px;
    vertical-align: middle
}

.phone_call a:hover {
    color: #2873b7
}
.navbar .phone_call{margin: 10px 0;}
.navbar .phone_call a{color: #fff;}
.navbar .phone_call a:hover,.navbar .phone_call a:focus{color: #f7b11b;}
ul.social{float: left; margin: 0; padding: 0;}
.top_right ul.social {
    float: left;
    margin:0;
    list-style: none;
    padding: 0px;
    width: auto;
}

ul.social li {
    margin:0px 0 0 3px;
    display: inline-block;
}

ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #231573;
}

ul.social li a svg {
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook a {
    background: #3C5B9B;
}

ul.social li.twitter a {
    background: #359BED;
}

ul.social li.linkedin a {
    background: #027ba5;
}

ul.social li.youtube a {
    background: #f70000;
}

ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}


.menubar {
  float: right;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  /* background: linear-gradient(90deg, rgb(192, 39, 46) 0%, rgb(40, 115, 183) 100%); */
  background: #3caa3e;
  /* background: linear-gradient(90deg, rgba(53,117,184,1) 0%, rgba(65,168,61,1) 100%); */
}

.menubar.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.menubar.stricky-fixed .logo {
  top: 15px;
}

.menubar .logo {
  float: left;
  width: auto;
  padding: 0;
  position: absolute
}

.menubar .logo a {
  width: 125px;
  height: 125px;
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 15px;
  text-align: center;
  border-radius: 100%;
  top: -25px;
  padding-top: 10px;
}

.menubar .logo a img {
  position: relative;
  display: inline-block;
  z-index: 999;
}

.navigation .nav-header {
  display: none;
  padding: 12px 20px
}

.navigation .navbar button {
  float: right;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 25px;
  border-radius: 0;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 99;
  padding: 5px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

.navigation .navbar button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 70%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 15%;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
  top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
  top: 18px;
}

.navigation .navbar button span:nth-child(4) {
  top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
  transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navigation .menu {
  display: block
}

.navigation .menu ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation .menu ul li {
  display: inline-block;
  position: relative;
}

.navigation .menu ul li a {
  padding: 10px 20px;
  display: block;
  color: #fff;
  transition: all .3s ease;
  font-size: 17px;
  background: transparent;
  font-weight: 500;
  text-transform: capitalize;
  justify-content: center;
  line-height: normal;
  font-family: 'Poppins', sans-serif;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
  color: #fce849;
  background: transparent;
}



.navigation .menu ul li ul.cs-dropdown {
  top: 100%;
  left: 0;
  text-align: left
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
  border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
  left: 100%;
  margin-top: -36px
}

.navigation .menu ul li ul.cs-dropdown {
  position: absolute;
  width: 250px;
  display: none;
  z-index: 99999;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  margin: 0;
  padding: 0;
  transition: all .3s ease;

}

.navigation .menu ul li:hover ul.cs-dropdown {
  display: block
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
  display: none;
  transition: all .3s ease;
  width: 250px;
  height: auto;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
  display: block
}

.navigation .menu ul li ul.cs-dropdown li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #eee;
  width: 100%
}

.navigation .menu ul li ul.cs-dropdown li:last-child a {
  border-bottom: 0
}

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
  display: none
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
  background: #fff;
  color: #333
}

.navigation .menu ul li ul.cs-dropdown li a {
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  position: relative;
  display: block;
  font-weight: normal;
  font-weight: 500;
  background: #fff;
  transition: all .3s ease;
  text-transform: initial;
  width: 100%;
  display: flex;
height: auto;
max-width: initial;
justify-content: flex-start;
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
  background: #3caa3e;
  color: #fff;
}
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown{
  display: none;
}
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li:hover ul.cs-dropdown{
  display: block;
}
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li a:hover {
  background: #3caa3e;
  color: #fff;
}

.navigation ul li.cs-submenu a button {
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
  margin: 0 0 0 3px;
  color: inherit;
}

.navigation ul li.cs-submenu a button svg {
  width: 13px;
  height: 13px;
}

.navigation ul li.cs-submenu:hover svg {
  transform: rotateZ(180deg);
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
  float: right;
  margin-left: auto;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
  transform: rotateZ(-90deg);
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu ul.cs-dropdown li.cs-submenu a button svg{
  float: right;

}


.navigation .navbar {
  display: none;
  padding: 12px 0;
  margin: 0
}

.navigation .menu ul li:nth-child(8) ul.cs-dropdown{
  left: -100%;
  right: auto;
}

.navigation .menu ul li:nth-child(8) ul.cs-dropdown li ul.cs-dropdown{
  left: -100%;
  right: auto;
}
.navigation .menu ul li:nth-child(7) ul.cs-dropdown li ul.cs-dropdown{
  left: -100%;
  right: auto;
}

/* banner */
.home_slider {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000080;
  z-index: 1;
}

.carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bannerCaption .bannertextmain {
  color: #fff;
  font-size: 40px;
}

@media (max-width: 576px) {
  .carousel-caption h5 {
    font-size: 14px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  padding: 10px;
  background-size: 60%;
}


.read_more_1 {
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 30px 10px 30px;
  transition: .8s ease;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.read_more_1:hover {
  border: solid 1px #FFFFFF;
}

.read_more_1 span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #FFFFFF;
  transform: translateY(150%);
  border-radius: 50%;
  transition: 0.5s;
  z-index: -1;
}

.read_more_1:hover {
  color: #c0272e;
}

.read_more_1:hover span {
  transform: translateY(0) scale(3.15);
}

.read_more_1 span:nth-child(1) {
  left: calc((1 - 1) * 25%);
  transition-delay: calc((1 - 1) * 0.1s);
}

.read_more_1 span:nth-child(2) {
  left: calc((2 - 1) * 25%);
  transition-delay: calc((2 - 1) * 0.1s);
}

.read_more_1 span:nth-child(3) {
  left: calc((3 - 1) * 25%);
  transition-delay: calc((3 - 1) * 0.1s);
}

.read_more_1 span:nth-child(4) {
  left: calc((4 - 1) * 25%);
  transition-delay: calc((4 - 1) * 0.1s);
}

.read_more_1 span:nth-child(5) {
  left: calc((5 - 1) * 25%);
  transition-delay: calc((5 - 1) * 0.1s);
}

.wps_introduce {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #fff;
}

.headingBox {
  text-align: center;
  margin-bottom: 50px;
}

.headingBox .sectionsubHeading {
  text-transform: uppercase;
  color: #3aa93d;
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  font-size: 16px;
}

.headingBox .sectionHeading {
  display: block;
  font-size: 30px;
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
  color: #2873b7;
  font-weight: 800;
}

.headingBox .sectionHeading::after {
  display: none;
}

.introduce_services {
  float: right;
  max-width: 49%;
  width: 100%;
  margin: 0 0 15px 15px;
}

.introduce_images {
  float: left;
  max-width: 49%;
  width: 100%;
  margin-right: 15px;
}

.introduce_content_style_2 .introduce_services ul {
  margin: 0;
  padding: 0;
}

.introduce_content_style_2 .introduce_services ul:after {
  display: block;
  clear: both;
  content: '';
}

.introduce_content_style_2 .introduce_services li {
  float: left;
  list-style: none outside none;
  width: 50%;
}

.introduce_content_style_2 .introduce_services li:before {
  content: none;
  width: 0;
  height: 0;
  margin: 0;
}

.introduce_content_style_2 .introduce_services li:hover {
  cursor: pointer;
}

.introduce_content_style_2 .introduce_services li div {
  padding: 51px 0;
  text-align: center;
  width: 100%;
}

.introduce_content_style_2 .introduce_services span {
  display: block;
}

.introduce_content_style_2 .introduce_services li div>.icon {
  background: rgb(255, 255, 255);
  border-radius: 50%;
  display: inline-block;
  height: 60px;
  margin-bottom: 10px;
  margin-top: 2px;
  width: 60px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  padding: 0;
}

.introduce_content_style_2 .introduce_services li .icon img {
  font-size: 28px;
  padding: 8px 0;
  width: 42px;
}

.introduce_content_style_2 .introduce_services li:hover .icon img {
  -webkit-animation: rotate-icon 2s infinite linear;
  -moz-animation: rotate-icon 2s infinite linear, scale-icon 0.3s 1 linear;
  -ms-animation: rotate-icon 2s infinite linear, scale-icon 0.3s 1 linear;
  -o-animation: rotate-icon 2s infinite linear, scale-icon 0.3s 1 linear;
  animation: rotate-icon 2s infinite linear, scale-icon 0.3s 1 linear;
}

.introduce_services li span {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 18px;
  line-height: normal;
  padding-top: 3px;
}

div .introduce_content_style_2 {
  padding: 0;
  text-align: left;
}

.introduce_content_style_2 .h1_title {
  margin: 0;
  padding: 26px 0 10px;
  color: #2873b7;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 400;
  text-transform: uppercase;
}

.introduce_content_style_2 h2 {
  margin: 0;
  padding: 0 0 10px;
  color: #2873b7;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.introduce_content_style_2 ul {
  list-style: none;
  padding: 0;
  margin: 0 0 11px;
  display: block;
  max-width: 100%;
  clear: left
}

.introduce_content_style_2 li {
  line-height: 28px;
  font-size: 16px;
  margin: 0;
  vertical-align: middle;
  text-align: left;
  padding: 0;
  display: flex;
  align-items: center;
}

.introduce_content_style_2 li:before {
  width: 20px;
  height: 20px;
  color: #4e4e4e;
  font-weight: 400;
  margin-top: 0;
  margin-right: 5px;
  float: left;
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}

.bg_btn_1 {
  background: #c0272e;
  border-color: #c0272e;
}

.bg_btn_1:hover {
  background: #c0272e;
  border-color: #c0272e;
}

.introduce_content_style_2 p {
  color: #333;
  line-height: 24px;
  margin: 0 0 15px;
  text-align: justify;
}

.background_color_1 {
  background: #e8be6c !important;
}

.background_color_2 {
  background: #3daddf !important;
}

.background_color_3 {
  background: #2873b7 !important;
}

.background_color_4 {
  background: #2873b7 !important;
}

@keyframes rotate-icon {
  0% {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes scale-icon {
  0% {
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


.webpulse_home_product {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #eee;
}

.h2_title {
  font-weight: 600;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
  color: #2873b7;
  font-size: 28px;
}

.h2_title:after {
  background: #2873b7 none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 50px;
}


.services_margin {
  display: block;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
  margin-right: 10px;
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.services_block figure {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
}

.services_block figure .image {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.services_block figure:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-bottom: 65px solid #fff;
  border-right: 100px solid transparent;
  z-index: 2;
}

.services_block figure:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  border-bottom: 54px solid #fff;
  border-left: 358px solid transparent;
}

.services_block figure figcaption {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
}

.services_block figure figcaption:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background-color: #191919;
  opacity: 0;
  border-radius: 0% 200% 0% 0%;
}

.services_block figure figcaption a {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  margin: -34px 0px 0px -22px;
  -webkit-transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
  -moz-transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
  -ms-transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
  -o-transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
  transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
}

.services_block figure figcaption a svg {
  width: 25px;
  height: 25px;
}

.services_block figure figcaption {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
}

.services_block:hover figure figcaption {
  opacity: 1;
}

.services_block figure figcaption:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background-color: #2873b7;
  opacity: 0;
  border-radius: 0% 200% 0% 0%;
}

.services_block:hover figure figcaption:before {
  opacity: 0.90;
  width: 100%;
  border-radius: 0;
}

.services_block .service_info {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 15px 20px 22px 20px;
  position: relative;
}

.services_block .service_info .h3_title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 0.8;
  font-size: 18px;
  text-align: left;
}

.services_block .service_info .h3_title a {
  color: #333;
}

.services_block:hover .service_info .h3_title a {
  color: #2873b7;
}

.services_block .service_info p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #333;
  text-align: left;
  padding-right: 40px;
}

.music-artist-network {
  position: absolute;
  right: 17px;
  top: -67px;
  margin: 0px;
  width: 42px;
  text-align: center;
  padding: 15px 0px 10px 0px;
  z-index: 3;
  background-color: #2873b7;
}

.music-artist-network:after {
  position: absolute;
  content: '';
  bottom: 100%;
  left: -20px;
  border-bottom: 25px solid #40386a;
  border-left: 20px solid transparent;
  top: 0;

}

.music-artist-network li {
  float: left;
  width: 100%;
  text-align: center;
}

.music-artist-network li a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 35px;
  text-align: center;
}

.home_service .slick-prev,
.home_service .slick-next {
  background: #2873b7;
}

.home_service .slick-prev {
  left: -20px
}

.home_service .slick-next {
  right: -20px
}

.home_service .slick-next:focus,
.home_service .slick-next:hover,
.home_service .slick-prev:focus,
.home_service .slick-prev:hover {
  outline: 0;
  background: #2873b7;
}


.home_why_choose {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.h-100 {
  height: 100%;
  position: relative;
}

.whychooseus3 {
  position: relative;
  overflow: hidden;
  height: 100% !important;
}

.whychooseus3:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 42, 92, 0.76);
  background: linear-gradient(-90deg, transparent, #2873b7 65%);
  opacity: 0.9;
}

.padding_50 {
  padding: 65px 70px;
  position: relative;
  z-index: 99;
}

.title_style2 span {
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  padding-top: 28px;
  z-index: 1;
  font-weight: 600;
}

.title_style2 span:before {
  position: absolute;
  content: '';
  background: #56b35829;
  width: 50px;
  height: 50px;
  left: -25px;
  top: 8px;
  z-index: -1;
}

.title_style2 span:after {
  position: absolute;
  content: '';
  background: #56b35829;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 24px;
  height: 24px;
  left: 9px;
  top: 0px;
  z-index: -1;
}

.title_style2.white span:before,
.title_style2.white span:after {
  background: #33557d;
  border-left: 2px solid #002a5c;
  border-bottom: 2px solid #002a5c;
}

.h2_title_2 {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  margin: 0 0 10px;
  padding: 0;
  font-family: "Nunito", sans-serif;
}

.whychooseus3 p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

.whychooseus3 ul {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}

.whychooseus3 ul li {
  list-style: none;
  float: left;
  width: 50%;
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
}

.whychooseus3 ul li svg {
  margin-right: 10px;
  color: #fff;
  width: 20px;
  height: 20px;
}

.whychooseus3 .bg_btn_1 {
  background: #c0272e;
  border-color: #c0272e;
}

.whychooseus3 .bg_btn_1:hover {
  border-color: #fff;
  color: #c0272e;
}


.home_serice_all {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #fff;
}

.service_inner_box {
  position: relative;
  padding: 0px 20px 30px;
  margin-bottom: 25px;
}

.service_inner_box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 30px;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}

.service_inner_box .image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.service_inner_box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.service_inner_box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(34, 34, 34, 0.90);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.service_inner_box .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 30px;
}

.service_inner_box .overlay-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.service_inner_box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.service_inner_box .overlay-box .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  font-family: 'Quicksand', sans-serif;
}

.service_inner_box .lower-box {
  position: relative;
  margin-top: -25px;
  padding-top: 15px;
  padding-left: 0px;
}

.service_inner_box .lower-box .box-inner {
  position: relative;
  padding: 30px 10px 0px 10px;
}

.service_inner_box .lower-box .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 34px;
  line-height: 60px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  background-color: #2873b7;
}

.service_inner_box .lower-box h3 {
  margin: 0;
}

.service_inner_box .lower-box h3 a {
  position: relative;
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.service_inner_box:hover .lower-box h3 a {
  color: #2873b7;
}



.testimonials_four {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  position: relative;
  background-color: #f8f9fa
}

.testimonials_four .title_style2 {
  margin-bottom: 30px;
}

.testimonials_four .title_style2 span {
  color: #3aa93d;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
  padding-top: 28px;
  z-index: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonials_four .title_style2 h2 {
  color: #2873b7;
}

.padding_40 {
  padding: 50px 0;
}

.bg_img {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  overflow: visible !important;
  height: 100% !important;
  width: 50vw;
}

.bg_img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
}

.left-negative-margin {
  margin-left: -6.5rem;
  margin-top: 3.5rem;
}

.testimonials_four .media {
  background: #fff;
  z-index: 1;
  position: relative;
  max-width: 360px;
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-radius: 0.25rem;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}


.icon-box {
  position: relative;
  padding: 10px 0 0px 22px;
  font-size: 46px;
  line-height: 1;
  width: 100px;
  margin-bottom: 0;
  float: left;
  color: #2873b7;
}

.icon-box .box-circle {
  left: 0px;
  bottom: 0;
  width: 1.07em;
  height: 1.07em;
  position: absolute;
  z-index: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  background: #56b35829;
  top: 0;
}

.icon-box svg {
  width: 40px;
  height: 40px;
}

.icon-box.last svg {
  width: 45px;
  height: 45px;
}

.media .media-body .countup {
  font-weight: 600;
  color: #2873b7;
  font-size: 24px;
  margin: 0 0 15px;
  text-transform: capitalize;
  font-family: 'Nunito', sans-serif;
}

.web-pulse-testimonials {
  width: 90%;
}

.web-pulse-testimonials .home_testimonial p {
  font-size: 15px;
  margin-bottom: 15px;
}


.home_testimonial_block {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;

}

.home_testimonial_block .inner-box {
  position: relative;
  padding: 40px 45px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  margin-left: 15px;
  margin-right: 15px;
}

.home_testimonial_block .inner-box:before {
  position: absolute;
  content: '';
  left: 30px;
  right: 30px;
  bottom: -10px;
  height: 50px;
  z-index: -1;
  border-radius: 50px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #2873b7;
}

.home_testimonial_block .inner-box:hover:before {
  background-color: #2873b7;
}

.home_testimonial_block .inner-box .quote-icon {
  position: absolute;
  right: 60px;
  bottom: 60px;
  color: #e5e5e5;
  font-size: 60px;
  right: 20px;
}

.home_testimonial_block .inner-box .author-image-outer {
  position: relative;
}

.home_testimonial_block .inner-box .author-image-outer .author-image {
  position: absolute;
  right: 0px;
  top: -65px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  background: #fff;
  border: 3px solid #ddd;
}

.home_testimonial_block .inner-box .author-image-outer .author-image img {
  width: 100%;
}

.home_testimonial_block .inner-box .author-image-outer .authorName {
  position: relative;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: capitalize;
}

.home_testimonial_block .inner-box .author-image-outer .designation {
  position: relative;
  color: #2873b7;
  font-size: 14px;
  margin-top: 8px;
}

.home_testimonial_block .inner-box .author-image-outer .quote-icon {
  position: absolute;
  right: 0px;
  top: 5px;
  color: #dbdbdb;
  line-height: 1em;
  font-size: 40px;
}

.home_testimonial_block .inner-box .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  padding-right: 40px;
}

.home_partner {
  float: left;
  width: 100%;
  padding: 60px 0;
  position: relative;
  background: #c0272e url("../images/curve.svg") no-repeat;
  background-size: cover !important;
  background-position: bottom !important;
}

.home_partner .h2_title {
  color: #fff;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.home_partner .h2_title:after {
  background: #2873b7;
  bottom: 0;
}

.ht-110 {
  height: 70px;
}

.pertner_flexio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  position: relative;
  width: 120px;
  background: rgb(255, 255, 255);
  border-radius: 0.2rem;
  margin: 0.4rem;
}

.pertner_flexio img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.pertner_flexio h5 {
  margin: 0;
}

.home_blog {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #eee;
}


.single-post2 {
  overflow: hidden;
  margin-bottom: 15px;
}

.blog-thumb2 {
  overflow: hidden;
  width: 100%;
  border: 1px solid #3caa3e;
}

.blog-thumb2 img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.blog-content2 {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 9%);
  width: 90%;
  margin: auto;
  margin-top: -115px;
  margin-bottom: 15px;
}

.blog-content2 .b-meta {
  margin-bottom: 10px;
  font-size: 14px;
}

.blog-content2 .b-meta ul {
  margin: 0;
  padding: 0;
  padding-left: 0 !important;
}

.b-meta ul li {
  display: inline-block;
  margin-right: 8px;
  border-right: 2px solid #f5f5f5;
  padding-right: 8px;
}

.b-meta svg {
  margin-right: 5px;
  color: #2873b7;
}

.b-meta ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.blog-content2 .title_h5 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: normal;
  height: 55px;
  position: relative;
  font-weight: normal;
}

.blog-content2 .title_h5 a {
  text-decoration: none;
  line-height: 26px;
}

.blog-content2 .title_h5 a:hover {
  color: #2873b7;
}

.blog-content2 h5 span {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 100%;
  line-height: 25px;
}



.title_2 {
  padding: 0 0 0px;
  font-size: 28px;
  margin: 0;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: initial;
  color: #2873b7;
  margin-bottom: 25px;
  position: relative;
  overflow: visible;
  font-weight: 500;
}

.title_2:after {
  background: #2873b7;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 50px;
}


.title_3 {
  overflow: visible;
  padding: 0 0 0px;
  font-size: 24px;
  margin: 0;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #2873b7;
  margin-bottom: 25px;
  position: relative;
  font-weight: normal;
}

.title_3:after {
  background: #2873b7;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  margin: 0;
  position: absolute;
  width: 50px;
}

.title_5 {
  text-align: center;
  overflow: visible;
  padding: 0 0 0px;
  font-size: 24px;
  margin: 0;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  font-weight: #2873b7;
}

.title_5:after {
  background: #2873b7;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 50px;
}


.faq_section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #fff;
}

.accordion-item {
  margin-bottom: 15px;
  overflow: hidden;
}

.accordion-header {
  padding: 0 !important;
  margin: 0 !important;
  text-transform: initial;
}

.accordion-item:not(:first-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
  padding: 12px 15px;
  font-size: 18px;
  font-weight: normal;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background: #35a33730;
  font-weight: normal;
}

.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='Black' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
  transform: rotate(0deg);
}

.accordion-button:hover,
.accordion-button:focus {
  color: #000;
  background: #35a33730;
}

.accordion-button:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='Black' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
  transform: rotate(-180deg);
}

.accordion-body p {
  font-size: 16px;
  line-height: 24px;
}

.footer_wrap {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #fff;
}

.footer_wrap .footer-top .footer-widget .footer-widget-title {
  margin: 0 0 20px;
}

.footer_wrap .footer-top .footer-widget .footer-widget-title h5 {
  padding-left: 12px;
  line-height: 27px;
  position: relative;
  color: #000;
}

.footer_wrap .footer-top .footer-widget .footer-widget-title h5:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #c0272e;
}

.footer_wrap p,
.footer_wrap a {
  color: #333;
}

.footer_wrap .footer-top .footer-widget .com-address-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 15px;
}

.footer_wrap .footer-top .footer-widget .com-address-item .com-address-icon {
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_wrap .footer-top .footer-widget .com-address-item .com-address-icon svg {
  color: #c0272e;
  width: 25px;
  height: 25px;
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info {
  width: calc(100% - 60px);
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info span {
  color: #333;
  font-family: "Nunito", sans-serif;
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info p {
  margin: 0;
  font-size: 15px;
  line-height: 23px;
  color: #c0272e;
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #2873b7;
  display: inline-block;
}

.footer_wrap .footer-top .footer-widget .read_more_1 {
  color: #fff;
}

.footer_wrap .footer-top .footer-widget .read_more_1:hover {
  color: #c0272e;
}

.footer-menu ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer-menu ul li {
  padding-bottom: 10px;
  display: block;
}

.footer-menu ul li a {
  display: block;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  color: #333;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
}

.footer-menu ul li a:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: #2873b7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-menu ul li a:hover {
  color: #2873b7;
}


.comp-location {
  text-align: center;
  padding: 20px 10px;
  margin: 0 0 25px;
  background: #fff;
}

.comp-location .loc-icon {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  margin: 0 auto 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FCE7E8;
}

.comp-location .loc-icon i {
  font-size: 22px;
  color: #2873b7;
}

.comp-location h6 {
  text-transform: uppercase;
  font-weight: 600;
}

.comp-location span {
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 5px;
  display: block;
}

.comp-location p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
}

.wps_copy {
  float: left;
  width: 100%;
  background: linear-gradient(90deg, rgba(192, 39, 46, 1) 0%, rgba(40, 115, 183, 1) 100%);
  line-height: 40px;
  color: #dedede;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
}

.wps_copy a {
  color: #fff;
  display: inline-block;
}

.wps_copy a:hover {
  color: #35a337;
}

.text-right {
  text-align: right;
}


#web-pulse-scroll-up {
  position: fixed;
  z-index: 8030;
  bottom: 65px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s;
  display: none;
  background: #c0272e;

}

#web-pulse-scroll-up svg {
  width: 20px;
  height: 20px;
}

#web-pulse-scroll-up:hover {
  background: #333;
}

.whatapp_btn {
  background: #01e675;
  width: 50px;
  height: 50px;
  color: #fff;
  position: fixed;
  left: 15px;
  bottom: 90px;
  cursor: pointer;
  z-index: 999;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
  width: 24px;
  height: 24px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
  background: #01e675;
  color: #fff;
}

#whatsapp .modal-dialog {
  margin-top: 15%;
}


.send_enquiry {
  background: #2873b7;
  border-radius: 40px;
  bottom: 30px;
  color: #ffffff;
  display: table;
  height: 50px;
  left: 15px;
  min-width: 50px;
  position: fixed;
  text-align: center;
  z-index: 9999;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.send_enquiry svg {
  width: 24px;
  height: 24px;
  line-height: 50px;
}

.send_enquiry:hover {
  color: #fff;
  padding: 0 20px;
}

.send_enquiry:focus {
  color: #fff;
}

.send_enquiry span {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: -15px;
  opacity: 0;
  line-height: 50px;
  transition: all 0.5s;
  text-transform: uppercase;
}

.send_enquiry:hover span {
  opacity: 1;
  letter-spacing: 1px;
  padding-left: 10px;
}


.modal-content {
  border-radius: 0;
}

.modal-header {
  padding: 0 15px;
  background: #2873b7;
  color: #fff;
  border-radius: 0;
}

.modal-header h5 {
  text-align: left;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.modal-header h6 {
  text-align: left;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.modal-header .modal-title {
  text-align: left;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding: 15px 0;
  text-transform: initial;
  letter-spacing: 0.2px;
}

.btn-close {
  width: 1em;
  height: 1em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  outline: 0;
}

.send_p {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.g-recaptcha {
  transform: scale(0.80);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0
}



/* Inner Heading Banner*/
.heading_banner {
  float: left;
  width: 100%;
  position: relative;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  margin: 0;
}

.heading_banner:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
}

.heading_banner .container {
  position: relative;
  z-index: 9;
}

.heading_banner h1 {
  margin: 0 0 10px;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 10px 20px;
}

.heading_banner h2 {
  margin: 0;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: normal;
  color: #eee;
  text-align: center;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 10px 20px;
}

.heading_banner .cat_title {
  margin: 0 0 10px;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 0px;
}

.heading_banner .cat_title2 {
  margin: 0;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: normal;
  color: #eee;
  text-align: center;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 10px 20px;
}



/* Breadcrumb*/
.inner_breadcrumb {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  margin: 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.inner_breadcrumb .breadcrumb {
  background: none;
  border-radius: 0;
  border: none;
  list-style: none;
  padding: 0;
  float: left;
  display: inline-block;
  text-transform: capitalize;
  margin: 0;
}

.inner_breadcrumb .breadcrumb li {
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  float: left;
  display: inline-block;
  line-height: 55px;
}

.inner_breadcrumb .breadcrumb li a {
  float: left;
  padding: 0;
  color: #666;
  letter-spacing: 0.3px;
}

.inner_breadcrumb .breadcrumb li:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  padding: 0 14px;
  color: #fff;
  display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
  color: #2873b7;
}

.inner_breadcrumb .breadcrumb li+li:before {
  content: "/";
  color: #fff;
  padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li+li:before {
  float: left;
  padding: 20px 10px;
  color: #bfbfbf;
}

.title_h2 {
  float: left;
  width: 100%;
  padding: 8px 10px;
  margin: 0;
  line-height: 30px;
  background: #2873b7;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.right_side .title_h2 {
  float: left;
  width: 100%;
  padding: 8px 10px;
  margin: 0;
  line-height: 30px;
  background: #2873b7;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

/* About Us */
.about_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #fff;
}

.left_sidebar {
  float: left;
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
}

.left_sidebar .left_title {
  float: left;
  width: 100%;
  padding: 8px 10px;
  margin: 0;
  line-height: 30px;
  background: #2873b7;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}


.left_sidebar ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #2873b7;
}

.left_sidebar ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #444;
  list-style: none;
}

.left_sidebar ul li a {
  color: #FFF;
  padding: 10px;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}

.left_sidebar ul li a:hover,
.left_sidebar ul li a:focus,
.left_sidebar ul li a.active {
  background: #2873b7;
  color: #fff;
}

.left_sidebar ul li ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}

.left_sidebar ul li ul li {
  border-bottom: 1px dashed #CCC;
  list-style-type: none;
  position: relative;
}

.left_sidebar ul li ul li a {
  display: block;
  font-weight: 500;
  color: #333;
  text-align: left;
  font-size: 14px;
  padding: 4px 15px;
  text-decoration: none;
  line-height: 24px;
}

.left_sidebar ul li ul li a:hover,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a.active {
  background: #2873b7;
  color: #fff;
}

.left_sidebar ul li ul li a i {
  float: right;
  line-height: 24px;
}

.left_sidebar ul li ul li ul {
  display: none;
  transition: all 2s;
  position: absolute;
  left: 98%;
  top: 0px;
  z-index: 200;
  background: #fff;
  width: 200px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.left_sidebar ul li ul li:hover ul {
  display: block;
  transition: all 2s;
}

.left_sidebar ul li ul li ul li a {
  display: block;
  font-weight: 400;
  color: #333;
  text-align: left;
  font-size: 13px;
  padding: 4px 15px;
  text-decoration: none;
  text-transform: initial;
  line-height: 24px;
}

.left_sidebar ul li ul li ul li a:hover,
.left_sidebar ul li ul li ul li a:focus,
.left_sidebar ul li ul li ul li a.active {
  background: #2873b7;
  color: #fff;
}

.left_sidebar form {
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px 10px 10px;
}

.right_side h1 {
  padding: 8px 10px;
  margin: 0 0 10px;
  line-height: 30px;
  background: #2873b7;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.right_side h2 {
  padding: 0px;
  margin: 20px 0 5px;
  line-height: 30px;
  font-size: 22px;
  color: #2873b7;
  font-weight: 600;
}

.right_side h3 {
  padding: 0px;
  margin: 10px 0 5px;
  line-height: 30px;
  font-size: 20px;
  color: #2873b7;
  font-weight: 600;
}

.wps_right {
  float: left;
  width: 100%;
  /*👉 background: #fff;
padding: 10px;
border: 1px solid #ccc;
margin-bottom: 20px;👈*/
}

.wps_right p {
  line-height: 24px;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 16px;
  font-weight: normal
}

.wps_right ul {
  margin: 0 0 25px;
  padding: 0;
}

.wps_right ul li {
  line-height: 28px;
  font-size: 16px;
  margin: 0;
  vertical-align: middle;
  text-align: left;
  padding: 0;
  display: flex;
  align-items: center;
}

.wps_right ul li:before {
  width: 20px;
  height: 20px;
  color: #4e4e4e;
  font-weight: 400;
  margin-top: 0;
  margin-right: 5px;
  float: left;
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}

.left_image {
  float: left;
  width: 340px;
  margin: 0px 15px 15px 0;
  text-align: center;
}

.left_image .left_centered {
  width: 100%;
  position: relative;
  padding: 0px;
  min-height: 338px;
  overflow: hidden;
  border: 1px solid #eee;
}

.left_image .left_centered .image {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 338px;
  transition: transform .5s ease;
}

.left_image .left_centered .image img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}



.right_image1 {
  float: right;
  width: 340px;
  margin: 0px 0px 15px 15px;
  text-align: center;
}

.right_image1 .left_centered {
  width: 100%;
  position: relative;
  padding: 0px;
  min-height: 338px;
  overflow: hidden;
  border: 1px solid #eee;
}

.right_image1 .left_centered .image {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 338px;
  transition: transform .5s ease;
}

.right_image1 .left_centered .image img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}

.category_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #fff;
}

.category_page h1 {
  padding: 8px 10px;
  margin: 0;
  line-height: 30px;
  background: #2873b7;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.category_page .wps_right ul {
  margin: 0 0 25px;
  padding: 0;
}

.category_page .wps_right ul li {
  display: block;
  list-style: none;
  line-height: 24px;
  color: #423f3f;
  font-size: 16px;
  font-weight: normal;
}

.category_page .wps_right ul li:before {
  margin-right: 5px;
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");

}

.product_right_image {
  float: right;
  max-width: 500px;
  width: 100%;
  margin: 0px 0 25px 15px;
  text-align: center;
}

.product_right_image .detail_image {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 500px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.product_right_image .detail_image img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}

.product_right_image .product_dimage {
  width: 100%;
  text-align: center;
  overflow: hidden;
  height: 400px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.more_images {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

#thumbs {
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
}

#thumbs img,
#largeImage {
  padding: 0;
  cursor: pointer;
  border: 1px solid #eee;
}

#thumbs img {
  display: inline-block;
  margin-right: 6px;
  width: 70px;
}

#thumbs img.active {
  border-color: #ac2990;
}

.wps_right h2 {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 10px;
  color: #2873b7;
}

.wps_right h3 {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 10px;
  color: #2873b7
}

.wps_right table {
  margin: 0;
}

.wps_right table tbody tr td {
  vertical-align: middle;
  padding: 6px 10px;
  font-size: 16px;
  line-height: normal;
  text-align: left;
  font-family: 'Quicksand', sans-serif;
}

.wps_right table tbody tr td {
  border: 1px solid #eaeaea;
  width: 60%;
}

.wps_right table tbody tr td:first-child {
  color: #2873b7;
  width: 40%;
}

.interested_section {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0
}

.interested_section .interested_btn {
  font-size: 18px;
  color: #fff;
  background: #2873b7;
  border: 1px solid #6b2b76;
  border-radius: 3px;
  padding: 12px 0;
  width: 258px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}

.interested_section .interested_btn svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.interested_section .interested_btn:hover {
  background: #2873b7;
  color: #fff;
  border: 1px solid #2873b7
}

.product_listing {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
  transition: all 0.35s ease-in-out;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  border-color: #eee;
}

.product_listing .product {
  width: 100%;
  position: relative;
  padding: 0;
  text-align: center;
  min-height: 200px;
  overflow: hidden;
  border-right: 1px solid #eee;
  display: inline-block;
}

.product_listing .product .image1 {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 374px;
  transition: all 0.4s ease-in-out;
  margin-bottom: 10px;
}

.product_listing .product .image1 img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}

.product_listing .product .small {
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
}

.product_listing .product .small img,
.product_listing .product .largeImage img {
  padding: 0;
  cursor: pointer;
  border: 1px solid #eee;
}

.product_listing .product .small .item {
  display: inline-block;
  margin-right: 6px;
  width: 60px;
  cursor: pointer;
}

.product_listing .product .small .item:last-child {
  margin: 0;
}

.product_listing .product .small .item.active {
  border-color: #ac2990;
}

.product_listing .product .small .item.youtube {
  width: 60px;
  height: 60px;
  background: #f70000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_listing .product .small .item.youtube a {
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_listing .product p {
  font-size: 16px;
  text-align: center;
  margin: 0 0 10px;
}

.product_listing .product .read_more {
  margin-top: 0;
}

.product_listing .right-content .read_more_1 {
  margin-top: 10px;
}

.padding0 {
  padding: 0;
}

.right-content {
  position: relative;
  padding-right: 15px;
}

.right-content h3 {
  line-height: 24px;
  padding: 10px 0;
  text-align: left;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.right-content h3 a {
  color: #2873b7;
}

.right-content h4 {
  line-height: 24px;
  padding: 10px 0;
  text-align: left;
}

.right-content p {
  font-size: 16px;
  margin-bottom: 10px;
}

.blue-line1 {
  width: 100%;
  display: block;
  height: 1.1px;
  background: #eee;
  position: relative;
  margin-bottom: 10px;
  padding: 0 15px;
}

.product_listing:hover .right-content h3 a {
  color: #2873b7;
}

.product_listing:hover .right-content h4 a {
  color: #2873b7;
}

.right-content .table-responsive {
  float: left;
  width: 100%;
  overflow: hidden;
  max-height: 230px;
  overflow: auto;
  padding-right: 5px;
}

.right-content table {
  margin-bottom: 15px;
}

.right-content table tbody tr td {
  vertical-align: middle;
  padding: 6px 10px;
  font-size: 16px;
  line-height: normal;
  text-align: left;
}

.right-content table tbody tr td {
  border: 1px solid #eaeaea;
  width: 60%;
}

.right-content table tbody tr td:first-child {
  color: #2873b7;
  width: 40%;
}

.you_may {
  float: left;
  width: 100%;
  padding: 0 0 10px;
  margin: 0 0 15px;
  line-height: 30px;
  color: #2873b7;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}

.team_member {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
  transition: all 0.35s ease-in-out;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  border-color: #eee;
}

.team_member .image {
  width: 100%;
  position: relative;
  padding: 15px 15px 15px 0;
  text-align: center;
  min-height: 268px;
  overflow: hidden;
  border-right: 1px solid #eee;
  display: inline-block;
}

.team_member .image img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}

.team_info {
  position: relative;
  padding-right: 15px;
}

.team_info h3 {
  line-height: 24px;
  padding: 10px 0;
  text-align: left;
  margin: 0;
}

.team_info h3 small {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 14px;
}



/*  Testimonial Page  */

.testimonial_block {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.testimonial_text_box {
  margin: 0 0 30px;
  padding: 32px 20px 35px 0;
  background: #eee;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  display: table;
  position: relative;
  border-radius: 4px;
}

.testimonial_text_box .this-quote {
  margin: 0 20px;
  width: 30px;
}

.testimonial_text_box .this-quote img {
  width: auto;
}

.testimonial_text_box:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -25px;
  left: 69px;
  border-top: 25px solid #eee;
  border-right: 25px solid transparent;
}

.testimonial_text_box .this-texts {
  display: table-cell;
  width: calc(100% - 70px);
  vertical-align: top;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.testimonial_author .media-left {
  padding-right: 20px;
  float: left;
}

.testimonial_author .media-left img {
  border: 1px solid #2873b7;
  border-radius: 4px;
}

.testimonial_author .media-left a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.testimonial_author .media-body {
  vertical-align: middle;
}

.testimonial_author .this-title {
  font-size: 18px;
  color: #2873b7;
  text-align: left;
  line-height: 20px;
  margin: 0 0 5px;
  padding: 0;
}

.testimonial_author .loc {
  color: #2873b7;
  line-height: 20px;
  margin: 0;
}


.gallery_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #eee;
}

.gallery_page .gallery_item {
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 0.98px 0.02px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.gallery_page .gallery_item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.gallery_item_info {
  text-align: center;
  padding: 15px;
  background: #3caa3e;
}

.gallery_item_info h4 {
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.gallery_item_info p {
  font-size: 13px;
  margin: 0;
  margin-top: 4px;
  color: #333;
  max-width: 100%;
}

.hover_effect {
  display: block;
  position: relative;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 376px;
}

.hover_effect:after {
  color: #fff;
  position: absolute;
  font-size: 1.6em;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.hover_effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
  height: auto;
}

.hover_effect:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
}

.hover_effect:hover img {
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

.hover_effect:hover {
  background: #2873b7;
}

.hover_effect:after {
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>");
}

.blog_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #fff;
}

.blog_page .blog_left h1 {
  padding: 8px 10px;
  margin: 0 0 10px;
  line-height: 30px;
  background: #2873b7;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.blog_page .blog_b {
  margin-bottom: 20px;
  position: relative;
}

.left_title1 {
  float: left;
  width: 100%;
  padding: 8px 10px;
  margin: 0 0 10px;
  line-height: 30px;
  background: #2873b7;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.right_news {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  background: #fff;
}

.right_news:last-child {
  margin-bottom: 0;
}

.right_news .image {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
  height: 274px;
}

.right_news .image img {
  position: absolute;
  max-width: 100%;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}

.right_news .title_h4 {
  padding: 10px;
  line-height: 18px;
  font-size: 15px;
  margin: 0px;
  text-align: left;
}

.right_news .title_h4 a {
  color: #333;
}

.right_news:hover .title_h4 a {
  color: #2873b7;
}



/* New Blog Details Page */
.blog_details {
  float: left;
  width: 100%;
  background: #fff;
}

.blog_details ul {
  display: inline-block;
  margin: 0px 0 20px;
  padding: 0;
}

.blog_details ul li {
  display: inline-block;
  margin-right: 15px;
  list-style: none;
}

.blog_details ul li:before {
  content: none;
  margin: 0;
}

.blog_details ul li a {
  color: #333333;
  transition: all 0.5s ease-out;
}

.blog_details ul li i {
  margin-right: 5px;
}

.blog_details1 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.blog_details1 img {
  margin-bottom: 15px;
}

.blog_details_img {
  width: 100%;
  text-align: center;
  height: 500px;
  overflow: hidden;
  margin-bottom: 15px;
}

.blog_details_img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto
}

.blog_details1 p {
  text-align: justify;
  line-height: 24px;
}

.blog_details1 .block-quote {
  padding: 30px 40px;
  margin-bottom: 20px;
  background: #eee;
  border-left: 3px solid #e59509;
}

.blog_details1 .block-quote p {
  font-size: 15px;
  line-height: 24px;
}

.blog_details1 h3 {
  margin: 0 0 5px;
  padding: 0;
  line-height: 30px;
}

.blog_details1 ul {
  float: left;
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
}

.blog_details1 ul li {
  line-height: 28px;
  font-size: 16px;
  margin: 0;
  vertical-align: middle;
  text-align: left;
  padding: 0;
  display: flex;
  align-items: center;
}

.blog_details1 ul li:before {
  width: 20px;
  height: 20px;
  color: #4e4e4e;
  font-weight: 400;
  margin-top: 0;
  margin-right: 5px;
  float: left;
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}

.fb-comments {
  width: 100%;
}

/* Blog Details  */
.blogdetails img {
  width: 100%;
}

.blog_news .content_details {
  float: left;
  width: 100%;
  background: #eee;
  padding: 20px 20px 20px;
}

.blog_news .content_details h2 {
  text-transform: capitalize;
  line-height: 30px;
  font-size: 20px;
  margin: 0 0 10px;
}

.blog_news .content_details h2 a {
  color: #333333;
  transition: all 0.5s ease-out;
}

.blog_news .content_details ul {
  display: inline;
  margin: 0px;
}

.blog_news .content_details ul li {
  display: inline-block;
  margin-right: 15px;
}

.blog_news .content_details ul li:before {
  content: none;
  margin: 0;
}

.blog_news .content_details ul li i {
  margin-right: 5px;
}

.blog_news .block-quote {
  padding: 30px 40px;
  margin-bottom: 20px;
  background: #fdfdfd;
  border-left: 3px solid #e59509;
}

.blog_news .block-quote p {
  font-size: 15px;
  line-height: 24px;
}

.blog_news .content_details ol {
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
}

.blog_news .content_details ol li {
  list-style: none;
  line-height: 24px;
  color: #423f3f;
  font-size: 15px;
  font-weight: normal;
}

.blog_news .content_details ol li::before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 5px;
}


.contact_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  position: relative;
}

#contact_form label.error,
.output {
  color: #FB3A3A;
  font-weight: normal;
  margin-bottom: 15px;
}

#quick_form label.error,
.output {
  color: #FB3A3A;
  font-weight: normal;
  margin-bottom: 15px;
}

#quick_enquiry label.error,
.output {
  color: #FB3A3A;
  font-weight: normal;
  margin-bottom: 15px;
}

.pac-container {
  z-index: 100000;
}


.contact_map {
  float: left;
  width: 100%;
  height: 550px;
}

.contact_form_grid1 {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 4px;
  overflow: hidden
}

.contact_details {
padding: 30px;
}

.contact_details .title_h2_2 {
  color: #2873b7;
  font-size: 20px;
  text-align: left;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contact_details p {
  color: #333;
  margin-bottom: 20px;
  font-size: 16px;
}

.contact_details .address_list {
  clear: both;
  margin: 0 0 20px;
  padding: 0;
}

.contact_details .address_list li {
  clear: both;
  list-style: none;
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
}

.contact_details .address_list li svg {
  min-width: 25px;
  height: 25px;
  margin-right: 5px;
}

.contact_details .address_list li a {
  color: #333;
  display: flex;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}

.contact_details .address_list li a span {
  font-size: 30px;
  margin-right: 13px;
}

.contact_details .address_list li:first-child {
  display: flex;
  align-items: center;
}

.contact_details .address_list li span {
  font-size: 30px;
  margin-right: 13px;

}

.contact_details .address_list li a:hover,
.contact_details .address_list li a:focus {
  color: #2873b7;
}

.social_list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.social_list li {
  list-style: none;
  display: inline-block;
}

.social_list li a {
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #fff;
  text-align: center;
  margin-right: 10px;
}

.social_list li a:hover {
  color: #2873b7;
  border: 1px solid #2873b7;
}

.contact_form_grid .form_grid {
  background-color: #ffffff;
  padding: 30px;
}

.contact_form_grid1 .form_grid {
  background-color: #ffffff;
  padding: 30px;
}

.form_grid .title_h2_2 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 20px;
  padding: 0;
  color: #2873b7;
}


/* Sitemap page */
.sitemap_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #eee;
  position: relative;
}

.sitemap_right_side h1 {
  padding: 8px 10px;
  margin: 0 0 10px;
  line-height: 30px;
  background: #2873b7;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.sitemap {
  border-left: 1px solid #666;
  padding: 0;

}

.sitemap li {
  list-style: none !important;
  background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
  padding: 0px 0px 0px 15px;
  margin-bottom: 5px;
}

.sitemap li ul {
  border-left: 1px solid #666;
  padding: 0;
}

.sitemap li a {
  color: #333;
  font-size: 14px;
  padding-bottom: 5px;
  display: block;
}

.sitemap li a:hover {
  color: #2873b7;
}

.market_area h3 {
  float: left;
  display: block;
}

.market_area h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2873b7;
}

.market-list {
  float: left;
  width: 100%;
  margin: 0 !important;
  padding: 0;
}

.market-list li {
  list-style: none;
  padding-right: 10px;
  line-height: 20px;
  width: 25%;
  float: left;
}

.market-list li:before {
  content: none !important;
  margin-right: 0 !important;
}

.market-list li a {
  width: auto;
  height: auto;
  padding: 10px 0 10px 12px;
  margin: 0 0 9px;
  display: block !important;
  color: #333 !important;
  font-size: 14px;
  background-color: #ddd;
}

.market-list li a:hover {
  background: #2873b7;
  color: #fff !important;
}


/* Products Poup */
.product_popup {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.product_popup_image {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  height: 430px;
}

#callback .product_popup_image {
  height: 176px;
}

.product_popup_image img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: 100%;
  margin: auto;
}

.product_popup h4 {
  color: #2873b7;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: left;
  padding: 0;
}

.product_popup p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: left;
  margin-bottom: 15px;
}

#product_enquiry label.error {
  color: #FB3A3A;
  font-weight: normal;
}

.product_right_image .read_more {
  margin-top: 0;
}


.logob {
  border-radius: 14px;
  padding: 5px 5px;
  background-color: #fff;
}

.video_section iframe {
  width: 100%;
  height: 415px;
}


.latest {
  font-size: 26px;
  font-weight: bold;
  font-family: 'Manrope', sans-serif;
  color: #0c0c0c;
  margin: 0 0 20px;
}

.webpulse-home_blog h6 span {
  color: #2873b7;
}

.webpulse-home_blog h6 {
  text-transform: uppercase;
}

.feature_height {
  display: block;
  overflow: hidden;
  padding: 15px;
  text-align: center;
  height: 140px;
}

.thumb {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 0px;
}

.fadeImg {
  animation-name: fadeimg;
  animation-duration: 2s;
}

@keyframes fadeimg {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.portfolio-item {
  margin-bottom: 30px;
  border-radius: 50px;
}

.portfolio-item:hover .thumb .hover-content {
  opacity: 1;
  visibility: visible;
}

.portfolio-item .thumb {
  position: relative;
  border-radius: 50px;
}

.portfolio-item .thumb img {
  border-radius: 50px;
  overflow: hidden;
}

.portfolio-item .thumb .hover-content {
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: #2873b7;
  background: linear-gradient(105deg, #2873b7c9 0%, #3aa93d8a 100%);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

.portfolio-item .thumb .hover-content .inner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 20px;
}

.portfolio-item .thumb .hover-content .inner-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.portfolio-item .thumb .hover-content .inner-content span {
  font-size: 15px;
  color: #fff;
}

.our-portfolio .owl-nav {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.our-portfolio .owl-nav .owl-next {
  margin-left: 10px;
}

.our-portfolio .owl-nav span {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-size: 30px;
  border: 2px solid #eee;
  border-radius: 50%;
  color: #ddd;
  transition: all 0.5s;
  color: #2873b7;
  border-color: #2873b7;
}

.our-portfolio .owl-nav span:hover {
  color: #3aa93d;
  border-color: #3aa93d;
}

.home_blog .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.home_blog .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
  border-bottom: 4px solid #2873b7;
}

.home_blog .post-box .post-img img {
  transition: 0.5s;
}

.home_blog .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  position: absolute;
  background: #35a337;
  padding: 5px 12px;
  padding: 5px 12px;
  top: 0;
  left: 0;
}

.home_blog .post-box .post-title {
  font-size: 20px;
  color: #2873b7;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
  text-align: center;
}

.home_blog .post-box p {
  text-align: justify;
}

.home_blog .post-box .read_more_1 {
  margin: 0px 20%;
}

.home_blog .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.home_blog .post-box:hover .post-title {
  color: #c0272e;
}

.home_blog .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

.faq_section .headingBox .sectionHeading::after {
  display: none;
}

.aboutpage .headingBox .sectionHeading::after {
  display: none;
}

.factsheetsection {
  padding: 0px 0px 50px 0px;
}

.factsheetsection .factsheetBox {
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  padding: 20px;
  border-radius: 15px;
  transition: all .2s linear;
  text-align: center;
}

.factsheetsection .factsheetBox:hover {
  background-color: #2873b7;
  transform: translateY(-10px);
}

.factsheetsection .factsheetBox .iconBox {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: inline-block;
  padding: 15px 12px;
  background: #fff;
  border: 2px solid transparent;
}

.factsheetsection .factsheetBox .iconBox img {
  border-radius: 50%;
}

.factsheetsection .factsheetBox:hover .iconBox {
  border: 2px solid #3aa93d;
}

.factsheetsection .factsheetBox .contentBox span {
  color: #c0272e;
  font-size: 20px;
  font-weight: 800;
}

.factsheetsection .factsheetBox .contentBox p {
  font-size: 15px;
  color: #3aa93d;
}

.factsheetsection .factsheetBox:hover .contentBox span {
  color: #fff;
}

.factsheetsection .factsheetBox:hover .contentBox p {
  color: #ddd;
}

.mobileMenuShow {
  display: none !important;
}

.catalogDownload {
  left: 0px;
  top: 45%;
  z-index: 99;
  position: fixed;
  background: #c0272e;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  padding: 0 15px;
  line-height: 33px;
  margin-left: 35px;
  margin-top: 120px;
  height: 35px;
}

.catalogDownload:hover {
  background: #2873b7;
  color: #fff
}

.why-choose-us-four {
  float: left;
  width: 100%;
  position: relative;
  padding: 50px 0 50px;
  background-color: #f5f5f6;
  overflow: hidden;
  z-index: 2;
}

.why-choose-us-four .info-banner .content-box {
  height: 100%;
}

.why-choose-us-four .service-block-two .read-more:before {
  border-bottom-color: #ebebeb;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* .bg-pattern-2 {
  background-image: url(../images/pattern-2.png);
} */

.why-choose-us-four .bg {
  top: -150px;
  bottom: 0;
  height: auto;
}


.service-block-two {
  position: relative;
  margin-bottom: 30px;
}

.service-block-two .inner-box {
  position: relative;
  padding: 30px 35px 30px;
  background-color: #fff;
  z-index: 9;
  height: 100%;
}

.service-block-two .inner-box:hover .image::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.service-block-two .inner-box:hover .icon-box:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.service-block-two .inner-box:hover .icon-box .icon {
  color: var(--theme-color-light);
}


.service-block-two .inner-box .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #d81320;
  margin-bottom: 0;
}

.service-block-two .inner-box .image::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  content: "";
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}

.service-block-two .inner-box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.1;
}

.service-block-two .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
  z-index: 2;
  margin-right: auto;
  padding: 5px;
}

.service-block-two .inner-box .icon-box::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, #d81320, #ffffff);
  border-radius: 50%;
  content: "";
  opacity: 0.1;
}

.service-block-two .inner-box .icon-box::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  content: "";
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .inner-box .icon-box img {
  position: relative;
  width: 50px;
  z-index: 2;
}

.service-block-two .inner-box .title {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
}

.service-block-two .inner-box .text {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 500;
}

.service-block-two .inner-box .read-more {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
}

.service-block-two .inner-box .read-more:before {
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #f5f5f6;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}

.service-block-two .inner-box:hover .text,
.service-block-two .inner-box:hover .title {
  color: #fff;
}

@media (min-width:1023px) {


  .navigation .menu ul li.mg-li {
    position: static;
  }

  .navigation .menu ul>li.mg-li ul.cs-dropdown.megaMenu {
    width: 95%;
    height: auto;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .navigation .menu ul>li.mg-li ul.cs-dropdown.megaMenu::-webkit-scrollbar {
    width: 8px;
    background-color: #eee;
  }

  .navigation .menu ul>li.mg-li ul.cs-dropdown.megaMenu::-webkit-scrollbar-thumb {
    width: 8px;
    background: #c0272e;
  }

  .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl {
    width: 100%;
    height: auto;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    padding-right: 5px;
    text-align: left;
    padding: 10px;
    display: block;
  }

  .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl li {
    display: block;
  }

  .navigation .menu ul>li.mg-li ul.cs-dropdown li:hover a {
    color: #c0272e;
    background: transparent;
  }

  .navigation .menu ul>li.mg-li ul.cs-dropdown li a {
    padding: 5px 9px;
    float: left;
    width: 100%;
    display: block;
    font-weight: 700;
    color: #c0272e;
    font-size: 16px;
  }

  .navigation .menu ul>li.mg-li ul.cs-dropdown li a span {
    font-weight: 600;
    color: #c0272e;
    font-size: 16px;
  }


  .navigation .menu ul>li.mg-li ul.cs-dropdown li a button {
    display: none;
  }

  .navigation .menu ul>li.mg-li ul.cs-dropdown li ul.cs-dropdown {
    position: relative;
    display: block;
    width: 100%;
    left: 0;
    top: 100%;
    margin: 0 0 5px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    max-height: 100%;
  }

  .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl li {
    display: block;
    border: 0;
  }

  .navigation .menu ul>li.mg-li ul.cs-dropdown li ul.cs-dropdown li a {
    font-size: 14px;
    padding: 4px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    font-weight: 600;
  }

  .navigation .menu ul>li.mg-li ul.cs-dropdown li ul.cs-dropdown li a:hover {
    color: #c0272e;
    background: transparent;
  }

  .web-pulse-header.stricky-fixed .bottom-bar {
    display: none;
  }

  .web-pulse-header.stricky-fixed .top_qut {
    height: 62px;
    padding-top: 5px;
    background: #c0272e;
  }

  .web-pulse-header.stricky-fixed .top_qut::before {
    border-top: 15px solid #c0272e;
  }

  .web-pulse-header.stricky-fixed .logo {
    max-width: 80px;
  }

  .web-pulse-header.stricky-fixed .navigation .menu ul li a {
    padding: 18px 18px;
  }

}

.video_gallery {
  float: left;
  width: 100%;
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  background: linear-gradient(90deg, rgb(192, 39, 46) 0%, rgb(40, 115, 183) 100%);
  transition: 0.3s;
}

.vd_bx {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 1px;
  margin-bottom: 20px;
}

.vd_bx img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}

.vd_bx:hover img {
  transform: scale(1.05);
}

.vd_bx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}

.vd_bx:hover::before {
  opacity: 1;
}

.vd_bx .vd_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background: #c0272e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 0.2s;
  z-index: 1;
  box-shadow: 0 0 0 0 rgba(192, 39, 47, 0.5);
  -webkit-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes wave {
  to {
    box-shadow: 0 0 0 45px rgba(213, 142, 144, 0);
  }
}

@-moz-keyframes wave {
  to {
    box-shadow: 0 0 0 45px rgba(213, 142, 144, 0);
  }
}

@-ms-keyframes wave {
  to {
    box-shadow: 0 0 0 45px rgba(213, 142, 144, 0);
  }
}

@keyframes wave {
  to {
    box-shadow: 0 0 0 45px rgba(213, 142, 144, 0);
  }
}

.vd_bx .vd_btn svg {
  height: 20px;
  width: 20px;
}

.view-all {
  position: relative;
  line-height: 24px;
  color: #201e1e;
  font-size: 14px;
  font-weight: normal;
  background: #c0272e;
  display: inline-block;
  padding: 10px 35px;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #c0272e;
  transition: all .3s ease;
}

.view-all {
  position: relative;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  background: #c0272e;
  display: inline-block;
  padding: 10px 35px;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: capitalize;
  border: 2px solid #c0272e;
  transition: all .3s ease;
  font-weight: 600;
  margin-top: 0px;
}

.view-all:hover {
  background: transparent;
  color: white;
  border-color: white;
}
