body {
  font-family: 'Roboto', 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 300;
  color: #000000;
  background: #fff;
}

a {
  color: #000000;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family:'Open Sans',Arial,Helvetica,sans-serif;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #000000;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #000;
  color: #fff;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(255,255,255,0.5);
}

#loader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #000000;
  border-top-color: #ffe9e3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-60{margin-top:60px;}
.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}
.mb-60{margin-bottom:60px;}

.header-logo img{max-height: 80px;}
#site-action{float: right;}
#site-menu{position: absolute;top: 0;left: 0;height: 80px;width: 100%;background: rgba(4, 12, 21, 0.9);z-index: 16;padding-left: 10%;padding-top: 45px;overflow: auto;}
#site-menu li{float: left;}
#site-menu a{font-size:16px;}
#hide-menu{cursor: pointer;font-size: 30px;color: #fff;position: absolute;right: 20px;top: 20px;}
#footer .social-links a {
    padding:5px 0 5px 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
    font-size: 20px;
}
h1.title-txt {
    color: #4b4e53;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 400;
	margin:auto auto 5px auto;
}
.title-txt span{color:#000000;}
#top-header {background-color: #000;}
#top-header a {
    color: #fff;
}

#top-contact-nav .social-icons {
    display: inline-block;
}

#top-header ul li {
    float:left;
	margin-right: 20px;
    font-weight: 400;
    padding: 10px 0;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.60px;
}
#top-header ul img {max-width: 18px;
    max-height: 18px;
    margin-right: 8px;}
#top-header .social-icons {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 8px;float: right;
}
#top-header .social-icons li {
    float: left;
    margin-right: 15px;
    list-style: none;
}
#top-header .ic-facebook {
    background: #4064ac;
    padding: 2px 6px;
    border-radius: 5px;
}
#top-header .ic-twitter {
    background: #007bb6;
    padding: 2px 6px;
    border-radius: 5px;
}
#top-header .ic-instagram{
    background: linear-gradient(293deg, rgba(246, 178, 85, 1) 0%, rgba(228, 113, 44, 1) 32%, rgba(207, 59, 139, 1) 68%, rgba(157, 51, 176, 1) 100%);
    padding: 2px 6px;
    border-radius: 5px;
}
#header {
	background:transparent;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0px;
  z-index: 3;
  width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 0;left: 0;
	border-bottom: 4px solid #ec3539;
}

#header.header-scrolled, #header.header-inner-pages {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px;
  padding: 12px 0;
}

#header .logo {
  margin:0px 20px;
  padding: 0;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}
#head-img{max-height: 80px;}
.site-nav{position:absolute;top:25px;right:0;}
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-action > ul {
  display: flex;
}

#site-action > ul > li {
  position: relative;
  white-space: nowrap;
  padding:5px 10px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000;
  transition: 0.3s;
  font-size: 15px;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 500;
  padding: 0 3px;
  text-align: right;
}
.page-inner #site-action.nav-menu a {color: #000;}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #15222b;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #000000;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
.header-contact{padding-top: 18px;}
a.btn-call{
    background: #000;border-radius: 5px;
    color: #fff;
    padding: 7px 15px;
}
.btn-whatsapp{}
.header-contact .icofont-brand-whatsapp{
	color: #049804;
    display: inline-block;
    font-size: 22px;
	margin-left: 18px;}
	
.page-intro-title{color: #333;font-size: 30px;
  font-weight: 600;
  padding-top: 20px;}
.page-intro{font-size: 18px;
  line-height: 26px;
  max-width: 900px;
  padding-top: 20px;
  font-family: 'Roboto', serif;}
.page-wraper{padding-top: 180px;}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}


.right-logo {
  display: inline-block;
  margin-right: 20px;
  max-width: 120px;
  transition: 0.3s;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #4b4e53;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #15222b;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #000000;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(4, 7, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

#home-carousel{
  width: 100%;
  height: 90vh;
  background-color: rgba(4, 12, 21, 0.8);
  overflow: hidden;
  position: relative;
}
#home-carousel .carousel, #home-carousel .carousel-inner, #home-carousel .carousel-item, #home-carousel .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#home-carousel .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#home-carousel .carousel-item::before {
  content: '';
  /*background-color: rgba(4, 12, 21, 0.3);*/
}

#home-carousel .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 50px;
  right: 50px;
  color: #fff;
}
.slide-info{background: #1c1c1c;
    width: 351px;
    height: 50%;
    position: absolute;
    top: 25%;
    bottom: 0;
    padding: 15px;
}
.stat-item-container{display: flex;margin: 30px 0px;}
.stat-item{width: 115px;text-align: center;}
.stat-item img{width:40px;}
.stat-item-c{font-size: 38px;font-weight: 700;font-family: 'ROBOTO';}
.stat-item-t{font-size: 19px;font-weight: 500;font-family: 'ROBOTO';}
#home-carousel h2 {
font-family: "Roboto Condensed";
  color: #fff;
    font-size: 43px;
    line-height: 45px;
    margin: 0;
}
.s-sd{color:#fff;
font-family: "Roboto Condensed";
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
}}
.description-txt{
	font-family: Alegreya;
    font-style: italic;
    color: rgb(195, 195, 195);
    text-decoration: none;
    text-align: inherit;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 19px;
	margin-top:20px;
	}

#home-carousel .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#home-carousel .carousel-inner .carousel-item,
#home-carousel .carousel-inner .active.carousel-item-left,
#home-carousel .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#home-carousel .carousel-inner .active,
#home-carousel .carousel-inner .carousel-item-next.carousel-item-left,
#home-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#home-carousel .carousel-inner .carousel-item-next,
#home-carousel .carousel-inner .carousel-item-prev,
#home-carousel .carousel-inner .active.carousel-item-left,
#home-carousel .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#home-carousel .carousel-control-prev, #home-carousel .carousel-control-next {
  width: 10%;
  top: 112px;
}

.owl-nav{position: absolute;top: 50%;width: 100%;}
#home-carousel .owl-prev, #home-carousel .owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next {
  font-size: 36px;
  line-height: 1;
  width: 60px;
  height: 60px;
  background: rgb(255, 255, 255);
  border-radius: 50px;
  padding: 10px !important;
  transition: 0.3s;
  color: #000;
  outline: none;border: none;
}

.owl-prev:hover,.owl-next:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.owl-prev{left: 10px;position: absolute;}
.owl-next{right: 10px;position: absolute;}

#home-carousel .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 20px;
  height: 5px;
  border-radius: 0px;
  opacity: .6;
  transition: 0.3s;
}

#home-carousel .carousel-indicators li.active {
  background: #ec3539;
  border-radius: 5px;
  opacity: 1;
}

#home-banner {
  width: 100%;
  background-size: cover;
  position: relative;
  padding:0px;
}

#home-banner .home-container {
  padding-top: 30px;
}
#home-banner .section-title{text-align: center;margin: 30px 0px;}
.home-more:hover {
  color:#000;
}
#home-counts{
	background-image: url(../img/bg-counter.jpg);
	background-position: top;
    background-attachment: fixed;
    position: relative;
}
#home-counts:before{
	content: "";
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.inquiry-form input[type=email], .inquiry-form input[type=password], .inquiry-form input[type=tel], .inquiry-form input[type=text], .inquiry-form select, .inquiry-form textarea{
border: 1px solid #bbb;
border-radius: 0;
    margin-bottom: 15px;	
}
.count-holder {color: #000;font-weight: bold;font-size: 80px;margin: 15px 0px;text-align: center;text-shadow: 2px 2px #ff9700;}
.counter-title{text-align: center;font-size: 18px;font-weight: 400;}
.scroll-cont{width:40px;height:40px;position:absolute;bottom:0;left:50%;margin-left:-20px;text-align:center;z-index:20;-webkit-animation:scroll-down-anim ease-in-out 1s infinite;animation:scroll-down-anim ease-in-out 1s infinite}
.scroll-down{color:#4b4e53;font-size:32px}
@-webkit-keyframes scroll-down-anim
{
	0%{
		-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@keyframes scroll-down-anim{0%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(0);transform:translateY(0)}
		100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}
		}
		
@media (min-width: 1024px) {
  #home-banner {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
	
  #home-banner h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #home-banner h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #topbar .logo img{max-height: 80px;}
  #topbar h1.title-txt{font-size: 25px;line-height: 20px;margin: 20px auto 15px auto;}
  .social-links{text-align: center;margin-top: 20px;}
  .scroll-cont{bottom: 80px;left: 25%;}
  #header{background: transparent;}
}

section {
  padding: 60px 0;
  overflow: hidden;
}
section.full-section{padding: 0px;margin-bottom: 80px;}
.full-section  .s-t{padding: 50px;}
.section-bg {
  background-color: #f0f4f8;
}
.section-1 {
    color: #fff;
    background-color: #000;
    background-position: top;
    background-attachment: fixed;
	position:relative;
}
.section-1:before{content: "";
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;}
.page-title{text-align: center;font-size: 40px;}
.section-title {}
.full-section video{max-width: 100%;-o-object-fit: cover;object-fit: cover;display: block;}
.section-title h2 {
  font-size: 25px;
    font-weight: 500;
    padding-top: 0px;
    line-height: 35px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    color: #333;
    font-family: 'Roboto',Arial,Helvetica,sans-serif;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  color: #263d4d;
}
#home-category{margin-bottom: 50px;}
.sector-section{background-color: #fff;}
.sector-section .card{border: none;border-radius: 0;}
.type-one .cat-item{position: relative;padding: 15px;}
.type-one .card{border: 3px solid #fff;
    box-shadow: 0 0 15px #00000063;
    border-radius: 10px;}

.type-one .card a{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.type-one .card a:after{content: " ";position: absolute;width: 100%;height: 100%;}
.type-one .card a:hover .card-body{bottom: 175px;}
.type-one img{border-radius: 10px;}
.type-one .card-body{
  background: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 80px;
  transform: translateY(100%);
  padding: 30px;
  z-index: 1;
  transition: .5s ease;
  transition-property: transform,bottom;
  color: #fff;
  width: 100%;
}
.type-one .card-title{font-size: 16px;line-height: 30px;margin-bottom: 20px;}

.type-two .card{border: none;}
.type-two .card-body{position: absolute;bottom: 10px;color: #fff;padding: 0;width: 80%;}
.type-two .card-title{font-size: 18px;
  line-height: 30px;
  margin-bottom: 0px;
  background: #000;
  color: #333;
  position: relative;
  padding: 2px 15px;}
  .type-two .card-title:after {
    background: #112546;
    content: " ";
    right: -8px;
    height: 100%;
    transform: skewX(23deg);
    top: 0;
    width: 13px;
    position: absolute;
}
#about-us{padding: 0;}
#about-us .content{font-family: 'Open Sans',Arial,Helvetica,sans-serif;font-weight: 300;padding-top: 15px;}
#videobcg{width: 135%;padding-left: 20%;}
#about-us .title-txt{font-size: 40px;}

.company-logo{max-width: 250px;margin: auto;}

.product-boxes .card ,.sector-boxes .card {
  background: #fff;margin-bottom: 30px;border: none;border-radius: 0;
}

.product-boxes,.sector-boxes {margin-top: 30px;margin-bottom: 20px;}
.product-boxes .card-body{padding: 10px 0px;color: #000;}
.product-boxes .card-txt{font-size: 12px;}
.product-boxes .card-link a{
  padding: 10px;
    font-size: 12px;
    font-weight: 300;
	text-align:center;
	display:block;
	background-color:#000000;
	color:#FFF;
}
#home-featured{position: relative;}
.opening-row .section-title{padding: 0;}
.op-desc{margin-top: 20px;padding-bottom: 20px;}
.team-member{margin-bottom: 100px;}
.team-member .card{
  margin: 20px;
}
.team-member .card-body{
    border-width: 0px 0px 3px 0px;
    border-color: #000;
    border-style: solid;
}
@media (max-width: 1024px) {
  .home-product-boxes {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f0f4f8;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

.hcp-links p{margin-bottom: 20px;}
.home-client-products  a {
  color: #fff;
    transition: 0.3s;
    background-color: #9c1920;
    padding: 5px 15px;
    margin-left: 20px;
    max-width: 300px;
    border-radius: 16px;
    padding-right: 40px;
    position:relative;
}
.home-client-products  a::after{content: "\eaa0";font-family: IcoFont;position: absolute;right: 5px;}
.choose-ring,.bg-banner-img{
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.choose-ring::before,.bg-banner-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.2);
}

.bg-one{background-image: url("../img/bg-product.jpg");}
.bg-two{background-image: url("../img/bg-customized.jpg");}
.bg-1{background-image: url("../img/bg-product.jpg");}
.bg-2{background-image: url("../img/bg-product.jpg");}
.bg-3{background-image: url("../img/bg-about.jpg");}
.bg-4{background-image: url("../img/bg-home-products.jpg");}
.bg-5{background-image: url("../img/parallax-two.jpg");}
.inner-first{padding-top: 30px;background: #000;background-image: url(../img/bg-counter.jpg?v=1);color: #fff;background-position: top;
    background-attachment: fixed;
    position: relative;}
.inner-first:after{content: "";position: absolute;width: 100%;height: 100%;background: linear-gradient(80deg,rgba(255,255,255,.1),rgba(0,0,0,.9));top: 0;}
.inner-first .container {position: relative;z-index: 1;}
.inner-first hr{border-top: 1px solid rgba(255,255,255,.2);}
.page-subtext{text-align: center;}
.choose-ring{background-image: url("../img/parallax-one.jpg?v=1");}
.news-container{position: relative;}

.news-container:after{content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  top: 0;}
.banner-style-1{
  position:relative;
  background: url("../img/parallax-two.jpg");
    background-attachment: fixed;
    background-position: center;
  }
.banner-style-1:after{content:"";position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);}
.banner-style-1 .left-block{
      padding: 60px;background: rgba(0,0,0,0.4);
    }
  .banner-style-1 .section-title p{color: #ffffff;}
  .right-content{padding-top: 90px;
    padding-bottom: 90px;
    background-color: #000000;
    color: #fff;
    padding-left: 20px;
}
.choose-ring .section-header {
  margin-bottom: 40px;
}

.choose-ring .choose-ring-item {
  text-align: center;
  color: #fff;
}

.choose-ring .choose-ring-item .choose-ring-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.choose-ring .choose-ring-item h3 {
  font-size: 50px;
  font-weight: 400;
  margin: 70px 0 50px 0;
  color: #fff;
}

.choose-ring .choose-ring-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.choose-ring .choose-ring-item .quote-icon-left, .choose-ring .choose-ring-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.choose-ring .choose-ring-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.choose-ring .choose-ring-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.choose-ring .choose-ring-item p {
  margin: 0 auto 15px auto;
  color: #eee;
}

.choose-ring .owl-nav, .choose-ring .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.choose-ring .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.choose-ring .owl-dot.active {
  background-color: #000000 !important;
}
.heading-type-1{font-size: 50px;
  font-weight: 400;
  margin: 10px 0 10px 0;
  color: #fff;}
.btn-site{border-radius: 20px;
    font-size: 12px;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;}
.btn-huge {
    padding: 20px 40px;
}
.btn-configurator{
  width: 300px;
  text-align: center;
  background: #fff;
  border: none;
  color: #000;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  border-radius: 35px;
}
.btn-configurator:hover{color:#000;}
@media (min-width: 1024px) {
  .choose-ring,.bg-5 {
    background-attachment: fixed;
  }
}

.bg-product{}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #e5edf3;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #000000;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #000000;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc1b0;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  position: relative;
}

.team .container {
  position: relative;
  z-index: 10;
}

.team .member {
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #15222b;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #7fa5c0;
  bottom: 0;
  left: 0;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #477392;
}

.team .member .social a:hover {
  color: #000000;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  background: #fff;
  color: #444444;
  padding: 30px 0 30px 0;
}

.contact .info-box i.small-icon {
  color: #FFF;
  background-color: #000000;
  border-radius: 50%;
  padding: 5px;margin-right: 5px;
}
.contact .info-box i.icofont-location-pin{
  color: #000000;font-size: 30px;border: 1px dotted #000000;border-radius: 50%;
  margin-bottom: 24px;padding: 10px 12px;}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 25px 0px 5px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact-form{background: #fff;padding: 15px;}
.error .form-control{border-color:#000000;}
.contact .errorMessage {
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
#yw0_button{font-size:12px;
  color: #777777;margin-left: 8px;
  border-bottom: 1px solid #000}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

#footer {
  background: #000000;
  padding: 40px 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer #footer-logo img{max-height: 60px;}
#footer ul li {
  list-style: none;
  padding-bottom: 0;
  margin-left: 0;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
#footer a {color: #FFFFFF;}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.17);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover{color:#000000;}
.footer-copyright{border-top: 1px solid #fff;padding-top: 10px;margin-top: 15px;}

@media (max-width: 992px) {
  #header {
    padding: 12px;
  }
  .header-logo{text-align: center;}
  .site-nav{position: relative;background-color: #fff;}
  #site-action > ul > li{padding: 5px;}
  #home-carousel {
    height: 280px;
  }
  #home-carousel .carousel-container {
    text-align: center;
    top: 74px;
  }
  #home-carousel .carousel-control-prev, #home-carousel .carousel-control-next {
    top: 66px;
  }
  #about-us .content{padding-top: 0;margin-top: 0px;}
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

@media (max-width: 768px) {
	
  .nav-menu a{font-size: 12px;}
	#top-header{display:none;}
  .slide-info{width: 90%;}
  #site-action{float:none;margin-bottom: 20px;}
  #home-carousel h2 {
    font-size: 24px;
  }

  #home-carousel .owl-prev, #home-carousel .owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    width: 35px;
    height: 35px;
    line-height: 0;
    border: 1px solid #000;
  }
  .s-sd{font-size: 16px;line-height: 16px;}
  .stat-item img {
    width: 20px;
	}
	.stat-item-c {
    font-size: 20px;}
	.stat-item-t {
    font-size: 10px;}
  .type-one .card-title{font-size: 20px;}
  .type-two .card-body{width: 85%;}
  .type-two .card-title{font-size: 12px;}
  #footer-logo{text-align: center;}
  .inner-first{padding-top: 100px;}
  .dveloped-by{text-align: center;margin-top: 10px;}
}

@media (min-width: 1024px) {
  #home-carousel .carousel-control-prev, #home-carousel .carousel-control-next,.owl-nav .owl-prev,.owl-nav .owl-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #home-carousel {
    height: 300px;
  }
}