.w-email { opacity: 0; position: absolute; top: 0; left: 0; height: 0; width: 0; z-index: -1; }

.g-cols.type_default > div > .vc_column-inner {
  padding-left: 1rem;
  padding-right: 1rem;
}

.l-footer {
  background: var(--color-footer-bg-grad);
  color: var(--color-footer-text);
}
p, ul, ol, dl, address, pre, table, blockquote, fieldset {
  margin: 0 0 1rem;
}

.w-nav.type_desktop .menu-item[class*="columns"] .menu-item-has-children .w-nav-anchor.level_2 {
  font-size: 1em;
  font-weight: 400; 
  border-bottom: 1px solid #f8f8f8 !important;
}
.w-nav.type_desktop .menu-item[class*="columns"] .menu-item-has-children .w-nav-anchor.level_2:hover {
  background: #f4f4f4 !important;
  color: var(--color-header-middle-text-hover) !important;
}  

.w-nav .columns_2{ position: static; }
.w-nav .columns_2 ul{ left:0; right:0; }
.w-nav .columns_3{ position: static; }
.w-nav .columns_3 ul{ left:0; right:0; }
.w-nav .columns_4{ position: static; }
.w-nav .columns_4 ul{ left:0; right:0; }
.w-nav .columns_5{ position: static; }
.w-nav .columns_5 ul{ left:0; right:0; }
.w-nav .columns_6{ position: static; }
.w-nav .columns_6 ul{ left:0; right:0; }

a.page-numbers {border: 1px solid #f1f1f1;}
.zoom{ border: 1px solid #f1f1f1;}
.zoom2 { width: 100%;  }
.w-grid-item-h .post_image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.w-grid-item-h .post_image img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.slideshow, .slideshow-item, .z1, .z1 img { height: 36vw; }

.bobtn2, .bobtn4{  font-weight: 300; color: #ffffff;   font-size:18px; padding: 12px 30px 14px; border: 1px solid var(--color-content-border); }
.ban2{ margin-top:40px; }
.bobtn4{margin-left:30px;}

.slideshow{ width: 100%; position:relative;}

.slideshow-item{
    width: 100%;
    position: absolute;
	overflow: hidden;
    opacity: 0;
    animation: slideanim 30s infinite;
    -webkit-animation:	slideanim 30s infinite;
}
.z1 img{ width: 100%; }
.slideshow-item:nth-child(1),
.slideshow-item:nth-child(1) .z1 img{
    animation-delay: 0s;
}
.slideshow-item:nth-child(2),
.slideshow-item:nth-child(2) .z1 img{
    animation-delay: 10s;
}

.slideshow-item:nth-child(3),
.slideshow-item:nth-child(3) .z1 img{
    animation-delay: 20s;
}

.slideshow-item-text{
    max-width: 750px;
    position: absolute;
    top: 30%;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 20px  10px 40px 30px;	
    animation: content-s 10s infinite;
    -webkit-animation: content-s 10s infinite;
	margin-left: 10%;	
}

@media only screen and ( min-width: 1921px ) {
.slideshow-item-text {
margin-left: calc(50vw - 768px);
}
}	

.slideshow-item-text p{
    margin-top: 20px;
}

@-webkit-keyframes slideanim {
  0%, 100% {
    opacity: 0; }
  3%, 33.333333333333336% {
    opacity: 1; z-index: 9; }
  36%, 66.66666666666666% {
    opacity: 0; z-index: 8; } 
}
@keyframes slideanim {
  0%, 100% {
    opacity: 0; }
  3%, 33.333333333333336% {
    opacity: 1; z-index: 9; }
  36%, 66.66666666666666% {
    opacity: 0; z-index: 8; } 
}


.slideshow-item .z1 img{
    animation: zoom 30s infinite;
    -webkit-animation: zoom 30s infinite;	
}
@keyframes zoom{
    0%{
        transform: scale(1);
    }	
	
    100%{
        transform: scale(1.2);
    }
}
@-webkit-keyframes zoom{
    0%{
        transform: scale(1);
    }	
	
    100%{
        transform: scale(1.2);
    }
}

@keyframes content-s{
	
  0%{left: -100%;}

  10%{left: 0px;}
  
  90%{left: 0px;}  

  100%{left: -100%;}
}
@-webkit-keyframes content-s{
  0%{left: -100%;}

  10%{left: 0px;}
  
  90%{left: 0px;}  

  100%{left: -100%;}
}		  


.on2 {
  list-style:none;	
  position:absolute;
  bottom:20px;
  z-index:99;
  left:48%;
}
.on2 div{
  width:14px;
  height:14px;
  border-radius:50%;
  border: 2px solid #f9f9f9;
  float:left;
  margin-right:10px;
}

.on2 .on{
  width:14px;
  height:14px;
  border-radius:50%;
  background:#f9f9f9;
  position:relative;

}
 
@-webkit-keyframes z6 {
  0% {opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  25% {opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes z6 {
  0% {opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  25% {opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.z6 {	
    animation: z6 10s infinite;
    -webkit-animation: z6 10s infinite;	
} 

@-webkit-keyframes z5 {
  0% {opacity: 0; 
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  8% {opacity: 0; 
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  16% {opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes z5 {
  0% {opacity: 0; 
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  8% {opacity: 0; 
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  16% {opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slides1 .z3 {	
    animation: z5 10s infinite;
    -webkit-animation: z5 10s infinite;	
} 

@-webkit-keyframes z4 {
  0% {opacity: 0; 
    -webkit-transform: translateX(700px);
    transform: translateX(700px);
  }
  5% {opacity: 0; 
    -webkit-transform: translateX(700px);
    transform: translateX(700px);
  }  
  
  15% {opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes z4 {
  0% {opacity: 0; 
    -webkit-transform: translateX(700px);
    transform: translateX(700px);
  }
  5% {opacity: 0; 
    -webkit-transform: translateX(700px);
    transform: translateX(700px);
  }  
  
  15% {opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slides2 .z3 {	
    animation: z4 10s infinite;
    -webkit-animation: z4 10s infinite;	
} 

.l-subheader .w-socials .fab{color: var(--color-header-top-text);}
.topphone .fa-envelope {margin-left: 10px;}

.l-footer .w-socials .w-socials-item {border: 1px solid var(--color-footer-text); margin-right:5px;}
.l-footer .w-socials .fab{color: var(--color-footer-text);}
.l-footer a ,.l-footer h4{color: var(--color-footer-text);}
.l-footer h4 {margin-bottom: 1rem;}
.sunlinks ul li {position:relative; border-top: 1px solid var(--color-footer-text); padding: 3px 0 3px 15px; list-style: none; margin: 0;}
.sunlinks ul { margin-left: 0;}
.sunlinks ul li:before{position:absolute;left:0px;content:'\f105';font-family:fontawesome;color: var(--color-footer-text);}

.sunlons-qr img { max-width: 240px;}
.sunlons-footer {text-align: center; border-top: 1px solid var(--color-footer-text);}
.wpbtitle {
    border-top: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 3px solid var(--color-content-border);
	margin-bottom: 0;
	margin-top:32px;
}
.wpatitle { margin-top:20px; }
.sunlons-inquiry .w-text-h, .sunlons-related .w-text-h, .wpbtitle .w-text-h {
    background: var(--color-content-border);
    color: #fff;
	display: inline-block;
    padding: 10px 18px 5px;	
	font-size: 22px;
}
.sunlons-text3 .w-form, .sunlons-text4 .w-grid {
    border: 1px solid #e8e8e8; border-top-width: 0px; padding: 20px 14px 14px 14px; 
}
.sunlons-text5 .post_content {
    border-bottom: 1px solid #e8e8e8; padding: 14px 0;
}

.widget_categories, .widget_tag_cloud { border: 1px solid #dddddd;}
.l-sidebar .widgettitle {margin-bottom: 0;  padding: 12px 0 12px 15px; border-bottom: 1px solid #dddddd; font-size: 20px;}
.l-main .l-sidebar .widget { margin-bottom: 25px; }

.boxsunlonsb{padding: 25px; border: 1px solid #cccccc; text-align: center; margin-bottom: 30px; }

.w-grid-list .w-grid-item {margin-bottom: 15px;}
.w-grid-list .w-grid-item-h h2{text-align: center; padding: 10px 0;}
.w-grid-list .w-grid-item-h {padding: 20px; border: 1px solid #cccccc;}
.w-grid-list .w-grid-item-h:hover ,.boxsunlonsb:hover { border-color: var(--color-content-border);}
.no_gap .w-grid-list .slideshows .w-grid-item {margin-bottom: 0;}
.no_gap .w-grid-list .slideshows .w-grid-item-h {padding: 0; border: none;}
.no_gap .w-grid-list .slideshows .w-grid-item-h img:hover {
  -webkit-transform: none;
  transform: none;
}
.owl-carousel .owl-prev ,.owl-carousel .owl-next {padding: 10px !important;}
.homenew .owl-prev {left: 10px !important; }
.homenew .owl-next {right: 10px !important; }
.contact2 .w-iconbox{border-top:1px solid #cccccc; padding-top:30px;}
.sunlons-text h1.post_title {font-size: 2.0rem; margin-bottom: 15px; border-bottom: 1px solid #dddddd; padding-bottom:15px; margin-top: 8px;}
.sunlons-text .w-btn-wrapper { margin: 25px 0 15px;}
.sunlons-text .w-sharing{margin-top:15px;}
.sunlons-text .post_custom_field {border-bottom: 1px solid #dddddd; padding-bottom:15px;}
@media only screen and ( min-width: 1024px ) {
.g-cols.type_default .sunlons-text .vc_column-inner { padding-left: 1rem; }
.l-section .g-cols .l-sidebar .vc_column-inner { padding-right: 1rem; }
.contact3 textarea { height: 11rem; }
.w-video.youtube {max-width: 1024px; margin: 0 auto;}
}
.page .for_sidebar .vc_col-sm-9 strong {
    padding: 12px 0 12px 8px;
    border-left: 4px solid var(--color-content-border);
    background-color: #f5f5f5;
    width: 100%;
	display:block;
}
.page .for_sidebar .vc_col-sm-9 strong:hover {background-color: #e9e9e9;}

.home .l-main br {display:none;}

.w-nav-list.level_2 > .menu-item,.w-nav-list.level_3 > .menu-item{border-bottom: 1px solid #f4f4f4;}

.widget_categories ul li:before{position:absolute;left:15px;content:'\f105';font-family:fontawesome;}
.widget_categories ul ul{display:none;}
.widget_categories ul li.hover ul{display:block;}
.widget_categories ul li.hover ul{background-color:#f9f9f9;left:100%;top:-0.5rem;width:100%;z-index:9999;position:absolute;height:auto;}
.widget_categories ul li.hover{background-color: #f1f1f1;}
.widget_categories ul li.hover ul li:hover{background-color: #f1f1f1;}
.widget_categories ul li.hover ul ul{display:none;}
.widget_categories ul li.hover ul li.hover ul{display:block;}
.widget_categories ul li{position:relative; padding: 9px 0 9px 30px !important; margin-bottom: 0px !important; }
.widget_categories a { display: block; }

table,tr{ border-color: #555555; }
tr:hover { background-color: #f6f6f6; }
td, th { border: 1px solid #555555; vertical-align: middle;}
.sss {position: relative; }		
.aaa{ overflow: hidden; max-height: 9.8vw;}			
.bbb{ position: absolute; top: 30%; width: 100%;}
.aaa img{ width: 100%;  animation-name: scaleDraw; animation-iteration-count: infinite; animation-duration: 30s;}  
@keyframes scaleDraw {
			0%{
                transform: scale(1.05);
            } 50%{
                transform: scale(1.2);
            
			} 100%{
                transform: scale(1.05); 
            } 			
}


.l-sidebar { padding: 2rem 0;}
.tagcloud {padding: 5px 0 4px 8px; }
.l-main .tagcloud a{ 
font-size: 15px !important; 
display: inline-block;
border: 1px solid #cccccc;
color: #333333;
line-height: 32px;
padding: 0 10px;
margin: 5px 3px;
}
.tagcloud a:hover { border-color: var(--color-content-border);}

.w-gallery-item-img { margin-bottom: 10px; }
.l-sidebar .w-gallery-item-img { margin-bottom: 20px; }

.vc_col-sm-9.l-content .l-section.height_small{ padding-left: 0;  padding-right: 0;}
.w-tabs.accordion .w-tabs-section {border-width: 1px 1px 0 1px;}
.w-tabs-section-header.active {border-bottom: 1px solid #e8e8e8;}

.nav-links { justify-content: center; }
.layout_31 .pagination { margin-top: 1rem; }
.layout_blog_1 .pagination { margin-top: 0; }
.vc_row .separator2.with_line { height: 1rem; margin-top: -10px; }

.all-columns {width: 100%;clear: both;display: inline-block;}
.one-one,.one-half,.one-third{float: left;margin-top: 0;margin-right: 0;margin-bottom: 0;margin-left: 0; animation-delay: 0.1s;}
.one-one{ width: 100%;}
.one-half { width: 49%;}
.one-third { width: 32%;}
.first {margin-right: 2%;}
.last { margin-left: 2%;}
@media only screen and ( max-width: 1024px ) {	
.one-half,.one-third{width: 100%;}
.first {margin-right: 0;}
.last { margin-left: 0;}
}
.sunlons-nav{
  padding-top: 30px;
  border-top: 1px solid #c1c1c1;
  margin-top: 30px;
}
.at_top .fas {margin-left: 6px;}

.w-grid-item-h { height: auto;}

.mfp-bottom-bar .mfp-title {display: none;}

.zoom { font-size: 0px; list-style: none;}
.zoom img { display: block; }
.zoom img:hover { cursor:move; }
.container {
    list-style: none;
    margin: 25px -1% 0 0;
    font-size: 0;	
}
.container img {
	padding: 6px;
    width: 19%;
    height: auto;
    margin-right: 1%;
    border: 1px solid #BBBEC9;
}
.container img:hover { border-color: #000000; }

@media (max-width: 1200px) {
.g-breadcrumbs {display: none;}
}	

@media (min-width: 768px) {
.vc_col-sm-5 { width: 40%; }
.vc_col-sm-8 { width: 60%;}
}
@media (max-width: 768px) {
.sunlons-nav { margin-bottom: -20px; }	
.g-cols.sunlonsdownload {margin-bottom: -30px; }	
.sunlonsdownload .vc_col-sm-4.wpb_column {margin-bottom: 0px; }	
.layout_blog_1 .pagination , .layout_31 .pagination{
  margin-top: 10px;
  margin-bottom: -25px;
}
.wpbtitle ,.wpatitle{ margin-top:5px; }	
.vc_col-sm-5 {margin-bottom:5px !important; }			
.bbb ,.l-sidebar {display: none;}	
.l-subheader .w-btn{
font-size: 14px;
padding: 8px 12px;
}
.vcvcp ,.hometxt span ,.homeget p span{font-size: 24px !important; }
.w-gallery.cols_3 .w-gallery-item { width: 33.3333%; }
}	

.wpsquare {
    overflow: hidden;
    position: relative;
}
.wpsquare img{
    width: 100%;
	transition: all .3s ease-in-out;	
}
.wpsquare a .img img {
position: absolute;
transform: translateX(-100%);
}
.wpsquare a:hover .img img {
transform: translateX(0);
}
.wpsquare a:hover .img2 img {
transform: translateX(100%);
}


.vcinb {
	color: var(--color-content-border);
	display: inline-block; 
	font-size: 24px;
    padding-top: 12px;
	height: 10px;
	text-align: left;
}
.vcinb::before {
    content: "\3000";
    text-decoration: overline wavy;
}

.testimonial_text {
    box-shadow: 0 10px 20px #c1c1c1;
    padding: 20px 20px 15px 30px;
    margin-bottom: 20px;
    position: relative;
}
.testimo .vc_column-inner:hover .testimonial_text {
background-color: #f5f5f5;
}	
.testimonial_text:after {
    content: '';
    bottom: -20px;
    position: absolute;
    left: 90px;
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 10px;
}
.testimonial_img {
    margin-right: 5px;
    float: left;
}
.testimonial_img img {
    width: 100px;
    border-radius: 50%;
}
.star {
display: inline-block; 	
height: 24px;
width: 120px;
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSIjZmZjMTA3IiBkPSJNMTIgMmwyLjQgNy40SDIybC02IDQuNiAyLjMgNy40LTYtNC41LTYgNC41IDIuMy03LjQtNi00LjZoNy42eiIvPjwvc3ZnPg==");
}

.homeget {text-align: center;}
.homeget .testimo {text-align: left;}
.g-cols.type_default.testimo ,.g-cols.type_default.sunlonsdownload{
  margin: 0 -1rem;
}

.homenews .layout_31 .usg_post_image_1 {
  width: 100% !important;
  margin-right: 0 !important;
}
.homenews .layout_31 .usg_vwrapper_1 {
  width: 100% !important;
}

