/*--- Google Fonts ---*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
/*--- Google Fonts ---*/
body {
  background: #fff;
  color: #363636;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0c0c0c;
  margin: 0 0 15px;
  font-family: "Nunito", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0c0c0c;
}
p a {
  color: #363636;
}
p a:hover {
  text-decoration: underline;
  outline: none;
}
p {
  letter-spacing: normal;
  margin-bottom: 10px;
  line-height: 23px;
  font-size: 14px;
  color: #363636;
}
a {
  color: #7f7f7f;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
img {
  max-width: 100%;
}
blockquote {
  padding: 0;
  border: 0;
}
label {
  color: #7f7f7f;
  display: block;
  font-weight: 400;
  margin: 0;
}
textarea {
  border-radius: 0 !important;
  background: #fff;
  resize: none;
  height: 100px !important;
}
textarea,
select,
input[type="text"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="email"],
input[type="tel"],
input {
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  padding: 0 10px;
  box-sizing: border-box;
}
input[type="file"] {
  width: 100%;
  padding: 0px;
  font-size: 12px;
  margin: 0;
  border: 0;
}
.form-control::-moz-placeholder {
  color: #555;
}
.form-control:focus::-moz-placeholder {
  color: #105896;
}
.form-control:focus {
  border-color: #105896;
  box-shadow: none;
}
h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
}
h3 {
  font-size: 20px;
  margin: 0 0 30px;
  font-weight: bold;
}
h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #fff;
}

/* Header*/
.header {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
/* Top Header*/
.header .topbar {
  background: #1e1e2a; /*margin-bottom: 5px;*/
}
.header .topbar .row {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.header .topbar .connect_option {
  padding: 0;
  margin-bottom: 0;
}
.header .topbar .login {
  border: 0;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  line-height: 38px;
}
.header .topbar .connect_option > li {
  padding: 0px 5px;
  margin: 0;
  position: relative;
  list-style: none;
  line-height: 30px;
}
.header .topbar .connect_option > li a {
  -ms-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  display: block;
  line-height: normal;
}

.header .topbar .connect_option > li a.facebook {
  display: inline-block;
  width: 45px;
  /* background: #105896;*/
  border-radius: 0%;
  line-height: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 12px 20px;
}

.header .topbar .connect_option > li a.twitter {
  display: inline-block;
  width: 45px;
  /*  background: #105896;*/
  border-radius: 0%;
  line-height: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 12px 20px;
}

.header .topbar .connect_option > li a.youtube {
  display: inline-block;
  width: 45px;
  /* background: #105896;*/
  border-radius: 0%;
  line-height: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 12px 20px;
}

.header .topbar .connect_option > li a i,
.header .topbar .connect_option > li a span {
  -ms-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  display: inline-block;
}
.header .topbar .connect_option > li a span i {
  -ms-transform: skewX(5deg);
  -webkit-transform: skewX(5deg);
  transform: skewX(5deg);
}
.header .topbar .connect_option {
  padding: 0;
}
.header .topbar .connect_option > li {
  float: left;
  position: relative;
  margin: 0px;
}
.header .topbar .connect_option > li:first-child {
  margin: 0;
}
.header .topbar .connect_option > li:first-child::before {
  content: "";
}

.header .topbar .facebook:hover {
  background: #3c5899;
}
.header .topbar .twitter:hover {
  background: #5ea9dd;
}
.header .topbar .linkedin:hover {
  background: #0077b5;
}
.header .topbar .linkedin {
  color: #0077b5;
}
.header .topbar .youtube:hover {
  background: #ee1c1b;
}
.header .topbar .pinterest:hover {
  background: #ee1c1b;
}
.wanted {
  font-size: 13px;
  color: #fff;
  background: #105896;
  animation: blink 1s linear infinite;
  padding: 12px 20px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    background: #c70202;
  }
  100% {
    opacity: 1;
  }
}
.wanted:hover {
  background: #105896;
  color: #fff;
}
.wanted:focus {
  background: #105896;
  color: #fff;
}
/* header Search*/
.header .topbar .search-bar-holder .search-bar {
  margin: 0;
  min-width: 100%;
}
.header .topbar .search-bar-holder .form-control {
  height: 30px;
  line-height: 30px;
  background: #fff;
  font-size: 13px;
}
.header .topbar .search-bar-holder .form-control::-moz-placeholder {
  color: #fff;
}

.header .topbar .search-bar-holder .search-bar .search_btn {
  height: 100%;
  padding: 0 18px;
  line-height: 40px;
  background: #105896;
  color: #fff;
  border: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  height: 40px;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.header .topbar .search-bar-holder .search-bar .search_btn i {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.header .topbar .search-bar-holder .search-bar .search_btn:hover {
  background: #333;
}
.header .topbar .search-bar {
  position: relative;
  color: #656565; /*float:right;*/
}
.header .topbar .search-bar:before {
  border-bottom: 40px solid #3d3d51;
  border-left: 26px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  left: -30px;
  width: 30px;
  top: 0;
  bottom: 0;
}
.header .topbar .search-bar .form-control {
  height: 40px;
  background: #3d3d51;
  color: #fff;
  border: 0;
  width: 95%;
}
.header .topbar .search-bar .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 11px;
  cursor: pointer;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.header .topbar .search-bar-holder a {
  margin: 10px 20px 0 0;
  float: right;
  font-size: 13px;
  color: #656565;
  font-weight: 100;
}
.header .topbar .search-bar-holder a i {
  margin: 0 5px 0 0;
}
.header_right {
  float: right;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: right;
}
/*Header Menu*/
.header .navigation {
  float: right;
  width: 100%;
  position: relative;
  background: #fff;
}
.header.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
/*.header.stricky-fixed .topbar{display: none;}*/
.header .menu_wrapper {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  background: #fff;
}
/*.header .webpulse-soluction .menu_wrapper .col-lg-9.col-md-9{-webkit-transform: skew(-30deg); -ms-transform: skew(-30deg); transform: skew(-30deg); background: #fff;}*/
.header .logo {
  padding: 14px 15px 20px;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  background: #fff;
  text-align: center;
}
.header.stricky-fixed .logo {
  padding: 5px 0;
  width: 160px;
}
.header .logo a {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
  display: block;
}
/*.header .logo img{ z-index: 999; position: relative; max-width: 356px;}*/
.header .logo img {
  z-index: 999;
  position: relative;
  max-width: 100%;
  height: 59px;
}
.navigation .nav-header {
  display: none;
  padding: 12px 20px;
}
.navigation .navbar button {
  float: right;
  width: 40px;
  height: 40px;
  background: #105896;
  border: 0;
  outline: 0;
  color: #333;
  font-size: 25px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 99;
  padding: 5px;
}
.navigation .navbar button {
  position: relative;
  transform: rotate(0deg);
  transition: 0.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: 0.25s ease-in-out;
}
.navigation .navbar button span:nth-child(1) {
  top: 10px;
}
.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
  top: 19px;
}
.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 .navbar button:hover {
  background: #39519d;
}
.navigation .navbar button:hover {
  background: #105896;
}
.navigation .menu {
  display: block;
}
.navigation .menu ul {
  float: left;
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.navigation .menu ul > li {
  float: left;
  display: inline-block;
  position: relative;
}
.navigation .menu ul > li > a {
  padding: 12px 10px;
  display: block;
  color: #333;
  text-transform: capitalize;
  transition: all 0.3s ease;
  font-size: 14px;
  background: none;
}
.navigation .menu ul > li > a i {
  padding-left: 5px;
  font-size: 17px;
}
.navigation .menu ul > li:last-child > a {
  border: none;
  padding-right: 0px;
}
.navigation .menu ul > li:hover a,
.navigation .menu ul > li.active a {
  color: #105896;
  background: none;
}
.navigation .menu ul > li > ul.cs-dropdown {
  top: 100%;
  left: 0;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
}
.navigation .menu ul > li:last-child ul.cs-dropdown {
  right: 0;
  left: auto;
}
.navigation .menu ul > li > ul.cs-dropdown.align-right {
  right: 0;
  left: auto;
}
.navigation .menu ul > li:hover > ul.cs-dropdown {
  visibility: visible;
  opacity: 1;
}
.navigation .menu ul > li > ul.cs-dropdown > li > ul.cs-dropdown {
  left: 100%;
  margin-top: -40px;
}
.navigation
  .menu
  ul
  > li
  > ul.cs-dropdown
  > li
  > ul.cs-dropdown
  > li
  > ul.cs-dropdown {
  left: -100%;
  margin-top: -31px;
}
.navigation .menu ul > li > ul.cs-dropdown > li > ul.cs-dropdown.align-right {
  right: 100%;
  left: auto;
}
.navigation .menu ul > li > ul.cs-dropdown > li:hover > ul.cs-dropdown {
  visibility: visible;
  opacity: 1;
}
.navigation .menu ul > li ul.cs-dropdown {
  position: absolute;
  width: 230px;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  transition: all 0.3s ease;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
  background: #fff;
  margin: 0;
  padding: 0;
}
.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 > a {
  color: #fff;
  background: #105896;
}
.navigation .menu ul > li ul.cs-dropdown li a {
  color: #333;
  font-size: 13px;
  padding: 8px 15px;
  position: relative;
  display: block;
  transition: all 0.3s ease;
  text-transform: capitalize;
  font-weight: normal;
}
.navigation .menu ul > li ul.cs-dropdown li a i {
  float: right;
}
.navigation .menu ul > li ul.cs-dropdown li a:hover {
  color: #fff;
  background: #105896;
}
.navigation ul .cs-submenu > a > button {
  display: none;
}
.navigation .navbar {
  display: none;
  padding: 12px 0px;
  margin: 0;
}

.navigation .menu ul > li:nth-child(2) ul.cs-dropdown {
  width: 480px;
}
.navigation .menu ul > li:nth-child(2) ul.cs-dropdown li {
  display: inline-block;
  width: 50%;
  float: left;
  position: relative;
}
.navigation .menu ul > li:nth-child(2) ul.cs-dropdown li:nth-child(even) {
  border-left: 1px solid #eee;
}
.navigation .menu ul > li:nth-child(2) ul.cs-dropdown li ul.cs-dropdown {
  display: block;
  width: 200px;
}
.navigation .menu ul > li:nth-child(2) ul.cs-dropdown li ul.cs-dropdown li {
  display: block;
  width: 100%;
}

/*.navigation .menu ul > li:nth-child(3) ul.cs-dropdown{width: 480px}*/
.navigation .menu ul > li:nth-child(3) ul.cs-dropdown {
  width: 480px;
  overflow: scroll;
  height: 451px;
  overflow-x: hidden;
}
.navigation .menu ul > li:nth-child(3) ul.cs-dropdown li {
  display: inline-block;
  width: 50%;
  float: left;
  position: relative;
}
.navigation .menu ul > li:nth-child(3) ul.cs-dropdown li:nth-child(even) {
  border-left: 1px solid #eee;
}
.navigation .menu ul > li:nth-child(3) ul.cs-dropdown li ul.cs-dropdown {
  display: block;
  width: 200px;
}
.navigation .menu ul > li:nth-child(3) ul.cs-dropdown li ul.cs-dropdown li {
  display: block;
  width: 100%;
}

.navigation .menu ul > li:nth-child(6) ul.cs-dropdown {
  width: 480px;
}
.navigation .menu ul > li:nth-child(6) ul.cs-dropdown li {
  display: inline-block;
  width: 50%;
  float: left;
  position: relative;
}
.navigation .menu ul > li:nth-child(6) ul.cs-dropdown li:nth-child(even) {
  border-left: 1px solid #eee;
}
.navigation .menu ul > li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown {
  display: block;
  width: 480px;
  left: -200%;
}
.navigation .menu ul > li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown li {
  display: inline-block;
  width: 50%;
  float: left;
}

.home_slider {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.slide {
  position: relative;
  display: block;
  z-index: 6;
}
#slider .slide img {
  width: 100%;
}
#slider .slide {
  overflow: hidden;
}
#slider .owl-prev,
#slider .owl-next {
  line-height: 0;
  position: absolute;
  top: 58%;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: 0;
  background: #105896;
  border-radius: 100%;
  z-index: 9;
}
#slider .owl-nav .owl-prev {
  left: 50px;
}

#slider .owl-nav .owl-next {
  right: 50px;
}
#slider .owl-prev:hover,
#slider .owl-next:hover {
  background: #fff;
  color: #105896;
}

.custom_uniforms {
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 0 0;
}
#custom {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.custom_uniforms .custom_item {
  border: 1px solid #eee;
  border-radius: 6px;
  background-color: #fafafe;
  padding: 8px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  text-align: center;
  display: block;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.custom_uniforms .custom_item .custom_img {
  position: relative;
  height: 60px;
  width: 100%;
  margin-bottom: 5px;
}
.custom_uniforms .custom_item .custom_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
  filter: grayscale(1);
}
.custom_uniforms .custom_item .custom_title {
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  color: #0c0c0c;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}

.custom_uniforms .custom_item:hover .custom_title {
  color: #105896;
}
.custom_uniforms .custom_item:hover .custom_img img {
  filter: grayscale(0);
}

#custom .owl-prev,
#custom .owl-next {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border: 0;
  outline: 0;
  background: #1e1e2a;
  border-radius: 100%;
  z-index: 50;
  border: 1px solid #1e1e2a;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

#custom .owl-nav .owl-prev {
  left: -50px;
  top: 48%;
}
#custom .owl-nav .owl-next {
  right: -50px;
  top: 48%;
}
#custom .owl-nav .owl-prev:hover,
#custom .owl-nav .owl-next:hover {
  background: #105896;
  color: #fff;
  border-color: #105896;
}

.offer_banner_v1 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #fff;
}
.offer_banner_v1 .offer-item {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.offer_banner_v1 .offer-item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
    10deg,
    rgba(17, 17, 17, 0.70196) 0%,
    rgba(17, 17, 17, 0.01) 99%,
    #111111 100%
  );
}
.offer_banner_v1 .offer-item .offer-content {
  padding: 30px;
}
.offer_banner_v1 .offer-item .offer-content span.span {
  color: #f0b900;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.offer_banner_v1 .offer-item .offer-content h3 {
  color: #fff;
  padding-right: 15%;
  font-size: 24px;
  margin-bottom: 15px;
}
.offer_banner_v1 .offer-item .offer-content .h3_title {
  color: #fff;
  padding-right: 15%;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  overflow: hidden;
  font-family: "Nunito", sans-serif;
  line-height: 1.1;
}

.main-btn {
  display: inline-block;
  position: relative;
  padding: 14px 45px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #105896;
  text-transform: uppercase;
  border-radius: 28px;
  z-index: 1;
  transition: all 500ms ease;
  background: -webkit-linear-gradient(0deg, #f0b900, #105896 50%);
}
.main-btn:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;
}
.offer-item:hover .main-btn {
  color: #105896;
}
.offer_banner_v1 .offer-item:hover .offer-content h3 {
  color: #105896;
}
.offer-item:hover .main-btn:before {
  width: 100%;
  left: 0px;
}
.offer_banner_v1 .offer-item .offer-content .main-btn {
  padding: 6px 17px;
  font-size: 14px;
  line-height: 23px;
}
.home_about {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #eeeeee;
  padding-bottom: 30px;
  padding: 30px 0;
}
.home_about .title {
  font-size: 30px;
  font-weight: 700;
}
.home_about p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #333;
  margin: 0;
  padding: 0;
  font-weight: 100;
  line-height: 26px;
}
.home_about p:last-child {
  margin-bottom: 30px;
}
.p-0 {
  padding: 0 !important;
}
.services-item {
  margin-bottom: 10px;
  text-align: center;
  padding: 30px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 5px 13px 25px -14px #e1e0e0;
  box-shadow: 5px 13px 25px -14px #e1e0e0;
}

.services-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #105896;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.services-item:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  top: 30px;
  right: 0;
  background-color: #e1e1e1;
}

.services-item.right-border:after {
  display: none;
}

.services-item:hover:before {
  height: 100%;
}

/*.services-item:hover img {
    color: #f93e45;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}*/

.services-item:hover h3 {
  color: #fff;
}

.services-item:hover h3:hover {
  color: #fff;
}

.services-item:hover p {
  color: #fff;
}

.services-item img {
  display: inline-block;
  max-width: 100px;
  width: 100%;
  height: 100px;
  padding: 10px;
  line-height: 100px;
  text-align: center;
  color: #18253e;
  border: 1px solid #f0b900;
  border-radius: 4px;
  /*background-color: #fff;
    -webkit-box-shadow: 0 0 25px -8px #e1e0e0;
    box-shadow: 0 0 25px -8px #e1e0e0;*/
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-item h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.services-item .feature_title_1 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #105896;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}
.services-item:hover .feature_title_1 {
  color: #fff;
}

.services-item h3 {
  color: #105896;
}

.services-item p {
  margin-bottom: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* btn*/
.mt30 {
  margin-bottom: 20px;
}
.main-btn:after {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  content: "\f0a9";
  font-family: "FontAwesome";
}

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #fff !important;
  padding: 10px 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
  background: -webkit-linear-gradient(0deg, #f0b900, #105896 50%);
}

.theme-btn i {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-left: 10px;
}

.theme-btn:before {
  position: absolute;
  content: "";
  background: #1e1e2a;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn:hover:before {
  width: 100%;
  left: 0px;
}

.video-btn {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 70px;
  font-size: 20px;
  line-height: 25px;
  color: #1e1e2a;
  text-transform: uppercase;
  max-width: 330px;
}

.video-btn i {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px rgba(242, 87, 67, 0.2);
  background: #105896;
}

.video-btn i:after {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(242, 87, 67, 0.1);
    box-shadow: 0 0 0 10px rgba(242, 87, 67, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 67, 0.1);
    box-shadow: 0 0 0 0 rgba(242, 87, 67, 0.1);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(242, 87, 67, 0.1);
    box-shadow: 0 0 0 10px rgba(242, 87, 67, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 67, 0.1);
    box-shadow: 0 0 0 0 rgba(242, 87, 67, 0.1);
  }
}

.home_about_video {
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  padding: 0 0 40px;
}
.home_about_video .title {
  color: #fff;
  margin-bottom: 20px;
}
.home_about_video .video_bg {
  float: left;
  width: 100%;
  position: relative;
  background: #105896;
  z-index: 0;
  padding: 40px 0 220px;
  z-index: 2;
}
.home_about_video .section_header {
  position: relative;
  text-align: center;
  z-index: 99;
}
.home_about_video .section_header p {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
}
.home_about_video .about_video_info {
  margin: -200px auto 0;
  position: relative;
  z-index: 1;
  /* background: #fff;*/
  z-index: 2;
  margin-bottom: 30px;
  max-width: 900px;
}

.play_btn_1 {
  color: #105896;
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
}

.play_btn_1:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff repeat scroll 0 0;
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.play_btn_1:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2) repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 100%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  border: 1px solid #105896;
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.play_btn_1 i {
  position: relative;
  z-index: 3;
  top: 2px;
  color: #105896;
  font-size: 36px;
}

/*.home_video_gallery{float: left; width: 100%; margin: 0; padding: 40px 0;     background: url(../images/testimonial.png) center center / cover no-repeat;}*/
.home_video_gallery {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: url(../images/video-bg.png) center center / cover no-repeat;
}
.home_video_gallery .title:before {
  background: #fff;
}
.home_video_gallery .video_box {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgb(7 28 31 / 4%);
}
.home_video_gallery .video_box a {
  text-decoration: none;
}
.home_video_gallery .video_image {
  position: relative;
}
.home_video_gallery .video_image .video-btn {
  position: absolute;
  display: inline-block;
  padding: 0px;
  font-size: 20px;
  line-height: 25px;
  color: #1e1e2a;
  text-transform: uppercase;
  left: 42%;
  top: 35%;
  transform: translate(-35%, -42%);
}
.home_video_gallery .video_image .video-btn i {
  background: rgba(239, 104, 74, 0.9);
}

.home_video_gallery .video_info h4 {
  color: #2b2a37;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  padding: 0;
  margin: 10px 0 0;
  height: 45px;
  position: relative;
}
.video_info h4 span {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-height: 100%;
}
.video_box:hover .video_info h4 {
  color: #105896;
}
.video_box:hover a {
  text-decoration: none;
}

.popular_products {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #fff;
}
.title {
  float: left;
  width: 100%;
  color: #105896;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  font-family: "Nunito", sans-serif;
}
.title:before {
  content: "";
  background: #2b2a37;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
  width: 50px;
  height: 5px;
  margin: 0 auto;
}

#popular {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.popular_product {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.popular_product .popular_product_image {
  position: relative;
  height: 280px;
  text-align: center;
  background: #fdfdfd;
  overflow: hidden;
  margin-bottom: 10px;
}
.popular_product .popular_product_image:before {
  content: "";
  position: absolute;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 10%,
    rgba(0, 0, 0, 0.35) 80%
  );
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-radius: 5px;
  z-index: 1;
}
.popular_product .popular_product_image:hover:before {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.3) 10%,
    rgba(0, 0, 0, 0.5) 80%
  );
}
.popular_product .popular_product_image .image {
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  height: 100%;
}
.popular_product .popular_product_image .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.popular_product:hover .popular_product_image .image {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.popular_product .popular_product_title {
  width: calc(100% - 10%);
  float: left;
  text-align: center;
  position: absolute;
  left: 5%;
  bottom: 10%;
  z-index: 99;
}

.popular_product .popular_product_title h3 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}

.popular_product .popular_product_title span {
  color: #fff;
  font-size: 13px;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 2px;
  text-transform: uppercase;
  line-height: normal;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(0deg, #f0b900, #105896 50%);
}
.popular_product .popular_product_title span:before {
  position: absolute;
  content: "";
  background: #1e1e2a;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.popular_product:hover .popular_product_title span:before {
  width: 100%;
  left: 0px;
}

.popular_product .popular_product_title span i {
  margin-left: 10px;
}
.popular_product:hover .popular_product_title h3 {
  color: #105896;
}

#popular .owl-prev,
#popular .owl-next {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border: 0;
  outline: 0;
  background: #1e1e2a;
  border-radius: 100%;
  z-index: 50;
  border: 1px solid #1e1e2a;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

#popular .owl-nav .owl-prev {
  left: -50px;
  top: 48%;
}
#popular .owl-nav .owl-next {
  right: -50px;
  top: 48%;
}
#popular .owl-nav .owl-prev:hover,
#popular .owl-nav .owl-next:hover {
  background: #105896;
  color: #fff;
  border-color: #105896;
}

/* */
.chooseus-style-two {
  float: left;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-image: url(../images/chooseus-bg.jpg);
}

.chooseus-style-two:before {
  position: absolute;
  content: "";
  background: #030306;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.chooseus-style-two .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.sec-title {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.sec-title h6 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  padding-left: 25px;
  color: #105896;
}

.sec-title h6 i {
  position: absolute;
  font-size: 20px;
  line-height: 20px;
  left: 0px;
  top: 1px;
  font-weight: 400;
  color: #105896;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-transform: capitalize;
}

.sec-title h2 span {
  font-weight: 400;
}

.sec-title.light h2 {
  color: #fff;
}
#content_block_five {
  margin-bottom: 15px;
}
#content_block_five .content-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
#content_block_five .content-box:before {
  /*background: rgba(51,51,51,0.6);*/
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#content_block_five .content-box .video-btn {
  color: #fff;
  position: absolute;
  top: 45%;
  left: 44%;
  margin: 0;
  padding: 0;
  /*-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);*/
}

/*
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
*/

#content_block_five .content-box .sec-title {
  margin-bottom: 39px;
}

#content_block_six .content-box {
  position: relative;
  display: block;
  padding: 0;
  margin-left: 100px;
}

#content_block_six .content-box .single-item {
  position: relative;
  display: inline-block;
  width: 50%;
  float: left;
}

#content_block_six .content-box .single-item .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

#content_block_six .content-box .single-item .inner-box .box {
  position: relative;
  display: block;
  background: #2b2a37;
  padding: 40px 15px 38px 15px;
}

#content_block_six .content-box .single-item:nth-child(2) .inner-box .box,
#content_block_six .content-box .single-item:nth-child(3) .inner-box .box {
  background: #393847;
}

#content_block_six .content-box .single-item .inner-box .box .icon-box img {
  position: relative;
  display: inline-block;
  width: 80px;
  line-height: 80px;
  color: #fff;
  margin-bottom: 17px;
}

#content_block_six .content-box .single-item .inner-box .box h4 {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
  text-transform: capitalize;
}

#content_block_six .content-box .single-item .inner-box .overlay-box {
  position: absolute;
  display: block;
  background: #2b2a37;
  padding: 2px;
  z-index: 1;
  left: 0px;
  top: 20px;
  right: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

#content_block_six .content-box .single-item .inner-box:hover .overlay-box {
  opacity: 1;
  top: 0px;
}

#content_block_six .content-box .single-item .inner-box .overlay-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
}

#content_block_six
  .content-box
  .single-item
  .inner-box
  .overlay-box
  .overlay-inner {
  position: relative;
  background: #fff;
  padding: 40px 15px 35px 15px;
}
#content_block_six
  .content-box
  .single-item:nth-child(2)
  .inner-box
  .overlay-box
  .overlay-inner,
#content_block_six
  .content-box
  .single-item:nth-child(3)
  .inner-box
  .overlay-box
  .overlay-inner {
  background: #fff;
}

#content_block_six
  .content-box
  .single-item
  .inner-box
  .overlay-box
  .overlay-inner
  .icon-box
  img {
  position: relative;
  display: inline-block;
  width: 80px;
  line-height: 80px;
  margin-bottom: 14px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content_block_six
  .content-box
  .single-item
  .inner-box
  .overlay-box
  .overlay-inner
  p {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #105896;
  padding: 15px 0;
  margin: 0px;
  text-transform: capitalize;
}

.home_products {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #fff;
}

.hot_key_box {
  float: left;
  width: 100%;
  margin: 0px 0 30px;
  padding: 0px;
  border: 1px solid #e5e5e5;
  position: relative;
  background: #fff;
}
.hot_key_box .col-md-4.padding_0 {
  border-right: 1px solid #e5e5e5;
  height: 509px;
}
.hot_key_box .col-md-4.padding_0.border_1 {
  border-right: 0px solid #e5e5e5;
  height: auto;
}
.hot_key_box .col-md-4:nth-child(4) .item_product_1 {
  border-bottom: 0;
}
.hot_key_box .col-md-4.border_1:nth-child(3) .item_product_1 {
  border-right: 0;
}
.hot_key_box .col-md-6.border_1:nth-child(2) .item_product_1 {
  border-right: 0;
}
.hot_key_box .col-md-6.border_1:nth-child(3) .item_product_1 {
  border-bottom: 0;
}
.hot_key_box .padding_0 {
  padding: 0;
}
.hot_key_box .col_2 .border_1:nth-child(2) .item_product_1 {
  border-right: 0;
}
.hot_key_box .col_2 .border_1:nth-child(3) .item_product_1 {
  border-bottom: 0;
}
/*.hot_key_box .border_1:nth-child(4) .item_product_1{ border-right: 0}*/
.hot_key_box .border_1:nth-child(5) .item_product_1 {
  border-bottom: 0;
}
.hot_key_box .border_1:nth-child(6) .item_product_1 {
  border-bottom: 0;
}
.hot_key_box .border_1:nth-child(7) .item_product_1 {
  border-bottom: 0;
}
.hot_key_box .border_1:last-child .item_product_1 {
  border: 0;
}
.item_product_1 {
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-left: 0;
}
.item_product_1 .product_thumb {
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: block;
  height: 200px;
}
.item_product_1 .product_thumb:before {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 10%,
    rgba(0, 0, 0, 0.35) 80%
  );
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  z-index: 2;
}
.item_product_1:hover .product_thumb:before {
  opacity: 1;
}

.item_product_1 .product_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  z-index: 1;
}
.item_product_1 .product_thumb .buy_new_link {
  bottom: 15px;
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: capitalize;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  z-index: 9;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item_product_1 .product_thumb .buy_new_link span {
  display: inline-block;
  position: relative;
  padding: 5px 20px;
  color: #fff;
  background: -webkit-linear-gradient(0deg, #f0b900, #105896 50%);
  border-radius: 4px;
  font-size: 16px;
  z-index: 1;
  transition: all 500ms ease;
  background: -webkit-linear-gradient(0deg, #f0b900, #105896 50%);
}
.item_product_1 .product_thumb .buy_new_link span:before {
  position: absolute;
  content: "";
  background: #1e1e2a;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.item_product_1:hover .product_thumb .buy_new_link span:before {
  width: 100%;
  left: 0px;
}
.item_product_1:hover .product_thumb .buy_new_link {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.item_product_1 .product-title {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 4px;
  position: relative;
  z-index: 10;
  color: #2b2a37;
  font-size: 18px;
  line-height: 24px;
  display: block;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item_product_1 .product-title span {
  margin: 0;
  padding: 0;
}
.item_product_1:hover .product-title {
  color: #105896;
}

.home_working_section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
}

.home_working_section {
  position: relative;
  padding-top: 50px;
  width: 100%;
  background: #1e1e2a;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

/*.home_working_section:before{
  position: absolute;
  content: '';
  background: #1e1e2a;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.85;
}*/

.home_working_section .inner-content {
  float: left;
  width: 100%;
  position: relative;
  margin: 0px 0 30px;
  z-index: 1;
}

.home_working_section .sec-title {
  margin-bottom: 90px;
}

.home_working_section .working-block {
  padding: 0px 15px;
  width: 20%;
}

.home_working_section .title:before {
  background: #fff;
}
.working-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 0px 25px 15px 25px;
  margin-top: 90px;
  min-height: 275px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.working-block-one .inner-box:hover {
  transform: translateY(-15px);
}

.working-block-one {
  position: relative;
  text-align: center;
}

.working-block-one:before {
  position: absolute;
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 24px;
  top: 70px;
  right: -26px;
  color: #105896;
}
.home_working_section .working-block:last-child .working-block-one:before {
  content: none;
}
.working-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  border-radius: 50%;
  border: 2px dashed #105896;
  padding: 5px;
  margin-top: -90px;
  margin-bottom: 19px;
}

.working-block-one .inner-box .icon-box .count-box {
  position: absolute;
  top: 8px;
  right: -12px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #105896;
  z-index: 2;
}

.working-block-one .inner-box .icon-box .icon {
  position: absolute;
  display: inline-block;
  left: 3px;
  top: 3px;
  width: 130px;
  height: 130px;
  line-height: normal;
  font-size: 60px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  overflow: hidden;
}

.working-block-one .inner-box .icon-box .icon:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
  background: #105896;
}
/*.working-block-one .inner-box .icon-box .icon img{max-width: 70px;}*/
.working-block-one .inner-box .lower-content {
  text-align: center;
}
.working-block-one .inner-box .lower-content h3 {
  margin-bottom: 12px;
  text-align: center;
  font-size: 18px;
}

.working-block-one .inner-box .lower-content .pattern-layer {
  position: relative;
  display: block;
  max-width: 62px;
  width: 100%;
  height: 9px;
  margin: 0 auto;
  margin-bottom: 23px;
  background-repeat: no-repeat;
  /*filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);*/
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background: url(../images/line-4.png);
}

.working-block-one .inner-box:hover .lower-content .pattern-layer {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.home_testimonial {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #eee;
}
#testimonial {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.home_testimonial .testimonial-content .inner-box {
  position: relative;
  display: block;
  background: #fff;
  margin: 40px 15px 30px 15px;
  padding: 20px 30px 20px 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.home_testimonial .testimonial-content .inner-box .image-box {
  position: absolute;
  top: -40px;
  right: 40px;
  width: 90px;
  height: 90px;
  padding: 10px;
  border-radius: 50%;
  background: #105896;
  border: 2px solid #ccc;
}

.home_testimonial .testimonial-content .inner-box .image-box img {
  width: 100%;
  border-radius: 50%;
}

.home_testimonial .testimonial-content .inner-box .image-box i {
  position: absolute;
  right: -20px;
  bottom: 0px;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #1e1e2a;
}
/*

.home_testimonial .testimonial-content .inner-box .rating-box{
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.home_testimonial .testimonial-content .inner-box .rating-box li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-right: 7px;
    color: #f0c020;
}

.home_testimonial .testimonial-content .inner-box .rating-box li:last-child{
  margin-right: 0px;
}
*/

.home_testimonial .testimonial-content .inner-box p {
  font-size: 15px;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  margin-bottom: 0;
}

.home_testimonial .testimonial-content .inner-box h3 {
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  color: #105896;
}
.home_testimonial .testimonial-content .inner-box h4 {
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  color: #105896;
  overflow: hidden;
  line-height: 1.1;
}
.home_testimonial .testimonial-content .inner-box .subtitle {
  font-style: italic;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  color: #5a5a68;
}
.home_testimonial .testimonial-inner {
  position: relative;
  margin: 0px -15px;
}

.home_testimonial .sec-title {
  margin-bottom: 50px;
}
#testimonial .owl-prev,
#testimonial .owl-next {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border: 0;
  outline: 0;
  background: #1e1e2a;
  border-radius: 100%;
  z-index: 50;
  border: 1px solid #1e1e2a;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

#testimonial .owl-nav .owl-prev {
  left: -50px;
  top: 48%;
}
#testimonial .owl-nav .owl-next {
  right: -50px;
  top: 48%;
}
#testimonial .owl-nav .owl-prev:hover,
#testimonial .owl-nav .owl-next:hover {
  background: #105896;
  color: #fff;
  border-color: #105896;
}

.home_gallery {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: url(../images/gallery-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.home_gallery:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(61, 61, 81, 0.93);
  width: 100%;
  height: 100%;
  content: "";
}
.home_gallery .container {
  position: relative;
  z-index: 3;
}
.home_gallery .title:before {
  background: #fff;
}
.home_gallery .portfolio_block .image-box .image {
  height: 204px;
  background: #fff;
}
.home_gallery .portfolio_block .image-box .image img {
  position: 5px;
}

.home_gallery .gallery_grid {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  text-align: center;
  padding: 40px 0px;
}
.home_gallery .gallery_grid .gallery_item {
  margin-left: 80px;
  margin-top: 20px;
  display: inline-block;
}
.home_gallery .gallery_grid .gallery_item:first-child {
  margin-left: 0px;
}
.home_gallery .gallery_grid .gallery_item:nth-child(9n + 6) {
  margin-left: 80px;
  margin-top: -6px;
}
.home_gallery .gallery_grid .gallery_item:nth-child(5) {
  margin-left: 0px;
}
.home_gallery .gallery_grid .gallery_item:nth-child(n + 5) {
  margin-top: -40px;
}
.home_gallery .gallery_grid .gallery_item .gallery_shape {
  height: 170px;
  width: 170px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  overflow: hidden;
}

.gallery_item .gallery_image {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
  height: 170px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}

.gallery_item .gallery_thumb {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  width: 100%;
}
.bg_b {
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  background-size: 100% !important;
}

.gallery_item .gallery_thumb img {
  transform: rotate(-45deg);
}

.home_gallery .gallery_grid .gallery_item .gallery_shape:after {
  content: "";
  position: absolute;
  top: -33px;
  left: -33px;
  width: 220px;
  height: 220px;
  background: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home_gallery .gallery_grid .gallery_item .gallery_shape .overlay {
  background: rgba(239, 104, 47, 0.8);
  height: 170px;
  width: 170px;
  color: #ffffff;
  display: table;
  position: absolute;
  text-decoration: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0;
  z-index: 3;
  z-index: 999999;
  top: 0px;
}
.home_gallery .gallery_grid .gallery_item .gallery_shape:hover .overlay:hover {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.home_gallery .gallery_grid .gallery_item .gallery_shape .text {
  display: table-cell;
  font-size: 13px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
}
.home_gallery .gallery_grid .gallery_item .gallery_shape .text span {
  font-size: 30px;
  display: inline-block;
}

.home_content {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #eee;
}
.home_content h2 {
  font-size: 22px;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 700;
  color: #105896;
  text-align: left;
  text-transform: initial;
}
.home_content h3 {
  font-size: 20px;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 700;
  color: #3d3d51;
  text-align: left;
  text-transform: initial;
}
.home_content h4 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 700;
  color: #3d3d51;
  text-align: left;
  text-transform: initial;
}
.home_content h6 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 700;
  color: #3d3d51;
  text-align: left;
}
.home_content p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
.home_content ul {
  margin: 0px;
  padding: 0;
}
.home_content ul li {
  list-style: none;
  line-height: 24px;
  color: #333;
  font-size: 14px;
}
.home_content ul li::before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.home_worldwide {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0 0;
  position: relative;
  background-color: rgb(
    61,
    61,
    81
  ); /*background-image:url(../images/world-flat-map.png); background-position: center bottom; background-repeat: no-repeat;*/ /*display: flex; align-items: center;*/
}
.home_worldwide:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}
/*.home_worldwide .title{color: #fff;}*/
.home_worldwide .container {
  position: relative;
  z-index: 2;
}
.home_worldwide .title:before {
  background: #fff;
}
.home_worldwide p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
}
.home_worldwide ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  min-height: 550px;
}
.home_worldwide li {
  display: inline-block;
  list-style: none;
  position: relative;
}
/*.home_worldwide li .pointer_text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: #105896 transparent transparent transparent
}*/
.home_worldwide li:first-child {
  position: absolute;
  left: 20%;
  top: 15%;
}
.home_worldwide li:nth-child(2) {
  position: absolute;
  left: 25%;
  top: 35%;
}
.home_worldwide li:nth-child(3) {
  position: absolute;
  bottom: 25%;
  left: 33%;
}
.home_worldwide li:nth-child(4) {
  position: absolute;
  top: 40%;
  left: 50%;
}
.home_worldwide li:nth-child(5) {
  position: absolute;
  bottom: 20%;
  right: 44%;
}
.home_worldwide li:nth-child(6) {
  position: absolute;
  top: 21%;
  left: 49%;
}
.home_worldwide li:nth-child(7) {
  position: absolute;
  top: 40%;
  right: 38%;
}
.home_worldwide li:nth-child(8) {
  position: absolute;
  top: 10%;
  right: 25%;
}
.home_worldwide li:nth-child(9) {
  position: absolute;
  top: 35%;
  right: 30%;
}
/*.home_worldwide li:nth-child(10){position: absolute; top: 24%; right: 14%;}*/
.home_worldwide li:nth-child(10) {
  position: absolute;
  bottom: 15%;
  right: 11%;
}
.home_worldwide li:nth-child(11) {
  position: absolute;
  bottom: 41%;
  right: 20%;
}
.home_worldwide li:nth-child(12) {
  position: absolute;
  top: 18%;
  right: 40%;
}
.home_worldwide li:last-child {
  position: absolute;
  right: 2%;
  bottom: 3%;
}
.home_worldwide li img {
  width: 30px;
}
/*.home_worldwide li .pointer_text {
    font-size: 14px;
    line-height: 1.5em;
    visibility: visible;
    width: 200px;
    background: #105896;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 9;
    top: -110%;
    left: -22%;
    transition: .3s;
    transform: translate3d(0px, 20px, 0px)
}

.home_pointer_1 .pointer_text h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600
}

.home_pointer_1 .pointer_text p {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 500
}*/

.home_blog {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
}
.news-block-one .inner-box {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.news-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  height: 280px;
  text-align: center;
  border: 1px solid #eee;
}

.news-block-one .inner-box .image-box:before {
  position: absolute;
  content: "";
  background: #1e1e2a;
  width: 50%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  opacity: 0.9;
  z-index: 1;
  transition: all 500ms ease;
}

.news-block-one .inner-box .image-box:after {
  position: absolute;
  content: "";
  background: #1e1e2a;
  width: 50%;
  height: 0%;
  right: 0px;
  top: 0px;
  opacity: 0.9;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box:before,
.news-block-one .inner-box:hover .image-box:after {
  height: 100%;
}

.news-block-one .inner-box .image-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}

.news-block-one .inner-box .image-box .category {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.news-block-one .inner-box .image-box .category p {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 4px 19px;
  text-align: center;
  z-index: 1;
  border-top-left-radius: 15px;
  background: #105896;
  margin: 0;
}

.news-block-one .inner-box .image-box .category p i {
  position: relative;
  color: #fff;
  margin-right: 8px;
}

.news-block-one .inner-box .lower-content {
  position: relative;
  padding: 23px 30px 0px 30px;
}

.news-block-one .inner-box .lower-content h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
  font-weight: 700;
}
.news-block-one .inner-box .lower-content h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
  font-weight: 700;
  overflow: hidden;
  color: #0c0c0c;
}

.news-block-one .inner-box .lower-content h3 a {
  color: #1e1e2a;
}
.news-block-one:hover .inner-box .lower-content h3 a {
  color: #105896;
}
.news-block-one .inner-box .lower-content h5 a {
  color: #1e1e2a;
}
.news-block-one:hover .inner-box .lower-content h5 a {
  color: #105896;
}
.news-block-one .inner-box .lower-content .post-info {
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.news-block-one .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #5a5a68;
  font-weight: 500;
  padding-right: 18px;
  margin-right: 3px;
}

.news-block-one .inner-box .lower-content .post-info li:before {
  position: absolute;
  content: "||";
  font-size: 14px;
  color: #c4c4c4;
  top: -2px;
  right: 0px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
  padding: 0px;
  margin: 0px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before {
  display: none;
}

.news-block-one .inner-box .lower-content .post-info li i {
  position: relative;
  font-size: 13px;
  margin-right: 8px;
}

.news-block-one .inner-box .lower-content p {
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  color: #333;
  height: 100px;
  overflow: hidden;
}

.news-block-one .inner-box .lower-content .upper-box {
  position: relative;
  padding-bottom: 22px;
  border-bottom: 1px solid #e3e3e3;
}
.mt30_1 {
  margin-top: 30px;
}

.footer {
  float: left;
  width: 100%;
  padding: 40px 0 20px;
  background: #023766;
}
.footer p {
  color: #fff;
  font-size: 14px;
}
.footer .address-list li {
  color: #fff;
  margin-bottom: 7px;
}
.footer .address-list li i {
  margin-right: 10px;
  vertical-align: middle;
}
.footer .shop-social li i {
  color: #fff;
  width: 30px;
  height: 30px;
  padding: 8px;
  font-size: 16px;
  text-align: center;
  background: #414040;
}
.footer .shop-social li i:hover {
  background: #353535;
}
.footer h2.thumb-headline {
  color: #f0b900;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer h2.thumb-headline a {
  color: #f0b900;
}
.footer h5.thumb-headline {
  color: #f0b900;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer h5.thumb-headline a {
  color: #f0b900;
}
.footer h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.simple-list {
  margin-bottom: 20px;
}
.footer .simple-list li {
  color: #fff;
}
.footer .simple-list a {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
}
.footer .simple-list a:hover {
  color: #f0b900;
}
.footer .address-list li a {
  color: #f0b900;
}
.copyright {
  float: left;
  margin: 0;
  width: 100%;
  padding: 10px 0;
  border-top: none;
  background: #13131c;
}
.copyright p {
  color: #bbb;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
}
.copyright a {
  color: #f0b900;
}
.sponsors-icons {
  margin-bottom: 0;
}
.sponsors-icons i {
  color: #fff;
  font-size: 40px;
}
.follow-us {
  display: block;
  padding: 20px 0;
  float: left;
  margin: 0;
  text-align: left;
}
.follow-us li {
  display: inline-block;
  padding-left: 5px;
  font-size: 13px;
}
.follow-us li a i {
  color: #fff;
  width: 28px;
  height: 28px;
  border: 1px solid #9f9e9e;
  text-align: center;
  line-height: 28px;
}
.follow-us li a .fa-facebook:hover {
  background: #496eb4;
  border: 1px solid #496eb4;
}
.follow-us li a .fa-twitter:hover {
  background: #33ccff;
  border: 1px solid #33ccff;
}
.follow-us li a .fa-linkedin:hover {
  background: #0274b3;
  border: 1px solid #0274b3;
}
.follow-us li a .fa-google-plus:hover {
  background: #e12428;
  border: 1px solid #e12428;
}
#scroll-up {
  position: fixed;
  z-index: 8030;
  bottom: 10px;
  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: #f0b900;
}
#scroll-up:hover {
  background: #111;
}
.whatapp_btn {
  background: #01e675;
  width: 50px;
  height: 50px;
  color: #fff;
  position: fixed;
  left: 25px;
  bottom: 100px;
  cursor: pointer;
  z-index: 999;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.whatapp_btn i {
  font-size: 30px;
}
.whatapp_btn:hover,
.whatapp_btn:focus {
  background: #01e675;
  color: #fff;
}
#whatsapp .modal-dialog {
  margin-top: 15%;
}

.send_enquiry {
  border-radius: 40px;
  bottom: 40px;
  color: #ffffff;
  display: table;
  height: 50px;
  left: 25px;
  min-width: 50px;
  position: fixed;
  text-align: center;
  z-index: 9999;
  transition: all 0.2s linear;
  background: -webkit-linear-gradient(0deg, #f0b900, #105896 50%);
  overflow: hidden;
}

.send_enquiry i {
  font-size: 22px;
  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: 15px;
  letter-spacing: -15px;
  opacity: 0;
  font-weight: 600;
  line-height: 50px;
  transition: all 0.5s;
  text-transform: uppercase;
}
.send_enquiry:hover span {
  opacity: 1;
  letter-spacing: 1px;
  padding-left: 10px;
}

.g-recaptcha {
  transform: scale(0.8);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.modal_submit {
  border: 0;
  padding: 6px 30px;
  font-size: 16px;
  font-weight: normal;
}

/* Blog Listing */
.blog_listing {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.blog_listing:last-child {
  border: 0;
}

.blog_listing .blog_thumb {
  float: left;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  max-width: 100%;
  height: 220px;
  border: 1px solid #eee;
  width: calc(100% - 65%);
}

.blog_listing .blog_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.blog_listing .blog_content {
  float: left;
  padding: 0;
  position: relative;
  width: calc(100% - 40%);
}

.blog_listing h2.title_small {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 0;
  padding: 5px 0;
  position: relative;
  height: 55px;
  text-transform: inherit;
}

.blog_listing h2.title_small span {
  color: #1c1c1c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 100%;
}

.blog_listing:hover h2.title_small span {
  color: #105896;
}

.blog_listing p {
  color: #333;
}

.blog_listing .blog_meta {
  margin: 3px 0 10px;
}

.blog_listing .blog_meta span {
  font-size: 12px;
  color: #333;
  margin-right: 8px;
  padding-right: 10px;
  border-right: 1px solid #dedede;
  line-height: 12px;
  display: inline-block;
}

.blog_listing .blog_meta span i {
  font-size: 14px;
}

.blog_listing .blog_meta span.post_date {
  border-right: 0;
}

.blog_read_more_btn {
  position: relative;
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  transition: all 500ms ease;
  background: -webkit-linear-gradient(0deg, #f0b900, #105896 50%);
  margin-bottom: 5px;
  z-index: 1;
  text-align: center;
  cursor: pointer;
}

.blog_read_more_btn:before {
  position: absolute;
  content: "";
  background: #1e1e2a;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;
}

.blog_read_more_btn:hover:before {
  width: 100%;
  left: 0px;
}

/* Blog Listing Ends*/

/* Blog details*/
.title_details {
  color: #105896;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  position: relative;
  text-transform: capitalize;
}
.blog_meta_info {
  float: left;
  width: 100%;
  line-height: 1.2;
}

.blog_meta_info ul {
  display: inline-block;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  line-height: 1.2;
}

.blog_meta_info ul li a {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
}

.blog_meta_info ul li {
  display: inline-block;
  color: rgba(10, 10, 10, 0.7);
  font-size: 13px;
  text-transform: capitalize;
}

.blog_meta_info ul li + li {
  margin-left: 5px;
}

.sharethis-inline-share-buttons {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.blog_details .news_details_image {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  position: relative;
  text-align: center;
}
.blog_details .news_details_image img {
  max-width: 70%;
  max-height: 100%;
  width: auto;
}
.blog_details p {
  font-size: 15px;
  line-height: 25px;
  color: #333;
}
.blog_details blockquote {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  border: none;
  font-size: 22px;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 85px;
  color: #232323;
  font-weight: 600;
  line-height: 32px;
}

.blog_details blockquote cite {
  display: block;
  margin-top: 15px;
  color: #999999;
  font-weight: 500;
}

.blog_details blockquote:before {
  position: absolute;
  left: 0;
  top: 5%;
  content: "";
  height: 90%;
  width: 3px;
  background: #105896;
}

.blog_details blockquote:after {
  position: absolute;
  left: 30px;
  content: "\f10d";
  font-family: "FontAwesome";
  color: #105896;
  font-size: 30px;
  top: 5px;
  font-weight: 600;
}

.blog_details blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 28px;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}
.blog_details ul {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  padding: 0;
}
.blog_details ul li {
  margin-bottom: 10px;
  color: #333;
  position: relative;
  z-index: 1;
  font-size: 15px;
  padding-left: 25px;
  display: block;
}

.blog_details ul li:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  height: 100%;
  width: 100%;
  font-family: "FontAwesome";
  color: #105896;
  font-weight: 600;
  font-size: 15px;
}

.blog_details ol {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  padding: 0;
}
.blog_details ol li {
  margin-bottom: 10px;
  color: #333;
  position: relative;
  z-index: 1;
  font-size: 15px;
  padding-left: 25px;
  display: block;
}

.blog_details ol li:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  height: 100%;
  width: 100%;
  font-family: "FontAwesome";
  color: #105896;
  font-weight: 600;
  font-size: 15px;
}

.blog_details h2 {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 500;
  color: #105896;
  text-transform: inherit;
}
.blog_details h3 {
  float: left;
  width: 100%;
  font-size: 18px;
  margin: 10px 0 10px;
  font-weight: 600;
  color: #333;
  display: block;
}
.blog_details h4 {
  float: left;
  width: 100%;
  font-size: 18px;
  margin: 10px 0 10px;
  font-weight: 600;
  color: #333;
  display: block;
  padding: 0;
}
.blog_details h5 {
  float: left;
  width: 100%;
  font-size: 16px;
  margin: 10px 0 10px;
  font-weight: 600;
  color: #333;
  display: block;
  padding: 0;
}
.share_and_comments {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

/* Blog details Ends */

/* Gallery page */
.gallery_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #fff;
}
.portfolio_block {
  float: left;
  width: 100%;
}
.portfolio_block .image-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.portfolio_block .image-box .image {
  margin-bottom: 0;
  position: relative;
  height: 280px;
  border: 1px solid #eee;
  transition: all 200ms ease;
}
.portfolio_block .image-box .image img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.portfolio_block .image-box:hover .image {
  transform: scale(1.1);
}

.portfolio_block .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.portfolio_block .overlay .title-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: -1;
  flex-direction: column;
  padding: 10px 15px;
  transition: all 200ms ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.portfolio_block .image-box:hover .overlay .title-box {
  bottom: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.portfolio_block .overlay .title-box:before {
  background-color: #f0b900;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  color: #ffffff;
}

.portfolio_block .overlay span {
  position: relative;
  height: 50px;
  width: 50px;
  background-color: #f0b900;
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
  border-radius: 50%;
  opacity: 0;
  text-align: center;
  transform: translateY(-25px) scale(0);
  transition: all 200ms ease;
}

.portfolio_block .image-box:hover .overlay span {
  opacity: 1;
  transform: translateY(-25px) scale(1);
}

.portfolio_block .overlay h5 {
  font-size: 20px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 600;
  display: block;
  margin-bottom: 0px;
  position: relative;
}

/* Gallery page ends*/

/*  */

/* Video Gallery */
.video_gallery {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.video_gallery:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  padding-top: -2px;
}
.video_gallery i {
  line-height: inherit;
  color: #ff9900;
  font-size: 20px;
}
.video_gallery iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 5px;
}
.video_gallery h3 {
  font-size: 14px;
  color: #333;
  padding: 0;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 10px;
  min-height: 60px;
}
.video_gallery h3 i {
  width: 50px;
  height: 50px;
  background: #e02f2f;
  border: 1px solid #ce2626;
  text-align: center;
  line-height: 45px;
  float: left;
  font-size: 30px;
  color: #fff;
  margin-right: 15px;
}

/* video gallery ends*/
.market {
  float: left;
  width: 100%;
  padding: 40px 0;
  margin: 0;
  background: #fff;
}

.technology_icon {
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  background: #fff;
}
.col-lg-3-1 {
  float: left;
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.technology_item {
  position: relative;
  margin: 0;
  padding: 15px 15px;
  border: 2px solid #e5e5e5;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  background: #105896;
  border-radius: 8px;
}
.technology_item img {
  width: 50px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 10px;
}
.technology_item h2 {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: white;
}
.technology_item:hover {
  border-color: #105896;
}
.technology_item:hover h2,
.technology_item:hover i {
  color: #fff;
}

.technology_item .h2_title {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: white;
  font-family: "Nunito", sans-serif;
  line-height: 1.1;
}
.technology_item:hover .h2_title,
.technology_item:hover i {
  color: #fff;
}

.about_us_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0px 0 40px;
  background: #fff;
}
.left_contact {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  background: #eee;
}
.left_contact h2 {
  background: #105896;
  margin: 0;
  padding: 10px 10px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.label {
  text-align: right;
  padding-right: 10px;
}
#contact-form label.error,
.output {
  color: #fb3a3a;
  font-weight: normal;
}
.left_contact form {
  padding: 10px;
}
.left_contact form select,
input[type="text"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="email"],
input[type="tel"],
input {
  height: 38px;
}
.left_submit {
  display: inline-block;
  padding: 6px 25px;
  border-radius: 0px;
  background: #423f3f;
  font-size: 14px;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.left_submit:hover {
  background: #105896;
  color: #fff;
}
.lelf_menu {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  background: #eee;
}
.lelf_menu h2 {
  background: #105896;
  margin: 0;
  padding: 10px 10px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.open-title {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 24px;
  background: #423f3f;
  font-size: 14px !important;
  border-bottom: 1px solid #605e5e;
}
.open-title a {
  float: left;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 12px;
}
.open-title a:hover {
  background: #105896;
  color: #fff;
}
.left_menu {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #eee;
}
.left_menu li {
  float: left;
  width: 100%;
  color: #423f3f;
  list-style: none;
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.left_menu li a {
  color: #423f3f;
  text-transform: capitalize;
}
.left_menu li a:before {
  float: left;
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.left_menu li ul {
  display: none;
  transition: all 2s;
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 200;
  background: #fff;
  width: 180px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  margin: 0;
  padding: 0;
}
.left_menu li:hover ul {
  display: block;
  transition: all 2s;
}
.about_right {
  position: relative;
  width: 100%;
}
.about_right h1 {
  padding: 10px;
  margin: 0 0 10px;
  background: #105896;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.about_right h2 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #105896;
  text-transform: uppercase;
}
.about_right h3 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #105896;
  text-transform: uppercase;
}
.about_right h4 {
  margin: 0 0 5px;
  font-size: 15px;
  color: #105896;
  text-transform: uppercase;
}
.about_image {
  float: right;
  width: 320px;
  margin: 0 0 15px 15px;
  padding: 0;
}
.about_image img {
  width: 100%; /*border: 1px solid #ccc;*/
}
.about_right p {
  font-size: 14px;
  line-height: 24px;
  color: #423f3f;
  text-align: justify;
  margin-bottom: 15px;
}
.about_right ul {
  margin: 0 0 15px;
  padding: 0;
}
.about_right ul li {
  list-style: none;
  line-height: 24px;
  color: #423f3f;
  font-size: 14px;
}
.about_right ul li::before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.category_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0px 0 40px;
}
.cat_info {
  float: left;
  width: 100%;
  position: relative;
  width: 100%;
}
.cat_info h1 {
  float: left;
  width: 100%;
  padding: 10px;
  margin: 0 0 10px;
  background: #105896;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.cat_info .h1_title {
  float: left;
  width: 100%;
  padding: 10px;
  margin: 0 0 10px;
  background: #105896;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.cat_info h2 {
  margin: 0 0 5px;
  font-size: 20px;
  color: #105896;
  text-transform: initial;
}
.cat_info h3 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #105896;
  text-transform: initial;
}
.cat_info h4 {
  margin: 0 0 5px;
  font-size: 15px;
  color: #105896;
  text-transform: initial;
}
.cat_image {
  float: right;
  max-width: 400px;
  width: 100%;
  margin: 0px 0 15px 15px;
  text-align: center;
}
.cat_image a {
  display: block;
}
.cat_image .cat_enbtn {
  width: auto;
  background: #423f3f;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 15px;
  padding: 8px 20px;
  margin: 0;
  display: inline-block !important;
  border: 0;
}
.cat_image .cat_enbtn:hover {
  background-color: #105896 !important;
  color: #fff !important;
}
.cat_image .catimage {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
/* .cat_image .catimage img { position: absolute; max-width: 100%; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); width: auto; max-height: 100%;}
*/
.cat_info p {
  font-size: 14px;
  line-height: 24px;
  color: #423f3f;
  text-align: justify;
  margin-bottom: 15px;
}
.cat_info ul {
  margin: 0 0 15px;
  padding: 0;
}
.cat_info ul li {
  list-style: none;
  line-height: 24px;
  color: #423f3f;
  font-size: 14px;
}
.cat_info ul li::before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.cat_item {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
  transition: all 0.35s ease-in-out;
  border: 1px solid #ccc;
}
.cat_item .product {
  position: relative;
  padding: 15px 0px 15px;
  text-align: center;
  min-height: 220px;
  overflow: hidden;
  border-right: 1px solid #ccc;
}
.cat_item .product img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}
right-content {
  float: left;
  width: 100%;
  position: relative;
}
.sub_menu {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}
.sub_menu li {
  width: 33%;
  float: left;
  font-size: 14px;
  list-style: none;
}
.sub_menu li a {
  padding: 0px;
  color: #423f3f;
  line-height: 24px;
  text-decoration: none;
}
.sub_menu li a::before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.sub_menu li a:hover {
  text-decoration: none;
  color: #105896;
}
.cat_item h3 {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
}
.cat_item h3 a {
  float: left;
  width: 100%;
  padding: 8px 10px;
  color: #fff;
  background: #423f3f;
}
.cat_item h3 a:hover {
  color: #105896;
}
.blue-line1 {
  float: left;
  width: 100%;
  display: block;
  height: 3px;
  background: #105896;
  position: relative;
}
.read_more {
  padding: 5px 15px;
  background: #423f3f;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 15px;
}
.read_more:hover {
  background: #105896;
  color: #fff;
}
a.read_more:focus,
a.read_more:hover {
  background: #105896;
  color: #fff;
}
.modal-header {
  padding: 0;
  background: #105896;
  color: #fff;
  text-align: left;
}
.modal-header h4 {
  color: #fff;
  padding: 10px 15px;
  text-align: left;
}
.modal-header h5 {
  color: #fff;
  padding: 10px 15px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.modal-header h6 {
  color: #fff;
  padding: 10px 15px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.close {
  float: right;
  font-size: 23px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.7;
}
.modal-header .close {
  margin-right: 10px;
}
.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.9;
}
.modal-content {
  border-radius: 0;
}
.image-enquire {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.image-enquire img {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
.image-enquire h4 {
  color: #105896;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 8px;
  text-align: left;
  padding: 0;
}
.image-enquire p {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  text-align: justify;
  margin-bottom: 15px;
}
#product_enquiry label.error {
  color: #fb3a3a;
  font-weight: normal;
}
.breadcrumbs {
  float: left;
  width: 100%;
  background: #f9f9f9;
  position: relative;
  margin: 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
.breadcrumbs a {
  color: #105896;
}
.breadcrumb li {
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  float: left;
  display: inline-block;
  line-height: 55px;
}
.breadcrumb li a {
  float: left;
  padding: 0;
  color: #666;
  letter-spacing: 0.3px;
}
.breadcrumb li:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  padding: 0 14px;
  color: #fff;
  display: inline-block;
}
.breadcrumb li.active {
  color: #1d1835;
}
.breadcrumb li + li:before {
  content: "\f105";
  color: #fff;
  padding: 0 14px;
}
.breadcrumb li + li:before {
  float: left;
  padding: 20px 10px;
  color: #bfbfbf;
}
.shadow-wrapper {
  z-index: 1;
  position: relative;
}
blockquote.hero {
  border: none;
  padding: 18px;
  background: #f3f3f3;
  border-left: solid 2px #105896;
}
blockquote.hero p {
  color: #423f3f;
  font-size: 14px;
  line-height: 24px;
}
.box-shadow {
  background: #fff;
  position: relative;
}
.box-shadow:after,
.box-shadow:before {
  top: 80%;
  left: 5px;
  width: 50%;
  z-index: -1;
  content: "";
  bottom: 15px;
  max-width: 300px;
  background: #999;
  position: absolute;
}
.shadow-effect-2 {
  position: relative;
}
.shadow-effect-2:after,
.shadow-effect-2:before {
  transform: rotate(-3deg);
  box-shadow: 0 15px 10px #999;
}
.shadow-effect-2:after {
  left: auto;
  right: 5px;
  transform: rotate(3deg);
}
.catlist {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.catitem {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
}
.catitem .item {
  max-width: 100%;
  background: #fff;
  padding-bottom: 11px;
  margin-bottom: 26px;
  margin: 0 10px 0px 0;
}
.catitem .item .catItem_image {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px;
  text-align: center;
  border: solid 1px #ccc;
}
.catitem .item .catItem_image .image {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  height: 150px;
  overflow: hidden;
}
.catitem .item .catItem_image .image img {
  vertical-align: middle;
  max-width: 100%;
  margin: 0px auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; /*position: absolute;*/
  max-height: 100%;
}
.catitem .item .catItem_image h5 {
  float: left;
  width: 100%;
  text-transform: capitalize;
  font-size: 15px;
  color: #423f3f;
  min-height: 35px;
  vertical-align: middle;
}
.catitem .item:hover .catItem_image h5 {
  color: #105896;
}
.product_box {
  float: left;
  width: 100%;
  border: solid 1px #d8d8d8;
  max-width: 100%;
  background: #fff;
  padding-bottom: 11px;
  margin-bottom: 26px;
  margin: 0 0px 30px;
  text-align: center;
}

.product_box .image {
  position: relative;
  padding: 30px 10px 0px;
  margin-bottom: 13px;
  text-align: center;
  min-height: 368px;
  overflow: hidden;
}
.product_box .image img {
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  max-height: 100%;
}
.product_box h4 {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  font-weight: 600;
  font-size: 15px;
  color: #105896;
  margin-bottom: 10px;
  min-height: 60px;
  text-transform: capitalize;
}
.product_box h4 span {
  float: left;
  width: 100%;
  padding: 5px 0;
  color: #423f3f;
  font-size: 14px;
  font-weight: 400;
}
.product_box h4 a {
  color: #423f3f;
}

a.product-des-btn {
  background: #231062;
  color: #fff;
  text-align: center;
  padding: 8px 0px;
  width: 115px;
  margin: auto;
  transition: 0.5s;
  margin-top: 10px;
}

a.product-des-btn:hover {
  background: #222;
}

.product_box:hover {
  border: solid 1px #105896;
  box-shadow: 0 0 0 1px #105896 inset;
}
.product_box:hover h4 {
  color: #423f3f;
}
.product_box:hover .read_more {
  background: #105896;
  color: #fff;
}
.contact {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
}
.contact-us h1 {
  font-size: 18px;
  color: #f63;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact-us h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.contact-us h6 {
  font-weight: bold;
  color: #666 !important;
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-us h6 i {
  color: #f63 !important;
}
.contacts h3 {
  font-size: 18px;
  color: #f63;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact h4 {
  font-size: 18px;
  color: #f63;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contacts .social {
  margin: 0;
  padding: 0;
  float: left;
  display: table;
  text-align: left;
}
.contacts .social li {
  display: inline-block;
  line-height: 25px;
}
.contacts .social li a i {
  color: #fff;
  line-height: 25px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  height: 25px;
  width: 25px;
  text-decoration: none;
  margin-right: 5px;
  text-decoration: none;
}
.contacts .social li .facebook i {
  background: #4a6d9d;
  border: 1px solid #4a6d9d;
}
.contacts .social li .twitter i {
  background: #39c0ed;
  border: 1px solid #39c0ed;
}
.contacts .social li .linkedin i {
  background: #0b7bb5;
  border: 1px solid #0b7bb5;
}
.contacts .social li .google-plus i {
  background: #c73213;
  border: 1px solid #c73213;
}
.blog_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
}
.blog_inner {
  float: left;
  width: 100%;
  position: relative;
  width: 100%;
}
.blog_inner h1 {
  float: left;
  width: 100%;
  padding: 10px;
  margin: 0 0 10px;
  background: #105896;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.blog_inner h2 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #105896;
  text-transform: uppercase;
}
.blog_inner h3 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #105896;
  text-transform: uppercase;
}
.blog_inner h4 {
  margin: 0 0 5px;
  font-size: 15px;
  color: #105896;
  text-transform: uppercase;
}
.blog_post {
  float: left;
  width: 100%;
  padding: 10px;
}
.blog_post .dl-horizontal {
  margin-bottom: 15px;
  overflow: hidden;
}
.blog_post .dl-horizontal dt {
  width: 60px;
  float: left;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog_post .dl-horizontal a {
  color: #555;
}
.blog_post .dl-horizontal dt img {
  width: 60px;
  height: 60px;
  padding: 2px;
  margin: 0px;
  border: solid 1px #ddd;
}
.blog_post .dl-horizontal dd {
  margin-left: 70px;
}
.blog_post .dl-horizontal dd h3 {
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.blog_post .dl-horizontal dd h3 a {
  font-size: 14px;
  line-height: 16px !important;
  color: #423f3f;
}
.blog_post .dl-horizontal dd h3 a:hover {
  color: #105896;
}
.blog_post .dl-horizontal dd p {
  margin: 0;
  font-size: 12px;
}
.blog_news {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.blog_news .blog_desc {
  padding: 20px 20px;
}
.blog_news img {
  width: 100%;
}
.blog_desc .posted-info li a {
  color: #555;
}
.blog_desc .posted-info li a:hover {
  color: #105896;
}
.blog_desc .posted-info li::before {
  font-size: 12px;
  line-height: 12px;
  margin-right: 13px;
}
.blog_desc .posted-info li:first-child::before,
.blog_desc .news-v3-in-sm .posted-info li:first-child::before {
  content: " ";
  margin-right: 0;
}
.blog_news h2 {
  font-size: 18px;
}
.blog_news h2 a {
  color: #423f3f;
}
.blog_news h2 a:hover {
  color: #105896;
}
.blog_news p {
  font-size: 14px;
  text-align: justify;
}
.main_index img {
  width: auto;
}
.blog_desc ol,
ul {
  /*float: left; width: 100%;*/
  margin: 0px;
  padding: 0;
}
.blog_desc ol li,
ul li {
  list-style: none;
  font-size: 14px;
  line-height: 24px;
}
.blog_desc ol li::before,
.blog_desc ul li::before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.blog_news h2 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #105896;
  text-transform: capitalize;
}
.blog_news h3 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #105896;
  text-transform: capitalize;
}
.blog_news h4 {
  margin: 0 0 5px;
  font-size: 15px;
  color: #105896;
  text-transform: capitalize;
}
.market_right {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.market_right h1 {
  padding: 10px;
  margin: 0 0 10px;
  background: #105896;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.market_right h2 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #105896;
  text-transform: uppercase;
}
.market-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.market-list li {
  float: left;
  width: 25%;
  margin-right: 0%;
  margin-bottom: 10px;
}
.market-list li a {
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #423f3f;
  color: #423f3f;
  width: 98%;
  display: inline-block;
  margin-right: 10px;
}
.market-list li a:hover {
  border: 1px solid #105896;
  color: #fff;
  background: #105896;
}
.site_info h1 {
  float: left;
  width: 100%;
  padding: 10px;
  margin: 0 0 10px;
  background: #105896;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.sitemap {
  border-left: 1px solid #666;
  padding: 0;
  margin: 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::before {
  content: "" !important;
  font-family: "FontAwesome";
  margin-right: 0px !important;
}
.sitemap li ul {
  border-left: 1px solid #666;
  padding: 0;
}
.sitemap li a {
  color: #333;
  font-size: 13px;
  padding-bottom: 5px;
  display: block;
}
.process {
  width: 100%;
  background: none repeat scroll 0% 0% #f2f1f1;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #454440;
}
.process-con {
  width: 45%;
  float: left;
}
.Dater {
  float: right;
  padding: 11px;
  font-weight: bold;
  font-size: 14px;
  background: none repeat scroll 0% 0% #105896;
  display: block;
  clear: both;
  color: #fff;
}
.oddRowHeader {
  font-size: 25px;
  padding-top: 110px;
  color: #555;
  padding-left: 18px;
  width: 100%;
}
.process-pl {
  width: 100% !important;
  padding-left: 17px;
  padding-top: 15px;
  margin: 0px !important;
}
.product-box p {
  text-align: justify;
  color: #000;
  font: 13px/1.5em "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
}
.fr {
  float: right;
}
.oddRowHeaderr {
  font-size: 25px;
  padding-top: 110px;
  color: #555;
  width: 100%;
}
.Date {
  float: left;
  padding: 11px;
  font-weight: bold;
  font-size: 14px;
  background: none repeat scroll 0% 0% #105896;
  display: block;
  clear: both;
  color: #fff;
}
.process-conl {
  width: 34%;
  float: right;
}
.pro-main {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  margin: 20px 0 30px;
}
table tr td {
  padding: 4px 5px;
}
.bottom-30 {
  margin-bottom: 30px;
}
.pantoneColorChart {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  padding: 1px;
  font-weight: normal;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  color: #ffffff;
}
.pantoneColorChartSwatch {
  background-color: #000000;
  width: 100%;
}
.pantoneColorChartSwatch p {
  color: #fff;
  margin: 0px auto;
  height: 15px;
  font-size: 11px;
}
.oddRowHeader-custom {
  font-size: 22px;
  padding-top: 20px;
  color: #105896;
  padding-left: 18px;
  width: 100%;
}
.oddRowHeaderr-custom {
  font-size: 22px;
  padding-top: 20px;
  color: #105896;
  width: 100%;
}
.ac-container {
  width: 100%;
  margin: 5px auto 0px auto;
  text-align: left;
}
.ac-container input {
  display: none;
}
.ac-container label {
  padding: 3px 20px;
  position: relative;
  z-index: 20;
  display: block;
  height: 35px;
  cursor: pointer;
  color: #777;
  line-height: 25px;
  font-size: 16px;
  background: #ffffff;
  background: linear-gradient(to top, #ffffff 1%, #eaeaea 100%);
}
.ac-container label:hover {
  color: #105896;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover {
  background: #105896;
  color: #fff;
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3),
    0px 2px 2px rgba(0, 0, 0, 0.1);
}
.ac-container article {
  background: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container input:checked ~ article {
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3);
}
.ac-container input:checked ~ article.ac-small {
  width: 100%;
  height: 100%;
}
.size-chart {
  width: 100%;
}
@media (min-width: 240px) and (max-width: 680px) {
  .top-icon {
    float: left;
    width: 100%;
    background: transparent url("../images/top-icon-bg.jpg") repeat-x scroll
      left top;
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    border-radius: 8px;
  }
  .top-icon li {
    background: transparent;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #636466;
  }
  .process-con {
    width: 100%;
    float: left;
  }
  .Dater {
    float: left;
    padding: 11px;
    font-weight: bold;
    font-size: 14px;
    background: none repeat scroll 0% 0% #105896;
    display: block;
    clear: both;
  }
  .oddRowHeader {
    float: left;
    font-size: 25px;
    padding-top: 10px;
    color: #555;
    padding-left: 18px;
    width: 100%;
  }
  .process-pl {
    width: 100% !important;
    padding-left: 17px;
    padding-top: 15px;
    margin: 0px !important;
  }
  .product-box p {
    text-align: justify;
    color: #000;
  }
  .fr {
    float: right;
  }
  .oddRowHeaderr {
    font-size: 25px;
    padding-top: 10px;
    color: #555;
    float: left;
    width: 100%;
  }
  .Date {
    float: left;
    padding: 11px;
    font-weight: bold;
    font-size: 14px;
    background: none repeat scroll 0% 0% #105896;
    display: block;
    clear: both;
  }
  .process-conl {
    width: 100%;
    float: left;
  }
  .pro-main {
    height: 480px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    margin: 20px 0 30px;
  }
  table tr td {
    padding: 4px 5px;
  }
  .bottom-30 {
    margin-bottom: 30px;
  }
  .pantoneColorChart {
    width: 100%;
    border-collapse: collapse;
    font-size: 9px;
    padding: 1px;
    font-weight: normal;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #ffffff;
  }
  .pantoneColorChartSwatch {
    background-color: #000000;
    width: 100%;
  }
  .pantoneColorChartSwatch p {
    color: #fff;
    margin: 0px auto;
    height: 15px;
    font-size: 11px;
  }
  .oddRowHeader-custom {
    font-size: 25px;
    padding-top: 20px;
    color: #555;
    padding-left: 18px;
    width: 100%;
  }
  .oddRowHeaderr-custom {
    font-size: 25px;
    padding-top: 20px;
    color: #555;
    width: 100%;
  }
}
.welcome-bg h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.enquire_btn {
  left: 0px;
  top: 180px;
  z-index: 99;
  position: fixed;
  background: #105896;
  color: #fff !important;
  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: 160px;
  height: 35px !important;
}
.enquire_btn:hover {
  background: #333;
}
.right_content p {
  margin-top: 10px;
}
#productID .modal-dialog {
  width: 800px;
}
.image-enquire .image {
  position: relative;
  height: 400px;
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.image-enquire .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
  height: auto;
}
.inner_banner_1 {
  float: left;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  width: 100%;
}
.inner_banner_1 img {
  width: 100%;
}

.inner_banner_1 .banner_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  z-index: 5;
  display: block;
}
.inner_banner_1 .container .section-title {
  color: #fff;
  font-size: 32px;
  line-height: normal;
  padding-top: 140px;
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 600;
  margin-top: 18%;
  margin-left: 8%;
}

.catgeory_gallery {
  float: left;
  width: 100%;
  padding: 40px 0;
  margin: 0;
  background: #fff;
}
.catgeory_gallery .portfolio_block .image-box .image {
  height: 204px;
}

.heading_home {
  font-size: 26px;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 700;
  color: #105896;
  text-align: left;
  text-transform: initial;
}

.cat-stl {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 8px 10px;
  color: #fff;
  background: #423f3f;
}
.cat-stl:hover {
  color: #fff;
}
.header .topbar .connect_option > li a.instagram {
  display: inline-block;
  width: 45px;
  /* background: #105896;*/
  border-radius: 0%;
  line-height: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 12px 20px;
}

.header .topbar .connect_option > li a.pinterest {
  display: inline-block;
  width: 45px;
  /* background: #105896;*/
  border-radius: 0%;
  line-height: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 12px 20px;
}

.header .topbar .connect_option > li a.linkedin {
  display: inline-block;
  width: 45px;
  /* background: #105896;*/
  border-radius: 0%;
  line-height: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 12px 20px;
}
.swal-icon--error {
  border-color: #f27474;
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
.swal-icon--error__x-mark {
  position: relative;
  display: block;
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
.swal-icon--error__line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.swal-icon--error__line--left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.swal-icon--error__line--right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes animateXMark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.swal-icon--warning {
  border-color: #f8bb86;
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
.swal-icon--warning__body {
  width: 5px;
  height: 47px;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
}
.swal-icon--warning__body,
.swal-icon--warning__dot {
  position: absolute;
  left: 50%;
  background-color: #f8bb86;
}
.swal-icon--warning__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -4px;
  bottom: -11px;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  to {
    border-color: #f8bb86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  to {
    border-color: #f8bb86;
  }
}
.swal-icon--success {
  border-color: #a5dc86;
}
.swal-icon--success:after,
.swal-icon--success:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swal-icon--success:before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.swal-icon--success:after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
.swal-icon--success__ring {
  width: 80px;
  height: 80px;
  border: 4px solid hsla(98, 55%, 69%, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.swal-icon--success__hide-corners {
  width: 5px;
  height: 90px;
  background-color: #fff;
  padding: 1px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swal-icon--success__line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.swal-icon--success__line--tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.swal-icon--success__line--long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  to {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  to {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  to {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  to {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  to {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  to {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.swal-icon--info {
  border-color: #c9dae1;
}
.swal-icon--info:before {
  width: 5px;
  height: 29px;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
}
.swal-icon--info:after,
.swal-icon--info:before {
  content: "";
  position: absolute;
  left: 50%;
  background-color: #c9dae1;
}
.swal-icon--info:after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
}
.swal-icon {
  width: 80px;
  height: 80px;
  border-width: 4px;
  border-style: solid;
  border-radius: 50%;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  margin: 20px auto;
}
.swal-icon:first-child {
  margin-top: 32px;
}
.swal-icon--custom {
  width: auto;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
}
.swal-icon img {
  max-width: 100%;
  max-height: 100%;
}
.swal-title {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  text-transform: none;
  position: relative;
  display: block;
  padding: 13px 16px;
  font-size: 27px;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
}
.swal-title:first-child {
  margin-top: 26px;
}
.swal-title:not(:first-child) {
  padding-bottom: 0;
}
.swal-title:not(:last-child) {
  margin-bottom: 13px;
}
.swal-text {
  font-size: 16px;
  position: relative;
  float: none;
  line-height: normal;
  vertical-align: top;
  text-align: left;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.64);
  max-width: calc(100% - 20px);
  overflow-wrap: break-word;
  box-sizing: border-box;
}
.swal-text:first-child {
  margin-top: 45px;
}
.swal-text:last-child {
  margin-bottom: 45px;
}
.swal-footer {
  text-align: right;
  padding-top: 13px;
  margin-top: 13px;
  padding: 13px 16px;
  border-radius: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.swal-button-container {
  margin: 5px;
  display: inline-block;
  position: relative;
}
.swal-button {
  background-color: #7cd1f9;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
  margin: 0;
  cursor: pointer;
}
.swal-button:not([disabled]):hover {
  background-color: #78cbf2;
}
.swal-button:active {
  background-color: #70bce0;
}
.swal-button:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(43, 114, 165, 0.29);
}
.swal-button[disabled] {
  opacity: 0.5;
  cursor: default;
}
.swal-button::-moz-focus-inner {
  border: 0;
}
.swal-button--cancel {
  color: #555;
  background-color: #efefef;
}
.swal-button--cancel:not([disabled]):hover {
  background-color: #e8e8e8;
}
.swal-button--cancel:active {
  background-color: #d7d7d7;
}
.swal-button--cancel:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(116, 136, 150, 0.29);
}
.swal-button--danger {
  background-color: #e64942;
}
.swal-button--danger:not([disabled]):hover {
  background-color: #df4740;
}
.swal-button--danger:active {
  background-color: #cf423b;
}
.swal-button--danger:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(165, 43, 43, 0.29);
}
.swal-content {
  padding: 0 20px;
  margin-top: 20px;
  font-size: medium;
}
.swal-content:last-child {
  margin-bottom: 20px;
}
.swal-content__input,
.swal-content__textarea {
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  font-size: 14px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 10px 13px;
  border-radius: 2px;
  transition: border-color 0.2s;
}
.swal-content__input:focus,
.swal-content__textarea:focus {
  outline: none;
  border-color: #6db8ff;
}
.swal-content__textarea {
  resize: vertical;
}
.swal-button--loading {
  color: transparent;
}
.swal-button--loading ~ .swal-button__loader {
  opacity: 1;
}
.swal-button__loader {
  position: absolute;
  height: auto;
  width: 43px;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  pointer-events: none;
  opacity: 0;
}
.swal-button__loader div {
  display: inline-block;
  float: none;
  vertical-align: baseline;
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  margin: 2px;
  opacity: 0.4;
  border-radius: 7px;
  background-color: hsla(0, 0%, 100%, 0.9);
  transition: background 0.2s;
  -webkit-animation: swal-loading-anim 1s infinite;
  animation: swal-loading-anim 1s infinite;
}
.swal-button__loader div:nth-child(3n + 2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.swal-button__loader div:nth-child(3n + 3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes swal-loading-anim {
  0% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes swal-loading-anim {
  0% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
.swal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.swal-overlay:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.swal-overlay--show-modal {
  opacity: 1;
  pointer-events: auto;
}
.swal-overlay--show-modal .swal-modal {
  opacity: 1;
  pointer-events: auto;
  box-sizing: border-box;
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
  will-change: transform;
}
.swal-modal {
  width: 478px;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  position: static;
  margin: 20px auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 10001;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
}
@media (max-width: 500px) {
  .swal-modal {
    width: calc(100% - 20px);
  }
}
@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  1% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  1% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
