@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
.background_color {
  background: rgba(65, 128, 255, 0.75);
  background: linear-gradient(left, rgba(65, 128, 255, 0.75), rgba(65, 127, 253, 0.9));
}

.form-label-group input:-webkit-input-placeholder, .form-label-group input::-ms-input-placeholder, .form-label-group input::-moz-placeholder {
  color: transparent;
}

a,
.btn {
  color: #121921;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a.readmore-btn,
.btn.readmore-btn {
  background: #676a9e;
  border-radius: 30px;
  margin-top: 30px;
  padding: 10px 30px;
}

a:focus,
a:hover,
.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none;
  outline: 0;
}

.under-line {
  text-decoration: underline;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 20px;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Global */
body {
  font-family: "Poppins", sans-serif;
  background: #FFF;
  color: #121921;
  font-size: 15px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}

img {
  max-width: 100%;
}

input:focus {
  outline: none;
  box-shadow: none;
}

/* padding & margin */
.nopadding {
  padding: 0 !important;
}

.nopadd-bottom {
  padding-bottom: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.nomargin-bottom {
  margin-bottom: 0 !important;
}

.mt30 {
  margin-top: 30px;
}

.mt100 {
  margin-top: 100px;
}

.mb30 {
  margin-bottom: 30px;
}

.section-heading {
  margin-bottom: 30px;
}
.section-heading h4 {
  font-size: 26px;
  font-weight: 300;
}
.section-heading span {
  font-weight: 600;
  text-transform: uppercase;
}
.section-heading::after {
  position: relative;
  content: "";
  width: 80px;
  display: block;
  height: 3px;
  background: #ff8500;
  margin-top: 15px;
  top: 0;
}
.section-heading.text-center:after {
  margin: 15px auto 0;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
  color: #FFF !important;
}

.btn {
  background: #ff8500;
  color: #FFF;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  border-radius: 3px;
  font-weight: 400;
  text-align: center;
}
.btn:hover {
  color: #FFF;
  background: #ff8500;
}

.buttons-wrapper {
  margin: 30px 0 0;
}
.buttons-wrapper .button {
  margin: 0 5px 10px 5px;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 11px;
  line-height: 18px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.buttons-wrapper .button:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  background: inherit;
  content: "";
  opacity: 0.3;
}
.buttons-wrapper .button span {
  display: block;
  position: relative;
  left: 0;
}
.buttons-wrapper .button .button-wrapper {
  display: block;
  position: relative;
  left: 0;
}
.buttons-wrapper .button .button-wrapper .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  color: #FFF;
  transition: all 0.15s;
  -webkit-transition: all 0.15s;
  opacity: 0;
}
.buttons-wrapper .button .button-wrapper .text {
  padding: 17px 30px 15px 30px;
  transition: all 0.3s 0.05s;
  -webkit-transition: all 0.3s 0.05s;
}
.buttons-wrapper .button.grey-btn {
  background: #343434;
  color: #fff;
}
.buttons-wrapper .button.grey-btn::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  background: inherit;
  content: "";
  opacity: 0.3;
}
.buttons-wrapper .button.red-btn {
  background: #ff8500;
  color: #fff;
}
.buttons-wrapper .button.last-child {
  margin-right: 0;
}
.buttons-wrapper .button:hover::before {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s, opacity 0.5s, visibility 0s 0.5s;
  -webkit-transition: transform 0.5s, opacity 0.5s, visibility 0s 0.5s;
}
.buttons-wrapper .button:hover .icon {
  opacity: 1;
  left: 50%;
}
.buttons-wrapper .button:hover .text {
  left: 100%;
  opacity: 0;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@media screen and (max-width: 767px) {
  .md-text-center {
    text-align: center !important;
  }
}
.header .top-bar {
  background: #676a9e;
  border-bottom: 1px solid #EEE;
  color: #121921;
  font-size: 12px;
}
.header .top-bar .container-fluid {
  padding: 0 40px;
}
.header .top-bar .topbar-left {
  padding-left: 15px;
  padding-right: 15px;
}
.header .top-bar .topbar-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .top-bar .topbar-left ul li {
  display: inline-block;
  position: relative;
  padding: 10px 25px;
}
.header .top-bar .topbar-left ul li a {
  color: #FFF;
  font-size: 14px;
}
.header .top-bar .topbar-left ul li:last-child {
  border-left: none;
}
.header .top-bar .topbar-left ul li i {
  font-size: 15px;
  color: #FFF;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.header .top-bar .topbar-right {
  padding-left: 15px;
  padding-right: 15px;
}
.header .top-bar .topbar-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .top-bar .topbar-right ul li {
  display: inline-block;
  position: relative;
  border-left: 1px solid #EEE;
  padding: 10px 15px;
}
.header .top-bar .topbar-right ul li a {
  color: #121921;
}
.header .top-bar .topbar-right ul li:last-child {
  border-right: 1px solid #EEE;
}
.header .top-bar .topbar-right ul li i {
  font-size: 20px;
  color: #FFF;
  position: relative;
  top: 2px;
}
.header .logo {
  display: table;
}
.header .logo .logo-img {
  width: 230px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.header .logo .logo-img img {
  position: relative;
  z-index: 99;
}
.header .navbar-toggler {
  border: 0 solid #ff8500;
  font-size: 16px;
  line-height: 24px;
  margin: 32px 0 30px 15px;
  padding: 0;
  float: right;
  outline: none;
}
.header .navbar-toggler.menuicon {
  width: 20px;
  height: 14px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header .navbar-toggler.menuicon span {
  background: #000;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header .navbar-toggler.menuicon span:nth-child(1) {
  top: 0px;
}
.header .navbar-toggler.menuicon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .navbar-toggler.menuicon span:nth-child(3) {
  bottom: 0;
}
.header .navbar-toggler.menuicon.open span:nth-child(1) {
  top: 7px;
  transform: rotate(135deg);
}
.header .navbar-toggler.menuicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.header .navbar-toggler.menuicon.open span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}
.header .sticky-header .navbar-brand {
  padding: 15px 0 0;
}
.header .sticky-header .menu-bar {
  width: 100%;
  position: relative;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}
.header .sticky-header .menu-bar .menu-links {
  float: right;
  margin-right: 0px;
}
.header .sticky-header .menu-bar .menu-links .nav i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
}
.header .sticky-header .menu-bar .menu-links .nav > li {
  margin: 0px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
.header .sticky-header .menu-bar .menu-links .nav > li > a {
  border-radius: 0px;
  font-size: 15px;
  padding: 30px 15px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
}
.header .sticky-header .menu-bar .menu-links .nav > li > a:hover {
  background-color: transparent;
  color: #ff8500;
}
.header .sticky-header .menu-bar .menu-links .nav > li > a:active, .header .sticky-header .menu-bar .menu-links .nav > li > a:focus {
  background-color: transparent;
}
.header .sticky-header .menu-bar .menu-links .nav > li.active > a, .header .sticky-header .menu-bar .menu-links .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #ff8500;
}
.header .sticky-header .menu-bar .menu-links .nav > li:hover > a {
  color: #ff8500;
}
.header .sticky-header .menu-bar .menu-links .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  transition: all 0.5s ease;
}
.header .sticky-header .menu-bar .menu-links .nav > li > a.active {
  color: #ff8500;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu {
  background-color: #FFF;
  border: 1px solid #f1f1f1;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  visibility: hidden;
  width: 230px;
  z-index: 10;
  border-radius: 6px;
  top: 90%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li {
  border-bottom: 1px dashed #EEE;
  position: relative;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li a {
  color: #121921;
  display: block;
  font-size: 14px;
  padding: 10px 15px;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li a:hover {
  background-color: #f1f1f1;
  color: #ff8500;
  text-decoration: none;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:hover > a {
  color: #ff8500;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li > .sub-menu.left, .header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:hover .sub-menu.left {
  left: auto;
  right: 220px;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li .fa {
  color: inherit;
  display: block;
  float: right;
  font-size: 15px;
  position: absolute;
  right: 15px;
  top: 12px;
  opacity: 1;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li .fa.fa-nav {
  color: inherit;
  display: inline-block;
  float: none;
  font-size: 13px;
  margin-right: 5px;
  opacity: 1;
  position: unset;
  right: 10px;
  top: 12px;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  transition: all 0.5s ease;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:hover > .sub-menu :before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}
.header .sticky-header .menu-bar .other-logo {
  position: absolute;
  right: 0;
  top: 0;
}
.header .sticky-header .menu-bar .other-logo a {
  display: block;
}
.header .sticky-header .menu-bar .other-logo a img {
  max-width: 160px;
  margin: 15px 10px;
}
.header .sticky-header.is-fixed .navbar-toggler {
  margin: 28px 0 20px 15px;
}
.header .sticky-header.is-fixed .logo-img.fixed {
  display: block;
}
.header .sticky-header.is-fixed .logo-img.fixed img {
  margin-top: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header .sticky-header.is-fixed .menu-bar {
  position: fixed;
  background: #FFF;
  z-index: 99;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .header .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .header .sticky-header .menu-bar .other-logo a img {
    width: 130px;
  }
  .header .sticky-header .menu-bar .navbar-nav {
    margin-right: 20px;
  }
  .header .top-bar::before {
    width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .header .sticky-header .navbar-brand {
    padding: 5px 0 0;
  }
  .header .logo .logo-img img {
    margin-top: 5px !important;
  }
  .header .topbar-right {
    padding-left: 0;
    padding-right: 15px;
  }
  .header .topbar-left {
    padding-left: 15px;
    padding-right: 0;
  }
  .header .sticky-header .menu-bar .other-logo {
    right: 40px;
  }
  .header.is-fixed .menu-links .nav {
    height: auto;
  }
  .header.is-fixed .menu-links .nav > li > a {
    padding: 10px 15px;
  }
  .header.rs-nav .sticky-header .menu-links {
    position: fixed;
    width: 60px;
    height: 100%;
    left: -280px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: #FFF;
    margin: 0;
    z-index: 99;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }
  .header.rs-nav .sticky-header .menu-links li.open a {
    position: relative;
  }
  .header.rs-nav .sticky-header .menu-links.show {
    background: #676a9e;
    left: -1px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin: 0;
    width: calc(100% - 50px);
    height: 100%;
    padding: 15px 15px 5px 15px;
    overflow: hidden;
  }
  .header.rs-nav .sticky-header .menu-links .navbar-nav {
    height: auto;
  }
  .header.rs-nav .sticky-header .menu-links .navbar-nav > li > a {
    display: block;
    color: #FFF;
    padding: 20px 15px !important;
  }
  .header.rs-nav .sticky-header .menu-links .menu-logo {
    display: block;
    float: none;
    height: auto;
    max-width: 100%;
    padding: 20px 15px;
    width: 100%;
    text-align: center;
  }
  .header.rs-nav .sticky-header .menu-links .menu-logo a {
    display: inline-block;
  }
  .header.rs-nav .sticky-header .menu-links .menu-logo a img {
    max-width: unset;
    width: 130px;
    vertical-align: middle;
  }
  .header.rs-nav .sticky-header .navbar-toggler.open span {
    background: #FFF;
  }
  .header.rs-nav .sticky-header .navbar-toggler.open::after {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    outline: none;
    right: 0px;
    top: -20px;
    transform: scale(100);
    -o-transform: scale(100);
    -moz-transform: scale(100);
    -webkit-transform: scale(100);
    width: 100%;
    z-index: -1;
    transition: all 0.5s;
    transform-origin: top right;
    margin: 0 0px 0px 10px;
    box-shadow: 0 0 0 500px rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (max-width: 767px) {
  .header .top-bar {
    padding: 5px 0;
  }
  .header .top-bar [class*=col-] {
    width: 100%;
    text-align: right;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .top-bar [class*=col-]:last-child {
    border-bottom: none;
  }
  .header .topbar-center,
.header .topbar-left,
.header .topbar-right {
    display: black;
    width: 100%;
    text-align: center;
    padding: 3px 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .topbar-left ul li {
    padding: 0 5px;
  }
  .header .sticky-header .menu-logo {
    width: 100px;
    max-width: 100px;
    height: 50px;
  }
  .header .sticky-header .menu-logo img {
    max-width: 100px;
  }
  .header .sticky-header.is-fixed .menu-logo {
    width: 100px;
    max-width: 100px;
    height: 50px;
  }
  .header .sticky-header.is-fixed .menu-logo a img {
    vertical-align: sub;
  }
  .header .sticky-header.is-fixed .menu-links .nav {
    flex-wrap: unset;
  }
  .header .sticky-header.is-fixed .menu-links .nav > li > a {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .header .top-bar .topbar-left {
    padding: 0;
  }
  .header .top-bar .topbar-left ul li {
    padding: 0 5px;
  }
  .header .top-bar .topbar-left ul li i {
    margin-right: 10px;
  }
  .header .top-bar .topbar-left ul li a {
    font-size: 11px;
  }
  .header .sticky-header .menu-bar .other-logo a img {
    max-width: 115px;
    margin: 8px 10px;
  }
  .header .sticky-header .navbar-toggler {
    margin: 20px 0 20px 15px;
  }
  .header .sticky-header .logo .logo-img {
    width: 135px;
  }
  .header .sticky-header .logo .logo-img.logo-img1 {
    width: 125px !important;
  }
  .header .sticky-header.is-fixed .navbar-toggler {
    margin: 20px 0 20px 15px;
  }
}
/* footer Start */
footer {
  background: #565656;
  font-size: 14px;
  color: #FFF;
}
footer a {
  color: #FFF;
}
footer .footer-inner .footer-middle {
  padding: 45px 0 30px;
  border-bottom: 1px solid rgba(241, 241, 241, 0.15);
  color: #FFF;
}
footer .footer-inner .footer-middle .product-link li {
  display: inline-block;
  width: 48%;
}
footer .footer-inner .footer-middle .footer-static-block ul {
  margin: 0;
}
footer .footer-inner .footer-middle .footer-static-block ul li {
  padding: 8px 0;
}
footer .footer-inner .footer-middle .footer-static-block ul li a {
  color: #FFF !important;
}
footer .footer-inner .footer-middle .footer-static-block ul li a:hover {
  color: #ff8500 !important;
}
footer .footer-inner .footer-middle .footer-static-block .f-logo {
  margin-bottom: 20px;
}
footer .footer-inner .footer-middle .footer-static-block .title {
  text-transform: uppercase;
  position: relative;
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 30px;
}
footer .footer-inner .footer-middle .footer-static-block .title span {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50px;
  height: 3px;
  background: #ff8500;
}
footer .footer-inner .footer-middle .footer-static-block .footer-block-contant {
  display: block;
}
footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li {
  position: relative;
  display: block;
  padding: 10px 0 10px 30px;
}
footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li:last-child {
  padding-bottom: 0;
}
footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li i {
  position: absolute;
  color: #ff8500;
  left: 0;
  top: 13px;
  font-size: 18px;
}
footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li a {
  display: block;
  width: auto;
  height: auto;
  border-radius: inherit;
  border: none;
}
footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li a:hover {
  color: #FFF;
}
footer .footer-inner .footer-bottom {
  background: #676a9e;
  padding: 20px 0;
}
footer .footer-inner .footer-bottom .footer_social {
  text-align: right;
}
footer .footer-inner .footer-bottom .footer_social ul.social-icon {
  margin-bottom: 0;
}
footer .footer-inner .footer-bottom .footer_social ul.social-icon li {
  display: inline-block;
}
footer .footer-inner .footer-bottom .footer_social ul.social-icon li .fa {
  font-size: 24px;
  color: #ff8500;
  padding: 0 15px;
}

/* footer End */
/* loading Start */
#loading-icon-bx {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 9999;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
}

/* loading End */
/* scroll top Start */
button.back-to-top {
  background: #ff8500;
  border-radius: 4px;
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  box-shadow: 2px 2px 12px -5px #000;
  color: #FFF;
  outline: none;
  cursor: pointer;
  display: none;
  height: 40px;
  line-height: 26px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 40px;
  z-index: 999;
}

/* scroll top End */
@media only screen and (max-width: 1199px) {
  footer .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-bottom .copy-right,
footer .footer-inner .footer-bottom .footer_social {
    text-align: center;
  }
  footer .footer-inner .footer-bottom .copy-right {
    padding: 15px 0;
  }
}
@media screen and (max-width: 575px) {
  footer .footer-inner .footer-bottom .footer_social ul.social-icon li .fa {
    font-size: 20px;
    padding: 0 10px;
  }
}
/* homeslider Start */
.homeslider .slider-list .slider-img {
  position: relative;
}
.homeslider .slider-list .slider-img img {
  width: 100%;
}
.homeslider .slider-list .slider-img .slider-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.homeslider .slider-list .slider-img .slider-content h2 {
  color: #FFF;
  font-weight: 300;
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.homeslider .slider-list .slider-img .slider-content h2 b {
  font-weight: 700;
  font-size: 56px;
  display: block;
  text-transform: none;
}
.homeslider .owl-dots {
  margin-top: -60px;
  position: relative;
  z-index: 9;
}
.homeslider .owl-dots .owl-dot span {
  background: #676a9e !important;
}
.homeslider .owl-dots .owl-dot.active span {
  background: #ff8500 !important;
}
@media screen and (max-width: 767px) {
  .homeslider .slider-list .slider-img img {
    min-height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homeslider .slider-list .slider-img .slider-content h2 {
    font-size: 24px;
    letter-spacing: normal;
    text-transform: none;
  }
  .homeslider .slider-list .slider-img .slider-content h2 b {
    font-size: 26px;
  }
}

.product-thumb {
  background: #FFF;
  border: 1px solid #EEE;
  position: relative;
  margin: 0 -7.5px 15px;
  text-align: center;
  box-shadow: 2px 5px 8px -2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}
.product-thumb .product-image {
  overflow: hidden;
}
.product-thumb .product-image img {
  transition: all 0.3s ease 0s;
}
.product-thumb p {
  background: #ff8500;
  color: #FFF;
  padding: 15px;
  margin: 0;
  line-height: 1.5;
}
.product-thumb .buttons-wrapper {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 9;
  top: calc(50% - 20px);
  left: 0;
  opacity: 0;
  margin: 0;
}
.product-thumb:hover {
  background: #f1f1f1;
  box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.08);
}
.product-thumb:hover .product-image img {
  transform: scale(1.1);
}
.product-thumb:hover .buttons-wrapper {
  opacity: 1;
}

/* owl-carousel */
.owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s;
}
.owl-carousel .owl-nav [class*=owl-] .fa {
  display: none;
}
.owl-carousel .owl-nav [class*=owl-]::after, .owl-carousel .owl-nav [class*=owl-]::before {
  position: absolute;
  border: 5px #EEE solid;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: inherit;
  -webkit-border-radius: inherit;
}
.owl-carousel .owl-nav [class*=owl-]:hover::after, .owl-carousel .owl-nav [class*=owl-]:hover::before {
  border: 5px #ff8500 solid;
}
.owl-carousel .owl-nav .owl-prev {
  left: -35px;
  background: #FFF url(../images/prev-icon.png);
  background-size: 120px;
}
.owl-carousel .owl-nav .owl-prev:hover {
  background-position: -60px 0;
}
.owl-carousel .owl-nav .owl-next {
  right: -35px;
  background: #FFF url(../images/next-icon.png) -60px 0;
  background-size: 120px 60px;
}
.owl-carousel .owl-nav .owl-next:hover {
  background-position: 0 0;
}
.owl-carousel .owl-dots .owl-dot {
  margin: 5px;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #f1f1f1;
  transition: all 0.15s;
  -webkit-transition: all 0.15s;
}
.owl-carousel .owl-dots .owl-dot span:hover {
  background: #ff8500;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #ff8500;
  transform: scale(1.3);
  -webkit-transform: scale(1.5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* about-content Start */
.about-content {
  overflow: hidden;
  padding: 50px 0;
}
.about-content .about-text {
  max-width: 900px;
  margin: 0 auto;
}
.about-content .about-text b {
  font-weight: 600;
}
.about-content .about-text b.red {
  color: red;
}
.about-content .about-text ul {
  margin-left: 20px;
}
.about-content .about-text ul li {
  line-height: 25px;
  list-style: disc;
  margin-bottom: 5px;
}
.about-content .about-text ul.list li {
  margin-bottom: 20px;
}

/* work-content */
.work-content {
  padding: 50px 0;
  background: #fbfbfb;
  overflow: hidden;
}

/* client-content  */
.client-content {
  padding: 50px 0;
}
.client-content .client-slider {
  margin-top: 30px;
}
.client-content .client-slider .owl-stage-outer {
  justify-content: center;
  display: flex;
}
.client-content .client-slider li {
  border: 1px solid #EEE;
  border: 1px solid #EEE;
  box-shadow: 2px 5px 8px -2px rgba(0, 0, 0, 0.1);
  margin: 5px;
}
.client-content .client-slider li img {
  width: auto;
  height: 120px;
  margin: 0 auto;
  padding: 20px;
}

/* Testimonials */
.testimonial {
  position: relative;
  background: url("../images/contact-bg.jpg") no-repeat;
  padding: 50px 0;
  background-attachment: fixed;
}
.testimonial::before {
  content: "";
  position: absolute;
  background: #121921;
  opacity: 0.85;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonial .container {
  position: relative;
  z-index: 9;
}
.testimonial .testimonial-bx .testimonial-thumb {
  position: relative;
  z-index: 9;
  width: 80px;
  border-radius: 50px;
  overflow: hidden;
  margin: 20px auto -50px;
  border: 3px solid #FFF;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
}
.testimonial .testimonial-bx .testimonial-info {
  margin: 25px 0 0;
}
.testimonial .testimonial-bx .testimonial-info h5 {
  color: #ff8500;
  margin-bottom: 0;
}
.testimonial .testimonial-bx .testimonial-info p {
  color: #000;
  font-size: 15px;
  margin: 0;
}
.testimonial .testimonial-bx .testimonial-content {
  background: #FFF;
  position: relative;
  max-width: 800px;
  margin: 20px 5px 50px;
  padding: 50px 55px 20px;
  box-shadow: 2px 3px 8px 2px #EEE;
}
.testimonial .testimonial-bx .testimonial-content::before, .testimonial .testimonial-bx .testimonial-content::after {
  color: #ff8500;
  font-family: fontawesome;
  position: absolute;
  font-size: 30px;
}
.testimonial .testimonial-bx .testimonial-content::before {
  top: 12px;
  content: "\f10d";
  left: 10px;
}
.testimonial .testimonial-bx .testimonial-content::after {
  bottom: 10px;
  content: "\f10e";
  right: 10px;
}
.testimonial .testimonial-bx .testimonial-content p {
  color: #000;
  font-size: 15px;
  margin: 0;
}

/* contact-page */
.contact-page {
  position: relative;
  background: url("../images/contact-bg.jpg") no-repeat;
  padding: 70px 0 10px;
  background-attachment: fixed;
}
.contact-page::before {
  content: "";
  position: absolute;
  background: #676a9e;
  opacity: 0.85;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-page .contact-text {
  background: #ff8500;
  padding: 30px;
  border: 1px solid #EEE;
  margin-bottom: 50px;
  color: #FFF;
}
.contact-page .contact-text .heading-bx.left .title-head {
  font-weight: 300;
  padding-left: 15px;
  border-left: 5px solid #FFF;
}
.contact-page .contact-text .heading-bx.left p {
  color: #FFF;
}
.contact-page .contact-text ul li {
  position: relative;
  padding: 13px 0 13px 30px;
  border-bottom: 1px solid #EEE;
  line-height: 30px;
  margin-bottom: 10px;
}
.contact-page .contact-text ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.contact-page .contact-text ul li i {
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 18px;
  color: #FFF;
}
.contact-page .contact-bx {
  padding: 30px 0;
  color: #FFF;
}
.contact-page .contact-bx .title-head {
  font-weight: 300;
}
.contact-page .contact-bx .form-group .input-group {
  display: block;
  position: relative;
}
.contact-page .contact-bx .form-group .input-group label {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-page .contact-bx .form-group .input-group .form-control {
  color: #FFF;
  width: 100%;
  border-width: 0 0 1px 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
}
.contact-page .contact-bx .form-group .input-group .form-control textarea {
  height: 120px;
}
.contact-page .contact-bx .form-group .input-group input:focus,
.contact-page .contact-bx .form-group .input-group select:focus,
.contact-page .contact-bx .form-group .input-group textarea:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #ff8500;
}
.contact-page .contact-bx .form-group.focused .input-group label {
  color: #ff8500;
  top: -8px;
  font-size: 10px;
}
.contact-page .contact-bx .btn {
  text-transform: uppercase;
  margin-top: 10px;
}

.home-about-content {
  overflow: hidden;
  padding: 80px 0;
  background-image: url("../images/about-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.home-about-content .about-txt {
  background: hsla(0deg, 0%, 100%, 0.85);
  padding: 95px 15% 95px 30px;
}
@media screen and (max-width: 767px) {
  .home-about-content {
    padding: 50px 0 40px;
  }
  .home-about-content .about-txt {
    padding: 30px 20px;
  }
}

/** page-banner **/
.page-banner {
  position: relative;
  padding: 40px 0 30px;
  background-position: center center;
}
.page-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #676a9e;
  opacity: 0.9;
}
.page-banner h3 {
  font-size: 50px;
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 1;
}

/** breadcrumb **/
.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.breadcrumb ul[class*=list-] {
  font-size: 15px;
  margin: 0 auto;
}
.breadcrumb ul[class*=list-] li {
  font-size: 18px;
  padding: 0;
  margin-right: 3px;
  color: #FFF;
  display: inline-block;
}
.breadcrumb ul[class*=list-] li:after {
  content: "\f105";
  margin-left: 7px;
  color: #FFF;
  font-family: fontawesome;
  opacity: 0.4;
}
.breadcrumb ul[class*=list-] li .fa {
  opacity: 0.8;
  margin-right: 10px;
}
.breadcrumb ul[class*=list-] li:last-child::after {
  display: none;
}
.breadcrumb ul[class*=list-] li a {
  color: #FFF;
}

/* main-section */
.main-section {
  min-height: 550px;
}
.main-section .contact-page {
  background: #FFF;
}
.main-section .contact-page::before {
  display: none;
}
.main-section .contact-page .contact-bx {
  color: #121921;
  padding: 0 0 50px 0;
}
.main-section .contact-page .contact-bx .form-group .input-group .form-control {
  color: #121921;
}
.main-section .contact-page .gmap {
  margin-left: -30px;
}
.main-section .client-page {
  padding: 50px 0;
}
.main-section .client-page .client-list {
  margin-top: 30px;
}
.main-section .client-page .client-list li {
  display: inline-block;
  width: calc(33% - 30px);
  margin: 0 15px 30px;
  border: 1px solid #EEE;
  box-shadow: 2px 5px 8px -2px rgba(0, 0, 0, 0.1);
}
.main-section .client-page .client-list li img {
  width: auto;
  margin: 0 auto;
  padding: 20px;
}
.main-section .work-content {
  background: #FFF;
}
.main-section .work-content .product-thumb {
  border: 1px solid #EEE;
  box-shadow: 2px 5px 8px -2px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
}
.main-section .vision-content {
  background: #f1f1f1;
  padding: 1px 20px 10px;
  border: 1px solid #EEE;
  box-shadow: 2px 5px 8px -2px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}
.main-section .about-content .about-text {
  max-width: 100%;
}
.main-section .about-content .product-thumb::after {
  display: none;
}
.main-section .about-content.profile-content {
  padding-bottom: 0;
}
.main-section .about-content.profile-content .about-text {
  max-width: 100%;
  padding-bottom: 50px;
}
.main-section .about-content.profile-content .profile-img {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .main-section .about-content.profile-content .about-text {
    padding-bottom: 0;
  }
  .main-section .about-content.profile-content .profile-img {
    position: relative;
  }
  .main-section .client-page .client-list li {
    width: calc(33.3333333333% - 33px);
  }
}
@media screen and (max-width: 768px) {
  .main-section .client-page .client-list li {
    width: calc(50% - 33px);
  }
}
@media screen and (max-width: 575px) {
  .page-banner {
    padding: 20px 0 10px;
  }
  .page-banner h3 {
    font-size: 30px;
    margin: 0;
  }
  .breadcrumb {
    margin: 0;
    padding: 5px 0;
  }
  .main-section .client-page {
    padding: 20px 0;
  }
  .main-section .client-page .client-list li {
    width: calc(50% - 18px);
    margin: 10px 8px;
  }
}/*# sourceMappingURL=main.css.map */