
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    font-family: 'Inter', sans-serif!important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #020202;overflow: hidden;
    overflow-y: hidden;
  overflow-y: visible;background: url("../images/body-pattern.jpg") repeat;
}
.section-space {
  padding-top:70px;
  padding-bottom:70px;
}
.product-form .button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 10px 0;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #fd4b38;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  margin-top: 11%;
}

.product-image {
	width:400px;
  height:auto; 
  background-color: white;
  border-radius: 5px;
  box-shadow: 2px 2px 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	background-position:center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
} 
.product-image:hover {  
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */ 
  transform: scale(1.2);
} 
.product-image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-image:hover {
  transform: scale(1.2);
}

.product-image:hover:after {
  opacity: 1;
}
/* latin */
@font-face {
  font-family: 'Rowdies';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rowdies/v17/ptRMTieMYPNBAK219gtm1On4KA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.rowdies-light {
  font-family: "Rowdies", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.rowdies-regular {
  font-family: "Rowdies", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rowdies-bold {
  font-family: "Rowdies", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
header {
    position: relative;
    width: 100%;
    background: rgb(0, 0, 0);
    z-index: 99;
}
/*---------header close----------*/
/*-----------header-top------------*/
.header-top {
    padding: 10px 0px 0px 0px;
  background: #fd4b38;
}
.left_info ul li {
    display: inline-block;
    margin-right: 30px;
}

.left_info a {
    color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.left_info i.fa {
    font-size: 19px;
    color:#fff;
    padding-right: 10px;
}

.right_info p {
   color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.left_info {
    text-align: right;
}

.right_info i.fa {
    font-size: 26px;
    margin-right: 10px;
    position: relative;
    bottom: -4px;
}

header i.fa.fa-mobile {
    bottom: -4px;
    font-size: 26px;
    position: relative;
    border: 40px;
    font-weight: 500;
}

.left_info ul li:last-child {
    margin: 0px !IMPORTANT;
}
.carousel-caption .btn svg {
    height: 1em;
    width: 1em; fill:#fff;
}
.product-form .button-block {
  display: block;
  width: 50%;
}
.header-main {


    padding:10px 0;
    border-top: 1px solid #424242;background:#fff;
}
.location-icon svg{width: 12px}
.location-icon svg {
    fill: #fff;
    transition: fill 0.3s;
}
.social-media li {display: inline-block; list-style: none;}
.social-media li img {width: 100%;text-align: center; display: inline-block;}
.social-media li img:hover { background: #ed1c2e;border-radius: 54%;}
.copy-right p {color:#fff;    padding-top: 8px;}
/*-----------header-top Close------------*/
/*-----------header-menu------------*/
nav#cssmenu ul {
    float: right;
    margin-top: 13px;
}
.logo{position:relative;z-index:123;padding:10px;font:18px verdana;color:#6DDB07;float:left;}
.logo img {
    max-width: 170px;
}
.logo a{color:#6DDB07;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a {
    padding: 9px 17px;
    font-size: 17px;
    letter-spacing: 1px;
    text-decoration: none;
    color:#030303;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
    color: #fff;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
    background:#fd4b38 !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:17px;right:11px;width:8px;height:2px;display:block;background:#fff;content:''}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 14px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background:#fff;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    margin-top: 0;
}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#fd4b38;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgb(255, 198, 213);
  padding: 11px 15px;
  width: 190px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
#cssmenu ul ul li:hover {
  
  background: #363636;
 
}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:991px){
.logo{position:absolute;top:0;left: 0;width:100%;height:46px;text-align:center;padding:10px 0 0 0 ;float:none}
.logo2{display:none}
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
    float: left;
}
#cssmenu ul li:hover{
    background: transparent !important;
}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#333!important;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #746262;border-bottom:2px solid #746262;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#746262;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#746262;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#746262;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}
.fb-box:hover {
  background: #1394ef;
  color: #fff;
}
.insta-box:hover {
   background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); color:#fff;
}
div#slider-home .carousel-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
#slider-home h3 {
  color: #253b70;
  text-shadow: 5px 6px 0px #e4e2d5;position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    margin-bottom: 40px;
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
}
/* latin */
@font-face {
  font-family: 'M PLUS Rounded 1c';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0C46sNz-s.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
  .m-plus-rounded-1c-black {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}

#slider-home p {
   font-size: 18px;
  line-height: 27px;
  color: #253b70;
  font-weight: 400;
  margin-bottom: 30px;
}

#slider-home .btn {
   background: #fd4b38;
  box-shadow: 3px 4px 0 0 #2c2929;
    transition: all 0.3s ease-in-out;
  color: #fff;
  padding: 12px 30px !important;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
}
#slider-home .btn:hover{    
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
#slider-home .carousel-caption {width:40%; float:left;
  position: absolute;
  top: 25%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}
.sp-bg {background-image: url("../images/wav-bg.png") top center no-repeat;
  background-size: cover;
  min-height: 600px;
  margin-top: 70px;
    -webkit-mask-size: cover;
    -webkit-mask-position: center center;}
.luusa-subscribe-form input[type='email'] {
    border: 2px dashed #3f3f5a;
    background: rgb(63 63 90);
    border-radius: 35px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  padding: 9px 25px;
  font-weight: 400;
  cursor: pointer;
  outline: 0;
}
.luusa-button-holder button[type='submit'] {
    display: block;;
    border-radius: 35px;
   padding: 9px 25px;
  font-weight: 400; margin-top: 25px;
    text-transform: uppercase;color: #fff;
    background-color: #fd4b38; border: #fd4b38!important;
}
.copy-right{width:100%; float: left; background: #973fea;padding-bottom:8px !important;}
.copy-right a { color: #9be6fd !important;}
.footer-luusa p {color:#fff;font-size: 17px;}
.footer-luusa a {color: #fff !important;
  text-decoration: none !important;}
.footer-luusa li {color:#fff;padding:10px 0; font-size:17px}
.lussa-footer-widget-title {font-size: 22px;color: #fff; letter-spacing:1px}
.footer-luusaimg img{width: 30%;}
.luusa-info li {padding:10px 0; font-size:16px}
.footer-luusa{width: 100%;
  float: left;
  background: url("../images/footer-bg.png") top center no-repeat;
  background-size: cover;
  min-height: 600px;
  margin-top: 70px;}
.pay-icon li  {display: inline-block; list-style: none;
  background: #fff; text-align: center;
  margin-right: 5px;
  padding: 7px 5px;
  border-radius: 5px;}
.pay-icon li img {width: 45%;
  text-align: center;
  display: inline-block;}
.pay-icon {text-align: right;}
.footer-luusa .social-media li i{border: 2px solid #fff;
  color: #fff;
  padding: 10px 10px;
  font-size: 17px;
  border-radius: 95px;
  margin-right: 12px;
}
.luusa-counterup {width:100%; float:left;padding-left: 0!important;padding-right: 0!important;}
.count{
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
}
.counter-wrapper{
  background-image: url('../images/counter-bg.png');
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 596px;
}
.space-line-luusa{width:100%; border-bottom:2px dashed #fff;}
.counter-wrapper:after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background:rgba(22, 62, 106, 0);
}
.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  font-size: 48px;
}
:root {
  --white-100: hsl(206, 5%, 100%);
  --white-200: hsl(206, 5%, 90%);
  --white-300: hsl(206, 5%, 80%);
  --white-400: hsl(206, 5%, 65%);
  --white-500: hsl(206, 5%, 45%);
  --black-100: hsl(210, 20%, 10%);
  --black-200: hsl(210, 20%, 8%);
  --black-300: hsl(210, 20%, 6%);
  --black-400: hsl(210, 20%, 4%);
  --black-500: hsl(210, 20%, 1%);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;

  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black-500);
  background-color: var(--white-100);
}

main {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  outline: none;
  background: none;
}
.luusa-Product-items .table td {
  padding: 5px 15px!important;
  vertical-align: top;
  border-top: 1px solid #696d7124!important;
}
.testimonials img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.section {
  margin: 0 auto;
  padding-block: 5rem;
}
.text-fsize{font-size:21px;}
.container {
  max-width: 75rem;
  height: auto;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.swiper-button-next::after, .swiper-button-prev::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 1rem;
  width:250px;
  height:65px;
  opacity: 0.75;
  border-radius:19%;
  color: #fff;
  background:#000;
}
.luusa-slider-part{width: 100%; float:left; background: url("../images/insta-bg.jpg") top center no-repeat;
    background-size: 100%;
  height: 720px;
  }
.lussa-service-section {
    width: 100%;
    float: left;background: url(../images/quality-bg.png) top center no-repeat;
    background-size: cover;
    padding: 40px 0;
}
img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.lussa-margin-neg {
    margin-top: -205px;
}
.luusa-sub-title {
    position: relative;
    color: #ff8f27;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    margin-left: 0;
    letter-spacing: 1px;
}
.luusa-sub-title img {
    padding-right: 5px;
}
.section-title {
    font-size: 40px !important;
    line-height: 50px;
    color: #1F212D;
}
p {
    color:#4a4a4a;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 26px;
}
.text-center {
    text-align: center !important;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
}
.p-relative {
    position: relative;
}
figure.photo {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 260px;
  max-width: 275px;
  max-height:500px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.photo * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
figure.photo p:hover{color:#ffffff;}
figure.photo img {
  max-width: 100%;
  position: relative;
  opacity: 0.4;
  display: block;
}
figure.photo figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
figure.photo h2 {
  position: absolute;
  left: 40px;
  right: 40px;
  display: inline-block;
  background: #000000;
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  padding: 12px 5px;
  margin: 0;
  top: 35%;
  text-transform: uppercase;
  font-weight: 400;color: #fff;
}
figure.photo:hover .contente{ background:#1f212d;}
figure.photo:hover .contente:before {
    background:#1f212d;;
}
.photo:hover .btn-icon {
    opacity: 1;
    visibility: visible;
}
.photo{position:relative;}
.photo .btn-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    height: 40px;
    width: 40px;
    font-size: 14px;
    background:#ff8f27;
    border-radius: 50%;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;top:90%;
}
figure.photo h2 span {
  font-weight: 800;
}
figure.photo {
    position: relative;
    display: block;
    overflow: hidden;}
figure.photo:before {
  position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);}
figure.photo a { left: 0; right: 0; top: 0; bottom: 0; position: absolute; z-index: 1;}
figure.photo.blue { background: #123851;}
figure.photo.blue h2 { background: #0a212f;}
figure.photo.red { background: #581a14;}
figure.photo.red h2 { background: #36100c;}
figure.photo.yellow {background: #7f5006;}
figure.photo.yellow h2 {background: #583804;}
figure.photo:hover img,
figure.photo.hover img { opacity: 1; -webkit-transform: scale(1.1); transform: scale(1.1);}
figure.photo:hover h2,
figure.photo.hover h2 {-webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%); transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);}
.luusa-service-provider { overflow: hidden;}
.luusa-service-provider:before {
  content: "";
  width: 1060px;
  height: 60px;
  background:#fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.luusa-service-provider .bg-image-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(31, 33, 45, 0.80) 0%, rgba(31, 33, 45, 0.80) 100%);
}
.section-title2 { font-size: 40px !important; line-height: 50px; color:#fff;}
.luusa-bottom-image{width:100%; float: left;z-index: 9}
.luusa-service-provider * { color:#fff;}
.count{
  font-family: 'Josefin Sans', sans-serif;
  font-size:40px;
  font-weight: bold;
}
.counter-inner{
  position:relative;
  z-index:2; font-size:20px;padding-top: 20px;
    padding-bottom: 20px;
}
.luusa-sub-title img {padding-right:5px}
.luusa-count-part{width:56%; float:left;}
.luusa-image-part{ float:right;}
.luusa-image-part img {}
.luusa-service-provider i{font-size: 22px}
.margin-neg{margin-top:-628px;
    z-index: 9;
    position: relative;
   }
.luusa-service-provider .bg-image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.post-meta ul li{
    list-style: none;
}
.luusa-blog-part{width:100%; float: left;padding-top: 100px;
    padding-bottom: 100px;}
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.contente {
   position: relative;
  top: 60%;
  border-radius: 5px;
  box-shadow: 0px 4px 30px 0px rgba(216, 216, 216, 0.25);
  padding: 0px 30px 20px;
  background: #fff;
  transition: all 500ms ease;
  min-height:180px;
}

figure.photo:hover .contente:before {
    background: #1f212d;
}
.contente:before {
    content: "";
    position: absolute;
    top: -49px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transition: all 500ms ease;
}
.owl-carousel .owl-item img {
	display: inline-block !important;
	width: auto;
}
 .author-img {overflow: hidden;
    width: 5.33em;
    height: 5.33em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 3px -3px 0px 1px #df6f23;
    border: 5px solid #fff;}

.font-medium {
	font-weight: 500;
}
.border-radius-new {
	border-radius: 20px;padding: 40px;
}
img.comms {
	width: 40px !important;
	height: auto;
}
.luusa img{
    max-width: 100%;
}
.luusa-head {
  margin-bottom: 70px;
}

.luusa-head h6{
  color: #f05907;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
}

.luusa-head h6:after, .luusa-head h6:before{
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: #f05907;
  top: 50%;
}
 input[type="email"] {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  background: #27282F;
  border: none;
}
.luusa-head h6:after{
  right: 120%;
}

.luusa-head h6:before{
  left: 120%;
}


.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00a0ffe6;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.item {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.item:hover .overlay {
  bottom: 0;
  height: 100%;
  width: 100%;
}

.top-overlay {
    bottom: 100%;    
    height: 0;
}
.item:hover .top-overlay {
  bottom: 0;
}
.bottom-overlay {
    top: 100%;
}

.item:hover .bottom-overlay {
  top: 0;
}

.right-overlay {
    left: 100%;
    height: 100%;
}

.item:hover .right-overlay {
  left : 0;
}

.left-overlay {
    right: 100%;
    height: 100%;
    left:auto;
}

.item:hover .left-overlay {
  right : 0;
}
.fade-overlay {
    height: 100%;
    opacity: 0;
}

.item:hover .fade-overlay {
  opacity: 1;
}
.title-overlay {
    height: auto;
    top: auto;
    opacity: 0;
}
.item:hover .title-overlay {
    opacity: 1;
    height: auto;
    padding: 50px 0;
}
.text {
    color: white;
    font-size: 1.2vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

 @media (max-width: 767px) {
		.carousel-inner .carousel-item > div {
			
		}
		.carousel-inner .carousel-item > div:first-child {
			display: block;
		}
	}

	.carousel-inner .carousel-item.active,
	.carousel-inner .carousel-item-next,
	.carousel-inner .carousel-item-prev {
		display: flex;
	}

	/* medium and up screens */
	@media (min-width: 768px) {

		.carousel-inner .carousel-item-end.active,
		.carousel-inner .carousel-item-next {
			transform: translateX(25%);
		}

		.carousel-inner .carousel-item-start.active, 
		.carousel-inner .carousel-item-prev {
			transform: translateX(-25%);
		}
	}

	.carousel-inner .carousel-item-end,
	.carousel-inner .carousel-item-start { 
		transform: translateX(0);
	}
.second-areatri {
    width: 100%;
    float: left;
   background: url("../images/box-area-bg.jpg") top center no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: cover;
}
.second-areatri-left {
    width: 60%;
    float: left;
}
.about-us-image-area img {
    width: 100%;
    padding: 40px 40px 40px 0;
}
.second-areatri-right {
    width: 40%;
    float: right;
    margin-top: 20px;
}
.carousel-caption {display:none!important}
.list-items {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.list-items-area li {
    list-style: none;
    font-size: 16px;
    padding: 4px 0px 4px 26px !important;
    width: 100%;
    background: url(../images/check-icon.png) 0px no-repeat;
    color:#4a4a4a;
}
.luusa-blog-part {
    width: 100%;
    float: left;
    padding-top: 100px;
    padding-bottom: 100px;
}
.luusa-blog-part{width:100%; float: left; background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.luusa-blog-style-one .blog-content-area {
  padding: 10px 30px 40px 30px;
  background:#fff;
  box-shadow: 0px 4px 30px 0px rgba(182, 182, 182, 0.20);
}
.luusa-blog-style-one:hover a.image:before {
    animation: shine 1.5s;
}
.luusa-blog-style-one a.image:before {
    height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background:#ffffff29;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(110deg) translateY(-50%);
  transform: rotate(110deg) translateY(-50%);
}
.luusa-blog-style-one a.image {
    position: relative;
    display: block;
    overflow: hidden;
}
.luusa-top-quality{width:100%; float:left;background: url(../images/banner-cover-3.jpg) top center no-repeat; background-size:100%;}
.tex-de{margin:60px 0 40px 0}
.luusa-blog-style-one .date-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -51px;
  left: 30px;
}
.blog-title a {
    color: #2d2a2a;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;font-size: 17px;
}
 a:hover {
  color: #23527c;
  text-decoration: none!important;
}
.luusa-blog-style-one .date-meta .date {
  background:#88bd2d;
  font-size: 24px;
  font-weight: 600;
  padding: 8px 37px;
  color:#fff;
  line-height: 34px;
  transition: all 700ms ease;
}

.luusa-blog-style-one a.month {
  font-size: 12px;
  background: #151515;
  color:#fff;
  padding: 8px 25px;
  line-height: normal;
  transition: all 700ms ease;
}

.luusa-blog-style-one .post-meta ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
  font-size: 14px;
  color:#ccc;
}

.luusa-blog-style-one .post-meta ul li i {
  margin-right: 10px;
  color:#fd4b38;
}

.luusa-blog-style-one .blog-title {
  margin-top: 20px; text-align:left;
  margin-bottom: 35px;
}


.luusa-blog-style-one .post-meta ul li i {
  margin-right: 10px;
  color:#00a4ff;
}
.luusa-blog-style-one:hover a.month {
    background: #fd4b38;
    color:#fff;
}
.luusa-blog-style-one .date-meta .date:hover{background:#000;}
.luusa-blog-style-one .blog-title {
  margin-top: 20px;
  margin-bottom: 35px;
}

.luusa-blog-style-one .blog-title:hover {
  color:#fd4b38;
}

.luusa-blog-style-one a.blog-btn-box {
  background: #F2F2F6;
  padding: 10px 10px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.luusa-blog-style-one a.blog-btn-box i {
  font-size: 30px;
  color:#83bb23;
}

.luusa-blog-style-one a.blog-btn-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background:#fd4b38;
  transition: all 500ms ease;
}
.luusa-blog-style-one a.blog-btn-box:hover:before {
  width: 100%;
  left: 0;
}
.luusa-blog-style-one a.blog-btn-box:hover span,
.luusa-blog-style-one a.blog-btn-box:hover span i{
    position: relative;
    color:#fff;
}
.shadow-sm2 {
  box-shadow: 0 00.125rem 1.25rem rgb(255, 181, 181);
  border: 2px dashed #e81f1f;
	border: double 10px transparent;
  background-image: linear-gradient(white, white), linear-gradient(to right, #e43e3d, #ea484d, #ec654e, #ef874c, #f3a74c, #f8c43d, #e1c63b, #c1cc36, #9fcd35, #7fcd31, #5aaf2b);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.section-padding {
  padding-top: 80px;
}

.gallery-section {
  position: relative;
  z-index: 1;
}

.title {
  font-size: 46px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #f44336;
} 

.filter {
  text-align: center;
  max-width: 1050px;
  margin: auto;
}

.btn {
  padding: 10px 20px;
  margin: 5px 4px 4px 0;
  display: inline-block;
  color: #003;
  background: #eee;
  border: 1px solid #f44336;
  transition: all 0.4s;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
.btn:hover,.btn-active {
  background: #f44336;
  color: #fff;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.gallery {
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 1320px;
  flex-wrap: wrap;
  margin: 25px auto;
  /* gap: 14px; */
}
.gallery a {
  display: flex;
}
.gallery img {
  width: 200px;
  height: 220px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  border-radius: 12px;
  overflow: hidden;
  margin: 10px 10px;
}

.gallery img:hover {
  transform: scale(1.1);
}

.sets .hide,
.sets .pophide {
  width: 0%;
  opacity: 0;
}

.closeBtn {
  position: absolute;
  font-size: 22px;
  font-weight: 500;
  right: 25px;
  top: 25px;
  color: white;
  transition: 0.5s linear;
  padding: 8px 40px;
  border-radius: 25px;
  background: red;
  outline-offset: -6px;
  outline: 2px solid #fff;
}
.closeBtn:hover {
  cursor: pointer;
  background: white;
  color: black;
  outline: 2px solid #000;
}

.openDiv {
  width: 100%;
  height: 100vh;
  background: #000000e7;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  z-index: 9999;
}
.imgPreview {
  width: 70%;
  object-fit: scale-down;
  max-height: 40vw;
  height: auto;
}
.prevButton,
.nextButton {
  transition: 1s linear;
  padding: 10px 35px;
  font-size: 18px;
  border: none;
  color: white;
  background: #0005;
  border-radius: 10px;
  border: 1px solid white;
  margin: 10px;
}
.prevButton:hover,
.nextButton:hover {
  background: #fff;
  color: black;
}

/* resposive CSS Code */

@media max-width: 1199px {
  .section-padding {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 36px;
  }
  .gallery img {
    margin: 8px 8px;
    width: 175px;
  }
  .closeBtn {
    padding: 6px 25px;
  }
  .prevButton,
  .nextButton {
    font-size: 18px;
    padding: 8px 25px;
  }
}

@media (max-width: 540px) {
  .section-padding {
    padding-top: 30px;
  }
  
  .gallery img {
    margin: 8px 6px;
    width: 155px;
  }

  .closeBtn {
    font-size: 18px;
    border-radius: 15px;
  }
  .prevButton,
  .nextButton {
    font-size: 18px;
    padding: 6px 20px;
    border-radius: 10px;
    margin: 5px;
  }

  .imgPreview {
    width: 90%;
    max-height: 50vh;
    height: auto;
  }
  
}
.product-category {width: 100%; float:left;margin: 160px 0 80px 0;}
.luusa-testimonials-rate { display: flex;
    gap: 5px;
    color: #ffc107;
    font-size: 24px;
    padding: 0;}
.luusa-testimonials-rate li {
    font-size: 16px;
    padding: 5px;
    text-decoration: none;
    list-style: none;}
.luusa-blue-bg{width:100%; float:left;background: url("../images/banner-mid-5.png") top center no-repeat;
    background-size: auto;
    background-size: cover;}
#btncontainer .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
 border: 2px dashed #da2d13;
  padding: 15px;
}
.inner-banner{width:100%;float:left; background: url("../images/banner-inner.png") top center no-repeat; background-size: cover; min-height: 270px;padding-top: 100px;}
.custom-container {
    max-width: 1326px;
    margin: 0 auto;
    padding: 0 15px;
}
.luusa-breadcrumb-wrapper ul {
    color: #2e3637;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    margin-left: 0;
    padding-left: 0;
}
.luusa-breadcrumb-menu ul li {
    list-style: none;
    font-size: 16px;
}
.luusa-breadcrumb-title {font-size:45px;
  font-family: Raleway;
  text-align: left;
  line-height: 1;
  color: #fff !important;
  font-weight: 800;
  padding: 60px 0 0 0;
  text-shadow: 2px 2px 5px black;
  max-width: 50vw;
  margin: 0 0 0 5vw;
  font-family: "Raleway", sans-serif;}

.luusa-breadcrumb-menu ul li a {
    color: #fff; font-size:17px;
}
.luusa-breadcrumb-wrapper ul li:last-child span {
    color: #fff; font-size:17px;
}
.breadcrumb-default-delimiter{color:#fff;}
 .breadcrumb-default-delimiter:before {
    content: "";
    background-color: currentColor;
    display: inline-block;
    height: 14px;
    opacity: 0.45;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 2px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
.luusa-breadcrumb-wrapper ul li{
  display: block;
  text-align: center;
  width: 100%;
  float: left;
}
.bs-example .breadcrumb {background:none!important;}
.bs-example .breadcrumb li{color:#fff; font-size:15px}
.bs-example .breadcrumb-item  a {color:#fff; font-size: 15px}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #fff!important;
  content: "/";
}
.luusa-about-us-section {
    width: 100%;
    float: left;
}
.ourstory-page {
    background-color: #efffd6;
    padding: 48px;box-shadow: 0 00.125rem 1.25rem rgb(255, 181, 181);
  border: 2px dashed #e81f1f;
  border: double 10px transparent;
  background-image: linear-gradient(#fbfeff, white), linear-gradient(to right, #e43e3d, #ea484d, #ec654e, #ef874c, #f3a74c, #f8c43d, #e1c63b, #c1cc36, #9fcd35, #7fcd31, #5aaf2b);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.swatch-oranges{ color: #fff;
  padding: 8px;
  margin: 4px auto;
  text-align: left;
  background-color: #fd4b38;
  display: inline-block;
}
.dashline{
  border-bottom: 2px dashed #ff4848;
  width: 40%;
}
.dashline-white {
  border-bottom: 2px dashed #fff;
  width: 40%;
}
.accordion .item {
    border: none;
    margin-bottom:20px;
    background: none;
}
.t-p{
 font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: #424242;
  padding: 20px 20px 0px 20px;
}
.mb-0 .btn-link:hover{background-image: linear-gradient(90deg, #7b7777 0%, #686a66 51%, #817c78 100%) !important;}
.accordion .item .item-header h2 button.btn.btn-link {
    background:#fd4b38;
    color: white;
    border-radius: 0px;
    font-size:20px;
    font-weight: 400;
    line-height: 2.5;
    text-decoration: none;
}
.accordion .item .item-header h2 i:hover {
  float: right;
  font-size: 30px;
  color: #1e2613;
  background: #fff !important;
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 2px dashed #000;
}
.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 5px 20px;
    display: block;
    width: 100%;
    text-align: left;
}
.bg-areas{background: #fffaf5;}
.accordion .item .item-header h2 i {
    float: right;
  font-size: 30px;
  color: #1e2613;
  background: #fd4b38 !important;
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.tricycle-faq-services-cover {
    width: 100%; float:left;
    padding: 80px 0;
}
button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}
.hover-box .img-enlargable {
  display: inline-block;vertical-align: initial!important;
  padding: 0.5rem;
  border-radius: 5px;
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.4);
  width: 100%;
  height: auto;
  text-align: center;
  background-color:#fff;
  outline: 1px solid transparent;overflow: hidden;
}
/*---------------contact page---------------*/
.luusa-contact-page{width:100%; float: left;}
.contact-bg{ background: url("../images/contact-bg.png") top center no-repeat;
    background-size: cover;padding:40px;}
.luusa-contact-areas-side { padding: 35px 40px;  text-align: center;  border-radius: 10px; border: 2px dashed #000; background: #fff;}
.luusa-contact-areas-side:hover { padding: 35px 40px;  text-align: center;  border-radius: 10px; border: 2px dashed #FFB906; background:#fefcf9;}
.pt-80 { padding-top: 80px;}
.luusa-contact-areas-side .icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background:#86b645;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin: 0 auto;
}
.luusa-contact-areas-side .icon i{color: #fff; font-size:26px}
.luusa-contact-areas-side a {
  display: block;color: #4c443a;font-size: 17px;}
.luusa-contactus-from {
  background:#fd4b38;
  padding: 60px 60px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mt-15 {
    margin-top: 15px;
}
.luusa-contactus-map iframe {
  height: 573px;
  width: 100%;border: 1px dashed #fff;
}
.luusa-contact-from-input {
  margin-bottom: 10px;
}
.luusa-contact-from-input input {
  width: 100%;
  height: 59px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  background-color: #fff;
  font-size: 15px;
  border: none;
  outline: none;
}
.luusa-contact-from-input textarea {
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 0px 25px;
  outline: 0;
  min-height: 185px;
  color: #777a7e;
  resize: none;
}
.luusa-contact-info-icon span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background:#fd4b38;
  border-radius: 5px;
}
.luusa-contact-info-item {
  text-align: center;
}
.luusa-contact-info-text {
  padding: 60px 27px 35px 27px;
  box-shadow: 0px 4.8px 24.4px 0px rgba(19, 16, 34, 0.1);
  margin-top: -25px;
  background: #fff;
  border-radius: 5px;
}
.luusa-contact-info-text h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
.luusa-contact-info-text span {
  color: #151515;
  font-weight: 500;
}
.luusa-contact-info-text span a:hover { color:#fd4b38;}
.luusa-contact-info-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 11;
  max-width: 860px;
  margin: 0 auto;
}
.primary-btn-4 {
   color: #fff;
  font-size: 17px;
  font-weight: 500;
  background-color: #8cc540;
  border: 2px dashed #000;
  display: inline-flex;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
  padding: 15px 20px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all .6s;
}
.primary-btn-4:hover span { width: 225%;  height: 1000.5px;}
.primary-btn-4 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color:#588de1;
    transition: all .6s;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.luusa-contact-btn button{border-radius: 5px;}
.primary-btn-4:hover {  color: #fff;  border: 1px solid #fd4b38;}
@media only screen and (max-width: 1440px){
.luusa-contactus-from .primary-btn-4 {  padding: 15px 25px;  font-size: 16px;}
}
@media only screen and (max-width: 991px){
.luusa-contact-from-input textarea {  margin-top: 20px;}
.luusa-contactus-from {  padding: 30px;}
                }
.luusa-blog-section{width:100%; float:left;}
/*----------------------------------------*/
/*  BUTTON CSS START
/*----------------------------------------*/

.primary-btn-1{
  text-transform: capitalize;
  background-color:#fc800a;
  border: 1px solid#fc800a;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 10px 35px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all .6s;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
}

.primary-btn-1 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--black-color);
  transition: all .6s;
  transform: translate(-50%,-50%);
  z-index: -1
}

.primary-btn-1:hover {
  color: #fff;
  border: 1px solid var(--black-color);
}

.primary-btn-1:hover span {
  width: 225%;
  height: 1000.5px
}

.primary-btn-1:active {
  background-color: #fff
}

/* button style two */

.primary-btn-2{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color:#fc800a;
  border: 1px solid#fc800a;
  display: inline-flex;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
  padding: 15px 20px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;box-shadow: 2px 3px 4px 0px #999;
  transition: all .6s
}

.primary-btn-2 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--black-color);
  transition: all .6s;
  transform: translate(-50%,-50%);
  z-index: -1
}

.primary-btn-2:hover {
  color: #fff;
  border: 1px solid var(--black-color);
}

.primary-btn-2:hover span {
  width: 225%;
  height: 1000.5px
}

.primary-btn-2:active {
  background-color: #fff
}

/* button style 3 */

.primary-btn-3 {
  color:#fc800a;
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid var(--black-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  white-space: nowrap;
  padding: 20px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all .6s;
  border-radius: 30% 70% 67% 33% / 30% 30% 70% 70%;
  flex-direction: column;
  height: 125px;
  width: 145px;   
  animation: morphing 10s infinite;
}

.primary-btn-3 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--black-color);
  transition: all .6s;
  transform: translate(-50%,-50%);
  z-index: -1
}

.primary-btn-3:hover {
  color: #fff;
  border: 1px solid var(--black-color);
}

.primary-btn-3:hover span {
  width: 225%;
  height: 1000.5px
}

.primary-btn-3:active {
  background-color: #fff
}

.primary-btn-3 i {
  margin-top: 10px;
}

.primary-btn-3:hover i {
  animation: wobble-vertical 1s ease-in-out 1;
}


/* button style Four */

.primary-btn-4{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--black-color);
  border: 1px solid var(--black-color);
  display: inline-flex;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
  padding: 15px 20px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all .6s
}

.primary-btn-4 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color:#fc800a;
  transition: all .6s;
  transform: translate(-50%,-50%);
  z-index: -1
}

.primary-btn-4:hover {
  color: #fff;
  border: 1px solid#fc800a;
}

.primary-btn-4:hover span {
  width: 225%;
  height: 1000.5px
}

.primary-btn-4:active {
  background-color: #fff
}


/* button style five */

.primary-btn-5{
  color: var(--black-color);
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #ECECEC;
  display: inline-flex;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
  padding: 15px 20px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all .6s
}

.primary-btn-5 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color:#fc800a;
  transition: all .6s;
  transform: translate(-50%,-50%);
  z-index: -1
}

.primary-btn-5:hover {
  color: #fff;
  border: 1px solid#fc800a;
}

.primary-btn-5:hover span {
  width: 225%;
  height: 1000.5px
}

.primary-btn-5:active {
  background-color: #fff
}

@media only screen and (max-width: 1440px){ 

  .primary-btn-1,
  .primary-btn-2,
  .primary-btn-3,
  .primary-btn-4,
  .primary-btn-5{
    padding: 5px 15px;
    font-size: 12px;
  }

}
.luusa-Product-items{width:100%; float:left}
.luusa-Product-items2{width:100%; float:left; background: url("../images/banner-slider-1.jpg") top center no-repeat;
    background-size: auto;
    background-size: cover;}
.luusa-Product-items3{width:100%; float:left; background: url("../images/service-bg.jpg") top center no-repeat;
    background-size: auto;
  background-size: cover;}
.bg-border{border-radius: 4px;
  box-shadow: 7px 5px 0px 2px #fc800a;
  background-image: linear-gradient(96deg, rgb(252, 128, 10) 52%, rgba(0, 0, 0, 0) 88%);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 1px;}
figure {
    display: flex;
    position: relative;
    border-radius: .35rem;
    box-shadow:
    rgb(40, 40, 40, 0.1) 0px 2px 3px,
    rgb(20, 20, 20, 0.2) 0px 5px 8px,
    rgb(0, 0, 0, 0.25) 0px 10px 12px;
    overflow: hidden;
    transition: transform var(--anim-time--med) ease;
}

figure::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        hsla(0, 0%, 0%, 0.8) 0%,
        hsla(0, 0%, 0%, 0.7) 12%,
        hsla(0, 0%, 0%, 0.2) 41.6%,
        hsla(0, 0%, 0%, 0.125) 50%,
        hsla(0, 0%, 0%, 0.01) 59.9%,
        hsla(0, 0%, 0%, 0) 100%
    );
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: var(--anim-time--med), var(--anim-time--med);
    transition-timing-function: ease, ease;
      z-index: 4;
}

.header__caption {
    z-index: 10;
    position: absolute;
    display: inline-flex;
    flex-direction: column;
    align-self: flex-end;
    width: 100%;
    gap: 0.5rem;
    padding: 1rem;
    justify-content: center;
    text-align: center;
    transform: translateY(100%);
    transition: transform var(--anim-time--hi) linear,
    opacity var(--anim-time--hi) linear;
}

figure:hover::before {
    opacity: 0.8;
}

figure:hover .header__caption {
    transform: translateY(0);
    opacity: 1;
}
figure:hover img{
    transform: scale(1);
}
.header__caption .title {
    color: #fff;
    
}

.header__caption .title--primary {
    font-size: 1.25rem;
    font-weight: bold;
}

.header__caption .title--secondary {
    text-transform:uppercase;
    font-weight: bold;
}
.header__caption .title {
  font-size: 25px;
}
.gal img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
  transform: scale(1.15);
    aspect-ratio: 16 / 13;
    transition: 400ms ease-in-out;
}
/******************* Timeline-section *****************/
.luusa-timeline-section{width:100%; float:left;}
.luusa-timeline {
    overflow: hidden;
    position: relative
}

.luusa-timeline:after,
.luusa-timeline:before {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.luusa-timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #d6d5d5;
    position: absolute;
    top: 30px;
    left: 50%
}

.luusa-timeline .timeline {
    width: 50%;
    float: left;
    padding-right: 30px;
    position: relative
}

.luusa-timeline .timeline-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #fe6847;
    position: absolute;
    top: 5.5%;
    right: -17.5px
}

.luusa-timeline .year {
    display: block;
    padding: 10px;
    margin: 0;
    font-size: 30px;
    color: #fff;
    border-radius: 0 50px 50px 0;
    background: #fe6847;
    text-align: center;
    position: relative
}

.luusa-timeline .year:before {
    content: "";
    border-top: 35px solid #f59c8b;
    border-left: 35px solid transparent;
    position: absolute;
    bottom: -35px;
    left: 0
}

.luusa-timeline .timeline-content {
    padding: 30px 20px;
    margin: 0 45px 0 35px;
    background: #f2f2f2
}

.luusa-timeline .title {
    font-size:21px;
    font-weight: 700;
    color: #504f54;
    margin: 0 0 10px
}

.luusa-timeline .description {
  font-size: 16px;
  color: #6c757d !important;
  margin: 0;
  line-height: 26px;
}

.luusa-timeline .timeline:nth-child(2n) {
    padding: 0 0 0 30px
}

.luusa-timeline .timeline:nth-child(2n) .timeline-icon {
    right: auto;
    left: -14.5px
}

.luusa-timeline .timeline:nth-child(2n) .year {
    border-radius: 50px 0 0 50px;
    background: #7eda99
}

.luusa-timeline .timeline:nth-child(2n) .year:before {
    border-left: none;
    border-right: 35px solid transparent;
    left: auto;
    right: 0
}

.luusa-timeline .timeline:nth-child(2n) .timeline-content {
    text-align: right;
    margin: 0 35px 0 45px
}

.luusa-timeline .timeline:nth-child(2) {
    margin-top: 170px
}

.luusa-timeline .timeline:nth-child(odd) {
    margin: -175px 0 0
}

.luusa-timeline .timeline:nth-child(even) {
    margin-bottom: 80px
}

.luusa-timeline .timeline:first-child,
.luusa-timeline .timeline:last-child:nth-child(even) {
    margin: 0
}

.luusa-timeline .timeline:nth-child(2n) .timeline-icon {
    border-color: #7eda99
}

.luusa-timeline .timeline:nth-child(2n) .year:before {
    border-top-color: #92efad
}

.luusa-timeline .timeline:nth-child(3n) .timeline-icon {
    border-color: #8a5ec1
}

.luusa-timeline .timeline:nth-child(3n) .year {
    background: #8a5ec1
}

.luusa-timeline .timeline:nth-child(3n) .year:before {
    border-top-color: #a381cf
}

.luusa-timeline .timeline:nth-child(4n) .timeline-icon {
    border-color: #f98d9c
}

.luusa-timeline .timeline:nth-child(4n) .year {
    background: #f98d9c
}

.luusa-timeline .timeline:nth-child(4n) .year:before {
    border-top-color: #f2aab3
}

@media only screen and (max-width:767px) {
    .luusa-timeline {
        overflow: visible
    }

    .luusa-timeline:before {
        top: 0;
        left: 0
    }

    .luusa-timeline .timeline:nth-child(2),
    .luusa-timeline .timeline:nth-child(even),
    .luusa-timeline .timeline:nth-child(odd) {
        margin: 0
    }

    .luusa-timeline .timeline {
        width: 100%;
        float: none;
        padding: 0 0 0 30px;
        margin-bottom: 20px !important
    }

    .luusa-timeline .timeline:last-child {
        margin: 0 !important
    }

    .luusa-timeline .timeline-icon {
        right: auto;
        left: -14.5px
    }

    .luusa-timeline .year {
        border-radius: 50px 0 0 50px
    }

    .luusa-timeline .year:before {
        border-left: none;
        border-right: 35px solid transparent;
        left: auto;
        right: 0
    }

    .luusa-timeline .timeline-content {
        margin: 0 35px 0 45px
    }
}
figure.photo2 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.photo2 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

figure.photo2 img {
  max-width: 100%;
  position: relative;
  opacity: 0.4;
  display: block;
}

figure.photo2 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

figure.photo2 h2 {
  position: absolute;
  left: 40px;
  right: 40px;
  display: inline-block;
  background: #000000;
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  padding: 12px 5px;
  margin: 0;
  top: 50%;
  text-transform: uppercase;
  font-weight: 400;
}

figure.photo2 h2 span {
  font-weight: 800;
}

figure.photo2:before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(110deg) translateY(-50%);
  transform: rotate(110deg) translateY(-50%);
}

figure.photo2 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.photo2.blue {
  background: #123851;
}

figure.photo2.blue h2 {
  background: #0a212f;
}

figure.photo2.red {
  background: #581a14;
}

figure.photo2.red h2 {
  background: #36100c;
}

figure.photo2.yellow {
  background: #7f5006;
}

figure.photo2.yellow h2 {
  background: #583804;
}

figure.photo2:hover img,
figure.photo2.hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.photo2:hover h2,
figure.photo2.hover h2 {
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}

figure.photo2:hover:before,
figure.photo2.hover:before {
  -webkit-transform: rotate(110deg) translateY(-150%);
  transform: rotate(110deg) translateY(-150%);
}
.space-line {  border-bottom: 2px solid #fd4b38;}
.primary-btn-2:hover { background: #fd4b38;
  box-shadow: 3px 4px 0 0 #2c2929;
  transition: all 0.3s ease-in-out;
  color: #fff;}
.in-font{
  font-size: 23px;
  color: #222;
}


.image2 {
	width: 350px;
  height: 360px; border:4px solid #fd4b38;  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	background-position:center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
} 
.image2:hover {  
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */ 
  transform: scale(1.2);
} 
.image2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.image2:hover {
  transform: scale(1.2);
}

.image2:hover:after {
  opacity: 1;
}
.bs-example{width:100%; float:left;    margin-bottom:0px !important;
    padding-top: 5px !important; background:#373435!important;
    padding-bottom: 5px !important;}
.breadcrumb {
  padding: 5px 10px!important;
  margin-bottom: 0px!important;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.equal-height {
    background: url("../images/photo-bg.jpg") top center no-repeat;
  background-size: cover;
    padding: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #e0e2ec;
    margin: 0px;
}
.hover-box {
    margin: 0 0 10px 0;
    overflow: hidden;
}
hover-box{
            margin:0 0 10px 0;
            overflow: hidden;
        }
        .hover-box .hover-img{
            position: relative;
            overflow: hidden;
    --angle: 3deg;
    --count: 5;
    --duration: 1s;
    --delay: calc(-0.5 * var(--duration));
    --direction: alternate;
    --pin-color: red;
    position: relative;
    display: inline-block;
    margin: var(--adjust-size);
    padding: 0.5rem;
    border-radius: 5px;
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.4);
    width: 100%;
    height: auto;
    text-align: center;
    background-color: ghostwhite;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    transform-origin: center 0.22rem;
    will-change: transform;
    break-inside: avoid;
    overflow: hidden;
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
        }
        .hover-box .hover-img img{
            width:100%;
            height:auto;
        }
        .hover-box .hover-img .over-layer{
            position: absolute;
            width:100%;
            height:100%;
            left:0;
            top:0;
            padding:40% 10%;
            text-align: center;
            background:rgb(110, 103, 174);
            transform: rotateY(90deg);
            transition: all 0.50s ease 0.4s;
        }
        .hover-box:hover .over-layer{
            transform: rotateY(0deg);
        }
        .hover-box .hover-img::before{
            content: "";
            position: absolute;
            width:100%;
            height:100%;
            left:0;
            top:0;
            opacity:1;
            border:2px solid #eee;
            transform: scale(0.9,0.9);
            transition: all 0.50s ease 0s;
        }
        .hover-box:hover .hover-img::before{
            transform: scale(1,1);
            opacity:0;
        }
        .hover-box .hover-img .over-layer h3{
            color:#fff;
            margin:0 0 10px; font-size:20px; line-height:24px;background-image: linear-gradient(28deg, rgb(86, 81, 139) 47%, rgba(0, 0, 0, 0) 100%);
  padding-top: 19px;
  padding-bottom: 20px;
  padding-left: 0px;
  top: 0;
  bottom: auto;
  border-radius: 5px;
        }
        .hover-box .hover-img .over-layer .hover-info{
            display:inline-block;
            padding:10px;
            color:#fff;
            margin:0 0 10px;
        }
        .hover-box .hover-img .over-layer .hover-info >i{
            margin:0 5px;
            font-size:14px;
        }
        .hover-box .hover-img .over-layer .hover-info >span{
            text-transform:uppercase;
            font-size:14px;
        }
        .hover-box .hover-img .over-layer .links{
            margin:0;
            padding:0;
        }
        .hover-box .hover-img .over-layer .links li{
            list-style:none;
            display:inline-block;
            margin:0 5px ;
        }
        .hover-box .hover-img .over-layer .links li a{
            color:#fff;
            width:35px;
            height:35px;
            display: block;
            line-height:35px;
            text-align: center;
            background:#D9C73A;
            border-radius:5px;
        }
        .hover-box .hover-img .over-layer .links li a:hover{
            text-decoration:none;
        }
.luusa-Product-items24{width: 100%;
  display: flex;}


.o-slider-image-viewer {
  position: relative;
}

.o-slider-image-viewer__inner {
  display: block;
  margin: 0;
  padding: 0;
}

.o-slider-image-viewer__slide {
  list-style: none;
  text-align: center;
}
.clear-both{clear:both}
.o-slider-image-viewer__nav {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.o-slider-image-viewer__dot {
  background-color: #ddd;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
  width: 12px;
}
.o-slider-image-viewer__dot:focus {
  outline: 0;
}
.o-slider-image-viewer__dot.tns-nav-active {
  background-color: #aaa;
  cursor: default;
}

@media screen and (min-width: 900px) {
  .o-slider-image-viewer__dot {
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid transparent;
   height: auto;
    justify-content: center;
    padding: 3px;
    width: 100%;
    float: left;
  }
  .o-slider-image-viewer__dot.tns-nav-active {
    background-color: transparent;
    border-color:#fff7f7;box-shadow: 2px 2px 4px #ccc;
  }
}
@media screen and (max-width: 899px) {
  .o-slider-image-viewer__dot-image {
    display: none;
  }
}

.c-product-image-viewer__image {
  max-height: calc(90vh - 96px);
}

.c-product-container {
 float: left;
  width: 50%;
  margin-left: -96px;
  margin-top: 96px;
}

.c-product-container__element {
  flex-basis: 100%;
  text-align: center;
}

.c-product-container__element--details {
  margin-top: 48px;
}

@media screen and (min-width: 900px) {
  .c-product-container__element {
    flex-basis: 50%;
  }

  .c-product-container__element--images {
    text-align: right;
  }

  .c-product-container__element--details {
    text-align: left;
    margin-top: 0;
  }
}
.c-product-name {
  margin-top: 0;
  margin-bottom: 8px;
}

@media screen and (min-width: 900px) {
  .c-product-name {
    margin-bottom: 24px;
  }
}
.luusa-Product-form{with:100%; float:left;background: url("../images//banner-mid-5.png") top center no-repeat;
    background-size: auto;
  background-size: cover;
 }
.text-top-area{    background-image:linear-gradient(96deg, rgb(70, 65, 115) 52%, rgba(0, 0, 0, 0) 88%);
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 20px;
    top: 105px;
    bottom: auto;}
.section-title span{color:#f5e254;}
.form-footer{}
.bg-success {
  background-color: #28a745 !important;
  border: #ccc;
}
.counter-wrapper2 {
  background: #333;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
  background-image: url('../images/counter-bg2.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  min-height: 300px;
  background-attachment: fixed;
}
.luusa-founder{    width: 100%;
    float: left;
    background: url(../images/box-area-bg.jpg) top center no-repeat;
    background-size: auto;
    background-size: cover;    height: 600px;}
.luusa-whychooseus{width: 100%; float: left;}
.item2 span, .item2 a, .item2 a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#fd4b38;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #fd4b38;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #fd4b38;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#fd4b38;
}
.item2 {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item2:hover{
    background:#fd4b38;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item2:hover .item2, .item2:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item2:hover h6, .item2:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item2 .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #fd4b38;   
    width: 37%;
  height: auto;
  line-height: 50px;
  border-radius: 50px;
  padding: 7px;
    border-radius: 50px;
}
.item2 .icon img{width:100%}
.item2 .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#fd4b38
}
.item2 .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#fd4b38
}
.item2 .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#fd4b38
}
.item2 .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#fd4b38
}
.item2 .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#fd4b38
}
.item2 .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#fd4b38
}
.item2 p{
    font-size:15px;
    line-height:26px;
}
.item2 h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
$white: #fff;
$purple: #54428E;
$success: #0A8754;
$lightSuccess: #82E682;
$error: #FF5C5C;
$grey: #ccc;
$opacBlack: rgba(0, 0, 0, 0.3);

@mixin transition($dur, $prop: all, $style: ease) {
	transition: $prop $dur $style;
}
.contactForm.success .formHeader {
    background: #0A8754;
    border-color: #0A8754;
    font-size: 0.75em;
}
.contactForm .formHeader {
    background: #54428E;
    border-bottom: 4px solid #54428E;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s ease;
}

@mixin transition($dur, $prop: all, $style: ease) {
	transition: $prop $dur $style;
}

.contactForm {
	border-radius: 4px;
	box-sizing: border-box;
	margin: auto;
	overflow: hidden;

	.formHeader {
		background: $purple;
		border-bottom: 4px solid $purple;
		color: $white;
		text-align: center;
		overflow: hidden;

		/*TRANSITION*/
		@include transition(0.5s);

		h1 {
			line-height: 1em;font-size: 25px;
      padding-top: 8px;
		}
	}

	.formBody {
		background: $white;
		// height: 371px;
		padding: 20px 12px;
		overflow: hidden;

		/*TRANSITION*/
		@include transition(0.2s);
	}

	.inputContainer {
		border: 1px solid $grey;
		border-radius: 3px;
		position: relative;
		margin-bottom: 5px;
		overflow: hidden;
		background: transparent;

		.message {
			color: $error;
			background: $error;
			position: absolute;
			top: 0;
			bottom: 0;
			width: 0;
			margin: 0;
			line-height: 2.5em;
			text-align: center;
			overflow: hidden;

			/*TRANSITION*/
			@include transition(0.1s);
		}

		label,
		input,
		textarea {
			box-sizing: border-box;
			padding: 10px;
			font-size: 14px;
			line-height: 1em;
			border: none;
			font: inherit;
		}

		label {
			display: inline-block;
			font-size: .7em;
			background: $grey;
			color: $opacBlack;
			line-height: 1.75em;
			border-right: 1px solid $grey;

			/*POSITION*/
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
		}

		textarea,
		input {
			width: 100%;
			max-width: 100%;
		}

		textarea {
			margin-bottom: -5px;
		}

		input {
			padding-left: 50px;
		}
	}

	.submitBtn {
		background: $purple;
		color: $white;
		border: none;
		border-radius: 3px;
		font: inherit;
		padding: 10px 18px;
		margin-top: 10px;
		float: right;
		width: auto;

		/*TRANSITION*/
		@include transition(0.5s, background);

		&:hover {
			background: $purple;
		}
	}

	/*SUCESS STYLES*/
	&.success {
		overflow: hidden;

		.formHeader {
			background: $success;
			border-color: $success;
			font-size: .75em;
		}

		.formBody {
			height: 0;
			padding-top: 0;
			padding-bottom: 0;

			form {
				/*TRANSITION*/
				@include transition(0.5s, opacity);

				opacity: 0;
			}
		}
	}

	.inputContainer.success {
		border-color: $lightSuccess;

		&:after {
			font: 1.25em/2em FontAwesome;
			color: $lightSuccess;
			position: absolute;
			top: 0;
			right: 10px;
			content: "\f00c";
		}

		label {
			background: $lightSuccess;
			border-color: $lightSuccess;
		}

		input,
		textarea {
			color: $success;
		}
	}

	.inputContainer.error {
		border-color: $error;

		.message {
			width: 100%;
		}

		&:after {
			font: 1.25em/2em FontAwesome;
			color: $error;
			position: absolute;
			top: 0;
			right: 10px;
			content: "\f00d";
		}
		label {
			background: $error;
			border-color: $error;
		}

		input,
		textarea {
			color: $error;
		}
	}
}


.luusa-whychooseus-top{width:100%; float: left;padding: 160px 0; }
.container-why {
    margin: 50px auto;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-image: url("../images/section-img.png");
    background-size: cover;
    background-position:52%;
    opacity: .8;
    position: relative;    
}

.center-div {
   position: absolute;
   top: 45%;
   margin-top: -30px;
   width: 80%;
   left: 50%;
   transform: translate(-50%,-50%); 
}

.center-div h2 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 100px;
}
.white-bg{background:#fff;}
.center-div p {
       margin: 30px 20px;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    color: #f5f5f5;
    line-height: 26px;
}

.choices {
    display: flex;
}
    .count {color: #ffc600;}
.left-top,
.right-top,
.right-bottom,
.left-bottom {
    position: absolute;
    display: flex;
    transition: .6s;
    cursor: pointer;
    width: 100%;
}

.left-top:hover,
.right-top:hover,
.right-bottom:hover,
.left-bottom:hover {
    transform: scale(1.1);
}

.left-top {
    left: -70%;
  top: -74px;
}

.right-top {
    left: 70%;
   top: -74px;
}

.right-bottom {
    left: 70%;
   top: 95%;
}

.left-bottom {
    left: -70%;
    top: 95%;
}

.left-top-circle,
.right-top-circle,
.right-bottom-circle,
.middle-between-circle,
.left-bottom-circle {
    position: relative;   
    background-color:#f1fad2;
    width: 100px;
    height: 100px;
    border-radius: 50%;
   
}

.left-top-circle{
    left: 81%;    
}


.left-bottom-circle {
    left: 81%;
}
.middle-between-circle {
    left: 61%;
}
.left-top-circle img,
.right-top-circle img,
.right-bottom-circle img,
.middle-between-circle img
.left-bottom-circle img {
    width: 70%;
    display: block;
    position: absolute;
    top: 15%;
    left: 12%;
}

.left-top-text,
.right-top-text,
.right-bottom-text,
.left-bottom-text {
    position: relative;
    padding: 8px;
    width: 80%;
   
}

.left-top-text {
    left: -27%;
}

.right-top-text {
    left: 7.5%;
}

.right-bottom-text {
    left: 7.5%;
    top: 80%;
}

.left-bottom-text {
    left: -27%;
}

.left-top-text h3,
.right-top-text h3,
.right-bottom-text h3,
.left-bottom-text h3 {
    text-align: right;
    color: #263c41;
	font-weight: bold;
    font-size: 22px;opacity: 9;
}
.right-top-text h3,
.right-bottom-text h3{
    text-align: left;
}
.left-top-text p,
.right-top-text p,
.right-bottom-text p,
.left-bottom-text p {
    margin-top: 30px;
    line-height: 1.4;
    text-align: justify;
    font-size: 16px; opacity: 9;
}
.luusa-green-bg{
	width: 100%;
  float: left;
  background: url("../images/banner-mid-7.png") top center no-repeat;
    background-size: auto;
	
}
.middle-between{}
.middle-between {
  left: -70%;
  top: 41%;
}
.middle-between  {
    position: absolute;
    display: flex;
    transition: .6s;
    cursor: pointer;
    width: 100%;
}

.middle-between  img {
    width: 70%;
    display: block;
    position: absolute;
    top: 15%;
    left: 12%;
}
.middle-between-text {
    left: -27%;
}
.middle-between-text {
    position: relative;
    padding: 8px;
    width: 80%;
}
.middle-between-text p{
  margin-top: 30px;
  line-height: 1.4;
  text-align: justify;
  font-size: 16px;
  opacity: 9;
  width: 85%;
}
.middle-between-text h3 {
  text-align:left;
  color: #263c41;
  font-weight: bold;
  font-size: 22px;
  opacity: 9;
}
.middle-between:hover {
  transform: scale(1.1);
}

.middle-between2 {
 left: 90%;
  top:41%;
}
.middle-between2  {
    position: absolute;
    display: flex;
    transition: .6s;
    cursor: pointer;
    width: 100%;
}

.middle-between2:hover {
    transform: scale(1.1);
}
.middle-between2  img {
    width: 70%;
    display: block;
    position: absolute;
    top: 15%;
    left: 12%;
}
.middle-between2-text {
    left: 7.5%;
  top: 80%;
}
.middle-between2-text {
    position: relative;
    padding: 8px;
    width: 80%;
}
.middle-between2-text p{
  margin-top: 30px;
  line-height: 1.4;
  text-align: justify;
  font-size: 16px;
  opacity: 9;
  width: 85%;
}
.middle-between2-text h3 {
  text-align: left;
  color: #263c41;
  font-weight: bold;
  font-size: 22px;
  opacity: 9;
}
 .middle-between2-circle {
    position: relative;
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.middle-between2-circle {
    position: relative;
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.equal-height2 {
    background: url("../images/product-images/icon-bg.jpg") top center no-repeat;
    background-size: cover;
    padding-right: 2px;
    box-shadow: 3px 3px 1px rgb(89 93 96 / 27%);
    padding-left: 2px;
    border: 1px solid #e0e2ec;
    margin-right: 2px;
    margin: 6px;
}
.slide-luusa-part{ 
   }
#apper-luusag {
    max-width: 1150px;
    width: 100%;
}

#carousel {
    position: relative;
    display: flex;
    overflow: hidden;
}

.square {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bbbbbb;
  font-size: 50px;
  min-width: 280px;
  height: auto;
  background-color:#332d2d14;
  border-radius: 6px;
  margin: 3px;
  transition: 100ms ease-in-out;
}

.square:hover{
    background-color: #ffffff27;
    border-color: #f4f4f4;
    color: #d2d2d2;
}
.slide-luusa-part .buttons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding: 10px;
}

.slide-luusa-part button {
    cursor: pointer;
    margin: 10px 10px;
    font-size: 20px;
    background-color: unset;
    color: #ffffff;
    border: 2px solid #fd4b38;
    border-color: #fd4b38;
    border-radius: 7px;
    height: 40px;
    background: #fd4b38;
    width: 60px;
    transition: 60ms ease-in-out;
}

.slide-luusa-part button:hover {
    border-color: #f6bc37;
  color: #544f4f;
  background: #f6bc37;
}
.d-flex2 {
  display: flex !important;
}
.text-size{font-size:22px;}
.luusa-contact-areas-side { margin-bottom: 20px;}
.kid-bn-right {
  width: 80%;
  float: right;
  padding: 40px 0px 40px 160px;
}
.kid-banner-luusa{background: url("../images/kid-banner.jpg") top center no-repeat;
  background-size: cover; width:100%; float:left}
.sm-luusa-banner{ width:100%; float:left; text-align: center; margin:0px auto; background: url("../images/sm-banner.jpg") top center no-repeat;
  background-size: cover; height:440px}
.fb-box{
  background: #fff;
  float: right;
  width: 231px;
  padding: 10px;
  text-align: center;
  border: 1px solid #e0e2ec;
  margin: 0 auto;
  font-weight: bold;
  font-size: 19px;
  color: #264d74;
  border-radius: 5px;
}
.insta-box{float: left;
 background: #fff;
  width: 231px;
  padding: 10px;
  text-align: center;
  border: 1px solid #e0e2ec;
  margin: 0 auto;
  font-weight: bold;
  font-size: 19px;
  color: #264d74;
  border-radius: 5px;
}
.sm-luusa-banner a {
  color: #2881b6;
  
}
.our-team-section { width: 100%; float:left;}
.faq-bg{background: url(../images/faq-bg.png) top center no-repeat;
    background-size: cover;}
.our-team {
    padding: 30px 0 40px;
    background: #f9f9f9;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom:5px solid #ff8f27;
}
.our-team:hover{
    border-bottom: 5px solid #2f2f2f;
}

.our-team .pic{
    display: inline-block;
    width:200px;
    height:auto;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}
.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background:#ff8f27;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before{
 height: 100%;
    background:#6e67ae; 
 }
.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
}
.luusa-mission-vision{width:100%; float:left}

.our-team:hover .pic:after{
    background:#6e67ae;
}
.our-team .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
    position: relative;
    z-index: 2;
}
.our-team:hover .pic img{
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.9);
}
.our-team .team-content{ margin-bottom: 30px; }
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform:capitalize;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    background: #2f2f2f;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{ bottom: 0; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    color: #2f2f2f;
    background: #f7f5ec;
}
.luusa-mission-vision .content-column {
  position: relative;
  margin-bottom: 50px;
}
.luusa-mission-vision .content-column .inner-column {
  position: relative;
  padding-left: 30px;
}
.luusa-mission-vision p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484!important;
  font-weight: 400;
}
.luusa-mission-vision .image-column {
  position: relative;
}
.luusa-mission-vision .image-column .inner-column {
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.luusa-mission-vision .image-column .inner-column::before {
  content: '';
  position: absolute;
  width: calc(50% + 80px);
  height: calc(100% + 160px);
  top: -80px;
  left: -3px;
  background: transparent;
  z-index: 0;
  border:44px solid #fd4b38;
}
.luusa-mission-vision .image-column .inner-column .author-desc {
  position: absolute;
  bottom: 16px;
  z-index: 1;
  background: orange;
  padding: 10px 15px;
  left: 96px;
  width: calc(100% - 152px);
  border-radius: 50px;
}
.luusa-mission-vision .image-column .inner-column .author-desc h2 {
  font-size: 21px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  margin: 0;
}
.luusa-mission-vision .image-column .inner-column .author-desc span {
  font-size: 16px;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: 400;
}
.luusa-mission-vision .image-column .image-1 {
  position: relative;
}
.luusa-mission-vision .image-column .image-1 img {
  box-shadow: 4px 8px 7px #ccccc6;
  border-radius: 46px;
  width: 98%;
}

.luusa-mission-vision figure {
  margin: 0 0 1rem;border-radius: none;
  box-shadow: none;
  overflow: hidden;
}
.luusa-mission-vision  figure::before {
  display: none;
}
.pagi{width:100%; float:left}
.product-bg-luusa { background: url("../images/product-bg.png") top center no-repeat;
    background-size: cover; padding:20px;border-radius:10px}
.product-bg-luusa2 { background: url("../images/product-bg2.png") top center no-repeat;
    background-size: cover; padding:20px;border-radius:10px}


.portfolio-section {
  padding: 50px 0;width:100%;  float: left;
  background: url("../images/portfolio-section.jpg") top center no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: cover;
}
.portfolio-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.portfolio-menu {
  text-align: center;
}
.control {
 background: #fd7905;
  color: #fff;
  padding: 8px 15px;
  border: 1px solid #523f2f;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: #343a40;
}
.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  padding-top: 30px;
}
.pd {
  padding: 0;
  padding: 5px;
	
}
.pd img { width:100%;
  height: 260px;
  transition: all 0.5s padding:5px;
  border: 3px solid #fff4d6;
  border-radius: 5px;
  box-shadow: 2px 3px 2px rgba(207, 207, 207, 0.4);
  background-color: #f0fdff;
  outline: 1px solid transparent;
  overflow: hidden;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #fd7905;
  border-right: 1px solid #fd7905;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #fd7905;
  border-left: 1px solid #fd7905;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background:#f46400;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}

@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
@media only screen and (min-width:768px) and (max-width:1200px){ 
	
}

@media only screen and (min-width:768px) and (max-width:1000px){
}


@media only screen and (min-width:480px) and (max-width:767px){
.left_info {text-align: left;}
	  .logo { position: absolute;  top: -12px; left: 0;
 width: 34%; height: 46px; text-align: center; padding: 10px 0 0 0; float: none;}
	.luusa-top-quality {background-size: cover;}
	.pay-icon { text-align: left;}
	.pay-icon li {margin-right: 5px; padding: 7px 0px;margin-bottom: 10px;}
	.pay-icon li img {width: 50%;}
	.footer-luusaimg {padding-top: 40px}
	.luusa-blue-bg { min-height: 1175px;}
	.luusa-breadcrumb-title {font-size: 18px;padding: 1px 0 14px 0; margin: 0 0 0px 0px;}
	.inner-banner {width: 100%; background-size: 100%; min-height: auto;padding-top: 54px;}
	.right_info p {font-size: 14px;}
	#cssmenu > ul > li:hover > a {
  color: #312e2e;
}
	#cssmenu > ul > li > a {  padding: 15px 17px;}
	#slider-home h3 { font-size: 17px;}
	#slider-home p{display:none}
#slider-home .btn {
  padding: 7px 10px !important;
  font-size: 9px;
  margin-bottom: 30px;
}
	.square {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bbbbbb;
  font-size: 50px;
  min-width: 100%;
  height: auto;
  background-color: #ffffff14;
  border-radius: 6px;
  margin: 3px;
  transition: 100ms ease-in-out;
}
	 .gallery img {
    margin: 6px 6px;
    width: 310px;
    height: 290px;
  }
	.section-title {
  font-size: 23px !important;
  line-height: 35px;
}
	.section { margin: 0 auto; padding-block: 0rem;}
	.border-radius-new { padding: 20px;}
	.counter-inner {font-size: 14px;}
	.d-flex2 { display: inherit !important;}
	.container-why {
  margin: 0px auto;
  width: 300px;
  height: 450px;
  border-radius:1%;
  background-position: 52%;
  opacity: .8;
  position: relative;
}
.choices { display: none;}
	.pt-80 {
  padding-top: 10px!important;
}
	.luusa-green-bg {background-size: cover;}
	.pb-80 { padding-bottom: 10px!important;}
	.primary-btn-5 { padding: 13px 30px !important; font-size:16px }
	.product-image { margin-top: 25px; width: 100%;}
	  .primary-btn-1, .primary-btn-2, .primary-btn-3, .primary-btn-4, .primary-btn-5 {
    padding: 15px 20px;font-size: 12px;}
	.luusa-Product-form .mt-60{margin-top:0!important}
	.luusa-Product-items .title-head{margin-top:40px}
	.btn {white-space: wrap!important;}
	.accordion .item .item-header h2 button.btn.btn-link { background: #fd4b38;font-size: 17px;font-weight: 400;line-height: 28px;}
	.footer-luusa .pt-200 {padding-top:0!important}
	.kid-bn-right {width:100%; float:left}
	.kid-bn-right { padding: 0px 0px 0px 10px;}
	.counter-wrapper {background-size: cover; height: auto;}
	.count {font-size: 30px;}
	.fb-box {float: none;}
.insta-box {float: none;}
	.sm-luusa-banner {background-size: 100%;height: auto;}
	.luusa-slider-part { height: auto;}
	.luusa-founder { height:auto;}
}

@media only screen and (min-width:320px) and (max-width:479px){
.left_info {text-align: left;}
	  .logo { position: absolute;  top: -12px; left: 0;
 width: 34%; height: 46px; text-align: center; padding: 10px 0 0 0; float: none;}
	.luusa-top-quality {background-size: cover;}
	.pay-icon { text-align: left;}
	.pay-icon li {margin-right: 5px; padding: 7px 0px;margin-bottom: 10px;}
	.pay-icon li img {width: 50%;}
	.footer-luusaimg {padding-top: 40px}
	.luusa-blue-bg { min-height: 1175px;}
	.luusa-breadcrumb-title {font-size: 18px;padding: 1px 0 14px 0; margin: 0 0 0px 0px;
}
	.inner-banner {width: 100%; background-size: 100%; min-height: auto;padding-top: 54px;}
	.right_info p {font-size: 14px;}
	#cssmenu > ul > li:hover > a {
  color: #312e2e;
}
	#cssmenu > ul > li > a {  padding: 15px 17px;}
	#slider-home h3 { font-size: 17px;}
	#slider-home p{display:none}
#slider-home .btn {
  padding: 7px 10px !important;
  font-size: 9px;
  margin-bottom: 30px;
}
	.square {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bbbbbb;
  font-size: 50px;
  min-width: 100%;
  height: auto;
  background-color: #ffffff14;
  border-radius: 6px;
  margin: 3px;
  transition: 100ms ease-in-out;
}
	 .gallery img {
    margin: 6px 6px;
    width: 310px;
    height: 290px;
  }
	.section-title {
  font-size: 23px !important;
  line-height: 35px;
}
	.section { margin: 0 auto; padding-block: 0rem;}
	.border-radius-new { padding: 20px;}
	.counter-inner {font-size: 14px;}
	.d-flex2 { display: inherit !important;}
	.container-why {
  margin: 0 auto;
    width: 100%;
    height: 475px;
    border-radius: 1%;
    background-position: 52%;
    opacity: .8;
    position: relative;
}
.choices { display: none;}
	.pt-80 {
  padding-top: 10px!important;
}
	.luusa-green-bg {background-size: cover;}
	.pb-80 { padding-bottom: 10px!important;}
	.primary-btn-5 { padding: 13px 30px !important; font-size:16px }
	.product-image { margin-top: 15px; width: 100%;}
	  .primary-btn-1, .primary-btn-2, .primary-btn-3, .primary-btn-4, .primary-btn-5 {
    padding: 15px 20px;font-size: 12px;}
	.luusa-Product-form .mt-60{margin-top:0!important}
	.luusa-Product-items .title-head{margin-top:40px}
	.btn {white-space: wrap!important;}
	.accordion .item .item-header h2 button.btn.btn-link { background: #fd4b38;font-size: 17px;font-weight: 400;line-height: 28px;}
	.footer-luusa .pt-200 {padding-top:0!important}
	.kid-bn-right {width:100%; float:left}
	.kid-bn-right { padding: 0px 0px 0px 10px;}
	.counter-wrapper {background-size: cover; height: auto;}
	.count {font-size: 30px;}
	.fb-box {float: none;}
.insta-box {float: none;}
.sm-luusa-banner {background-size: 100%;height: auto;}
	.luusa-slider-part { height: auto;}
	.luusa-founder { height:auto;}
	.pd img {height: auto!important;}
}