@import url(fonts.css?family=Quicksand, sans-serif:300,400,700);
@import url(fonts.css?family=Quicksand, sans-serif:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);

:after,
:before,
*{
  box-sizing: border-box;
}

html {
  scroll-behaviour:smooth;
}

.containerswipe {
  width:1200px;
  padding-right: 15px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

body {
  margin: 0;
  font-family: "Quicksand", sans-serif;
  background-color:#000;
}

h1 {
  line-height:1.1;
}

.price {
  font-size:55px;
  font-weight:bold;
  margin:auto;
}
.hralign {
  vertical-align:bottom;
}

.pricedetails {	
  margin:auto;
}

.pricecard {
  background-color:#202024;
}
.pricecard:hover {
  background-color:#434347;
  transition: all .5s;
}

span{
  color:#F33;	
}

.show-on-scroll {
  opacity: 0;
  transition: all 1.5s ease-in-out;
}

.show-on-scroll.is-visible {
  opacity: 1;
}

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
  height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #c3c;
  opacity: 0.3;
  background:#333;
  transition:all .2s ease;
}

.testimonial-pagination {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 10;
  transition:all .2s ease;
  text-align:center;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

.swiper-pagination {
  text-align:center;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:30px;
 
}
}

.hero-style {
  height: 850px;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h1 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h1 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h1 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h1 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: "Quicksand", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px 0px;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style .slide-text p {
    font-size: 30px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0px 180px 30px 0px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 24px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0px 180px 30px 0px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

.theme-btn, .theme-btn-s2{
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
  padding: 9px 32px;
  border: 0; 
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition:all .4s ease;
  text-decoration:none;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.theme-btn-s2{
  background-color: rgba(204, 0, 0, 0.9);
  color: #fff;
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
  background-color:#fff ;
  color: #131e4a;
}

i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}

a:hover {
  text-decoration: none;
}

#main {
  width: 100%;
  padding:0;
}
 
.content-asset p {
  margin:0 auto;
}

.breadcrumb {
  display:none;
}

.margin-top-10 {
  padding-top:10px;
}

.margin-bot-10 {
  padding-bottom:10px;
}

.parallax-world-of-ugg h1 {
  font-family:"Quicksand", sans-serif;
  font-size:24px; 
  font-weight:400; 
  text-transform: uppercase; 
  color:black; padding:0; 
  margin:0;
}

.parallax-world-of-ugg h2 {
  font-family:"Quicksand", sans-serif; 
  font-size:70px; 
  letter-spacing:10px; 
  text-align:center; 
  color:white; 
  font-weight:400; 
  text-transform:uppercase; 
  z-index:10;
  opacity:.9;  
}

@media screen and (max-width: 767px) {
  .parallax-world-of-ugg h2 {
    font-size:50px;
	}
}

.parallax-world-of-ugg p {
  font-family:"Quicksand", sans-serif; 
  font-weight:400; 
  font-size:14px; 
  line-height:24px;
}
@media screen and (max-width: 767px) {
  .parallax-world-of-ugg p {
    padding:20px;
	}
}

.parallax-world-of-ugg .bg {
  padding-top: 200px; 
  padding-bottom: 200px; 
  overflow: hidden; 
  position: relative; 
  width: 100%; 
  background:linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(../../assets/img/calltoaction.jpg); 
  background-attachment: fixed; 
  background-size: cover; 
  -moz-background-size: cover; 
  -webkit-background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center center;
}

.parallax-world-of-ugg .bg2 {
  padding-top: 80px; 
  padding-bottom: 80px; 
  overflow: hidden; 
  position: relative; 
  width: 100%; 
  background:linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(../../assets/img/ourclients.jpg);
  background-attachment: fixed;
  background-size: cover; 
  -moz-background-size: cover; 
  -webkit-background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center center;
}

}

@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}
.ulis{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  padding-left:0;
  margin-bottom:0;
  border-radius:.25rem;
  -ms-flex-direction:row;
  flex-direction:row
}

.ulislink{
  color:#fff;
}

.ulisbtn {
  position:relative;
  display:block;
  padding:15px;
  font-size:22px;
  color:#fff;
  text-decoration:none;
  background-color:#303030;
  border:1px solid #444
}
.ulisbtn:link{
	color:#fff;
}

.ulisbtn:hover{
  background-color: #161616;
}

.ulisbtn:first-child{
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
}

.ulisbtn:last-child{
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
}