body {
  background: #fff;
  font: 400 13px/16px 'Roboto', sans-serif;
  letter-spacing: 1px;
  margin: 0;
  float: left;
  width: 100%;
  color: #666;
}
.container {
  padding: 0 15px;
  margin: auto
}
.row {
  margin: 0 -15px
}
* {
  box-sizing: border-box
}
::-moz-selection {
  background: #222 none repeat scroll 0 0;
  color: #fff;
  text-shadow: none
}
::after,
::before {
  box-sizing: border-box
}
img {
  height: auto;
  max-width: 100%;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}
p {
  color: #666;
  line-height: 22px;
  margin: 0;
}
a{
  line-height:0;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}
.col-xs-1 {
  width: 8.33333%
}
.col-xs-2 {
  width: 16.66667%
}
.col-xs-3 {
  width: 25%
}
.col-xs-4 {
  width: 33.33333%
}
.col-xs-5 {
  width: 41.66667%
}
.col-xs-6 {
  width: 50%
}
.col-xs-7 {
  width: 58.33333%
}
.col-xs-8 {
  width: 66.66667%
}
.col-xs-9 {
  width: 75%
}
.col-xs-10 {
  width: 83.33333%
}
.col-xs-11 {
  width: 91.66667%
}
.col-xs-12 {
  width: 100%
}
@media (min-width:768px) {
  .container {
    max-width: 760px
  }
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }
  .col-sm-1 {
    width: 8.33333%
  }
  .col-sm-2 {
    width: 16.66667%
  }
  .col-sm-3 {
    width: 25%
  }
  .col-sm-4 {
    width: 33.33333%
  }
  .col-sm-5 {
    width: 41.66667%
  }
  .col-sm-6 {
    width: 50%
  }
  .col-sm-7 {
    width: 58.33333%
  }
  .col-sm-8 {
    width: 66.66667%
  }
  .col-sm-9 {
    width: 75%
  }
  .col-sm-10 {
    width: 83.33333%
  }
  .col-sm-11 {
    width: 91.66667%
  }
  .col-sm-12 {
    width: 100%
  }
  .col-sm-push-1 {
    left: 8.33333%
  }
  .col-sm-push-2 {
    left: 16.66667%
  }
  .col-sm-push-3 {
    left: 25%
  }
  .col-sm-push-4 {
    left: 33.33333%
  }
  .col-sm-push-5 {
    left: 41.66667%
  }
  .col-sm-push-6 {
    left: 50%
  }
  .col-sm-push-7 {
    left: 58.33333%
  }
  .col-sm-push-8 {
    left: 66.66667%
  }
  .col-sm-push-9 {
    left: 75%
  }
  .col-sm-push-10 {
    left: 83.33333%
  }
  .col-sm-push-11 {
    left: 91.66667%
  }
  .col-sm-pull-1 {
    right: 8.33333%
  }
  .col-sm-pull-2 {
    right: 16.66667%
  }
  .col-sm-pull-3 {
    right: 25%
  }
  .col-sm-pull-4 {
    right: 33.33333%
  }
  .col-sm-pull-5 {
    right: 41.66667%
  }
  .col-sm-pull-6 {
    right: 50%
  }
  .col-sm-pull-7 {
    right: 58.33333%
  }
  .col-sm-pull-8 {
    right: 66.66667%
  }
  .col-sm-pull-9 {
    right: 75%
  }
  .col-sm-pull-10 {
    right: 83.33333%
  }
  .col-sm-pull-11 {
    right: 91.66667%
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%
  }
  .col-sm-offset-3 {
    margin-left: 25%
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%
  }
  .col-sm-offset-6 {
    margin-left: 50%
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%
  }
  .col-sm-offset-9 {
    margin-left: 75%
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%
  }
}
@media (min-width:992px) {
  .container {
    max-width: 980px
  }
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-12 {
    float: left
  }
  .col-md-1 {
    width: 8.33333%
  }
  .col-md-2 {
    width: 16.66667%
  }
  .col-md-3 {
    width: 25%
  }
  .col-md-4 {
    width: 33.33333%
  }
  .col-md-5 {
    width: 41.66667%
  }
  .col-md-6 {
    width: 50%
  }
  .col-md-7 {
    width: 58.33333%
  }
  .col-md-8 {
    width: 66.66667%
  }
  .col-md-9 {
    width: 75%
  }
  .col-md-10 {
    width: 83.33333%
  }
  .col-md-11 {
    width: 91.66667%
  }
  .col-md-12 {
    width: 100%
  }
  .col-md-push-0 {
    left: auto
  }
  .col-md-push-1 {
    left: 8.33333%
  }
  .col-md-push-2 {
    left: 16.66667%
  }
  .col-md-push-3 {
    left: 25%
  }
  .col-md-push-4 {
    left: 33.33333%
  }
  .col-md-push-5 {
    left: 41.66667%
  }
  .col-md-push-6 {
    left: 50%
  }
  .col-md-push-7 {
    left: 58.33333%
  }
  .col-md-push-8 {
    left: 66.66667%
  }
  .col-md-push-9 {
    left: 75%
  }
  .col-md-push-10 {
    left: 83.33333%
  }
  .col-md-push-11 {
    left: 91.66667%
  }
  .col-md-pull-0 {
    right: auto
  }
  .col-md-pull-1 {
    right: 8.33333%
  }
  .col-md-pull-2 {
    right: 16.66667%
  }
  .col-md-pull-3 {
    right: 25%
  }
  .col-md-pull-4 {
    right: 33.33333%
  }
  .col-md-pull-5 {
    right: 41.66667%
  }
  .col-md-pull-6 {
    right: 50%
  }
  .col-md-pull-7 {
    right: 58.33333%
  }
  .col-md-pull-8 {
    right: 66.66667%
  }
  .col-md-pull-9 {
    right: 75%
  }
  .col-md-pull-10 {
    right: 83.33333%
  }
  .col-md-pull-11 {
    right: 91.66667%
  }
  .col-md-offset-0 {
    margin-left: 0
  }
  .col-md-offset-1 {
    margin-left: 8.33333%
  }
  .col-md-offset-2 {
    margin-left: 16.66667%
  }
  .col-md-offset-3 {
    margin-left: 25%
  }
  .col-md-offset-4 {
    margin-left: 33.33333%
  }
  .col-md-offset-5 {
    margin-left: 41.66667%
  }
  .col-md-offset-6 {
    margin-left: 50%
  }
  .col-md-offset-7 {
    margin-left: 58.33333%
  }
  .col-md-offset-8 {
    margin-left: 66.66667%
  }
  .col-md-offset-9 {
    margin-left: 75%
  }
  .col-md-offset-10 {
    margin-left: 83.33333%
  }
  .col-md-offset-11 {
    margin-left: 91.66667%
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1190px
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-sm-12 {
    float: left
  }
  .col-lg-1 {
    width: 8.33333%
  }
  .col-lg-2 {
    width: 16.66667%
  }
  .col-lg-3 {
    width: 25%
  }
  .col-lg-4 {
    width: 33.33333%
  }
  .col-lg-5 {
    width: 41.66667%
  }
  .col-lg-6 {
    width: 50%
  }
  .col-lg-7 {
    width: 58.33333%
  }
  .col-lg-8 {
    width: 66.66667%
  }
  .col-lg-9 {
    width: 75%
  }
  .col-lg-10 {
    width: 83.33333%
  }
  .col-lg-11 {
    width: 91.66667%
  }
  .col-lg-12 {
    width: 100%
  }
  .col-lg-push-0 {
    left: auto
  }
  .col-lg-push-1 {
    left: 8.33333%
  }
  .col-lg-push-2 {
    left: 16.66667%
  }
  .col-lg-push-3 {
    left: 25%
  }
  .col-lg-push-4 {
    left: 33.33333%
  }
  .col-lg-push-5 {
    left: 41.66667%
  }
  .col-lg-push-6 {
    left: 50%
  }
  .col-lg-push-7 {
    left: 58.33333%
  }
  .col-lg-push-8 {
    left: 66.66667%
  }
  .col-lg-push-9 {
    left: 75%
  }
  .col-lg-push-10 {
    left: 83.33333%
  }
  .col-lg-push-11 {
    left: 91.66667%
  }
  .col-lg-pull-0 {
    right: auto
  }
  .col-lg-pull-1 {
    right: 8.33333%
  }
  .col-lg-pull-2 {
    right: 16.66667%
  }
  .col-lg-pull-3 {
    right: 25%
  }
  .col-lg-pull-4 {
    right: 33.33333%
  }
  .col-lg-pull-5 {
    right: 41.66667%
  }
  .col-lg-pull-6 {
    right: 50%
  }
  .col-lg-pull-7 {
    right: 58.33333%
  }
  .col-lg-pull-8 {
    right: 66.66667%
  }
  .col-lg-pull-9 {
    right: 75%
  }
  .col-lg-pull-10 {
    right: 83.33333%
  }
  .col-lg-pull-11 {
    right: 91.66667%
  }
  .col-lg-offset-0 {
    margin-left: 0
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%
  }
  .col-lg-offset-3 {
    margin-left: 25%
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%
  }
  .col-lg-offset-6 {
    margin-left: 50%
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%
  }
  .col-lg-offset-9 {
    margin-left: 75%
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%
  }
}
@media (min-width:1450px) {
  .container {
    max-width: 1380px
  }
}
@media (min-width:1550px) {
  .container {
    max-width: 1480px
  }
}
@media (min-width:1650px) {
  .container {
    max-width: 1530px
  }
}
h2 {
  margin: 0;
}
.btn {
  -moz-user-select: none;
  border: none;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  margin-bottom: 0;
  padding: 10px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index:1;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  background: -webkit-linear-gradient(45deg,#c25220, #ff8149);
  color:#fff;
  border-radius: 5px; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
.btn:hover,.btn:focus,.btn:active {
  color:#fff;
}
.btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left:0;
  right:auto;
  bottom: 0;
  background: #111;
  width: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  border-radius: 5px; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
.btn:hover::after,.btn:focus::after,.btn:active::after {
  width: 100%;    
}
.btn-xl {
  padding: 12px 26px;
  background: #333
}
.btn-xl:hover {
  background: #f3283d
}
.goToTop {
  display: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  bottom: 20px;
  border: 2px solid #111;
  background: #ff8149;
  cursor: pointer;
  height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 9999;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  text-decoration: none;
  outline: 0
}
.goToTop::before {
  background: transparent url(../images/top.png) no-repeat scroll center center;
  content: "";
  float: left;
  height: 100%;
  width: 100%
}
.goToTop:hover {
  background: #222;
  border-color: #222;
}
.page {
  float: left;
  overflow: hidden;
  width: 100%
}
header.header-block{
  float: left;
  width: 100%;
  position: relative;  
  background: rgba(0, 0, 0, 0) url(../images/bg.jpg) repeat fixed 0 0;      
}
.header-logo {
  float: left;
  width: auto;
  margin: 10px 0;
}
.header-logo>img {
  max-width: 100%;
  height: auto
}
.header-content .header-pop {
  position: absolute;
  right: 17%;
  left: auto;
  top: 16%
}
.header-content .top-desc {
    padding: 120px 9%;
}
.header-content #popimg4.header-pop {
  right: 28%;
  top: 50%
}
.header-content {
  float: left;    
  width: 100%;
  margin: 130px 0 12%;
}
.header-content h1 {
  float: left;
  width: 100%;
  color: #111;
  font: 700 50px/62px 'Cormorant', sans-serif;
  margin: 0 0 70px;
}
.header-content h1 span.replace {
  font-weight: 600;
  background: #ff8149;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-content .layout-style {
  float: left;
  width: 100%;
  margin: 0 0 45px;
}
.header-content button.btn {
  font-size: 15px;
  line-height: 20px;
  padding: 15px 22px;
  margin-right: 15px;
}
.header-content button.btn-primary:after{
  display: none;
}
.header-content button.btn-secondary:after{
  background: -webkit-linear-gradient(45deg,#c25220, #ff8149);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}
.header-content button.btn.btn-secondary {
  background: none;
  color: #ff8149;
  border: 2px solid;
  padding: 13px 20px;
}
.header-content button.btn.btn-secondary:hover,
.header-content button.btn.btn-secondary:focus,
.header-content button.btn.btn-secondary:active {
  color:#fff;
  border-color:#ea5e43;
}
.footer_link {
  float: left;
  width: 100%;
}
.header-block .main-header {
  float: left;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 30px 0;
  text-align: center;
}
.header-content .header-nav ul {
  float: left;
  margin: 0;
  padding: 0
}
.main-header .header-nav ul.main-menu li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  position: relative;
  float: none;
  width: auto;
}
.header-nav .main-menu .menu-item > a {
  padding: 12px 20px;
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #111;
  font: 700 16px/18px 'Cormorant', sans-serif;
  text-decoration: none;
  outline: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.header-nav .main-menu .menu-item > a::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: auto;
  left:0;
  right:auto;
  height: 100%;
  width: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  z-index: -1;
  border-radius: 5px; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
.header-nav .main-menu .menu-item:hover > a::after {
  width: 100%;
  background: #ff8149;    
}
.header-nav .main-menu .menu-item:hover > a {
  color: #fff;
}
.header-right {
  float: right;
}
.main-header .header-nav {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.main-header .header-nav ul.main-menu {
  padding: 0;
  margin:0;
}
.main-header .header-link {
  float: right;
  position: relative;
  z-index: 1;
}
.footer_link a {
  background: #fff;
  color: #111;
  padding: 15px 20px;
  font-weight: 500;
  font-family: 'Roboto';
}
.header-link a {
  padding: 14px 20px;
  outline: 0;
  overflow: hidden;
  font-family: 'Roboto',sans-serif;
}
.header-link a img {
  padding-left: 10px;
  vertical-align: top
}
.laptop-view {
  padding: 0;
}
.laptop-view .banner {
    float: left;
    width: 100%;
}
.laptop-view .banner .img {
    position: absolute;
    float: left;
    width: auto;
}
.laptop-view .banner .img.img3 {
    position: absolute;
    top: 0;
    left: auto;
    right: 80px;
}
.laptop-view .banner .img.img4 {
    top: -100px;
    right: -80px;
}
.laptop-view .banner .img.img2 {
    top: 320px;
    bottom: auto;
    right: -140px;
    z-index: 1;
}
.laptop-view .banner .img.img1 {
    z-index: 1;
    top: 270px;
    left: 0;
}
@-webkit-keyframes zoomin {
  0% {
    transform: scale(.9)
  }
  50% {
    transform: scale(1)
  }
  100% {
    transform: scale(.9)
  }
}
@keyframes zoomin {
  0% {
    transform: scale(.9)
  }
  50% {
    transform: scale(1)
  }
  100% {
    transform: scale(.9)
  }
}
@media(max-width: 1750px){
  .header-content h1{
    margin: 0 0 50px;
    font-size: 44px;
    line-height: 56px;
  }
  .header-content .layout-style{
    margin: 0 0 25px;
  }
}
@media(max-width: 1650px){
  .header-content h1{
    margin: 0 0 40px;
    font-size: 40px;
    line-height: 52px;
  }
  .header-content button.btn{
    padding: 12px 16px;
    font-size: 16px;
    line-height: 18px;
  }
  .header-content button.btn.btn-secondary{
    padding: 10px 12px;
  }
}
@media(max-width: 1499px){
  .header-content h1{
    font-size: 36px;
    line-height: 44px;
  }
}
@media(max-width: 1299px){
  .header-block .main-header{
    padding: 20px 0;
  }
  .header-content {
    margin: 30px 0 40px;
  }
  .header-content {
    font-size: 22px;
    line-height: 24px;
  }
  .header-content h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px;
  }
}
@media(max-width: 1199px){
  .header-content .top-desc{
padding: 80px 15px 0 15px;
  }
  .header-content {
    margin: 20px 0 40px;
  }
  .header-content h1 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 20px;
  }
  .header-content button.btn {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 14px;
  }
  .header-content button.btn.btn-secondary {
    padding: 8px;
  }
}
@media(max-width: 991px){
  .header-content .top-desc {
    padding: 0 15px;
}
  .header-block .main-header{
    padding: 20px 0;
  }
  .header-nav .main-menu .menu-item > a{
    padding: 12px;
    font-size: 14px;
    line-height: 16px;
  }
  .header-link a{
    padding: 10px 12px;
    font-size: 12px;
    line-height: 14px;
  }
  .top-desc {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  .laptop-view {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
  }
  .header-btn {
    float: left;
    width: 100%;
  }
  .header-content{
    text-align: center;
  }
  .laptop-view .view-slider{
    top: 30px;
  }
}
@media(max-width: 700px){
  .header-logo{
    margin: 0;
  }
  .header-link a {
    padding: 8px 10px;
    font-size: 10px;
    line-height: 12px;
  }
  .main-header .header-nav ul.main-menu{
    display:none;
  }
  .header-block .main-header {
    padding: 15px 0;
}
}
@media(max-width: 480px){  
  .header-content {
    margin: 10px 0 20px;
  }
  .header-content h1 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px;
  }
  .layout-detail span.desc {
    font-size: 11px;
    line-height: 13px;
  }
  .laptop-view .view-slider{
    top: 15px;
    left: 15px;
    right: 15px;
  }
}
.password {
  float: left;
  width: 100%;
  margin: 80px 0;
}
ul.password-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
ul.password-wrap li.password-wrapper{
  width: 50%;
  border: 1px solid #e2e2e2;
  list-style:none;
}
ul.password-wrap li.password-wrapper a {
  display: block;
}
ul.password-wrap li.password-wrapper a img{
  width: 100%;
}
.password-content {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 100px;
}
.password-content .section-title h2{
  line-height: 38px;
  font-size: 30px;
  font-family: 'Cormorant';
  font-weight: 700;
  color: #222;
  margin: 0 0 40px;
}
.password-content .section-title p{
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  background: linear-gradient(to right,#c25220, #ff8149);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.password-content .section-title{
  text-align: left;
}
.password-content .clipboard {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.password-content .copy-input {
  cursor: pointer;
  background-color: #fff;
  color: #6c6c6c;
  font-size: 14px;
  height: 60px;
  max-width: 290px;
  min-width: 290px;
  border-radius: 5px;
  padding: 15px 45px 15px 30px;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  border: none;
}
.password-content .copy-input:focus {
  outline:none;
}
.password-content .copy-btn {
  font-size: 22px;
  padding: 0;
  margin-left: -40px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  border:none;
  background:none;
}
.password-content .copy-btn:hover {
  transform: scale(1.3);
  color:#1a1a1a;
  cursor:pointer;
}
.password-content .copy-btn:focus {
  outline:none;
}
.password-content .copied {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 20px 32px;
  margin-left: 50px;
  height: 60px;
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
.password-content .copied span{
  display: block;
}
.section-content {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 26px;
  float: left;
  width: 100%;
  position: relative
}
.main-content {
  float: left;
  width: 100%;
  background: #f5f5f5;
}
.section-heading {
  font: 700 32px/42px 'Cormorant', sans-serif;
  position: relative;
  color: #222;
  margin: 0 0 30px;
  float: left;
  width: 100%;    
  z-index: 1;
}
.section-heading::after ,.section-subheading::after{
  position: absolute;
  content: '';
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 15px;
  width: 18%;
  background: #e5dedd;
  z-index: -1;
}
.section-heading b {
  background: -webkit-linear-gradient(#c25220, #ff8149);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 92px;
  line-height: 98px;
  font-weight: 600;
}
.section-heading span.layout {
  font-size: 40px;
  color: #f3283d;
  line-height: 42px;
  vertical-align: bottom
}
.theme-layout .item {
  width: 100%;
  float: left
}
.theme-layout .item.coming .theme-preview-btn {
  display: none !important
}
.theme-layout .item.coming .layout-image a.btn-preview::before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1
}
.main-content>.theme-layout {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background: #f5f5f5;
}
.main-content>.theme-layout .heading {
  margin: 0 0 60px;
}
.theme-layout .heading .section-btn .btn {
  background: #fff;
  color: #111;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  padding: 15px 22px;
  border-radius: 5px; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  margin: 0 10px;
  position:relative;
  overflow:hidden;
  box-shadow: 0 2px 4px 0 rgb(0,0,0,0.1);
  cursor: inherit;
}
.theme-layout .heading .section-btn .btn::after,.main-content>.theme-layout .view-more:after{
  display: none;
}
.theme-layout .heading .section-btn .btn i {
  font-size: 14px;
  vertical-align: top;
  margin-right: 10px;
  font-weight: 600;
  color: #fff;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  -khtml-border-radius: 50%;
}
.theme-layout .heading .section-btn .btn.btn-primary i {
  background: #367e62;
}
.theme-layout .heading .section-btn .btn.btn-secondary i {
  background: #cb354e;
}
.main-content>.theme-layout .view-more{
  background: #fff;
  color: #222;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 22px;
  box-shadow: 2px 0 5px rgba(0, 0 ,0 , 0.10);
  -webkit-box-shadow: 2px 0 5px rgba(0, 0 ,0 , 0.10);
  -moz-box-shadow:2px 0 5px rgba(0, 0 ,0 , 0.10);
  -ms-box-shadow: 2px 0 5px rgba(0, 0 ,0 , 0.10);
  -o-box-shadow: 2px 0 5px rgba(0, 0 ,0 , 0.10);
  cursor: inherit;
}
.theme-layout .item.coming .layout-image::before {
  bottom: 0;
  color: #fff;
  content: "Coming Soon";
  font-family: raleway;
  font-size: 28px;
  font-weight: 600;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999
}
.section-btn {
  float: left;
  width: 100%;
  margin: 0 0 50px;
}
@media(max-width: 1450px){
  .password-content{
    padding: 0 60px;
  }
}
@media(max-width: 1399px){
  .section-heading b{
    font-size: 80px;
    line-height: 90px;
  }
  .section-heading{
    font-size: 28px;
    line-height: 38px;
  }
}
@media(max-width: 1299px){
  .password{
    margin: 60px 0;
  }
  .main-content>.theme-layout{
    padding: 60px 0;
  }
  .main-content>.theme-layout .heading {
    margin: 0 0 40px;
  }
  .section-heading {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 22px;
  }
  .section-heading b {
    font-size: 74px;
    line-height: 84px;
  }
  .theme-layout .heading .section-btn .btn{
    font-size: 16px;
    line-height: 18px;
    padding: 12px 16px;
  }
  .section-btn {
    margin: 0 0 40px;
  }
}
@media(max-width: 1199px){
  .password-content {
    padding: 0 40px;
  }
  .main-content>.theme-layout {
    padding: 40px 0;
  }
  .password-content .section-title h2{
    line-height: 32px;
    font-size: 24px;
    margin: 0 0 25px;
  }
  .password{
    margin: 40px 0;
  }
  .password-content .copy-input{
    height: 50px;
    max-width: 240px;
    min-width: 240px;    
  }
  .password-content .copied{
    font-size: 14px;
    line-height: 16px;
    padding: 16px 24px;
    height: 50px;
  }
  .password-content .copy-btn{
    font-size: 18px;
  }
  .password-content .section-title p{
    font-size: 16px;
    line-height: 18px;
  }
  .section-btn {
    margin: 0 0 30px;
  }
}
@media(max-width: 991px){
  .password-content .section-title h2 {
    line-height: 26px;
    font-size: 18px;
    margin: 0 0 15px;
  }
  .password-content .section-title p {
    font-size: 12px;
    line-height: 14px;
  }
  .password-content .copy-input {
    height: 40px;
    max-width: 200px;
    min-width: 200px;
    padding: 10px 45px 10px 20px;
  }
  .password-content .copied {
    font-size: 12px;
    line-height: 14px;
    padding: 12px 16px;
    height: 40px;
    margin-left: 40px;
  }
}
@media(max-width:767px){
  ul.password-wrap li.password-wrapper{
    width: 100%;
    margin: 0 0 15px;
  }
  ul.password-wrap li.password-wrapper:last-child{
    margin: 0;
  }
  .password-content {
    padding: 40px;
  }
  .password{
    margin: 30px 0;
  }
  .section-heading b{
    font-size: 55px;
    line-height: 66px;
  }
  .section-heading {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 18px;
  }
  .theme-layout .heading .section-btn .btn {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 14px;
  }
  .main-content>.theme-layout .heading {
    margin: 0 0 20px;
  }
  .section-btn {
    margin: 0 0 20px;
  }
  .main-content>.theme-layout {
    padding: 30px 0;
  }
}
@media(max-width:480px){
  .password-content .copy-input{
    max-width: 160px;
    min-width: 160px;
  }
  .password{
    margin: 15px 0;
  }
  .password-content {
    padding: 15px;
  }
  .section-heading {
    font-size: 16px;
    line-height: 24px;
    margin:  0 0 15px;
  }
  .section-heading b {
    font-size: 44px;
    line-height: 54px;
  }
}
@media(max-width:400px){
  .theme-layout .heading .section-btn .btn.btn-primary {
    margin: 0 0 10px; 
  }	
}
.owl-next,
.owl-prev {
  font-size: 0
}
.owl-buttons div::after {
  content: "";
  background: rgba(0, 0, 0, 0) url(../images/icons-btn.png) no-repeat scroll center center;
  height: 100%;
  width: 100%;
  float: left
}
.owl-buttons div.owl-prev::after {
  background-position: 16px -15px
}
.owl-buttons div.owl-next::after {
  background-position: -18px -15px
}
.layout-image .btn-preview {
  float: left;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0 ,0 , 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0 ,0 , 0.05);
  -moz-box-shadow:0 0 15px rgba(0, 0 ,0 , 0.05);
  -ms-box-shadow: 0 0 15px rgba(0, 0 ,0 , 0.05);
  -o-box-shadow: 0 0 15px rgba(0, 0 ,0 , 0.05);
}
.layout-image .btn-preview img{
  border-radius: 10px;     
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  -khtml-border-radius: 10px;
}
.layout-image{
  margin: 10px 0 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.layout-image:hover{
  transform: translate3d(0px, -10px, 0px);
}
.item.box-even .layout-image .btn-preview.btn-preview-tablet {
  bottom: -2%;
  height: auto;
  width: 42%;
  right: auto;
  left: 50px;
  top: auto;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  z-index: 9
}
.layout .layout-image {
  position: relative;
  z-index: 1;
  overflow:hidden;
  border: 20px solid #fff;
  border-radius: 5px;     
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
}
.layout .layout-image a {
  position:relative;
  display:block;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.layout .layout-image a img{
  border-radius: 5px; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
.layout .layout-image > a::after {
  background:rgba(0,0,0,0.2);
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  opacity: 0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
  visibility:hidden;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  border-radius: 5px; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
.layout .layout-image:hover > a::after {
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  visibility:visible;
}
.layout-content {
  float: left;
  width: 100%;
  padding: 15px 0 0;
  background: #fff;
}
.layout-content .layout-name {
  float: left;
  width: auto;
  text-align: left;
}
.layout-content .layout-name .layout-title {
  font: 700 18px/20px 'Cormorant', sans-serif;
  color: #222;    
  text-decoration: none;
  margin: 0 0 8px;
}
.layout-content .layout-name span{
  font: 400 14px/16px 'Roboto', sans-serif;
}
.layout .layout_link{
  float: right;    
}
.layout .layout_link i.fas {
  font-size: 18px;
  line-height: 50px;
  float: right;
  color: #fff;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  height: 50px;
  width :50px;
  background: #b8b5b3;
  border-radius: 50%; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  -khtml-border-radius: 50%;
}
.layout .layout_link:hover i.fas{
  background: -webkit-linear-gradient(45deg,#c25220, #ff8149);
}
.theme-layout .item:nth-child(2n) {
  padding-bottom: 0;
  padding-top: 0
}
.item.box-odd.box-odd-2 .layout-image {
  min-height: 1237px
}
.item.box-odd .layout-image {
  float: left;
  position: relative;
  text-align: center
}
.theme-layout .item .layout {
  margin: 0 0 60px;
}
.theme-layout .item .layout .layout-image{
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  transform: none;
  box-shadow: 0 0 15px rgba(0, 0 ,0 , 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0 ,0 , 0.05);
  -moz-box-shadow:0 0 15px rgba(0, 0 ,0 , 0.05);
  -ms-box-shadow: 0 0 15px rgba(0, 0 ,0 , 0.05);
  -o-box-shadow: 0 0 15px rgba(0, 0 ,0 , 0.05);
}
.theme-layout .item .layout .tag{
  position: absolute;
  top: 40px;
  left: auto;
  right: -10px;
  bottom: auto;
  z-index: 1;
  padding: 5px 17px;    
  border-radius: 25px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.theme-layout .item .layout .tag1{
  background: #209677;
}
.theme-layout .item .layout .tag2{    
  background: #cb354e;    
}
.theme-layout .item .layout .layout-image:hover{
  transform: translate3d(0px, -10px, 0px);
  box-shadow: 2px 20px 30px rgba(0 ,0 ,0 ,0.11);
}
.item.box-odd:hover .btn-preview.btn-preview-cover {
  left: 0
}
.item.box-odd:hover .btn-preview.btn-preview-phone {
  right: 14%
}
.item.box-odd:hover .btn-preview.btn-preview-tablet {
  right: 2%
}
.item.box-even:hover .btn-preview.btn-preview-phone {
  left: 14%
}
.item.box-even:hover .btn-preview.btn-preview-tablet {
  left: 2%
}
.layout-image.new-label::after {
  background: url(../images/new-label.png) no-repeat scroll 0 0;
  content: "";
  height: 86px;
  position: absolute;
  right: -20px;
  top: -25px;
  width: 86px;
  z-index: 9999
}
.layout-image .theme-preview-btn {
  display: none
}
.layout-image:hover .theme-preview-btn {
  background: #fff none repeat scroll 0 0;
  color: #222;
  ;
  font-weight: 700;
  left: 0;
  margin: 0 auto;
  padding: 12px 24px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 45%;
  display: block;
  width: 120px;
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  z-index: 9
}
.layout-image:hover .theme-preview-btn:hover {
  letter-spacing: 2px
}
@media(max-width: 1199px){
  .layout-content .layout-name .layout-title{
    font-size: 16px;
    line-height: 18px;
  }
  .layout-content .layout-name span{
    font-size: 12px;
    line-height: 14px;
  }
  .theme-layout .item .layout{
    margin: 0 0 40px;
  }
}
@media(max-width: 991px){
  .theme-layout .item .layout{
    width: 50%;
  }
  .layout .layout_link i.fas{
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
}
@media(max-width: 767px){
  .theme-layout .item .layout .tag{
    padding: 4px 13px;
    font-size: 11px;
  }
  .theme-layout .item .layout{
    margin: 0 0 30px;
  }
}
@media(max-width: 480px){
  .theme-layout .item .layout {
    width: 100%;
    margin: 0 0 20px;
  }
  .theme-layout .item .layout .tag{
    right: 0;
  }
  .main-content>.theme-layout .view-more{
    font-size: 14px;
    line-height: 16px;
    padding: 12px 16px;
  }
}
.hb-animate-element.bottom-to-top.hb-in-viewport .cells,
.hb-animate-element.bottom-to-top.hb-in-viewport .features-block {
  animation: zoomIn .5s ease
}
#portfolio {
  float: left;
  width: 100%;
  color: #222;
  position: relative;
  text-align: center
}
#feature-list {
  background: #f5f5f5;
  padding: 80px 0 50px;
}
#feature-list .main-content2-content {
  float: left;
  width: 100%;
}
#feature-list .features.one {
  width: 100%;
  float: left
}

#feature-list .choose-service {
  margin: 0 0 30px;
  float: left;
  width: 100%;
}
#feature-list .choose-service p {
  width: 54%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.feature-service {
  float: left;
  background: #fff;
  padding: 30px 25px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  transition: .4s ease-in-out;
  overflow: hidden;
}
.features .features-block:hover .feature-service {
  box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.10);
}
.features .features-block .feature-img {
  margin: 0 0 5px;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
}
.owl-carousel .owl-wrapper-outer {
  direction: ltr !important
}
.features .features-block {
  margin: 0 0 30px;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 16%;
}
.feature-img {
  display: inline-block;
  float: none;
  margin: 0 0 40px;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: auto;
}
.feature-content {
  color: #222;
  ;
  text-align: left;
}
.features .features-block .feature-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #666;
  text-transform: capitalize;
  padding: 10px 0 0;
  float: left;
  width: 100%;
}
.feature-img .img-responsive {
  border: medium none;
  display: block;
  height: auto;
  margin: auto;
  transition: all .6s ease 0s;
  max-width: 100%;
}
.feature-img:hover .img-responsive {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}
.features-block:hover .feature-img .img-responsive {
  transform: translateY(-10px)
}
.main-content3 {
  background: #ff8149;
  float: left;
  width: 100%;
  text-align: center;
}
.main-content3>div {
  padding: 30px 0;
  float: left;
  width: 100%;
}
.main-content3 .title {
  color: #fff;
  float: left;
  font-size: 26px;
  width: 100%;
  line-height: 28px;
  margin: 0 0 20px;
}
.footer-get-theme .subtitle {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    background: #ea5e43;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 0 30px;
}
.footer-get-theme>.footer-title {
  color: #111;
  font: 700 30px/35px 'Cormorant', sans-serif;
  margin: 0 0 25px
}
.main-content7.content {
  padding: 80px 0;
  background: #fff;
}
.main-content7.content .modulelist-wrapper .list {
  color: #222;
  list-style: none;
  text-align: left;
  position: relative;
  margin: 8px 0 6px;
  cursor: pointer;
  float: left;
  width: 25%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 0 0 40px 60px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.main-content7.content .modulelist-wrapper .list:last-child {
  margin-bottom: 0;
}
.main-content7.content .modulelist-wrapper .list:hover {
  color: #ea5e43;
}
.main-content7.content .modulelist-wrapper .list::before {
  content: '\e876';
  position: absolute;
  top: -8px;
  bottom: auto;
  right: auto;
  left: 0px;
  font-family: 'Material Icons';
  color: #ea5e43;
  width: 40px;
  height: 40px;
  background: #f0eeed;
  border-radius: 25px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: 900;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.main-content7.content .modulelist-wrapper .list:hover::before {
  color: #fff;
  background: -webkit-linear-gradient(45deg,#c25220, #ff8149);
}
.main-content7.content .decription_part {
  margin: 0 0 20px;
  float: left;
  width: 100%;
}
.main-content7.content .decription_part p {
  width: 50%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.main-content7.content .keyfeature_img {
  float: right;
  padding: 0;
}
.main-content7.content .modulelist-links {
  padding: 0;
}
.main-content7.content ul.modulelist.modulelist1,
.main-content7.content ul.modulelist.modulelist2 {
  padding: 0;
  margin: 0;
}
.main-innerpage {
  padding: 80px 0;
  position: relative;
  background: #f5f5f5;
}
.main-innerpage .innerpage {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding:15px;
  border: 3px solid #e7e7e7;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}
.main-innerpage .page1 span{
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 15px 0;
}
.main-innerpage .innerpage img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0 ,0 , 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0 ,0 , 0.1);
  -moz-box-shadow:0 0 10px rgba(0, 0 ,0 , 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0 ,0 , 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0 ,0 , 0.1);
}
.innerpage-content {
  float: left;
  width: 100%;
}
.innerpage-content .owl-pagination {
  width:100%;
  height:35px;
  top: auto;
  bottom: -60px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.innerpage-content .owl-controls .owl-page {
  display:inline-flex;
}
.main-innerpage .service-heading {
  color: #fff;
  margin: 0 0 12px;
}
.main-innerpage .desc {
  color: #ccc;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.main-innerpage .desc-content {
  float: left;
  width: 100%;
}
.section-block {
  padding: 80px 0;
  background: #edecec;
}
.section-block .block-content {
  float:left;
  width:100%;
  margin:0 0 20px;
}
.section-block .header-img, .section-block .footer-img {
  margin:0 0 30px;
  float:left;
  width:100%;
}
.section-block .header-img a, .section-block .footer-img a {
  display: block;
  box-shadow: 0 0 5px 0px rgb(0,0,0,0.15);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  border-radius: 10px;     
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  -khtml-border-radius: 10px;
}
.section-block .header-img a img, .section-block .footer-img a img{
  border-radius: 10px;     
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  -khtml-border-radius: 10px;
}
.section-block .header-img:hover a, .section-block .footer-img:hover a {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
}
.custom-service {
    padding: 80px 0;
    background: #f5f5f5;
}
.custom-service .service-content {
    float: left;
    width: 100%;
}
.custom-service .service-content.owl-carousel {
    margin: 0
}
.service-btn {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.service-btn .btn {
    padding: 15px 40px;
    background: none;
    color: #111;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	overflow: hidden;
	border:1px solid #111;
}
.service-btn .btn:hover,
.service-btn .btn:focus,
.service-btn .btn:active {
    color: #fff;
}
.service-btn .btn::after,
.service-btn .btn::after,
.service-btn .btn::after {
	background:#87a243;
	border-radius: 25px;
	-webkit-border-radius: 25px;
}
.custom-service .steps {
  position: relative;
  margin-top: 32px;
  float: left;
  width: 100%;
}
.custom-service .steps::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color:#dddcd9;
  opacity: 0.4;
  top: 0;
  bottom: 0;
  left: 50%;
}
.custom-service .steps-container {
  position: relative;
  background-color: inherit;
  width: calc(50% + 32px);
  margin: 0 0 20px;
}

.custom-service .steps .steps-container:nth-child(even) {
  left: calc(50% - 32px);
  flex-direction: row-reverse;
}

.custom-service .steps-container {
  display: flex;
}

.custom-service .step-line {
  width: 40px;
  background-color: #dddcd9;
  height: 2px;
  margin-top: 45px;
  opacity: 0.4;
  flex-shrink: 0;
  margin-right: 31px;
}
.custom-service .step-line.even {
  margin-left: 31px;
}
.custom-service .service-description .service-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 10px;
	font-family:'Roboto',sans-serif;
}
.custom-service .service-img {
    float: none;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    height: 100px;
    width:auto;
    border-radius: 50%;
    transition: all 400ms ease-in-out 0s;
    border: 2px solid #e5e5e5;
    cursor: pointer;
}
.custom-service .section-heading::after {
    display: none;
}
.custom-service .section-subheading {
    font: 700 30px/40px 'Cormorant', sans-serif;
    position: relative;
    color: #ff8149;
    float: left;
    width: 100%;
    z-index: 1;
    margin: 0 0 5px;
}
.custom-service .service-description {
    text-align: right;
	float: right;
width: 57%;
margin: 0 20px 0 0;
}
.custom-service .service-description.even {
    text-align: left;
	float: left;
margin: 0 0 0 20px;
}
.custom-service  .content {
    width: 100%;
    float: right;
    display: flex;
    align-items: center;
	margin: 0 20px 0 0;
}
.custom-service .inner-desc {
    width: 100%;
    float: left;
}
.custom-service .service-img:hover {
    background-color: #ff8149;
    border: 2px solid #ff8149;
}
.custom-service  .service-img::before {
    height: 50px;
    width: 50px;
    background-color: #111;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 25px 23px;
    transition: all 400ms ease-in-out 0s;
}
.custom-service .service-img:hover::before {
    background: #111;
    transform: rotateY(180deg);
}
.custom-service .service-img.image1::before{
    content: '';
    mask-image: url('../images/icon-01.png');
    -webkit-mask-image: url('../images/icon-01.png');   
}
.custom-service .service-img.image2::before{
    content: '';
    mask-image: url('../images/icon-02.png');
    -webkit-mask-image: url('../images/icon-02.png');    
}
.custom-service .service-img.image3::before{
    content: '';
    mask-image: url('../images/icon-03.png');
    -webkit-mask-image: url('../images/icon-03.png');    
}
.custom-service .service-img.image4::before{
    content: '';
    mask-image: url('../images/icon-04.png');
    -webkit-mask-image: url('../images/icon-04.png');    
}
.custom-service .service-img.image5::before{
    content: '';
    mask-image: url('../images/icon-05.png');
    -webkit-mask-image: url('../images/icon-05.png');    
}
.custom-service .service-img.image6::before{
    content: '';
    mask-image: url('../images/icon-06.png');
    -webkit-mask-image: url('../images/icon-06.png');    
}
.custom-service .service-img:hover::before {
    background: #fff;
    transform: rotateY(180deg);
}
.offer-banner,.offer-banner1 {
  float: left;
  width: 100%;
  background: #ff8149;
}
.offer-banner1 .offer-content {
  float: left;
  width: 100%;
  padding: 30px 0;
}
.offer-banner1 .offer-subtitle {
  font: 700 17px/20px 'Cormorant', sans-serif;
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  position: relative;
  padding: 0 30px 0 25px;
}
.offer-banner1 .offer-subtitle::before {
    content: "\ea50";
    font-family: 'Material Icons';
    position: absolute;
    left: auto;
    right: 5px;
    top: 0;
    bottom: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
}
.offer-banner1 .offer-cnt {
  font: 700 16px/20px 'Cormorant', sans-serif;
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  position: relative;
  padding: 0 30px 0 0;
  margin: 0 10px 0 0;
}
.offer-banner1 .offer-cnt::after {
  content: "\e5cc";
  font-family: 'Material Icons';
  position: absolute;
  left: auto;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.offer-banner1 .offer-subtitle::after {
  content: "\f1df";
  font-family: 'Material Icons';
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 18px;
  background: #fff;
  color: #ff8149;
  text-align: center;
  border-radius: 50%;
}
.offer-banner1 .offer-cnt:last-child {
  padding: 0;
  margin: 0;
}
.offer-banner1 .offer-cnt:last-child::after{
  display:none;
}
.offer-banner-content {
  float: none;
  display: inline-flex;
  vertical-align: top;
  overflow: hidden;
  width: auto;
}
@media(max-width: 1629px){
.offer-banner1 .offer-cnt{
font-size: 14px;
}
}
@media(max-width: 1549px){
  .offer-banner-content{
    width:78%;
  }
  .offer-banner1 .offer-subtitle{
    font-size: 15px;
  }
}
@media(min-width: 992px){
  .offer-banner .offer-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.offer-banner .offer-content {
  padding: 17px 0;
}
.offer-banner .offer-content .offer-subtitle {
  float: none;
  display: inline-flex;
  vertical-align: top;
  width: auto;
  padding: 10px 25px;
  background: #ea5e43;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  color: #fff;
  font: 500 14px/18px 'Roboto', sans-serif;    
}
.offer-banner .offer-content .offer-desc {
  position: relative;
  color: #fff;
  font: 700 16px/18px 'Cormorant', sans-serif;
  padding: 0 60px 0 38px;
  margin-left: 18px;
}
.offer-banner .offer-content .offer-desc::after {
  position: absolute;
  content: '\e3e7';
  font-family: 'Material Icons';
  font-size: 18px;
  left: 0;
  line-height: 28px;
  right: auto;
  top: 0;
  bottom: 0;
  height: 25px;
  width: 25px;
  color: #ff8149;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  -khtml-border-radius: 50%;
  margin: auto;
}
.offer-banner .offer-content .btn.btn-secondary {
  background: #ea5e43;
  padding: 14px 44px;
  font: 500 14px/18px 'Roboto', sans-serif;
}
.main-product {
  padding: 80px 0;
  background: #f5f5f5;
}
.main-product .tab-pane {
  display: none;
}
.main-product .tab-pane.active {
  display: block;
}
.main-product .desc-content {
  float: left;
  width: 100%;
}
.main-product .desc-content .subtitle {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 18px;
}
.main-product .product-detail {
  float: left;
  width: 100%;
}
.main-product #shoppage {
  float: left;
  width: 100%;
}
.main-product .layout-content {
  background: none;
  float: left;
  width: 100%;
}
.main-product .layout-content .layout-name {
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px 0 0;
}
.gr__tooltip {
  display: none !important
}
#portfolio>div {
  float: left;
  width: 100%
}
#portfolio>div #choose-demo {
  float: left;
  width: 100%
}
.heading {
  clear: both;
}
.product-page {
  float: left;
  width: 100%
}
.container-outer {
  clear: both;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  width: 100%
}
.theme-collection .heading {
  margin: 0 0 100px
}
.main-menu .caption {
  font: 700 18px/30px 'Cormorant', sans-serif;
  text-transform: capitalize
}
@keyframes beat {
  to {
    transform: scale(.9)
  }
}
#feature-list .section-content {
  color: #222;
  margin: 20px 0 60px;
}
.content-bottom {
  text-align: center;
  position: relative;
  background: #f5f5f5;
}
.main-product .view-demo {
  float: left;
  width: 100%;
  margin: 0 0 50px;
  position: relative;
}
.main-product .view-demo>ul {
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto
}
.main-product .view-demo li {
  float: none;
  display: inline-block;
  vertical-align: top;
  list-style: outside none none;
  margin: 0 10px
}
.main-product .view-demo li a{
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  background: #fff;
  color: #222;
  padding: 12px 18px;
  box-shadow: 0 0 5px rgba(0, 0 ,0 , 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0 ,0 , 0.1);
  -moz-box-shadow:0 0 5px rgba(0, 0 ,0 , 0.1);
  -ms-box-shadow: 0 0 5px rgba(0, 0 ,0 , 0.1);
  -o-box-shadow: 0 0 5px rgba(0, 0 ,0 , 0.1);
}
.main-product .view-demo li a.active,.main-product .view-demo li a::after{
  background:-webkit-linear-gradient(#c25220, #ff8149);
  color: #fff;
}
.main-product .view-demo li a:hover{
  color: #fff;
}
.main-product .view-demo li a span {
  height: 26px;
  width: 34px;
  float: none;
  display: inline-block;
  vertical-align: top;
  background: #e5dedd;
  color: #222;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  font: 500  14px/26px 'Roboto', sans-serif;   
  margin-left: 8px; 
}
.main-product .view-demo li a.active span{
  background: #fff;
}
@media(min-width:1530px) {
  .main-content .content-bottom>.container {
    max-width: 1500px
  }
}
@media(max-width:1449px) {
  .offer-banner1 .offer-content {
    text-align: center;
}
.offer-banner-content {
    width: 100%;
}
.offer-banner1 .offer-subtitle{
  margin: 0 0 10px;
}
  .main-innerpage .page1 {
    padding: 0 15px;
  }
  .main-content7.content .modulelist-wrapper .list{
    font-size: 13px;
    line-height: 18px;
  }
  .feature-service {
    padding: 20px;
  }
  .features .features-block .feature-title{
    font-size: 12px;
  }
}
@media(max-width:1200px) {
  .feature-img {
    margin: 0 0 10px
  }
}
@media(max-width:1299px) {
  .main-product{
    padding: 60px 0;
  }
  .main-product .view-demo{
    margin: 0 0 40px;
  }
  .main-innerpage{
    padding: 60px 0;
  }
  .main-content7.content {
    padding: 60px 0;
  }
  .section-block{
    padding: 60px 0;
  }
  .main-content3 .title{
    font-size: 22px;    
    line-height: 24px;
  }
  .footer_link a{
    padding: 12px 16px;
  }
  #feature-list {
    padding: 60px 0 30px;
  }
}
@media(max-width:1199px) {
  .offer-banner .offer-content .offer-desc{
    font-size: 14px;
    line-height: 18px;
    padding: 0 0px 0 34px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .offer-banner .offer-content .offer-subtitle{
    padding: 8px 18px;
    font-size: 12px;
    line-height: 14px;
  }
  .offer-banner .offer-content .btn.btn-secondary{
    font-size: 13px;
    line-height: 16px;
    padding: 12px 34px;
  }
  .main-product{
    padding: 40px 0;
  }
  .main-product .view-demo{
    margin: 0 0 30px;
  }
  .main-product .layout-content .layout-name{
    margin: 20px 0 0;
  }
  .main-product .view-demo li a{
    padding: 10px 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .main-innerpage{
    padding: 40px 0;
  }
  .main-content7.content .modulelist-wrapper .list{
    width: 33.33%;
  }
  .main-content7.content {
    padding: 40px 0;
  }
  .section-block{
    padding: 40px 0;
  }
  .main-content3 .title{
    font-size: 20px;    
    line-height: 22px;
  }
  .footer_link a{
    font-size: 13px;    
    line-height: 16px;
  }
  #feature-list .main-content2-content {
    padding: 0 15px
  }
  .features .features-block{
    width: 19%;
  }
  #feature-list .choose-service p {
    width: 70%;
  }
  #feature-list {
    padding: 40px 0 10px;
  }
}
@media(max-width:991px) {
  .offer-banner1 .offer-content{
    padding: 15px 0;
  }
  .main-product .view-demo li a {
    padding: 8px 14px;
    font-size: 14px;
    line-height: 22px;
  }
  .main-product .view-demo li a span{
    height: 22px;
    width: 30px;
    font-size: 12px;
    line-height: 24px;
  }
  .main-product .view-demo li{
    margin: 0 12px;
  }
  .main-innerpage .page1 span{
    font-size: 14px;
    line-height: 16px;
  }
  .main-content7.content .modulelist-wrapper .list{
    padding: 0 0 30px 60px;		
    margin: 4px;
    width: 48%;
  }
  #feature-list .main-content2-content {
    padding: 0 35px;
  }
  #feature-list .choose-service p {
    width: 100%;
  }
  .features .features-block {
    width: 32%;
    margin: 0 0 20px;
  }
}
@media(max-width:767px) {
  .layout .layout-image{
    border: 10px solid #fff;
  }
  .main-product{
    padding: 30px 0;
  }
  .offer-banner .offer-content .btn.btn-secondary{
    font-size: 13px;
    padding: 10px 26px;
  }
  .main-product .view-demo{
    margin: 0 0 20px;
  }
  .main-product .layout-content .layout-name {
    margin: 10px 0 0;
  }
  .main-product .view-demo li {
    margin: 0 6px;
  }
  .layout-content .layout-name .layout-title {
    font-size: 14px;
    line-height: 16px;
  }
  .main-innerpage{
    padding: 30px 0;
  }
  .main-content7.content .modulelist-wrapper .list::before{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .main-content7.content .modulelist-wrapper .list{
    padding: 0 0 20px 45px;
  }
  .main-content7.content {
    padding: 30px 0;
  }  
  .section-block{
    padding: 30px 0;
  }  
  .section-block .block-content{
    margin: 0;
  }
  .section-block .header-img, .section-block .footer-img{
    margin: 0 0 20px;
  }
  .section-block .footer-img:last-child{
    margin: 0;
  }
  .main-content3 .title {
    font-size: 16px;
    line-height: 18px;
  }
  #feature-list .choose-service .section-description{
    font-size: 12px;
  }
  #feature-list .choose-service{
    padding: 0 15px;
  }
  #feature-list {
    padding: 30px 0 10px;
  }
}
@media(max-width:700px) {
  .offer-banner .offer-content .offer-desc{
    font-size: 13px;
    line-height: 16px;
    margin: 10px 0;
  }
  .main-product .view-demo li a span {
    height: 20px;
    width: 20px;
    font-size: 10px;
    line-height: 20px;
  }
  .main-product .view-demo li a {
    padding: 8px 12px;
    font-size: 11px;
    line-height: 20px;
  }
}
@media(max-width:600px) {
  .main-content7.content .modulelist-wrapper .list {
    padding: 0 0 20px 40px;
    font-size: 11px;
    line-height: 16px;
  }
  .features .features-block{
    width: 49%;    
  }
  .features .features-block .feature-title{
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
  }
  #feature-list .choose-service{
    margin: 0 0 20px;
  }
}
@media(max-width:543px) {
  .main-content3>div{
    padding: 15px 0;
  }
}
@media(max-width:450px) {
  .main-content7.content .modulelist-wrapper .list{
    width: 100%;
  }
}
@media(max-width:480px) {
  #feature-list .choose-service p {
    font-size: 11px;
    line-height: 18px;
}
  .offer-banner1 .offer-subtitle {
    font-size: 13px;
}
.offer-banner1 .offer-cnt {
    font-size: 11px;
    padding: 0 20px 0 0;
    margin: 0 5px 0 0px;
}
.offer-banner1 .offer-cnt::after{
  font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
}
  .offer-banner .offer-content .btn.btn-secondary {
    font-size: 12px;
    line-height: 14px;
    padding: 8px 20px;
  }
  .main-product .view-demo{
    margin: 0 0 10px;
    text-align: center;
    padding: 0 15px;
  }
  .main-product .view-demo li{
    margin: 0 5px 10px 0;
  }
  .main-content7.content .decription_part{
    margin: 0 0 10px;
  }
  .main-content3 .title {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 12px;
  }
  .footer_link a {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 14px;
  }
  #feature-list .main-content2-content {
    padding: 0;
  }
  .feature-service {
    padding: 15px;
}
}
.header-block .main-header.fixed {
  background: #fff;
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 15px 0;
}
@-moz-keyframes fillToRight {
  to {
    width: 100%
  }
}
@keyframes fillToRight {
  to {
    width: 100%
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-prev.slick-arrow {
  background: #fff none repeat scroll 0 0;
  font-size: 20px;
  height: 30px;
  left: 5px;
  line-height: 28px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  z-index: 8
}
.slick-next.slick-arrow {
  right: 5px;
  background: #fff none repeat scroll 0 0;
  font-size: 20px;
  height: 30px;
  line-height: 28px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  z-index: 8
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out
}
.owl-carousel .owl-item {
  float: left
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
  cursor: pointer
}
.owl-controls .owl-buttons div {
  position: absolute
}
.owl-controls .owl-buttons .owl-prev {
  left: 10px;
  top: 40%
}
.owl-controls .owl-buttons .owl-next {
  right: 10px;
  top: 40%
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel {
  margin: 0 0 20px;
  direction: ltr !important;
  z-index: 1
}
.owl-carousel:hover .owl-buttons div {
  opacity: 1
}
.owl-carousel .owl-buttons .owl-prev {
  left: 0
}
.owl-carousel .owl-buttons .owl-next {
  right: 0
}
.theme-collection:hover .owl-carousel .owl-buttons div.owl-prev {
  left: 70px
}
.theme-collection:hover .owl-carousel .owl-buttons div.owl-next {
  right: 70px
}
.owl-carousel .owl-buttons div {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  background: #f3283d;
  box-shadow: 0 -5px 10px rgba(234, 61, 86, .3);
  line-height: 15px;
  overflow: hidden;
  opacity: 0;
  transition: .4s ease-in-out
}
.owl-carousel .owl-buttons div i {
  font-size: 40px;
  margin: -20px 0 0
}
.owl-pagination {
  width: 100%;
  float: left;
  margin: 30px 0 0;
}
.owl-controls .owl-page {
  display: inline-block;
  vertical-align: top;
  float: none;
  border-radius: 50%; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  -khtml-border-radius: 50%;
}
.owl-controls .owl-page.active {
  border: 1px solid #111;
}
.owl-controls .owl-page span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  vertical-align: top;
  margin: 12px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span{
  background: #111;
}
@media (max-width:991px) {
  .owl-pagination{
    margin: 20px 0 0;
  }
}
@media (max-width:767px) {
  .owl-controls .owl-buttons .owl-next,
  .owl-controls .owl-buttons .owl-prev {
    top: 35%
  }
}
@media (max-width:480px) {
  .owl-carousel .owl-buttons .owl-next {
    right: -10px
  }
  .owl-carousel .owl-buttons .owl-prev {
    left: -10px
  }
}
@-webkit-keyframes myfirst {
  0% {
    right: 0;
    top: 15%
  }
  25% {
    right: 20px;
    top: 15%
  }
  50% {
    right: 20px;
    top: 16%
  }
  75% {
    right: -20px;
    top: 16%
  }
  100% {
    right: 0;
    top: 15%
  }
}
@keyframes myfirst {
  0% {
    right: 0;
    top: 15%
  }
  25% {
    right: 20px;
    top: 15%
  }
  50% {
    right: 20px;
    top: 16%
  }
  75% {
    right: -20px;
    top: 16%
  }
  100% {
    right: 0;
    top: 15%
  }
}
@-webkit-keyframes myfirst2 {
  0% {
    left: -110px;
    top: 56%
  }
  25% {
    left: -130px;
    top: 56%
  }
  50% {
    left: -130px;
    top: 57%
  }
  75% {
    left: -130px;
    top: 57%
  }
  100% {
    left: -110px;
    top: 56%
  }
}
@keyframes myfirst2 {
  0% {
    left: -110px;
    top: 56%
  }
  25% {
    left: -130px;
    top: 56%
  }
  50% {
    left: -130px;
    top: 57%
  }
  75% {
    left: -130px;
    top: 57%
  }
  100% {
    left: -110px;
    top: 56%
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg)
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.compare-price-table {
  padding: 80px 0;
  position:relative;
  background:#fff;
}
.compare-price-table .decription_part {
  margin: 0 0 30px;
  float: left;
  width: 100%;
}
.price-table {
  background: #fff;
  box-shadow: 0 20px 100px rgb(0,0,0,0.09);
  padding: 20px;
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 130px;
}
.price-table .table {
  float: left;
  width: 100%;
  position: relative;
  height: 580px;
  transition: .3s height;
  overflow: hidden;
}
.show-full .price-table .table {
  height: 100%;
}
.price-table table {
  width: 100%;
  border-collapse: collapse;
}
.price-table th {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  font-family: 'Roboto', sans-serif;
}
.price-table th,.price-table td {
  padding: 20px 5px;
  border-right: 2px solid #ececec;
  text-align: center;
  width: 25%;
  line-height:20px;
}
.price-table thead th {
  background: #f5f5f5;
}
.price-table td {
  font-size: 16px;
}
.price-table tr:nth-child(even) td {
  background: #f8f8f8;
}
.price-table td:first-child {
  color: #999;
}
.price-table th:first-child,.price-table td:first-child {
  border-radius: 5px 0 0 5px;
}
.total-price-table {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.total-price-table .more-price {
  background: linear-gradient(181.44deg, rgba(245, 245, 245, 0) -10.16%, #f5f5f5 81.4%);
  border-radius: 0px 0px 5px 5px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  z-index: 11;
  padding-top:80px;
}
.show-full .total-price-table .more-price {
  opacity: 0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
  visibility: hidden;
}
.total-price-table .more-price .btn {
  padding: 12px 16px;
}
.total-price-table .more-price .btn span {
  vertical-align: top;
  line-height: 16px;
  font-weight: 500;
}
.total-price-table tfoot th {
  height: 110px;
  padding: 14px 16px 10px;
  background: rgba(245,245,245,1);
}
@keyframes moveSlideshow {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}
@keyframes moveSlideshow2 {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(100%); }
}
.scan-code {
  float: right;
  position: fixed;
  z-index: 10;
  top: auto;
  bottom: 80px;
  right: 0;
  left: auto;
  opacity: 1;
  visibility: visible;
  transition:all .5s ease-in-out;
  cursor:pointer;
}
.QR-code.active .qr-popup{
  z-index: 99;
  position: fixed;
  top: auto;
  bottom: 80px;
  right: 0;
  left: auto;
  transition:all .5s ease-in-out;
  opacity:1;
  visibility:visible;
}
.qr-popup{
  transition:all .5s ease-in-out;
  opacity:0;
  visibility:hidden;
  right:-200px;
  position: fixed;
  z-index: 99;
  top: auto;
  bottom: 80px;
}
.QR-code.active .scan-code{
  right:200px;
}
@media(max-width: 1299px){
  .compare-price-table{
    padding: 60px 0;
  }
}
@media(max-width: 1199px){
  .compare-price-table {
    padding: 40px 0;
  }
  .compare-price-table .decription_part{
    margin: 0 0 10px;
  }
}
@media(max-width: 991px){
  .price-table th, .price-table td{
    padding: 15px 5px;
    line-height: 20px;
    font-size: 14px;
  }
  .price-table td {
    font-size: 14px;
    line-height: 16px;
  }
  .total-price-table tfoot th a{
    font-size: 11px;
    padding: 8px 10px;
  }
}
@media(max-width: 767px){
  .price-table{
    padding: 15px;
  }
}
@media(max-width: 600px){
  .price-table table{
    table-layout: fixed;
    overflow-y: hidden;
    display: block;
  }
  .price-table td:first-child{
    position: sticky;
    left: 0;
    z-index: 1;
    background: #fff;
  }
  .total-price-table{
    position: static;
  }
  .price-table th, .price-table td {
    padding: 10px 5px;
    line-height: 18px;
    font-size: 12px;
  }
}
.content-bottom {
  text-align: center;
  position: relative;
  background-color: #fff;
}
.showcase-content {
  float: left;
  width: 100%;
  padding: 80px 0;
  background: #222;
}
.showcase-detail .section-heading {
    color: #fff;
}
.showcase-detail .section-heading::after{
display: none;
}
.showcase-detail {
  width: 100%;
  float: left;
  margin: 0 0 30px;
  padding: 0;
}
.showcase-list {
  float: left;
  width: 100%;
  padding: 0;
}
.showcase-list .owl-carousel .owl-pagination {
  counter-reset: number;
  position: static;
  margin: 40px 0;
  color: #111;
  float: none;
  display: inherit;
  vertical-align: top;
}
.showcase-list .owl-carousel .owl-pagination>.owl-page {
  counter-increment: number;
  vertical-align: top;
  margin: 0;
  border:none;
  color:#fff;
}
.showcase-list .owl-carousel .owl-controls .owl-page span {
  background: none;
  height: 0;
  width: 0;
  display: none;
}
.showcase-list .owl-carousel .owl-pagination .owl-page.active:before, .showcase-list .owl-carousel .owl-pagination::after {
  font-size: 22px;
  line-height: 24px;
}
.showcase-list .owl-carousel .owl-pagination::after {
  content: counter(number);
  margin-left: 9px;
  color: #aaa;
}
.showcase-list .owl-carousel .owl-pagination .owl-page.active:before {
  content: counter(number)" ""/";
  position: relative;
  display: inline-block;    
  vertical-align: top;   
}
.showcase-list .owl-carousel .owl-pagination .owl-page.active:before, .showcase-list .owl-carousel .owl-pagination::after {
  font-size: 22px;
  line-height: 24px;
}
.showcase-list .owl-buttons {
  float: none;
  position: absolute;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  width: 160px;
  top: auto;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.showcase-list .owl-carousel .owl-buttons div{
  background: none;
  box-shadow: none;
  height: 50px;
  width: 50px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: none;
  line-height: 50px;
  opacity: 1;
  visibility: visible;
}
.showcase-list .owl-carousel .owl-buttons div.owl-prev {
  float: left;
}
.showcase-list .owl-carousel .owl-buttons div.owl-prev::after {
  background-position: 8px -14px;
  left: 0;
  right: auto;
}
.showcase-list .owl-carousel .owl-buttons div::after {
  background: transparent url(../images/icons-btn2.png) no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.showcase-list .owl-carousel .owl-buttons div.owl-next {
  float: right;
}
.showcase-list .owl-carousel .owl-buttons div.owl-next::after {
  background-position: -38px -14px;
  right: 0;
  left: auto;
}
.showcase-detail .subtitle {    
  width: 55%;
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #ccc;
}
.showcase-list .button .btn {
  padding: 12px 20px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  border: none;
  overflow: hidden;
}
.showcase-list .button .btn:hover{
color:#111;
}
.showcase-list .button .btn::after{
background: #fff;
}
#showcase .image {
  float: left;
  padding: 0;
  width: 100%
}
#showcase .image a img{
  border-radius: 10px;
}
#showcase .collection {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 15PX;
}
#about-interior {
  padding: 0;
  margin: 80px 0;
  background: #fff;
}
#about-interior .services-image {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
#about-interior .services-image .service-img {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
}
#about-interior .section-heading {
  font: 700 36px/42px 'Cormorant', sans-serif;
  position: relative;
  text-transform: capitalize;
  padding: 0;
  color: #111;
  margin: 0 0 30px;
}
#about-interior .section-heading span {
  color: #ff8149;
}
#about-interior .section-content {
  color: #666;
  font-size: 20px;
  line-height: 30px;
  float: none;
  width: 26%;
  margin: 0 0 30px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}
#about-interior .btn-service {
  font: 700 16px/18px 'Cormorant', sans-serif;
  padding: 13px 22px;
}
#about-interior .btn-content{
  float:left;
  width:100%;
}
.gdpr-banner {
  margin: 60px 0 0;
}
.video-tutorial {
    float: left;
    width: 100%;
}
.theme-tutorial {
background: #fff;
    padding: 80px 0;
}
.theme-tutorial .img-content {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.video-tutorial .video-content {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.video-tutorial .video-content .video-img {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
.theme-tutorial .video-feature {
float: left;
    width: 100%;
    background: #f5f5f5;
    padding:15px;
    border-radius: 0 0 5px 5px;
    text-align: left;
}
.theme-tutorial .video-feature .btn span {
    float: none;
    display: inline-block;
    vertical-align: top;
    font: 700 18px/24px 'Cormorant', sans-serif;
    margin: 0 0 0 5px;
}
.theme-tutorial .video-feature .videop-desc {
    float: none;
    display: inline-block;
    vertical-align: middle;
    font: 500 18px/20px 'Roboto', sans-serif;
    margin: 0 0 0 10px;
}
.theme-tutorial .video-feature li {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ce465b;
    border-radius: 5px;
    padding: 2px 20px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 10px;
    height: 50px;
    transition: .3s all;
    cursor: pointer;
    text-decoration: none;
}
.theme-tutorial .img-content .video-subtitle {
    float: left;
    width: 100%;
    color: #111;
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
	font-family: 'Cormorant', sans-serif;
    margin: 0 0 10px;
}
.theme-tutorial .img-content .video-desc {
    float: none;
    width: 60%;
    display: inline-block;
    vertical-align: top;
    color: #666;
}
.theme-tutorial .theme-preview{
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
    border: 5px solid #ff8149;
    border-radius: 5px;
}
div#popup_toggle {
    line-height: 0;
}
.theme-tutorial #tilt .popup_overlay1 {
    display: none;
    float: left;
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
    background: rgba(0, 0, 0, 0.6);
}
.theme-tutorial #tilt .popup_overlay1 .popup {
    display: inline-block;
    position: relative;
    width: 50%;
    max-width: 100%;
    max-height: 100%;
    padding: 20px;
    background: #000;
    color: #fff;
    vertical-align: middle;
    margin: 8% 0;
    z-index: 99999;
	float:none;
}
.theme-tutorial #tilt .popup_overlay1 .popup .popup_close1 {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 5px;
    bottom: auto;
    right: 5px;
    left: auto;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
}
.theme-tutorial #tilt #popup_toggle .play-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 70px;
    width: 70px;
    cursor: pointer;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    color: #fff;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.theme-tutorial #tilt:hover #popup_toggle .play-icon {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
}
.theme-tutorial #tilt #popup_toggle .play-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 70px;
    width: 70px;
    cursor: pointer;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    color: #fff;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.theme-tutorial #tilt #popup_toggle #playVideo i {
    line-height: 70px;
    font-size: 70px;
    float: none;
    display: inline-block;
    vertical-align: top;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.theme-tutorial #tilt #popup_toggle {
    position: relative;
    overflow: hidden;
}
.theme-tutorial #tilt #popup_toggle::before {
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.theme-tutorial #tilt:hover #popup_toggle::before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.theme-tutorial #tilt .popup_overlay1 .popup .video-wrapper {
    position: relative;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 50%;
}
.theme-tutorial #tilt .popup_overlay1 .popup .video-wrapper iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.main-content4{
  padding: 80px 0;
float: left;
width: 100%;
}
.main-content4 .responsive-content {    
float: left;
width: 100%;
}
@media (min-width:768px) {
.main-content4 .responsive-content,.main-content5 .responsive-content{   
display: flex;
align-items: center;
}
}
.main-content5 .responsive-content .wrap-right{
  order: 2;
}
.main-content4 .responsive-content .wrap-right,.main-content5 .responsive-content .wrap-right,
.main-content4 .responsive-content .wrap-left,.main-content5 .responsive-content .wrap-left {
padding: 0 15px;
}
.main-content4 .responsive-content .highlight-inner,.main-content5 .responsive-content .highlight-inner{
text-align: left;
}
.main-content4 .responsive-content .highlight-inner h5 {
font: 700 18px/20px 'Cormorant', sans-serif;
margin: 0 0 25px;
float: none;
display: inline-block;
vertical-align: top;
color: #fff;
background:-webkit-linear-gradient(45deg,#c25220, #ff8149);
padding: 10px 16px;
border-radius: 5px;
}
.main-content4 .responsive-content .highlight-inner h2,.main-content5 .responsive-content .highlight-inner h2 {
	float:left;
	width:100%;
font: 700 34px/46px 'Cormorant', sans-serif;
margin: 0 0 25px;
}
.main-content4 .responsive-content .highlight-inner h3,.main-content5 .responsive-content .highlight-inner h3 {
	float: left;
    width: 100%;
    font: 700 20px/22px 'Cormorant', sans-serif;
    margin: 0 0 10px;
}
.main-content4 .responsive-content .highlight-inner span {
	float: none;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font: 700 18px/40px 'Cormorant', sans-serif;
    color: #666;
    margin: 0 0 0 10px;
}
.main-content4 .responsive-content .highlight-inner p.caption,.main-content5 .responsive-content .highlight-inner p.caption {
margin: 0 0 20px;
line-height: 22px;
float: left;
width: 100%;
}
.main-content4 .responsive-content .highlight-inner .btn,.main-content5 .responsive-content .highlight-inner .btn  {
    font: 700 16px/18px 'Cormorant', sans-serif;
    padding: 11px 24px;
}
.main-content5{
      padding: 0 0 80px;
    float: left;
    width: 100%;
}
.main-content5 .responsive-content {
    float: left;
    width: 100%;
}
.main-content5 .responsive-content .wrap-right .responsive_img {
float: right;
width:auto;  
}
.footer-content {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
.footer-subcnt {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.footer-subcnt span {
    float: none;
    display: inline-block;
    vertical-align: top;
    font: 700 15px/26px 'Cormorant', sans-serif;
    color: #fff;
    margin: 0 0 0 10px;
}
@media (max-width:1400px) {
  .showcase-detail .subtitle{
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width:1399px) {
.custom-service .service-description{
  width: 65%;
}
}
@media (max-width:1299px) {
  .showcase-content,.theme-tutorial,.main-content4,.custom-service{
    padding: 60px 0;
  }
  .main-content5{
    padding: 0 0 60px;
  }
  #about-interior{
    margin: 60px 0;
  }
  #about-interior .section-content{
    font-size: 18px;
    line-height: 28px;
    width: 36%;
  }
    #about-interior .section-heading {
    font-size:32px;
    line-height:34px;
    margin: 0 0 25px;
  }
  .gdpr-banner{
    margin: 40px 0 0;
  }
  .custom-service .service-description p {
    font-size: 12px;
    line-height: 20px;
}
.custom-service .service-description .service-title{
  font-size: 16px;
    line-height: 18px;
}
}
@media (max-width:1199px) {
  .showcase-list .owl-carousel .owl-pagination{
    margin: 30px 0;
  }
  .showcase-content,.theme-tutorial,.main-content4,.custom-service{
    padding: 40px 0;
  }
  .main-content5{
    padding: 0 0 40px;
  }
  .showcase-list .owl-carousel .owl-pagination .owl-page.active:before, .showcase-list .owl-carousel .owl-pagination::after {
    font-size: 18px;
    line-height: 20px;
  }
  #about-interior{
    margin: 40px 0;
  }
.main-content4 .responsive-content .highlight-inner h2, .main-content5 .responsive-content .highlight-inner h2{
  margin: 0 0 20px;
    font-size: 30px;
    line-height: 40px;
}
.main-content4 .responsive-content .highlight-inner h5{
padding: 8px 12px;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 20px;
}
.main-content4 .responsive-content .highlight-inner span{
  font-size: 16px;
    line-height: 34px;
}
.main-content4 .responsive-content .highlight-inner .btn, .main-content5 .responsive-content .highlight-inner .btn{
  padding: 9px 20px;
    font-size: 14px;
    line-height: 16px;
}
.custom-service .service-description {
    width: 90%;
}
}
@media (max-width:991px) {
  #about-interior .section-content {
    width: 46%;
    margin: 0 0 20px;
}
#about-interior .btn-service {
    padding: 11px 18px;
    font-size: 14px;
    line-height: 16px;
}
  .gdpr-banner{
    margin: 30px 0 0;
  }
  .theme-tutorial .img-content .video-desc{
    width: 100%;
  }
  .theme-tutorial .img-content{
  margin: 0 0 20px;
}
.theme-tutorial .video-feature{
  padding: 10px;
}
button.btn.btn-more i.material-icons {
    font-size: 20px;
}
.theme-tutorial .video-feature .btn span{
  font-size: 14px;
    line-height: 20px;
}
.theme-tutorial .video-feature .videop-desc{
  font-size: 14px;
    line-height: 18px;
}
.showcase-detail{
  margin: 0 0 20px;
}
.footer-subcnt span{
  margin: 0 0 0 8px;
    font-size: 13px;
    line-height: 22px;
}
.footer-subcnt svg {
    width: 22px;
    height: 22px;
}
.footer-get-theme .subtitle{
  padding: 8px 12px;
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 16px;
}
.main-content4 .responsive-content .highlight-inner h5 {
    padding: 8px 8px;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 15px;
}
.main-content4 .responsive-content .highlight-inner span {
    font-size: 14px;
    line-height: 32px;
}
.main-content4 .responsive-content .highlight-inner h3, .main-content5 .responsive-content .highlight-inner h3{
  margin: 0 0 5px;
    font-size: 16px;
    line-height: 18px;
}
.main-content4 .responsive-content .highlight-inner h2, .main-content5 .responsive-content .highlight-inner h2 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 30px;
}
.main-content4 .responsive-content .highlight-inner p.caption, .main-content5 .responsive-content .highlight-inner p.caption {
    margin: 0 0 15px;
    line-height: 20px;
    font-size: 11px;
}
.main-content4 .responsive-content .highlight-inner .btn, .main-content5 .responsive-content .highlight-inner .btn {
    padding: 9px 16px;
    font-size: 12px;
    line-height: 14px;
}
.custom-service .step-line{
  width: 30px;
}
}
@media (max-width:767px) {
  #about-interior .section-heading {
    font-size: 28px;
    margin: 0 0 20px;
}
#about-interior .section-content {
    width: 58%;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 26px;
}
  #showcase .slick-arrow {
    opacity: 1
  }
  .showcase-list .button .btn{
    padding: 10px 16px;
    font-size: 13px;
  }
  .showcase-list .owl-carousel .owl-pagination {
    margin: 20px 0;
  }
  .showcase-content,.theme-tutorial,.main-content4,.compare-price-table,.custom-service{
    padding: 30px 0;
  }
  .main-content5{
    padding: 0 0 15px;
  }
  .showcase-list .owl-carousel .owl-pagination .owl-page.active:before, .showcase-list .owl-carousel .owl-pagination::after {
    font-size: 16px;
    line-height: 18px;
  }
  #about-interior{
    margin: 30px 0;
  }
    .gdpr-banner{
    margin: 15px 0 0;
    float: left;
  }
  .theme-tutorial .video-feature .videop-desc{
    display: none;
  }
.theme-tutorial .video-feature{
  text-align: center;
}
.footer_link a{
  padding: 8px 10px;
}
.main-content4 .container,.main-content5 .container{
  padding: 0px;
}
.total-price-table .more-price .btn {
    padding: 10px 14px;
}
.custom-service .steps::after,.custom-service .step-line{
  display: none;
}
.custom-service .steps-container,.custom-service .steps .steps-container:nth-child(even){
  width: 100%;
  left: 0;
  display: block;
}
.custom-service .section-subheading{
  font-size: 26px;
    line-height: 36px;
}
.custom-service .content{
  float: left;
}
.custom-service .service-description{
 margin: 0 0 0 10px;
    text-align: left;
    float: left;
}
.custom-service .service-description.even{
  margin: 0 0 0 10px;
}
.custom-service .content {
    margin: 0 0 15px;
}
.main-content5 .responsive-content .wrap-right {
    float: left;
    margin: 0 0 15px;
}
.custom-service .steps .steps-container:nth-child(odd) .inner-desc {
    order: 2;
}
}
@media(max-width:600px) {
  .showcase-list .owl-carousel .owl-buttons div.owl-next::after{
    background-position: -50px -10px;
  }
  .showcase-list .owl-carousel .owl-buttons div.owl-prev::after{
    background-position: 15px -10px;
  }
}
@media(max-width:480px) {
  #about-interior .services-image .service-img{
    padding: 0 5px;
    width: 80px;
  }
  #about-interior .section-heading {
    font-size: 24px;
    margin: 0 0 15px;
    line-height: 28px;
}
#about-interior .btn-service {
    padding: 11px 16px;
    font-size: 13px;
    line-height: 15px;
}
#about-interior .section-content {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
}
  .showcase-detail .subtitle {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }
  .showcase-content,.theme-tutorial,.main-content4,.compare-price-table,.custom-service{
    padding: 15px 0;
  }
  .main-content5{
    padding: 0 0 15px;
  }
  #about-interior{
    margin: 15px 0;
  }
.theme-tutorial .img-content .video-desc {
    width: 100%;
    font-size: 11px;
    line-height: 18px;
}
.theme-tutorial .img-content{
  margin: 0 0 15px;
}
button.btn.btn-more {
    padding: 6px 8px;
}
button.btn.btn-more i.material-icons {
    font-size: 18px;
}
.theme-tutorial .video-feature .btn span {
    font-size: 12px;
    line-height: 18px;
}
.theme-tutorial .theme-preview{
  border-width: 3px;
}
.showcase-detail{
  margin: 0 0 15px;
}
.showcase-list .owl-carousel .owl-pagination {
    margin: 15px 0;
}
.footer-get-theme .subtitle {
    padding: 8px 12px;
    margin: 0 0 18px;
    font-size: 12px;
    line-height: 14px;
}
.main-content4 .responsive-content .highlight-inner h2, .main-content5 .responsive-content .highlight-inner h2 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 28px;
}
.total-price-table .more-price .btn span{
  font-size: 12px;
}
.total-price-table .more-price .btn {
    padding: 7px 12px;
}
.custom-service .service-img{
  height: 90px;
}
.custom-service .service-img::before{
  margin: 18px;
}
.custom-service .service-description .service-title {
    font-size: 14px;
    line-height: 16px;
}
.custom-service .service-description {
    width: 95%;
}
}