@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);

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: 0
}

p {
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 14px;
  color: #363636
}

a {
  color: #7f7f7f;
  text-decoration: none;
  outline: 0
}

a:active,
a:focus,
a:hover {
  outline: 0;
  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
}

input,
input[type=date],
input[type=email],
input[type=number],
input[type=tel],
input[type=text],
input[type=time],
select,
textarea {
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  padding: 0 10px;
  box-sizing: border-box
}

input[type=file] {
  width: 100%;
  padding: 0;
  font-size: 12px;
  margin: 0;
  border: 0
}

.form-control::-moz-placeholder {
  color: #555
}

.form-control:focus::-moz-placeholder {
  color: #ef682f
}

select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  height: 38px;
  border-radius: 0;
}

.form-control:focus {
  border-color: #ef682f;
  box-shadow: none
}

h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700
}

h3 {
  font-size: 20px;
  margin: 0 0 30px;
  font-weight: 700
}

h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #fff
}

@media (min-width:1200px) {
  .container {
    max-width: 1200px;
  }
}

.header {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
}

.header .topbar {
  background: #1e1e2a;
  margin-bottom: 5px;
  padding-right: 7%;
  padding-left: 15px;
}

.header .topbar .row {}

.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: 0 2px;
  margin: 0;
  position: relative;
  list-style: none;
  line-height: 30px
}

.header .topbar .connect_option>li a {
  display: block;
  line-height: normal
}

.header .topbar .connect_option>li a.facebook {
  display: inline-block;
  width: 42px;
  background: #ef682f;
  border-radius: 0;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff
}

.header .topbar .connect_option>li a.twitter {
  display: inline-block;
  width: 42px;
  background: #ef682f;
  border-radius: 0;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff
}

.header .topbar .connect_option>li a.youtube {
  display: inline-block;
  width: 42px;
  background: #ef682f;
  border-radius: 0;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff
}

.header .topbar .connect_option>li a.tiktok {
  display: inline-block;
  width: 42px;
  background: #ef682f;
  border-radius: 0;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff
}

.header .topbar .connect_option>li a span,
.header .topbar .connect_option>li a svg {
  display: inline-block
}

.header .topbar .connect_option>li a span svg {}

.header .topbar .connect_option>li a span:hover {
  color: #ef682f;
}

.header .topbar .connect_option>li a.wanted span:hover {
  color: #fff;
}

.header .topbar .connect_option {
  padding: 0
}

.header .topbar .connect_option>li {
  float: left;
  position: relative;
  margin: 0
}

.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: 15px;
  color: #fff;
  background: #ef682f;
  animation: blink 1s linear infinite;
  padding: 11px 18px
}

@keyframes blink {
  0% {
    opacity: 1
  }

  50% {
    opacity: 1;
    background: #c70202
  }

  100% {
    opacity: 1
  }
}

.wanted:hover {
  background: #ef682f;
  color: #fff
}

.wanted:focus {
  background: #ef682f;
  color: #fff
}

.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: #ef682f;
  color: #fff;
  border: 0;
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0;
  height: 40px;
}

.header .topbar .search-bar-holder .search-bar .search_btn svg {}

.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%;
  padding-left: 15px;
}

.header .topbar .search-bar .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 11px;
  cursor: pointer;
}

.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 .navigation {
  float: right;
  width: 100%;
  position: relative;
  background: #fff;
  padding-right: 65px;
}

.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, .1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.header .menu_wrapper {
  background: #fff;
  position: relative;
}

.header .logo {
  padding: 14px 15px 20px;
  background: #fff;
  text-align: center;
  border-right: 1px solid #eee;
}

.header.stricky-fixed .logo {
  padding: 14px 15px 20px;
}

.header .logo a {
  display: block
}

.header .logo img {
  z-index: 999;
  position: relative;
  max-width: 120px;
  height: auto;
}

.navigation .nav-header {
  display: none;
  padding: 12px 20px
}

.navigation .navbar button {
  float: right;
  width: 40px;
  height: 40px;
  background: #ef682f;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 25px;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 99;
  padding: 5px;
  position: relative;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.navigation .navbar button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 70%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 15%;
  transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
  top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
  top: 18px;
}

.navigation .navbar button span:nth-child(4) {
  top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
  transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navigation .menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation .menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.navigation .menu ul li {
  display: inline-block;
  position: relative
}

.navigation .menu ul li a {
  padding: 12px 10px;
  display: block;
  color: #333;
  transition: all 0.3s ease;
  font-size: 14px;
  background: transparent;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
  color: #ef682f;
  background: transparent;
}

.navigation .menu ul li ul.cs-dropdown {
  position: absolute;
  width: 240px;
  display: none;
  z-index: 99999;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  margin: 0;
  padding: 0;
  transition: all .3s ease;
  top: 100%;
  left: 0;
  text-align: left;
  display: none;
}

.navigation .menu ul li:hover ul.cs-dropdown {
  display: block
}

.navigation .menu ul li ul.cs-dropdown li {
  position: relative;
  display: block;
  padding: 0;
  border-bottom: 1px solid #eee;
  width: 100%
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
  border: 0
}

.navigation .menu ul li ul.cs-dropdown li a {
  color: #333;
  font-size: 13px;
  padding: 8px 15px;
  position: relative;
  display: block;
  text-transform: capitalize;
  transition: none;
  font-weight: 400;
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
  color: #fff;
  background: #ef682f;
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
  color: #fff;
  background: #ef682f;
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
  display: none;
  left: 100%;
  top: 0;
}

.navigation .menu ul li:hover ul.cs-dropdown li:hover ul.cs-dropdown {
  display: block
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
  background: #fff;
  color: #333
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
  color: #fff;
  background: #ef682f;
}

/* */
.navigation .menu ul li:hover ul.cs-dropdown li:hover ul.cs-dropdown li ul.cs-dropdown {
  display: none;
  left: 100%;
  top: 0;
}

.navigation .menu ul li:hover ul.cs-dropdown li:hover ul.cs-dropdown li:hover ul.cs-dropdown {
  display: block
}

.navigation ul li.cs-submenu a button {
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
  margin: 0 0 0 3px;
  color: #333;
}

.navigation ul li.cs-submenu.active a button {
  color: #333;
}

.navigation ul li.cs-submenu a button svg {
  width: 14px;
  height: 14px;
  transition: all 0.3s ease;
}

.navigation ul li.cs-submenu:hover svg {
  transform: rotateZ(180deg);

}

.navigation ul li.cs-submenu:hover button {
  color: #ef682f
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
  float: right;
  color: #333;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
  transform: rotateZ(-90deg);
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover button {
  color: #fff;
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover ul.cs-dropdown li.cs-submenu button {
  color: #333;
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover button {
  color: #fff;
}

.navigation .navbar {
  display: none;
  padding: 12px 0;
  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 {
  width: 50%;
  float: left;
  position: relative
}

.navigation .menu ul li:nth-child(2) ul.cs-dropdown li:nth-child(2n) {
  border-left: 1px solid #eee
}

.navigation .menu ul li:nth-child(2) ul.cs-dropdown li ul.cs-dropdown {
  width: 200px
}

.navigation .menu ul li:nth-child(2) ul.cs-dropdown li ul.cs-dropdown li {
  width: 100%
}


.navigation .menu ul li:nth-child(2) ul.cs-dropdown li:nth-child(6) ul.cs-dropdown {
  width: 200px
}

.navigation .menu ul li:nth-child(2) ul.cs-dropdown li:nth-child(6) ul.cs-dropdown li {
  width: 100%
}


.navigation .menu ul li:nth-child(3) ul.cs-dropdown {
  width: 480px
}

.navigation .menu ul li:nth-child(3) ul.cs-dropdown li {
  width: 50%;
  float: left;
  position: relative
}

.navigation .menu ul li:nth-child(3) ul.cs-dropdown li:nth-child(2n) {
  border-left: 1px solid #eee
}

.navigation .menu ul li:nth-child(3) ul.cs-dropdown li ul.cs-dropdown {
  width: 200px
}

.navigation .menu ul li:nth-child(3) ul.cs-dropdown li ul.cs-dropdown li {
  width: 100%
}

.navigation .menu ul li:nth-child(6) ul.cs-dropdown {
  width: 480px;
  left: -200%
}

.navigation .menu ul li:nth-child(6) ul.cs-dropdown li {
  width: 50%;
  float: left;
  position: relative
}

.navigation .menu ul li:nth-child(6) ul.cs-dropdown li:nth-child(2n) {
  border-left: 1px solid #eee
}

.navigation .menu ul li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown {
  width: 480px;
  left: -200%
}

.navigation .menu ul li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown li {
  width: 50%;
  float: left
}

.navigation .menu ul li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
  width: 200px
}

.navigation .menu ul li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown li {
  width: 100%
}

.navigation .menu ul li:nth-child(9){
  display: none;
}


.home_slider {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0
}

.home_slider img {
  width: 100%;
}


.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 14px;
  outline: 0;
  background: #ef682f;
  border-radius: 100%;
  border: 1px solid #ef682f;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
  z-index: 9;
  position: absolute;
  opacity: 1;
  left: inherit;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-size: 70%;
}

.carousel-control-prev {
  left: 5%;
}

.carousel-control-next {
  right: 5%;
}

.slide video.w-100.d-block {
  height: 565px;
}



.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 2px;
  height: 115px;
  text-align: center;
  background-color: rgba(255, 255, 255, .9);
  transition: all .3s ease;
  margin: 0px 12px;
  text-align: center;
  display: block;
  box-shadow: 0 0 4px 0 rgba(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: #ef682f
}

.custom_uniforms .custom_item:hover .custom_img img {
  filter: grayscale(0)
}

#custom .owl-next,
#custom .owl-prev {
  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 .3s ease
}

#custom .owl-nav .owl-prev {
  left: -50px;
  top: 48%
}

#custom .owl-nav .owl-next {
  right: -50px;
  top: 48%
}

#custom .owl-nav .owl-next:hover,
#custom .owl-nav .owl-prev:hover {
  background: #ef682f;
  color: #fff;
  border-color: #ef682f
}

.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, .70196) 0, rgba(17, 17, 17, .01) 99%, #111 100%)
}

.offer_banner_v1 .offer-item .offer-content {
  padding: 30px
}

.offer_banner_v1 .offer-item .offer-content span.span {
  color: #ef682f;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 14px;
}

.offer_banner_v1 .offer-item .offer-content h3 {
  color: #fff;
  padding-right: 15%;
  font-size: 25px;
  margin-bottom: 15px
}

.offer_banner_v1 .offer-item .offer-content .h3_title {
  color: #fff;
  padding-right: 15%;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
  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: 400;
  color: #fff;
  background: #ef682f;
  text-transform: capitalize;
  border-radius: 28px;
  z-index: 1;
  transition: all .5s ease;
  background: -webkit-linear-gradient(0deg, #f25743, #ef682f 50%);
  letter-spacing: 0.5px;
}

.main-btn:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 5px;
  z-index: -1;
  transition: all .5s ease
}

.offer-item:hover .main-btn {
  color: #333
}

.offer_banner_v1 .offer-item:hover .main-btn:after {
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="grey" class="bi bi-arrow-right-circle" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z"/></svg>');
}

.offer_banner_v1 .offer-item:hover .offer-content h3 {
  color: #ef682f
}

.offer-item:hover .main-btn:before {
  width: 100%;
  left: 0
}

.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: #eee;
  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: .5s;
  transition: .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: #ef682f;
  -webkit-transition: .5s;
  transition: .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 h3 {
  color: #fff
}

.services-item:hover span {
  color: #fff
}

.services-item:hover h3:hover {
  color: #fff
}

.services-item:hover p {
  color: #fff
}

.services-item img {
  display: inline-block;
  max-width: 80px;
  width: 100%;
  height: 80px;
  padding: 15px;
  line-height: 100px;
  text-align: center;
  color: #18253e;
  border: 1px solid #f18f66;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-transition: .5s;
  transition: .5s
}

.services-item h3 {
  font-size: 18px;
  margin-bottom: 12px
}

.services-item span {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 500;
  display: inherit;
  height: 45px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.services-item .feature_title_1 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #ef682f;
  font-weight: 700;
  font-family: Nunito, sans-serif
}

.services-item:hover .feature_title_1 {
  color: #fff
}

.services-item:hover span:hover {
  color: #fff
}

.services-item h3 {
  color: #ef682f
}

.services-item span {
  color: #ef682f
}

.services-item p {
  margin-bottom: 0 !important;
  -webkit-transition: .5s;
  transition: .5s
}

.mt30 {
  margin-bottom: 20px
}

.main-btn:after {
  float: right;
  margin-left: 10px;
  font-size: 14px;
  margin-top: 3px;
  width: 16px;
  height: 16px;
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right-circle" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z"/></svg>');
}

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  color: #fff !important;
  padding: 1px 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  z-index: 1;
  transition: all .5s ease;
  background: -webkit-linear-gradient(0deg, #f25743, #ef682f 50%);
  letter-spacing: 0.5px;
  height: 40px;
}

.theme-btn svg {
  position: relative;
  width: 22px;
  height: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-left: 10px
}

.theme-btn:before {
  position: absolute;
  content: '';
  background: #1e1e2a;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 5px;
  z-index: -1;
  transition: all .5s ease
}

.theme-btn:hover:before {
  width: 100%;
  left: 0
}

.video-btn {
  position: relative;
  display: inline-block;
  padding: 0 0 0 70px;
  font-size: 20px;
  line-height: 25px;
  color: #1e1e2a;
  text-transform: uppercase;
  max-width: 330px
}

.video-btn span {
  position: absolute;
  left: 0;
  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, .2);
  background: #ef682f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-btn span:after {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(242, 87, 67, .1);
    box-shadow: 0 0 0 10px rgba(242, 87, 67, .1)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 67, .1);
    box-shadow: 0 0 0 0 rgba(242, 87, 67, .1)
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(242, 87, 67, .1);
    box-shadow: 0 0 0 10px rgba(242, 87, 67, .1)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 67, .1);
    box-shadow: 0 0 0 0 rgba(242, 87, 67, .1)
  }
}

.video-btn span svg {
  width: 30px;
  height: 30px;
}

.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: #ef682f;
  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
}

.home_about_video .about_video_info.noMargin {
  margin: 8px auto 0
}

.home_about_video .about_video_info .theme-btn {
  padding: 10px 20px;
  font-size: 16px
}

.play_btn_1 {
  color: #ef682f;
  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, .6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.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 1.5s 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, .2) repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 100%;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  border: 1px solid #ef682f
}

@-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 svg {
  position: relative;
  z-index: 3;
  color: #ef682f;
  width: 45px;
  height: 45px;
}

.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: 0 8px 16px 0 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: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  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 svg {
  background: rgba(239, 104, 74, .9);
  width: 30px;
  height: 30px;
}

.home_video_gallery .video_info .h4 {
  color: #2b2a37;
  font-size: 16px;
  font-weight: 500;
  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: #ef682f
}

.video_box:hover a {
  text-decoration: none
}

.customer {
  font-size: 16px;
  color: #ef682f;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.popular_products {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #fff
}

.title {
  float: left;
  width: 100%;
  color: #ef682f;
  font-size: 25px;
  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, .82) 10%, rgba(0, 0, 0, .35) 80%);
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  z-index: 1
}

.popular_product .popular_product_image:hover:before {
  background: linear-gradient(to top, rgba(0, 0, 0, .3) 10%, rgba(0, 0, 0, .5) 80%)
}

.popular_product .popular_product_image .image {
  -webkit-transition: .5s ease-in;
  transition: .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, .8)
}

.popular_product .popular_product_title span {
  color: #fff;
  font-size: 14px;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 2px;
  text-transform: capitalize;
  line-height: normal;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(0deg, #f25743, #ef682f 50%);
  letter-spacing: 0.5px;
}

.popular_product .popular_product_title span:before {
  position: absolute;
  content: '';
  background: #1e1e2a;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all .5s ease
}

.popular_product:hover .popular_product_title span:before {
  width: 100%;
  left: 0
}

.popular_product .popular_product_title span i {
  margin-left: 10px
}

.popular_product:hover .popular_product_title h3 {
  color: #ef682f
}

#popular .owl-next,
#popular .owl-prev {
  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 .3s ease
}

#popular .owl-nav .owl-prev {
  left: -50px;
  top: 48%
}

#popular .owl-nav .owl-next {
  right: -50px;
  top: 48%
}

#popular .owl-nav .owl-next:hover,
#popular .owl-nav .owl-prev:hover {
  background: #ef682f;
  color: #fff;
  border-color: #ef682f
}

.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: 0;
  top: 0;
  right: 0;
  opacity: .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: #ef682f
}

.sec-title h6 i {
  position: absolute;
  font-size: 20px;
  line-height: 20px;
  left: 0;
  top: 1px;
  font-weight: 400;
  color: #ef682f
}

.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 {
  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
}

#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: 0;
  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: 0;
  top: 20px;
  right: 0;
  opacity: 0;
  transition: all .5s ease
}

#content_block_six .content-box .single-item .inner-box:hover .overlay-box {
  opacity: 1;
  top: 0
}

#content_block_six .content-box .single-item .inner-box .overlay-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  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: 16px;
  font-weight: 500;
  color: #ef682f;
  padding: 15px 0;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.home_products {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #fff
}

.hot_key_box {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  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(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: 262px
}

.item_product_1 .product_thumb:before {
  background: linear-gradient(to top, rgba(0, 0, 0, .82) 10%, rgba(0, 0, 0, .35) 80%);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .5s ease-out 0s;
  -webkit-transition: all .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 .5s ease-out 0s;
  -webkit-transition: all .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 .5s ease-out 0s;
  -webkit-transition: all .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, #f25743, #ef682f 50%);
  border-radius: 4px;
  font-size: 16px;
  z-index: 1;
  transition: all .5s ease;
  background: -webkit-linear-gradient(0deg, #f25743, #ef682f 50%)
}

.item_product_1 .product_thumb .buy_new_link span:before {
  position: absolute;
  content: '';
  background: #1e1e2a;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all .5s ease
}

.item_product_1:hover .product_thumb .buy_new_link span:before {
  width: 100%;
  left: 0
}

.item_product_1:hover .product_thumb .buy_new_link {
  transform: translateY(0);
  -webkit-transform: translateY(0)
}

.item_product_1 .product-title {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 4px;
  position: relative;
  z-index: 10;
  color: #2b2a37;
  font-size: 16px;
  line-height: 24px;
  display: block;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
  font-weight: 500;
}

.item_product_1 .product-title span {
  margin: 0;
  padding: 0
}

.item_product_1:hover .product-title {
  color: #ef682f
}

.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 .inner-content {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 30px;
  z-index: 1
}

.home_working_section .sec-title {
  margin-bottom: 90px
}

.home_working_section .working-block {
  padding: 0 15px;
  width: 20%
}

.home_working_section .title:before {
  background: #fff
}

.working-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 0 14px 15px 15px;
  margin-top: 90px;
  min-height: 275px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
  transition: all .5s ease
}

.working-block-one .inner-box:hover {
  transform: translateY(-15px)
}

.working-block-one {
  position: relative;
  text-align: center
}

.working-block-one:before {
  position: absolute;
  font-size: 20px;
  line-height: 24px;
  top: 70px;
  right: -26px;
  color: #ef682f;
  width: 20px;
  height: 20px;
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
}


.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 #ef682f;
  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: #ef682f;
  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: 0;
  top: 0;
  right: 0;
  border-radius: 50%;
  z-index: -1;
  transition: all .5s ease;
  background: #ef682f
}

.working-block-one .inner-box .lower-content {
  text-align: center
}

.working-block-one .inner-box .lower-content p {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.working-block-one .inner-box .lower-content span {
  margin-bottom: 12px;
  text-align: center;
  font-size: 16px;
  display: block;
  font-weight: 500;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s 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, .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: #ef682f;
  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 span {
  position: absolute;
  right: -20px;
  bottom: 0;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #1e1e2a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_testimonial .testimonial-content .inner-box .image-box span svg {
  width: 25px;
  height: 25px;
}

.home_testimonial .testimonial-content .inner-box p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
  margin-bottom: 0
}

.home_testimonial .testimonial-content .inner-box h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #ef682f
}

.home_testimonial .testimonial-content .inner-box h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #ef682f;
  overflow: hidden;
  line-height: 1.1
}

.home_testimonial .testimonial-content .inner-box .subtitle {
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 10px;
  color: #5a5a68;
}

.home_testimonial .testimonial-inner {
  position: relative;
  margin: 0 -15px
}

.home_testimonial .sec-title {
  margin-bottom: 50px
}

#testimonial .owl-next,
#testimonial .owl-prev {
  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 .3s ease
}

#testimonial .owl-nav .owl-prev {
  left: -50px;
  top: 48%
}

#testimonial .owl-nav .owl-next {
  right: -50px;
  top: 48%
}

#testimonial .owl-nav .owl-next:hover,
#testimonial .owl-nav .owl-prev:hover {
  background: #ef682f;
  color: #fff;
  border-color: #ef682f
}

.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, .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: absolute
}

.home_gallery .gallery_grid {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  text-align: center;
  padding: 40px 0
}

.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: 0
}

.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: 0
}

.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: 0;
  -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, .8);
  height: 170px;
  width: 170px;
  color: #fff;
  display: table;
  position: absolute;
  text-decoration: none;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 0;
  z-index: 3;
  z-index: 999999;
  top: 0
}

.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: 18px;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 700;
  color: #ef682f;
  text-align: left;
  text-transform: initial;
  letter-spacing: 0.5px;
}

.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;
  letter-spacing: 0.5px;
}

.home_content ul {
  margin: 0;
  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: #3d3d51
}

.home_worldwide:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .6)
}

.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: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;
  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_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, .1);
  transition: all .5s ease
}

.news-block-one .inner-box:hover {
  box-shadow: 0 10px 20px rgba(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: 0;
  bottom: 0;
  opacity: .9;
  z-index: 1;
  transition: all .5s ease
}

.news-block-one .inner-box .image-box:after {
  position: absolute;
  content: '';
  background: #1e1e2a;
  width: 50%;
  height: 0%;
  right: 0;
  top: 0;
  opacity: .9;
  transition: all .5s ease
}

.news-block-one .inner-box:hover .image-box:after,
.news-block-one .inner-box:hover .image-box:before {
  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: 0;
  bottom: 0
}

.news-block-one .inner-box .image-box .category p {
  position: relative;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #fff;
  padding: 4px 19px;
  text-align: center;
  z-index: 1;
  border-top-left-radius: 15px;
  background: #ef682f;
  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 0 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;
  height: 72px;
  display: flex;
  align-items: center;
}

.news-block-one .inner-box .lower-content h3 a {
  color: #1e1e2a
}

.news-block-one:hover .inner-box .lower-content h3 a {
  color: #ef682f
}

.news-block-one .inner-box .lower-content h5 a {
  color: #1e1e2a
}

.news-block-one:hover .inner-box .lower-content h5 a {
  color: #ef682f
}

.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: 0
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
  padding: 0;
  margin: 0
}

.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: 14px;
  font-weight: 400;
  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: #1e1e2a;
  position: relative;
}

.footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.footer .address-list li {
  color: #fff;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  display: flex;
}

.footer .address-list li svg {
  margin-right: 10px;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  min-width: 18px;
}

.footer .shop-social li svg {
  color: #fff;
  width: 30px;
  height: 30px;
  padding: 8px;
  font-size: 16px;
  text-align: center;
  background: #414040
}

.footer .shop-social li svg:hover {
  background: #353535
}

.footer h2.thumb-headline {
  color: #ef682f;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize
}

.footer .thumb-headline a {
  color: #ef682f
}

.footer .thumb-headline {
  color: #ef682f;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.footer .thumb-headline a {
  color: #ef682f
}

.footer h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
  text-transform: uppercase
}

.simple-list {
  margin-bottom: 0px
}

.footer .simple-list li {
  color: #fff
}

.footer .simple-list a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 30px;
}

.footer .simple-list a:hover {
  color: #ef682f
}

.footer .address-list li a {
  color: #ef682f;
  font-weight: 600;
}

.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: #ef682f
}

.sponsors-icons {
  margin-bottom: 0
}

.sponsors-icons i {
  color: #fff;
  font-size: 40px
}

.follow-us {
  display: block;
  padding: 0;
  float: left;
  margin: 0;
  text-align: left
}

.follow-us li {
  display: inline-block;
  padding-left: 5px;
  font-size: 18px;
  float: left
}

.follow-us li a i {
  color: #fff;
  width: 35px;
  height: 35px;
  border: 1px solid #9f9e9e;
  text-align: center;
  line-height: 32px
}

.follow-us li a .fa-facebook:hover {
  background: #496eb4;
  border: 1px solid #496eb4
}

.follow-us li a .fa-twitter:hover {
  background: #3cf;
  border: 1px solid #3cf
}

.follow-us li a .fa-linkedin:hover {
  background: #0274b3;
  border: 1px solid #0274b3
}

.follow-us li a .fa-youtube:hover {
  background: #e12428;
  border: 1px solid #e12428
}

.follow-us li a svg {
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 8px;
  border: 1px solid #9f9e9e;
  text-align: center;
  line-height: 35px
}

#scroll-up {
  position: fixed;
  z-index: 8030;
  bottom: 10px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all .25s;
  display: none;
  background: #ff5c00
}

#scroll-up svg {
  width: 22px;
  height: 22px;
}

#scroll-up:hover {
  background: #111
}

.whatapp_btn {
  background: #01e675;
  width: 50px;
  height: 50px;
  color: #fff;
  position: fixed;
  left: 15px;
  bottom: 105px;
  cursor: pointer;
  z-index: 9;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
  width: 24px;
  height: 24px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
  background: #01e675;
  color: #fff
}

/* .btn-close {
  width: 1em;
  height: 1em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  outline: 0;
} */
#whatsapp .modal-dialog {
  margin-top: 10%;
  max-width: 600px;
}

#whatsapp .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

#whatsapp .modal-content .modal-title {
  margin: 0;
  line-height: normal;
  padding: 0 0 15px;
  color: #ef682f;
  font-weight: 600;
  text-transform: inherit;
  font-size: 16px;
}

#whatsapp .modal-content .alert {
  padding: 10px 10px;
  font-size: 12px;
}

.cs_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

.cs_container .csPanel {
  width: 52%;
  display: table-cell;
  background-color: #fff;
  padding: 20px;
}

.cs_container .csPanel:last-child {
  background-color: #fff;
  color: #333;
  width: 48%;
  padding: 0;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  font-size: 13px;
}

.send_enquiry {

  border-radius: 40px;
  bottom: 45px;
  color: #fff;
  display: table;
  height: 50px;
  left: 15px;
  min-width: 50px;
  position: fixed;
  text-align: center;
  z-index: 9;
  transition: all 0.2s linear;
  background: -webkit-linear-gradient(0deg, #f25743, #ef682f 50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.send_enquiry svg {
  width: 24px;
  height: 24px;
  line-height: 50px;
}

.send_enquiry:hover {
  color: #fff;
  padding: 0 20px
}

.send_enquiry:focus {
  color: #fff
}

.send_enquiry span {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  letter-spacing: -15px;
  opacity: 0;
  font-weight: 600;
  line-height: 50px;
  transition: all .5s;
  text-transform: uppercase
}

.send_enquiry:hover span {
  opacity: 1;
  letter-spacing: 1px;
  padding-left: 10px
}

#sendenquiry .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

#sendenquiry .modal-content .modal-title {
  margin: 0;
  line-height: normal;
  padding: 0 0 15px;
  color: #ef682f;
  font-weight: 600;
  text-transform: inherit;
  font-size: 16px;
}

#sendenquiry .cs_container .csPanel {
  width: 50%;
  display: table-cell;
  background-color: #fff;
  padding: 20px;
}

#sendenquiry .cs_container .csPanel .alert {
  padding: 10px 10px;
  font-size: 12px;
}

#sendenquiry .cs_container .csPanel .alert strong {
  font-weight: normal;
}

#sendenquiry .cs_container .csPanel:last-child {
  color: #fff;
  background: #fff;
  width: 50%;
  padding: 0;
}

.intl-tel-input,
.iti {
  width: 100%;
  height: 38px;
}

.g-recaptcha {
  transform: scale(.70);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0
}

.modal_submit {
  border: 0;
  padding: 0px 30px;
  font-size: 16px;
  font-weight: 400;
  max-width: 150px;
}

.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: 16px;
  line-height: 24px;
  margin-bottom: 0;
  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: #ef682f
}

.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: #fff;
  text-transform: capitalize;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  transition: all .5s ease;
  background: -webkit-linear-gradient(0deg, #f25743, #ef682f 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: 0;
  right: 0;
  border-radius: 5px;
  z-index: -1;
  transition: all .5s ease
}

.blog_read_more_btn:hover:before {
  width: 100%;
  left: 0
}

.title_details {
  color: #ef682f;
  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, .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;
  height: 400px;
}

.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;
  text-align: justify;
}

.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: #999;
  font-weight: 500
}

.blog_details blockquote:before {
  position: absolute;
  left: 0;
  top: 5%;
  content: "";
  height: 90%;
  width: 3px;
  background: #ef682f
}

.blog_details blockquote:after {
  position: absolute;
  left: 30px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #ef682f;
  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: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23ef682f' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
  /* content: "\f00c"; */
  /* height: 100%; */
  /* width: 100%; */
  /* font-family: FontAwesome; */
  color: #ef682f;
  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: #ef682f;
  font-weight: 600;
  font-size: 15px
}

.blog_details h2 {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 500;
  color: #ef682f;
  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
}

.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 .2s 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 .2s 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: #ea5f1e;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .9;
  color: #fff
}

.portfolio_block .overlay span {
  position: relative;
  height: 50px;
  width: 50px;
  background-color: #ea5f1e;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  border-radius: 50%;
  opacity: 0;
  text-align: center;
  transform: translateY(-25px) scale(0);
  transition: all .2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio_block .overlay span svg {
  width: 22px;
  height: 22px;
}

.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: #fff;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  position: relative
}

.video_gallery {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  transition: all .3s ease-in-out
}

.video_gallery:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
  padding-top: 2px
}

.video_gallery i {
  line-height: inherit;
  color: #f90;
  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: 400;
  margin-bottom: 0px;
  min-height: 55px;
  height: 55px;
  overflow-y: scroll;
  align-items: center;
  display: flex;
}

.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
}

.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;
  text-align: center;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 18px 24px 0px rgba(0, 0, 0, 0.07);
}

.technology_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #ef682f;
  border-radius: 10px;
  transition: all 700ms ease;
}

.technology_item:hover:before {
  width: 100%;
  height: 100%;
}

.technology_item img {
  width: 50px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  margin-bottom: 10px
}

.technology_item svg {
  width: 60px;
  height: 60px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  margin-bottom: 15px;
  position: relative;
  color: #3d3d51;
}

.technoTitle,
.technology_item h2 {
  font-size: 12px;
  font-family: Nunito, sans-serif;
  font-weight: 600;
  margin: 0;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  color: #3d3d51
}

/* .technology_item:hover {
  border-color: #ef682f
} */

.technology_item:hover h2,
.technology_item:hover i {
  color: #fff
}

.technology_item:hover .technoTitle,
.technology_item:hover i {
  color: #fff
}

.technology_item .h2_title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  color: #3d3d51;
  font-family: Nunito, sans-serif;
  line-height: 1.1;
  position: relative;
}

.technology_item:hover .h2_title,
.technology_item:hover i,
.technology_item:hover svg {
  color: #fff
}

.about_us_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 40px;
  background: #fff
}

.left_contact {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  background: #eee
}

.left_contact h2 {
  background: #ef682f;
  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: 400
}

.left_contact form {
  padding: 10px
}

.left_contact form select,
input,
input[type=date],
input[type=email],
input[type=number],
input[type=tel],
input[type=text],
input[type=time] {
  height: 38px
}

.left_submit {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 4px;
  background: #423f3f;
  font-size: 14px;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  transition: all .3s ease 0s
}

.left_submit:hover {
  background: #ef682f;
  color: #fff
}

.lelf_menu {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  background: #eee
}

.lelf_menu h2 {
  background: #ef682f;
  margin: 0;
  padding: 10px 10px;
  color: #fff;
  font-size: 18px;
  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: #ef682f;
  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;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="grey" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"></path></svg>');
}

.left_menu li a:hover:before {
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"></path></svg>');
}

.left_menu li ul {
  display: none;
  transition: all 2s;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 200;
  background: #fff;
  width: 180px;
  box-shadow: 0 2px 5px 0 rgba(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: #ef682f;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}

.about_right ul li {
  letter-spacing: 0.5px;
}

.about_right h2 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #ef682f;
  text-transform: uppercase
}

.about_right h3 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #ef682f;
  text-transform: uppercase
}

.about_right h4 {
  margin: 0 0 5px;
  font-size: 15px;
  color: #ef682f;
  text-transform: uppercase
}

.about_image {
  float: right;
  width: 320px;
  margin: 0 0 15px 15px;
  padding: 0
}

.about_image img {
  width: 100%
}

.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 {
  width: 16px;
  height: 16px;
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-right-fill" viewBox="0 0 16 16"><path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/></svg>');
  margin-right: 5px;
}

.category_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 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: #ef682f;
  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: #ef682f;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase
}

.cat_info h2 {
  margin: 0 0 5px;
  font-size: 20px;
  color: #ef682f;
  text-transform: initial
}

.cat_info h2.h1_title {
  float: left;
  width: 100%;
  padding: 10px;
  margin: 0 0 20px;
  background: #ef682f;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase
}

.cat_info h3 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #ef682f;
  text-transform: initial
}

.cat_info h4 {
  margin: 0 0 5px;
  font-size: 15px;
  color: #ef682f;
  text-transform: initial
}

.cat_image {
  float: right;
  max-width: 400px;
  width: 100%;
  margin: 0 0 15px 15px;
  text-align: center
}

.cat_image a {
  display: block
}

.cat_image .cat_enbtn {
  width: auto;
  background: #423f3f;
  color: #fff !important;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 20px;
  margin: 0;
  display: inline-block !important;
  border: 0;
  border-radius: 4px;
}

.cat_image .cat_enbtn:hover {
  background-color: #ef682f !important;
  color: #fff !important
}

.cat_image .catimage {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 400px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  border-radius: 6px;
}

.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: 0 3px 5px 0 rgba(210, 210, 210, .75);
  transition: all .35s ease-in-out;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}

.cat_item .right_content p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 28px;
}

.cat_item .product {
  position: relative;
  padding: 15px 0 15px;
  text-align: center;
  min-height: 375px;
  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 15px;
  padding: 0
}

.sub_menu li {
  width: 33%;
  float: left;
  font-size: 15px;
  list-style: none
}

.sub_menu li a {
  padding: 0;
  color: #423f3f;
  line-height: 24px;
  text-decoration: none
}

.sub_menu li a::before {
  width: 16px;
  height: 16px;
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-right-fill" viewBox="0 0 16 16"><path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/></svg>');
  margin-right: 5px;
  position: relative;
  float: left;
  margin-top: 2px;
}

.sub_menu li a:hover {
  text-decoration: none;
  color: #ef682f
}

.cat_item .right_content .title4 {
  line-height: 24px;
  padding: 10px 0;
  text-align: left;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.cat_item:hover .right_content .title4 a {
  color: #ef682f
}

.blue-line1 {
  float: left;
  width: 100%;
  display: block;
  height: 1px;
  background: #ccc;
  position: relative
}

.read_more {
  padding: 0px 20px;
  background: #423f3f;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 15px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
}

.read_more:hover {
  background: #ef682f;
  color: #fff
}

a.read_more:focus,
a.read_more:hover {
  background: #ef682f;
  color: #fff
}

.right_content a.read_more:last-child {
  background: #ef682f;
  color: #fff
}


.modal-header {
  background: #ef682f;
  color: #fff;
  text-align: left;
  border-radius: 0;
  padding: 10px 15px;
}

.modal-header h5 {
  color: #fff;
  padding: 10px 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase
}

.modal-header h6 {
  color: #fff;
  padding: 10px 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase
}

.close {
  float: right;
  font-size: 23px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .7
}

.modal-header .close {
  margin-right: 10px
}

.close:focus,
.close:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: .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: #ef682f;
  font-size: 25px;
  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: 400
}

.breadcrumbs {
  float: left;
  width: 100%;
  background: #f9f9f9;
  position: relative;
  margin: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  padding: 10px 0
}

.breadcrumbs a {
  color: #ef682f
}

.breadcrumb li {
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
  float: left;
  display: inline-block;
  line-height: 55px
}

.breadcrumb li a {
  float: left;
  padding: 0;
  color: #666;
  letter-spacing: .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 #ef682f
}

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 0 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: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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: #ef682f
}

.product_box {
  float: left;
  width: 100%;
  border: solid 1px #eee;
  max-width: 100%;
  background: #fff;
  padding-bottom: 11px;
  margin-bottom: 26px;
  margin: 0 0 30px;
  text-align: center;
  box-shadow: 0 3px 5px 0 rgba(210, 210, 210, .75);
  border-radius: 4px;
  overflow: hidden;
}

.product_box .image {
  position: relative;
  padding: 30px 10px 0;
  margin-bottom: 13px;
  text-align: center;
  min-height: 368px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.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 h3,
.product_box h4 {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  font-weight: 600;
  font-size: 15px;
  color: #ef682f;
  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 0;
  width: 115px;
  margin: auto;
  transition: .5s;
  margin-top: 10px
}

a.product-des-btn:hover {
  background: #222
}

.product_box:hover {
  /* border: solid 1px #ef682f; */
  box-shadow: 0px 0px 2px 0px #ef682f;
}

.product_box:hover h4 {
  color: #423f3f
}

.product_box:hover .read_more {
  background: #ef682f;
  color: #fff
}

.contact {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0
}

.contact-us h1 {
  font-size: 18px;
  color: #f63;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px
}

.contact-us h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #ff5b00;
}

.contact-us h6 {
  font-weight: 700;
  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: 700;
  text-transform: uppercase;
  margin-bottom: 10px
}

.contact h4 {
  font-size: 18px;
  color: #f63;
  font-weight: 700;
  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 {
  border: 1px solid #fff;
  color: #fff;
  margin-right: 5px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.contacts .social li a svg {
  height: 18px;
  width: 18px;

}

.contacts .social li.facebook a {
  background: #4a6d9d;
  border: 1px solid #4a6d9d
}

.contacts .social li.twitter a {
  background: #39c0ed;
  border: 1px solid #39c0ed
}

.contacts .social li.linkedin a {
  background: #0b7bb5;
  border: 1px solid #0b7bb5
}

.contacts .social li.youtube a {
  background: #c73213;
  border: 1px solid #c73213
}

.blog_page {
  display: flow-root;
  float: none;
  width: 100%;
  margin: 0;
  padding: 40px 0
}

.blog_inner {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.blog_inner h1 {
  float: left;
  width: 100%;
  padding: 10px;
  margin: 0 0 10px;
  background: #ef682f;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase
}

.blog_inner h2 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #ef682f;
  text-transform: uppercase
}

.blog_inner h3 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #ef682f;
  text-transform: uppercase
}

.blog_inner h4 {
  margin: 0 0 5px;
  font-size: 15px;
  color: #ef682f;
  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: 0;
  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: #ef682f
}

.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: #ef682f
}

.blog_desc .posted-info li::before {
  font-size: 12px;
  line-height: 12px;
  margin-right: 13px
}

.blog_desc .news-v3-in-sm .posted-info li:first-child::before,
.blog_desc .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: #ef682f
}

.blog_news p {
  font-size: 14px;
  text-align: justify
}

.main_index img {
  width: auto
}

.blog_desc ol,
ul {
  margin: 0;
  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: #ef682f;
  text-transform: capitalize
}

.blog_news h3 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #ef682f;
  text-transform: capitalize
}

.blog_news h4 {
  margin: 0 0 5px;
  font-size: 15px;
  color: #ef682f;
  text-transform: capitalize
}

.market_right {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0
}

.market_right h1 {
  padding: 10px;
  margin: 0 0 10px;
  background: #ef682f;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase
}

.market_right h2 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #ef682f;
  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 #ef682f;
  color: #fff;
  background: #ef682f
}

.site_info h1 {
  float: left;
  width: 100%;
  padding: 10px;
  margin: 0 0 10px;
  background: #ef682f;
  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 0 9px;
  padding: 0 0 0 15px;
  margin-bottom: 5px
}

.sitemap li::before {
  content: "" !important;
  font-family: FontAwesome;
  margin-right: 0 !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: 700;
  font-size: 14px;
  background: none repeat scroll 0 0 #ef682f;
  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: 0 !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: 700;
  font-size: 14px;
  background: none repeat scroll 0 0 #ef682f;
  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: 400;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  color: #fff
}

.pantoneColorChartSwatch {
  background-color: #000;
  width: 100%
}

.pantoneColorChartSwatch p {
  color: #fff;
  margin: 0 auto;
  height: 15px;
  font-size: 11px
}

.oddRowHeader-custom {
  font-size: 22px;
  padding-top: 20px;
  color: #ef682f;
  padding-left: 18px;
  width: 100%
}

.oddRowHeaderr-custom {
  font-size: 22px;
  padding-top: 20px;
  color: #ef682f;
  width: 100%
}

.ac-container {
  width: 100%;
  margin: 5px auto 0 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: #fff;
  background: linear-gradient(to top, #fff 1%, #eaeaea 100%)
}

.ac-container label:hover {
  color: #ef682f
}

.ac-container input:checked+label,
.ac-container input:checked+label:hover {
  background: #ef682f;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(155, 155, 155, .3), 0 2px 2px rgba(0, 0, 0, .1)
}

.ac-container article {
  background: rgba(255, 255, 255, .5);
  margin-top: -1px;
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 10;
  -webkit-transition: height .3s ease-in-out, box-shadow .6s linear;
  -moz-transition: height .3s ease-in-out, box-shadow .6s linear;
  -o-transition: height .3s ease-in-out, box-shadow .6s linear;
  -ms-transition: height .3s ease-in-out, box-shadow .6s linear;
  transition: height .3s ease-in-out, box-shadow .6s linear
}

.ac-container input:checked~article {
  -webkit-transition: height .5s ease-in-out, box-shadow .1s linear;
  -moz-transition: height .5s ease-in-out, box-shadow .1s linear;
  -o-transition: height .5s ease-in-out, box-shadow .1s linear;
  -ms-transition: height .5s ease-in-out, box-shadow .1s linear;
  transition: height .5s ease-in-out, box-shadow .1s linear;
  box-shadow: 0 0 0 1px rgba(155, 155, 155, .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: 0 0;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #636466
  }

  .process-con {
    width: 100%;
    float: left
  }

  .Dater {
    float: left;
    padding: 11px;
    font-weight: 700;
    font-size: 14px;
    background: none repeat scroll 0 0 #ef682f;
    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: 0 !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: 700;
    font-size: 14px;
    background: none repeat scroll 0 0 #ef682f;
    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: 400;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #fff
  }

  .pantoneColorChartSwatch {
    background-color: #000;
    width: 100%
  }

  .pantoneColorChartSwatch p {
    color: #fff;
    margin: 0 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: 0;
  top: 180px;
  z-index: 99;
  position: fixed;
  background: #ef682f;
  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: 500px;
  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: #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.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: #ef682f;
  font-size: 25px;
  line-height: normal;
  padding-top: 140px;
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 600;
  margin-top: 8%;
  margin-left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.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: 25px;
  margin: 0;
  padding: 0 0 10px;
  font-weight: 700;
  color: #ef682f;
  text-align: left;
  text-transform: uppercase;
}

section.video-main {
  margin-bottom: -6px
}

.videoBox {
  float: left;
  max-width: 450px;
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  position: relative;
  display: flex
}

.videoBox iframe {
  -o-object-fit: cover;
  object-fit: cover;
  height: 300px;
  width: 100%
}

.fadeImg {
  animation-name: fadeimg;
  animation-duration: 2s
}

@keyframes fadeimg {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.cat_title2 {
  margin-left: 8%;
  color: #fff;
  font-size: 18px;
  margin-top: 5px;
}

.title2 {
  font-size: 18px;
  position: relative;
}

.position-relative {
  position: relative;
}

.text-white {
  color: #fff;
}

.title1 {
  font-size: 25px;
}

.about_right .title2 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #ef682f;
  text-transform: uppercase;
}

.left_contact .title2,
.lelf_menu .title2 {
  background: #ef682f;
  margin: 0;
  padding: 10px 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

/********** new css *********/
#content_block_six .content-box .single-item .inner-box .box .title2 {
  position: relative;
  display: block;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
}

div#sendenquiry .modal-title {
  font-size: 16px;
  padding: 10px;
}

.modal-content .modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 18px;
}

.image-enquire span.catName {
  font-size: 18px;
  font-weight: 500;
  color: #ff5b00;
}

.technology_item h1 {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
}

.news-block-one .inner-box .lower-content h5 a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.portfolio_block .image-box:hover .overlay .title-box h4 {
  position: relative;
}

.product_box span.read_more {
  margin-top: 10px;
}

.cat_info .col-lg-4.col-md-4.col-sm-4 h3 {
  font-size: 16px;
  height: 32px;
  min-height: auto;
  letter-spacing: 0.5px;
}


form#contact-form {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
}

.col-lg-4.col-md-4.contact-us .p-3.border.border-light {
  border: 1px solid #ccc !important;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 5px;
  margin-top: 15px;
  display: block;
}

.col-lg-4.col-md-4.contact-us .p-3.border.border-light p {
  margin-bottom: 0px;
}

.col-lg-4.col-md-4.contact-us .p-3.border.border-light p a:hover {
  color: #f63;
}

.video_gallery h2 {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 0px;
  text-transform: inherit;
}

.video_gallery svg {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  min-width: 25px;
}

.title.title2.text-yellow {
  font-size: 25px;
}


.lelf_menu .h1.title3 {
  background: #ef682f;
  margin: 0;
  padding: 10px 10px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.blog_inner .title3 {
  background: #ef682f;
  margin: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
}

.blog_meta_info .blog_details h3 {
  color: #ff5b00;
}

.opacity-0 {
  opacity: 0;
  display: none;
}

.portfolio_block .title2.position-relative.text-white h2 {
  font-size: 16px;
  margin-bottom: 0px;
  color: #fff;
}

.inner_banner_1 .banner_bg .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.inner_banner_1 .banner_bg .container.subContainer {
  display: block;
}

.title3.text-yellow {
  font-size: 18px;
  color: #ff5b00;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner_banner_1 .banner_bg .container.subContainer .section-title {
  height: auto;
  width: 100%;
  margin-top: 13%;
}

.inner_banner_1 .banner_bg .container.subContainer .cat_title2 {
  margin: 0;
  max-width: 520px;
}

/*****slider**********/

.imgScrollList_2 {
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%;
  height: 115px;
  overflow: hidden;
  z-index: 1;
}

.imgScrollList_2 ul {
  position: relative;
  width: 9999px;
  height: 120px;
}

.imgScrollList_2 li {
  float: left;
  width: 140px;
  height: 120px;
  overflow: hidden;
}

.imgScrollList_2 li a {
  float: left;
  margin: 12px 6px;
  width: 128px;
  height: 96px;
  overflow: hidden;
}





.imgScrollBtn02_2:hover,
.imgScrollBtn02_2:hover {
  background-position: -22px -40px;
  background-color: #ef682f;
  border-color: #ef682f;
  color: #fff;
}

.imgScrollBtn01_2,
.imgScrollBtn02_2 {
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 14px;
  outline: 0;
  background: #1e1e2a;
  border-radius: 100%;
  z-index: 50;
  border: 1px solid #1e1e2a;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
  top: 50%;
}

.imgScrollWrap_2 {
  position: relative;
  width: 100%;
  height: 115px;
  border: 0px #999 solid;
  overflow: hidden;
}

.imgScrollBtn01_2 {
  left: 0;
}

.imgScrollBtn02_2 {
  right: 0;
  background-position: -22px 0;
}

.imgScrollBtn01_2:hover,
.imgScrollBtn01_3:hover {
  background-position: 0 -40px;
  background-color: #ef682f;
  color: #fff;
}

.title_small span {
  color: #0c0c0c;
}

.blog_listing:hover .title_small span {
  color: #ef682f;
}

.right_content {
  padding-right: 10px;
}

.maxWidth {
  text-align: center;
  max-width: 950px;
  margin: 10px auto 30px;
  position: relative;
}

.maxWidth p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.videoSection {
  float: left;
  width: 100%;
  padding: 40px 0;
  margin: 0;
  background: transparent linear-gradient(120deg, #3d3d51 0%, #000 100%) 0% 0% no-repeat padding-box;
}

.videoFeedback {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 20px;

}

.videoFeedback .image {
  position: relative;
  height: 285px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 24px;
  object-fit: cover;
  margin-bottom: 15px;
}

.videoFeedback .image img {
  height: 100%;
  object-fit: cover;
}

.videoFeedback .image:before {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: #000; */
  opacity: 0.4;
  -webkit-transition: opacity 180ms ease;
  transition: opacity 180ms ease;
}

.videoFeedback .image:after {
  border-radius: inherit;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.33);
}

.videoFeedback:hover .image:before {
  opacity: 0;
}


.videoFeedback .image:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: linear-gradient(10deg, rgba(17, 17, 17, .70196) 0, rgba(17, 17, 17, .01) 99%, #01102f 100%)
}


.feedbackStar {
  position: absolute;
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #f90;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  color: #f90;
  z-index: 9;
  top: 10px;
  left: 10px;
  border-radius: 20px;
}

.videoFeedback .image span {
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
  position: absolute;
  z-index: 99;
}

.videoFeedback .image span svg {
  color: #fff;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgb(255 255 255/1);
  border-radius: 100%;
  padding: 5px;
}

.videoTitle {
  display: flex;
  align-items: center;
  justify-content: center;

}

.videoTitle .vidoIcon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 10px;
  font-size: 24px;
  color: #ef682f;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoName {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  line-height: normal;
}

.videoFeedback:hover .videoName {
  color: #ef682f;
}



.mainCategory {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background-color: #fff;
}

.mainCategory:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/lines-black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
}

/* .mainCategory .maxWidth p {
  color: #fff;
} */

.mainCategory .gridFlex {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-around;
  margin-bottom: 30px;
  position: relative;

  box-shadow: 0 3px 5px 0 rgba(210, 210, 210, .75);
  transition: all .35s ease-in-out;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;

}

.mainCategory .leftImage,
.mainCategory .rightInfo {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  /* -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; */
}

.mainCategory .leftImage {
  width: 33.33333333%;
}

.mainCategory .rightInfo {
  width: 66.66666667%;
}

.mainCategory .gridFlex:nth-child(even) .rightInfo {
  -webkit-box-ordinal-group: -1;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.mainCategory .rightInfo .boxContent {
  width: 100%;
  padding: 0 20px;

}

.mainCategory .rightInfo .boxContent .blue-line1 {
  background: #eee;
}

.mainCategory .gridFlex .right_content .title4 {
  line-height: 24px;
  padding: 10px 0;
  text-align: left;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.mainCategory .gridFlex:hover .right_content .title4 a {
  color: #ef682f
}
.you_may {
  float: left;
  width: 100%;
  padding: 7px 10px;
  margin: 0 0 8px;
  line-height: 30px;
  background: #ef682f;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.sedexMember{
  position: absolute;
  left: 3%;
  top: 20%;
  background-color: #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.sedexMember img{
  width: 100%;
  height: auto;
}

.sedexMember2{
  position: absolute;
  right: 6%;
  bottom: 23%;
  width: 200px;
}
.sedexMember2 img{
  width: 100%;
  height: auto;
}

.sedexMemberHead{
  position: absolute;
  left: 4px;
  top: 48px;
  background-color: #fff;
  width: 180px;
  overflow: hidden;
  z-index: 9;
  height: auto;
}
.sedexMemberHead img{
  width: 100%;
  height: auto;
  z-index: 9;
  position: relative;
  margin:0;
}

.logoOption{
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.logoOption .footLogo{
  padding: 0;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  max-width: 97px;
  width: 100%;
  height: 48px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.logoOption .footLogo img{
  width: 100%;
  object-position: center;
  object-fit: contain;
  padding: 4px;

}