#layerslider { 
    -webkit-box-shadow: inset 0 0 3px rgba(50, 50, 50, 0.1);
    box-shadow: inset 0 0 3px rgba(50, 50, 50, 0.1);
    margin-top: -1px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    z-index: 4;
}
.ls-container {
    visibility: hidden;
    position: relative;
}
.ls-lt-container {
    position: absolute;
}
.ls-lt-container,
.ls-lt-container * {
    text-align: left !important;
    direction: ltr !important;
}
.ls-container-fullscreen {
    margin: 0 auto !important;
    padding: 2% !important;
    background: #000 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: none !important;
}
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow,
.ls-container-fullscreen .ls-thumbnail-wrapper {
    display: none !important;
}
.ls-overflow-hidden {
    overflow: hidden;
}
.ls-inner {
    position: relative;
    background-position: center center;
    z-index: 2;
}
.ls-loading-container {
    position: absolute !important;
    display: none;
    z-index: 3 !important;
    left: 50% !important;
    top: 50% !important;
}
.ls-loading-indicator {
    margin: 0 auto;
}
.ls-inner,
.ls-slide {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.ls-layer,
.ls-slide {
    position: absolute;
    display: none;
    background-position: center center;
    overflow: hidden;
	 background: #f1f4f6 !important; 
	/* background: url(../img/bg-image/slider-bg.jpg)!important; */
   /*  background-repeat: repeat;
    background-position: 50% 50%;
    background-size: contain!important; 
	filter: brightness(0.97); */
}
.ls-active,
.ls-animating {
    display: block !important;
}
.ls-slide > * {
    position: absolute;
    line-height: normal;
    margin: 0;
    left: 0;
    top: 0;
}
.ls-slide .ls-bg {
    left: 0;
    top: 0;
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
}
.ls-yourlogo {
    position: absolute;
    z-index: 99;
}
.ls-bar-timer {
    position: absolute;
    width: 0;
    height: 2px;
    background: #fff;
    border-bottom: 2px solid #555;
    opacity: 0.55;
    z-index: 4;
    top: 0;
}
.ls-circle-timer {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 4;
    opacity: 0.65;
    display: none;
}
.ls-ct-half {
    background: #fdb818;
}
.ls-ct-center {
    background: #007291;
}
.ls-ct-left,
.ls-ct-right {
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.ls-ct-left,
.ls-ct-right {
    float: left;
    position: relative;
}
.ls-ct-rotate {
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
}
.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-half,
.ls-ct-right .ls-ct-hider {
    left: 0;
}
.ls-ct-left .ls-ct-half,
.ls-ct-left .ls-ct-hider,
.ls-ct-right .ls-ct-rotate {
    right: 0;
}
.ls-ct-half,
.ls-ct-hider {
    position: absolute;
    top: 0;
}
.ls-ct-hider {
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.ls-ct-half {
    width: 200%;
    height: 100%;
}
.ls-ct-center {
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
    position: absolute;
}
.ls-ct-center,
.ls-ct-half {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}
.ls-bottom-nav-wrapper {
    height: 0;
}
.ls-bottom-slidebuttons {
    text-align: left;
}
.ls-below-thumbnails,
.ls-bottom-nav-wrapper {
    z-index: 2;
    height: 0;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.ls-below-thumbnails {
    display: none;
    z-index: 6;
}
.ls-bottom-nav-wrapper a,
.ls-nav-next,
.ls-nav-prev {
    outline: 0;
}
* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
    direction: ltr !important;
}
.ls-bottom-slidebuttons {
    position: relative;
    z-index: 1000;
}
.ls-bottom-slidebuttons,
.ls-nav-sides,
.ls-nav-start,
.ls-nav-stop {
    position: relative;
}
.ls-nothumb {
    text-align: center !important;
}
.ls-link {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background-image: url(../images/blank.gif);
}
.ls-slide > a > * {
    background-image: url(../images/blank.gif);
}
.ls-vpcontainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.ls-videopreview {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.ls-playvideo {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.7;
}
.ls-playvideo:before {
    content: "ï€";
    font-family: fontawesome;
    position: absolute;
    color: #fff;
    font-size: 58px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ls-playvideo:hover {
    opacity: 1;
}
.ls-tn {
    display: none !important;
}
.ls-thumbnail-hover {
    display: none;
    position: absolute;
    left: 0;
}
.ls-thumbnail-hover-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.ls-thumbnail-hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.ls-thumbnail-hover-img {
    position: absolute;
    overflow: hidden;
}
.ls-thumbnail-hover img {
    max-width: none !important;
    position: absolute;
    display: inline-block;
    visibility: visible !important;
    left: 50%;
    top: 0;
}
.ls-thumbnail-hover span {
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
}
.ls-thumbnail-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 4;
}
.ls-thumbnail {
    position: relative;
    margin: 0 auto;
}
.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
    width: 100%;
}
.ls-thumbnail-slide-container {
    overflow: hidden !important;
    position: relative;
}
.ls-touchscroll {
    overflow-x: auto !important;
}
.ls-thumbnail-slide {
    text-align: center;
    white-space: nowrap;
    float: left;
    position: relative;
}
.ls-thumbnail-slide a {
    overflow: hidden;
    display: inline-block;
    width: 0;
    height: 0;
    position: relative;
}
.ls-thumbnail-slide img {
    max-width: none !important;
    max-height: 100% !important;
    height: 100%;
    visibility: visible !important;
}
.ls-shadow {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0;
    overflow: hidden !important;
    visibility: hidden;
}
.ls-shadow img {
    width: 100% !important;
    height: auto !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
}
.ls-bottom-nav-wrapper,
.ls-nav-next,
.ls-nav-prev,
.ls-thumbnail-wrapper {
    visibility: hidden;
}
.ls-wp-fullwidth-container {
    width: 100%;
    position: relative;
}
.ls-wp-fullwidth-helper {
    position: absolute;
}
.ls-overflow-hidden {
    overflow: hidden;
}
.ls-lt-tile {
    position: relative;
    float: left;
    perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
}
.ls-lt-tile img {
    visibility: visible;
    display: inline-block;
}
.ls-curtiles {
    overflow: hidden;
}
.ls-curtiles,
.ls-nexttiles {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.ls-curtile,
.ls-nexttile {
    overflow: hidden;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.ls-curtile {
    left: 0;
    top: 0;
}
.ls-curtile img,
.ls-nexttile img {
    position: absolute;
    filter: inherit;
}
.ls-3d-container {
    position: relative;
    overflow: visible !important;
}
.ls-3d-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.ls-3d-box div {
    overflow: hidden;
    background: #777;
    margin: 0;
    padding: 0;
    position: absolute;
}
.ls-fullscreen {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: block;
}
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container img,
#ls-global * .ls-nav-next,
#ls-global * .ls-nav-prev,
#ls-global * .ls-thumbnail a,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
body * .ls-container img,
body * .ls-nav-next,
body * .ls-nav-prev,
body * .ls-thumbnail a,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
html * .ls-container img,
html * .ls-nav-next,
html * .ls-nav-prev,
html * .ls-thumbnail a {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    line-height: normal;
    outline: 0;
    padding: 0;
    border: 0;
}
#ls-global * .ls-slide > *,
#ls-global * .ls-slide > a,
#ls-global * .ls-slide > div,
#ls-global * .ls-slide > h1,
#ls-global * .ls-slide > h2,
#ls-global * .ls-slide > h3,
#ls-global * .ls-slide > h4,
#ls-global * .ls-slide > h5,
#ls-global * .ls-slide > p,
#ls-global * .ls-slide > span,
body * .ls-slide > *,
body * .ls-slide > a,
body * .ls-slide > div,
body * .ls-slide > h1,
body * .ls-slide > h2,
body * .ls-slide > h3,
body * .ls-slide > h4,
body * .ls-slide > h5,
body * .ls-slide > p,
body * .ls-slide > span,
html * .ls-slide > *,
html * .ls-slide > a,
html * .ls-slide > div,
html * .ls-slide > h1,
html * .ls-slide > h2,
html * .ls-slide > h3,
html * .ls-slide > h4,
html * .ls-slide > h5,
html * .ls-slide > p,
html * .ls-slide > span {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
#ls-global * .ls-slide > *,
body * .ls-slide > *,
html * .ls-slide > * {
    margin: 0;
}
#ls-global * .ls-container img,
body * .ls-container img,
html * .ls-container img {
  /*   background: #fafafa !important; */
    min-width: 0 !important;
    max-width: none !important;
    border-radius: 12px;
    box-shadow: none;
    border: 0;
    padding: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35); 
  box-shadow: 0 0 30px rgb(19 30 44 / 40%)!important;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
   border: 1px solid #946c55!important; 
  z-index: 9;
}
#ls-global * .ls-wp-container .ls-slide > *,
body * .ls-wp-container .ls-slide > *,
html * .ls-wp-container .ls-slide > * {
    line-height: normal;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
#ls-global * .ls-wp-container .ls-slide > a > *,
body * .ls-wp-container .ls-slide > a > *,
html * .ls-wp-container .ls-slide > a > * {
    margin: 0;
}
#ls-global * .ls-wp-container .ls-slide > a,
body * .ls-wp-container .ls-slide > a,
html * .ls-wp-container .ls-slide > a {
    text-decoration: none;
}
.ls-container,
.ls-container *,
.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper {
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}
#ls-global * .ls-yourlogo,
body * .ls-yourlogo,
html * .ls-yourlogo {
    margin: 0;
}
#ls-global * .ls-tn,
body * .ls-tn,
html * .ls-tn {
    display: none;
}
.site {
    overflow: visible !important;
}
.ls-debug-console * {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #fff !important;
    text-shadow: none !important;
    font-family: helveticaneue-light, helvetica neue light, Helvetica, Arial, sans-serif !important;
    line-height: normal !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: left !important;
    font-style: normal !important;
}
.ls-debug-console h1 {
    padding-top: 10px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}
.ls-debug-console h1:first-child {
    padding-top: 0 !important;
}
.ls-debug-console ul {
    padding-top: 10px !important;
    list-style: none !important;
}
.ls-debug-console li {
    margin-left: 10px !important;
    font-size: 13px !important;
    position: relative !important;
    font-weight: 400 !important;
}
#ls-global * .ls-debug-console li ul,
body * .ls-debug-console li ul,
html * .ls-debug-console li ul {
    display: none;
    width: 260px;
    left: -10px;
}
.ls-debug-console li ul {
    position: absolute !important;
    bottom: 100% !important;
    padding: 10px 10px 10px 0 !important;
    background: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 0 20px #000 !important;
}
#ls-global * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
html * .ls-debug-console li:hover ul {
    display: block;
}
.ls-debug-console li ul * {
    color: #000 !important;
}
.ls-debug-console a {
    text-decoration: none !important;
    border-bottom: 1px dotted #fff !important;
}
.ls-error {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -wenkit-border-radius: 5px !important;
    background: #fff !important;
    height: auto !important;
    width: auto !important;
    color: #fff !important;
    padding: 20px 40px 30px 80px !important;
    position: relative !important;
    box-shadow: 0 2px 20px -5px #000;
}
.ls-error p {
    line-height: normal !important;
    text-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: justify !important;
    font-family: Arial, sans-serif !important;
}
.ls-error .ls-error-title {
    line-height: 40px !important;
    color: red !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}
.ls-error .ls-error-text {
    color: #555 !important;
    font-weight: 400 !important;
    font-size: 13px !important;
}
.ls-error .ls-exclam {
    width: 40px !important;
    height: 40px !important;
    position: absolute !important;
    left: 20px !important;
    top: 20px !important;
    border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 40px !important;
    background: red !important;
    text-align: center !important;
}
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide > *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
.ls-gpuhack,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide > *,
body * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-bottom-nav-wrapper,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-shadow,
html * .ls-container .ls-slide > *,
html * .ls-container .ls-thumbnail-wrapper {
    transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.ls-videohack {
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform-origin: none !important;
    -o-transform-origin: none !important;
    -ms-transform-origin: none !important;
    -moz-transform-origin: none !important;
    -webkit-transform-origin: none !important;
}
.ls-oldiepnghack {
    filter: none !important;
}
.ls-gpuhack {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
}
#ls-global * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
html * .ls-container .ls-webkit-hack {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
    #ls-test3d {
        position: absolute;
        left: 9px;
        height: 3px;
    }
}
.ls-forcehide {
    display: none !important;
}
.ls-nav-next,
.ls-nav-prev {
    width: 40px;
    height: 70px;
    display: block;
    background-color: #555;
    margin: -35px 0 0;
    top: 48%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    -ms-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
    z-index: 500;
    float: none;
    position: absolute;
    cursor: pointer;
    font-size: 23px;
    font-family: fontawesome;
    color: #fff;
}
.ls-nav-next {
    right: 0;
    border-radius: 3px 0 0 3px;
    position: absolute;
    right: -8px;
    transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    width: 60px;
    height: 60px;
    color: #fff;
    position: absolute;
    border-radius: 3px;
    background: rgba(19,30,44, 0.55) none repeat scroll 0 0;
    visibility: hidden;
    opacity: 0;
}
.ls-nav-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
    position: absolute;
    left: -8px;
    transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    width: 60px;
    height: 60px;
    color: #fff;
    position: absolute;
    border-radius: 3px;
    background: rgba(19,30,44, 0.55) none repeat scroll 0 0;
    visibility: hidden;
    opacity: 0;
}
div#layerslider:hover .ls-nav-prev {
    visibility: visible;
    opacity: 1;
}
div#layerslider:hover .ls-nav-next {
    visibility: visible;
    opacity: 1;
}
.ls-nav-next:before,
.ls-nav-prev:before {
    font-family: Ionicons;
    color: #fff;
    font-size: 30px;
    position: absolute;
    line-height: 60px;
    z-index: 999;
    display: block;
}
.ls-nav-next:before {
    content: "\f3d6";
    left: 18px;
}
.ls-nav-prev:before {
    content: "\f3d5";
    left: 22px;
}
.ls-nav-next:hover,
.ls-nav-prev:hover {
    background-color: #fdb818;
    opacity: 1;
    color: #333!important;
}
.ls-nav-next:hover:before, .ls-nav-prev:hover:before 
{
	color: #333;
}



div#layerslider {
    position: relative;
}
.ls-slide > * {
    z-index: 9;
}
.custom-btn {
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    padding: 5px 15px;
    background-color:#131e2c;
    border: 3px solid #131e2c;
	display: inline-block;
	position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 9999!important;
	overflow: hidden;
	font-family: 'Jost', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 30px;
}
a.custom-btn:hover{
	color: #333;
	background-color: #fdb818;
	border-color: #fdb818;
}
.custom-btn  i{
	padding-left: 5px;
}

p.ls-l {
    font-size: 15px!important;
    line-height: 26px!important;
}


@media only screen and (max-width:991px),only screen and (max-device-width:991px){

.ls-l.ls-btn{
	top: 340px!important;
}

}


@media only screen and (max-width:920px),only screen and (max-device-width:920px){

.ls-l.ls-btn{
	top: 340px!important;
}
p.ls-l{
	font-size: 16px!important;
}
h2.ls-l{
	font-size: 20px!important;
}
div#layerslider{
	height: 550px!important;
}
}


@media only screen and (max-width:880px),only screen and (max-device-width:880px){

.ls-l.ls-btn{
	top: 360px!important;
}
.sm-75-img-1{
	top: 80px!important;
}
.sm-75-img-2{
	top: 250px!important;
}
}

@media only screen and (max-width:767px),only screen and (max-device-width:767px){
	
	.ls-l.ls-btn{
	top: 360px!important;
}
	
}
@media only screen and (max-width:740px),only screen and (max-device-width:740px){
	
	
	.ls-l.ls-btn{
	top: 390px!important;
}
	
}

@media only screen and (max-width:680px),only screen and (max-device-width:680px){
	
	.ls-l.ls-btn{
	top: 400px!important;
}
	p.ls-l{
	font-size: 16px!important;
	width: 260px!important;
}
h2.ls-l{
	font-size: 18px!important;
}
#ls-global * .ls-container img, body * .ls-container img, html * .ls-container img{
	border: 0!important;
}
}
@media only screen and (max-width:630px),only screen and (max-device-width:630px){
	
	.ls-l.ls-btn{
	top: 380px!important;
}
}

@media only screen and (max-width:590px),only screen and (max-device-width:590px){
	
	.custom-btn{
		padding: 8px 12px;
		font-size: 12px;
	}
	p.ls-l {
    font-size: 15px!important;
    width: 230px!important;
}

}

@media only screen and (max-width:575px),only screen and (max-device-width:575px){
	
	p.ls-l{
		top: 55px!important;
		line-height: 21px!important;
		width:90%!important;
	}
	h2.ls-l{
		top: 25px!important;
		width: 90%!important;
	}
	
.sm-75-img-1{
	 top: 195px!important;
	 margin: 0 -120px!important;
	transform: scale(1.4)!important;
	
}
.sm-75-img-2{
	 top: 345px!important;
	transform: scale(1.4)!important;
	 margin: 0 -120px!important;
}
.ls-l.ls-btn{
	top: 470px!important;
}
}

@media only screen and (max-width:520px),only screen and (max-device-width:520px){
	
/* 	
	p.ls-l {
    font-size: 14px!important;
    width: 200px!important;
	line-height: 20px!important;
}
	 */
	 .sm-75-img-1{
	 top: 205px!important;
	 }
	 .sm-75-img-2{
	 top: 350px!important;
	 }
}

@media only screen and (max-width:480px),only screen and (max-device-width:480px){
	
	 h2.ls-l{
	font-size: 16px!important;
}
	p.ls-l {
    font-size: 14px!important;
   /*  width: 180px!important;
	top: 88px!important; */
	  line-height: 20px!important;
}
	/*#ls-global * .ls-container img, body * .ls-container img, html * .ls-container img{
		box-shadow: 0 0 45px rgb(19 30 44 / 8%)!important;
		object-fit: contain!important;
	}
	.sm-75-img-1 , .sm-75-img-2{
		transform: scale(1.5)!important;
	}
	.custom-btn{
		padding: 6px 8px;
    font-size: 9px;
	} */
	.ls-l.ls-btn{
	/* top: 240px!important; */
}
.sm-75-img-1{
	 margin: 0 -110px!important;
	 width: 100px!important;
	 height: 100px!important;
	
}
.sm-75-img-2{
	 margin: 0 -110px!important;
	 width: 100px!important;
	  height: 100px!important;
}
#ls-global * .ls-container img, body * .ls-container img, html * .ls-container img{
	box-shadow:0 0 20px rgb(19 30 44 / 5%)!important;
}
.social-2 li a i {
    line-height: 38px;
}
}



@media only screen and (max-width:420px),only screen and (max-device-width:420px){
	
	h2.ls-l{
	font-size: 13px!important;
}
	p.ls-l {
    font-size: 12px!important;
   /*  width: 150px!important;
	top: 88px!important;
	  line-height: 18px!important; */
}
	.ls-l.ls-btn{
top: 480px!important; 
}
.sm-75-img-1 , .sm-75-img-2{
		/* transform: scale(1.6)!important; */
	}
}
@media only screen and (max-width:380px),only screen and (max-device-width:380px){
	p.ls-l {
		/*  width: 140px!important;
		 line-height: 17px!important; */
	}
	h2.ls-l{
	font-size: 13px!important;
}
.custom-btn{
	/* font-size: 7px; */
}
.ls-l.ls-btn{
	/* top: 370px!important; */
}
}

@media only screen and (max-width:360px),only screen and (max-device-width:360px){
	p.ls-l {
		/*  width: 130px!important; */
	}
	.sm-75-img-1{
	 top: 215px!important;
	  width: 80px!important;
	  height: 80px!important;
	   margin: 0 -100px!important;
	}
	.sm-75-img-2{
	 top: 335px!important;
	  width: 80px!important;
	  height: 80px!important;
	   margin: 0 -100px!important;
	}
	.ls-l.ls-btn{
top: 455px!important; 
}
}

@media only screen and (max-width:340px),only screen and (max-device-width:340px){
	
	
	
	p.ls-l {
    font-size: 11px!important;
  /*   width: 120px!important;
	top: 88px!important;
	  line-height: 16px!important; */
}
h2.ls-l{
	font-size: 13px!important;
}
	.ls-l.ls-btn{
	/* top: 370px!important; */
}
}

@media only screen and (max-width:320px),only screen and (max-device-width:320px){
	
	p.ls-l {
    font-size: 10px!important;
  /*   width: 115px!important;
	top: 88px!important;
	  line-height: 16px!important; */
}
h2.ls-l{
	font-size: 12px!important;
}
.sm-75-img-2 , .sm-75-img-1{
	 margin: 0 -85px!important;
}
}


@media only screen and (max-width:300px),only screen and (max-device-width:300px){
	
	h2.ls-l{
	font-size: 11px!important;
}
	p.ls-l {
    font-size: 9px!important;
   /*  width: 105px!important;
	top: 88px!important;
	  line-height: 15px!important; */
}
}