html {
  height: 100%;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  overflow-x: hidden;
  background-color: #172430;
  background-image: url(images/body-bg.png);
  background-position: left top;
  background-size: auto;
  color: #fff;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #111;
  text-decoration: none;
}

.active {
  /*background:#dd6718;*/
  color: #111;
}

.visited {
  /*background:#dd6718;*/
  color: #111;
}

.focus {
  /*background:#dd6718;*/
  color: #111;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mtp10 {
  margin-top: 10px;
}

.mtp20 {
  margin-top: 20px;
}

.mtp30 {
  margin-top: 30px;
}

.mtp40 {
  margin-top: 40px;
}

.mtp50 {
  margin-top: 50px;
}

.mtp80 {
  margin-top: 80px;
}

.mbt10 {
  margin-bottom: 10px;
}

.mbt20 {
  margin-bottom: 20px;
}

.mbt30 {
  margin-bottom: 30px;
}

.mbt40 {
  margin-bottom: 40px;
}

.mbt50 {
  margin-bottom: 50px;
}

.mbt60 {
  margin-bottom: 60px;
}

.mbt70 {
  margin-bottom: 70px;
}

.mbt80 {
  margin-bottom: 80px;
}

.mbt90 {
  margin-bottom: 90px;
}

.mbt100 {
  margin-bottom: 100px;
}

.minmum-height {
  min-height: 400px;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.pdng1 {
  padding: 0;
}

.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

.top-bar {
  color: #fff;
  position: relative;
  background: #000;
}
.top-bar p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
}
.top-bar .top-phone {
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
}

.logo-sec {
  padding: 10px 0;
}
.logo-sec .mbl-logo img {
  width: 200px;
  padding: 5px 0;
}
.logo-sec .search-sec {
  margin-top: 20px;
  height: 48px;
  padding: 0px;
  outline: none;
  position: relative;
  border: 1px solid #000000;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.logo-sec .search-sec .h-fld.form-control {
  background: transparent;
  height: 48px;
  border: none;
  outline: none;
  font-size: 14px;
}
.logo-sec .search-sec .h-fld.form-control:focus {
  background: transparent;
  box-shadow: none;
}
.logo-sec .search-sec .searchbtm {
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
  border: none;
  width: 48px;
  height: 48px;
  background: #000;
}
.logo-sec .search-sec .searchbtm img {
  width: 20px;
  filter: brightness(0) invert(1);
}
.logo-sec .phone-txt {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.logo-sec .phone-txt ul {
  text-align: right;
}
.logo-sec .phone-txt ul li {
  display: inline-block;
  margin-right: 16px;
}
.logo-sec .phone-txt ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.logo-sec .menu-sec {
  position: relative;
  margin-top: 10px;
}
.logo-sec .menu-sec li.phone-menu {
  text-align: left;
  float: right;
}
.logo-sec .menu-sec .menusub-title {
  text-align: left;
  color: #cf9916;
  font-weight: 700;
}

.speaker-list {
  padding-bottom: 20px;
}
.speaker-list ul {
  margin-top: 24px;
  text-align: right;
}
.speaker-list ul li {
  display: inline-block;
  margin-right: 16px;
}
.speaker-list ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.speaker-list ul li i {
  margin-right: 5px;
  color: #fff;
}

.speaker-list ul li .left-menu {
  background: #26313b none repeat scroll 0 0;
  right: 5px;
  padding: 10px;
  position: absolute;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  top: 68px;
  z-index: 9999999999;
  /*    border: 1px solid #adbcc1;*/
  width: 300px;
}
.speaker-list ul li .left-menu .search-sec {
  width: 100%;
  float: left;
  background: #000;
  border: 1px solid #000;
  height: 40px;
  font-size: 13px;
  margin-top: 15px;
  border-radius: 45px;
}
.speaker-list ul li .left-menu .search-sec .search-fld {
  width: 89%;
  outline: none;
  border-right: none;
  padding: 5px 17px;
  background: transparent;
  border: none;
}
.speaker-list ul li .left-menu .search-sec .search-btm {
  background: transparent;
  width: 10%;
  height: 34px;
  color: #fff;
  outline: none;
  border: none;
  margin-left: -4px;
  margin-top: 2px;
}

.speaker-list ul li:hover .left-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.speaker-list ul li:last-child {
  margin-right: 0;
  text-align: right;
}

/********************
*****Slide effect
**********************/
.fade {
  opacity: 1;
}

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
  top: auto;
  position: relative;
}

.fade .item.active {
  opacity: 1;
  z-index: 2;
  transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
  top: 44%;
  opacity: 1;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #000;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 45px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: #fff;
  opacity: 0;
  border-radius: 50%;
  transition: all linear 0.5s;
}

.control-round:hover .carousel-control {
  opacity: 1;
}

.control-round .carousel-control.left {
  left: 0%;
}

.control-round .carousel-control.right {
  right: 0%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fff;
  background: #000;
  border: 0px transparent;
}

.control-round .carousel-control.left > span:nth-child(1) {
  left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
  right: 45%;
}

.carousel-inner {
  position: relative;
  width: 100%;
  z-index: 1;
}

.carousel-inner {
  overflow: hidden;
}

.home-bnnr .slider-text {
  position: absolute;
  right: 0;
  bottom: 120px;
  left: 0;
  z-index: 99;
}
.home-bnnr .slider-text .slider-txt-bg {
  width: 100%;
}
.home-bnnr .slider-text .slider-txt-bg .slider-subtxt {
  font-size: 24px;
  color: #172430;
}
.home-bnnr .slider-text .slider-txt-bg img {
  width: 360px;
  margin: auto;
}
.home-bnnr .slider-text .slider-txt-bg h1 {
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
  letter-spacing: 2px;
}
.home-bnnr .slider-text .slider-txt-bg p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1.5px;
}
.home-bnnr .slider-text .slider-txt-bg .bnr-cont {
  color: #172430;
  font-size: 16px;
  border: none;
  padding: 12px 30px;
  letter-spacing: 1px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
}

.brand-sec {
  background: #172430;
  padding: 58px;
  text-align: center;
}
.brand-sec h2 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}

.home-bnr {
  padding: 50px 30px;
}

.cate-sec {
  padding: 60px 0 0;
}
.cate-sec .cate-list ul {
  text-align: center;
}
.cate-sec .cate-list ul li {
  display: inline-block;
  width: 18%;
}

.cate-box {
  padding: 0 20px;
  cursor: pointer;
}
.cate-box .icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  line-height: 1;
  padding: 15px;
  position: relative;
  text-align: center;
  vertical-align: top;
  z-index: 0;
}
.cate-box .icon::before {
  content: "";
  width: 90%;
  height: 90%;
  background: rgba(228, 58, 23, 0.6);
  position: absolute;
  top: 0;
  left: -30%;
  border-radius: 50%;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.cate-box .icon img {
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 1;
  width: 80px;
  top: -5%;
}
.cate-box h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
  font-weight: 500;
}

.cate-box:hover .icon::before {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  left: 0;
  width: 100%;
  height: 100%;
  top: -5%;
}

.featureproduct {
  padding: 80px 0 20px;
}

.h-title .title {
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.product-box {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
.product-box img {
  transition: opacity 0.35s;
  border-radius: 5px;
}
.product-box .product-box-txt {
  padding: 2em;
  color: #fff;
  z-index: 9;
  font-size: 1rem;
  backface-visibility: hidden;
  position: absolute;
  top: 45%;
  right: 0;
  width: 100%;
  text-align: center;
}
.product-box .product-box-txt .product-box-txt-captn {
  height: 100%;
  justify-content: center;
  padding: 0 2em;
}
.product-box .product-box-txt .product-box-txt-captn h5 {
  padding: 10px;
  font-size: 18px;
  color: #fff;
  transition: padding 0.25s ease-in-out;
}
.product-box .product-box-txt .product-box-txt-captn .linkbtm {
  font-size: 14px;
  display: inline-block;
  margin-top: -1em;
  background-color: #172430;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  z-index: 99;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.35s, transform 0.35s, margin 0.35s ease-in-out;
}
.product-box .product-subbox-txt {
  position: relative;
  margin-top: 13px;
}
.product-box .product-subbox-txt .product-title {
  font-size: 18px;
  font-weight: 500;
}
.product-box .product-subbox-txt .product-price {
  position: absolute;
  right: 0;
  top: 20px;
  font-weight: 800;
  font-size: 22px;
  color: #2b5563;
}
.product-box .product-subbox-txt .star-txt {
  color: rgba(228, 58, 23, 0.6);
}

.product-box:hover .product-box-txt .product-box-txt-captn .linkbtm {
  margin: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.product-box:hover .product-box-txt .product-box-txt-captn h5 {
  padding: 0 0 0.5em 0;
}

.about-sec {
  padding: 40px 0;
}
.about-sec .about-txt {
  margin-bottom: 20px;
}
.about-sec .about-txt .aboyt-sub-txt {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: 300;
}
.about-sec .about-txt h2 {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 22px;
}
.about-sec .mission-box {
  background: #151d24;
  padding: 25px;
  border-radius: 7px;
  margin-top: 20px;
  height: 210px;
}
.about-sec h4 {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.about-sec .about-img {
  padding-left: 70px;
}
.about-sec .about-img img {
  border-radius: 7px;
}

p {
  line-height: 28px;
  letter-spacing: 1px;
}

.exp-sec {
  background-image: url(./images/exp.jpg);
  padding: 80px 0 0;
  background-size: cover;
  text-align: center;
  background-position: bottom;
}
.exp-sec h2 {
  font-size: 44px;
  line-height: 60px;
}
.exp-sec .exp-tx {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 4px;
}

.exp-sub {
  border-top: 1px solid #4c4c4c;
  margin-top: 100px;
}
.exp-sub .exp-sub-box {
  padding: 30px;
  text-align: left;
  position: relative;
}
.exp-sub .exp-sub-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #4c4c4c;
}
.exp-sub .exp-sub-box .noxt {
  font-size: 58px;
  font-weight: 700;
}

.featureproduct.second {
  padding: 20px 0 0;
}

.core-vale {
  padding: 80px 0;
  background-color: #000000;
}
.core-vale .cor-box {
  background-image: url(./images/core-valu-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
}
.core-vale .cor-box img {
  width: 60px;
  margin-bottom: 40px;
  filter: brightness(0) invert(1);
}
.core-vale .cor-box p {
  height: 90px;
}

.footer {
  background-position: 0px 0px;
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
}
.footer .foter-left-img {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0.2;
}
.footer .footer-abot {
  padding-right: 100px;
}
.footer .txtt {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 19px;
  color: #bdbdbd;
}
.footer .f-title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
.footer p {
  color: #bdbdbd;
  line-height: 30px;
  margin-bottom: 20px;
}

.f-logo img {
  width: 320px;
  margin-bottom: 15px;
}

.sub-footer {
  padding-top: 26px;
  margin-top: 9px;
  background: #000;
}

.social-list ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-right: 10px;
}

.social-list ul li a {
  color: #fff;
  font-size: 16px;
}

.f-social-list {
  margin-bottom: 20px;
}
.f-social-list ul {
  margin-top: 30px;
}
.f-social-list ul li {
  display: inline-block;
  margin-right: 5px;
}
.f-social-list ul li a {
  color: #172430;
  font-size: 14px;
  background: #fff;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
.f-social-list ul li a::hover {
  color: #323232;
  background: #fff;
}

.footer-list {
  margin-bottom: 20px;
}
.footer-list ul li a {
  color: #bdbdbd;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 16px;
}

.sub-title {
  font-size: 26px;
  color: #6f4f37;
}

.newsletter-sec {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.newsletter-sec .newletter-form {
  margin-bottom: 5px;
}
.newsletter-sec .newletter-form .form-control {
  border-radius: 0;
  background: #fff;
  border: 1px solid #172430;
  color: #172430;
  height: 60px;
  width: 85%;
  float: left;
}
.newsletter-sec .newletter-form .newletter-btm {
  background: #e43a17;
  width: 15%;
  height: 60px;
  color: #fff;
  outline: none;
  border: none;
}
.newsletter-sec .newletter-form h4 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
}

.appnt-sec {
  padding: 40px 0;
}
.appnt-sec .appntbox {
  margin-bottom: 50px;
}
.appnt-sec .appntbox .one-txt {
  font-size: 21px;
  background: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #172430;
  line-height: 61px;
  font-weight: 800;
  margin-bottom: 16px;
}
.appnt-sec .appntbox-img {
  padding: 0px 80px;
  text-align: center;
  position: relative;
}
.appnt-sec .appntbox-img img {
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 20px;
}
.appnt-sec .appntbox-img .make-btm {
  position: absolute;
  bottom: 87px;
  left: 0;
  right: 0;
  background: #e43a17;
  display: inline-block;
  color: #fff;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 240px;
  margin: auto;
}

.mobile-search-sec {
  display: none;
}
.mobile-search-sec .m-search-sec {
  background: #ededed;
  border: none;
  height: 48px;
  padding: 0px;
  outline: none;
  position: relative;
}
.mobile-search-sec .m-search-sec .m-h-fld.form-control {
  margin-top: 40px;
  background: transparent;
  height: 48px;
  border: none;
  outline: none;
  font-size: 14px;
}
.mobile-search-sec .m-search-sec .m-h-fld.form-control:focus {
  background: transparent;
  box-shadow: none;
}
.mobile-search-sec .m-search-sec .m-searchbtm {
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
  border: none;
  width: 48px;
  height: 48px;
  background: #e43a17;
  color: #fff;
}/*# sourceMappingURL=cssstyle.css.map */