@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'OpenSans-Regular';
	src: url('fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
	src: url('fonts/OpenSans-SemiBold.ttf');
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
	src: url('fonts/OpenSans-ExtraBold.ttf');
}

*{margin:0; padding:0;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:focus {outline:none !important}
a {outline: 0 !important; text-decoration:none; color: #000;}
a:hover, a:active, a:focus {outline: 0 !important;}
input::-moz-focus-inner {border: 0 !important;}
*:hover, a:hover, a, .btn:hover, .btn {transition: 0.4s;}
html,body {width: 100%;height: 100%;}
body{font-family: "OpenSans-Bold"; font-size:16px; color:#14273a; line-height:24px;}
.cntOuter{display:table; width:100%; height:100%;}
.cntInner{display:table-cell; width:100%; height:100%; vertical-align:middle;}
.img-responsive{display:inline-block; max-width:100%;}
.text-center{text-align:center !important;}
.text-left{text-align:left !important;}
.text-right{text-align:right !important;}
.dsFlex{display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.dsFlexAlCenter{align-items:center; justify-content:center;}
.dsNone{display:none;}
.clearBoth{clear:both;}
.space20{clear:both; width:100%; height:20px; display:block;}
.space30{clear:both; width:100%; height:30px; display:block;}
.zeroPadding{padding:0 !important;}
.zeroTopPadding{padding-top:0 !important;}
.zeroBtmPadding{padding-bottom:0 !important;}
.zeroRightPadding{padding-right:0 !important;}
.zeroMargin{margin:0 !important;}
.zeroBtmMargin{margin-bottom:0 !important;}
.zeroTopMargin{margin-top:0 !important;}
.zeroBorder{border:none !important;}
.height100{height:100%;}
h1,h2,h3,h4,h5,h6{font-weight:normal; color: #383838; font-family: 'OpenSans-Bold'; margin-bottom: 20px; }
h3{font-size: 36px; line-height: 42px;  }
h4{font-size: 20px; line-height: 36px;  }
p{ margin-bottom: 25px;}
.bgCover{background-position:center !important; background-size:cover !important;}
.padding30{padding:30px 0 !important;}
.container {width: 100%; max-width: 1320px; position: relative;}
.container-fluid{padding:0 15px;}
ul{margin: 0; padding: 0;}
ul li{margin: 0; padding: 0; list-style: none;}
.btn{border: none; border-radius: 0; display:inline-block; font-size: 18px; padding:20px 30px;  color: #FFF;  text-align: center; background-color: #373a3e;}
.btn span{ font-family: 'OpenSans-Bold'; margin-right:5px;}
.btn:focus, .btn:hover{color:#FFF;}
.btn-cornered{border-radius: 5px; }
.btn-med{width: 158px;}
.btnLight{background-color: #fff;}
section{padding: 80px  0; position: relative;}
.blackBG{background-color: #000; color: #FFF;}
.orangeBG{background-color: #d18b3c; color: #FFF;}
.bshadow{box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.padding100{padding: 0 100px;}
.btn-blue{padding:15px; color:#fff; background-color: #2986a0; border: none;}
.btn-blue2{padding:15px 20px; color:#fff; background-color: #14273a; border: none;}
.btn-blue3{padding:15px 20px; color:#fff; background-color: #4abbda; border: none;}

.flexWrap{flex-wrap:wrap;}
.dsfCenter{align-items:center;}
.btn:hover{color: #FFF;}
.scHeading{font-size:42px; line-height:52px; font-family: 'OpenSans-ExtraBold'; padding-bottom:20px; position:relative;}

.txtBold{font-family: 'OpenSans-ExtraBold';}
.txtMedium{font-family: 'OpenSans-Bold';}
.rgtArrow::after { display: inline-block; margin-left: 10px; vertical-align: middle; content: ""; border-left: 5px solid; border-top: 5px solid transparent; border-right: 0; border-bottom: 5px solid transparent;}
/******************************************/

header{ width:100%;}
header .logo{position: absolute; top: 22px; left: 0; z-index:10;}
.hTopBar{background-color: #14273a;  color: #FFF;}
.hTopContent{padding: 25px 0; display:flex; gap:25px; align-items:center; justify-content:flex-end;}
.htLeft{background:#2986a0;color:#cfeff5;padding:15px 20px;}
.htLeftSocial{margin-top: 5px;gap:10px;}
.htLeftSocial a{width:36px;height:36px;background:#14273a;color:#FFF;text-align:center; line-height:36px; font-size:20px;}
.htRight{background:#4abbda;padding:15px 20px;color:#FFF; text-align:center; height:100%;}
.htRightText{gap:10px;}
.htRight a{font-size:29px; line-height: 35px; color: #FFF; margin-top: 5px; display:block;}

header .hBtmContent{background:#2986a0;}
.hMenuOuter{display:flex; align-items:center; justify-content:flex-end; gap:30px;}
header .hMenu > ul{display:flex; align-items:center; justify-content:flex-end; width:100%; margin:0; gap:30px; padding:30px 0;}
header .hMenu > ul > li{list-style:none; position:relative; margin:0 15px;}
header .hMenu > ul > li > a{display:block; color:#FFF; position: relative; transition: 0.4s; padding-bottom:10px;}
header .hMenu > ul > li > a:after{position: absolute; width: 100%; height: 4px; background-color: #FFF; visibility: hidden; content:''; bottom:0px; left: 0;}
header .hMenu > ul > li.current-menu-item > a:after, header .hMenu > ul > li > a:hover:after{visibility: visible; }
header .hMenu > ul > li.current-menu-item > a, header .hMenu  li > a:hover{color: #FFF;}
.getQuoteMenu{background-color: #4abbda; color:#FFF; width: 250px; text-align: center; padding: 30px 0;}
.getQuoteMenu a{position: relative; display: flex; align-items:center; justify-content:center; gap:5px; width: 100%; color: #FFF;}
.getQuoteMenu a::after{content: "\f0da"; font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 900; text-decoration: inherit; color: #FFF; font-size: 18px; position: absolute; top: 8px; right: 40px;}

header .hMenu > ul > li.menu-item-has-children > a{padding-right:18px;}
header .hMenu > ul > li.menu-item-has-children > a:before{ content: "\f107";    font-family: "Font Awesome 5 Free";    font-style: normal;    font-weight: 900;    text-decoration: inherit;    color: #FFF;    font-size: 18px;    position: absolute;    top: 0px;    right: -1px;}

header .hMenu  li.menu-item-has-children ul{opacity: 0; position: absolute; width: 350px; z-index: 9; background:#2986a0; padding:10px  0; visibility:hidden; display:none; top:30px; left: 0px;border-top: 4px solid  #2986a0; text-align:left;}
header .hMenu li.menu-item-has-children > ul li{display: block;}
header .hMenu li.menu-item-has-children > ul li a{width: 100%; border: none; display:block; padding:5px 10px; font-size:15px; margin: 0 !important; color:#FFF; text-transform: uppercase; }
header .hMenu li.menu-item-has-children ul li a:hover{background: transparent; text-decoration:underline;}
header .hMenu li.menu-item-has-children:hover ul, header .hMenu li.menu-item-has-children:focus-within > ul, header .hMenu li.menu-item-has-children ul:hover, header .hMenu li.menu-item-has-children ul:focus{opacity: 1; visibility:visible; display:block;}

.topServices{margin:8px 0;}
.topServices .col-md-12{display:flex; align-items:center; justify-content:center; gap:10px;}
.topServices a{flex-grow:1; display:block; height:70px; line-height:70px; display:flex; align-items:center; justify-content:center; gap: 10px; background:#4abbda; color:#FFF; position:relative;}
.topServices a.svcSafe{background:#9ee0b6; color:#000;}
.topServices a.svcKey{background:#0074d0;}
.topServices a span{padding-right:20px; position:relative; display:block;}
.topServices a span:after{content: "\f0da"; font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 900; text-decoration: inherit; color: #FFF; font-size: 18px; position: absolute; top: 0; right: 0;}
.topServices a.svcSafe span:after{color:#000;}

.homeBanner{position:relative;width:100%; margin:8px 0;}
.homeBanner .bannerImg{position:absolute;right:0;top:0;height:100%;width:54%; background-color:#FFF !important; background-position:left center !important; background-size:cover !important;}
.homeBanner .container{position:relative;z-index:3;}
.homeBanner .hbDesc{width:600px; max-width:95%; padding:100px 0; position:relative; background:#FFF; height:100%;}
.homeBanner .hbDescTitle{font-size:42px; line-height:52px; font-family: 'OpenSans-ExtraBold';}
.homeBanner p{margin-top:35px;}
.hbIcons{display:flex; flex-wrap:wrap; align-items:center; gap:20px;}
.hbIcons a{padding:15px 20px; color:#FFF; text-decoration:none; position: relative; width: 212px;}
.hbIcons a:after{content: "\f0da"; font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 900; text-decoration: inherit; color: #FFF; font-size: 18px; position: absolute; top: 15px; right: 20px;}

.scServices{background:#14273a; color: #FFF;}
.sBox{background-color: #FFF; padding: 30px; color: #14273a; height:100%;}
.tIcon{padding: 15px 0; text-align: center; margin-bottom: 18px;}
.sBox.b1 .tIcon, .sBox.b1 .tLink a{background-color: #4abbda; }
.sBox.b2 .tIcon, .sBox.b2 .tLink a{background-color: #ade4bc; }
.sBox.b3 .tIcon, .sBox.b3 .tLink a{background-color: #0074d0; }
.tImage{ text-align:center; height:260px; display:flex;}
.tDesc{ margin:25px 0 0 0; }
.tTitle{font-size:24px; line-height:30px; margin-bottom:10px; font-family: 'OpenSans-ExtraBold'; color: #4abbda; height:60px; overflow:hidden;}
.tDescription{font-size:16px; line-height:25px; max-height:200px; overflow:hidden;}
.tDescription p{padding:0 !important; margin:0 !important;}
.tLink {text-align: right; padding-top:15px;}
.tLink a{color: #FFF; width: 194px;  display: inline-block;}

.wcImgOverlayRight{position: absolute; height: 100%; top: 49%; transform: translateY(-50%); width: 50%; right: 0px; background-color: #2986a0; z-index: 1;}
.wcImgOverlayLeft{position: absolute; height: 100%; top: 49%; transform: translateY(-50%); width: 50%; left: 0px; background-color: #2986a0; z-index: 1;}
.wcImage{position:relative; z-index:2; padding:10px 0;}
.wcImage img{border:10px solid #FFF;}
.scWelcome ul{margin-left:15px;}
.scWelcome ul li{list-style: disc; padding: 10px 0;}
.scWelcome ul li span{color: #2986a0;}

.csContent{position: relative; padding:20px 40px;}
.csContent::before{    content:"“";    position:absolute;    top:-10px;    left:0;    font-size:80px;    color:#1b5670;    line-height:1;}
.csContent::after{    content:"”";    position:absolute;    bottom:-20px;    right:0;    font-size:80px;    color:#1b5670;   line-height:1;}

.scClientOuter{background:#FFF;}
.scCaseStudy{background-color: #4abbda; color: #FFF;}
.scCaseStudy .sBox a{display: block;}

.quoteForm form{ margin-right: 30px; }
.quoteForm h3{color: #14273a;}
.quoteForm hr{background-color: #000; margin-top: 30px;}
.quoteForm .subPageTitles{color: #FFF; margin-bottom: 15px;}
.frmGroup{clear:both; margin-bottom:20px;}
.frmGroup label{font-weight:normal !important;}
.frmInput{width:100%; border:0; height:60px; background:#dddddd; color: #14273a; padding: 15px 10px; font-family: 'OpenSans-Regular'; font-size:14px;}
.frmTxtArea{width:100%; height: 150px; border:0; background:#dddddd;  color: #14273a; padding:  15px 10px; font-family: 'OpenSans-Regular'; font-size:14px;}
.quoteForm button{border:none; font-size:16px; font-weight: normal; color:#FFF; line-height:26px; position:relative; background:#14273a; margin-top: 0px; 	padding: 15px; clip-path: none; }
.quoteForm button:hover{color: #FFF;}
.successMsg{ width:100%; display: inline-block; text-align: center; color: #037d50; margin-bottom: 20px;}
.ctel{font-size:16px; font-weight: normal;}
.cemail{}

.alert{padding:10px 15px; display:block; font-size:13px; clear:both; width:100%; text-align:center; margin:15px auto 25px auto; border-radius:5px;}
.alertDanger{ color:#f56b6b; background:#fef1f1; border:1px solid #fcd9df;}
.alertSuccess{ color:#70a874; background:#ecf3e6; border:1px solid #e3ebd5;}
.bkcButton{text-align: right;}
.contactAddress{line-height: 35px;}
.contactAddress strong{font-size: 24px; line-height: 32px;}
.cinfo p a{font-size: 24px; line-height: 32px; font-family: 'Montserrat-Bold';}
.cinfo p span{color: #c4a354; font-family: 'Montserrat-Bold';}

footer{background:#14273a; padding-top:60px; color:#FFF;font-family: 'OpenSans-Regular';}
footer .ftHeader{font-size:30px; line-height: 36px; margin-bottom:25px;}
footer a{color:#FFF;}
footer .telEmail{display:inline-block;}
.fsocial-icons{display:flex; align-items:center; gap:20px; margin-top: 5px;}
.fsocial-icons a{color:#FFF;display:inline-block;text-align:center; font-size: 30px;}
footer .copyright{background:#f5f5f5; padding:20px 0; margin-top:60px; font-size:13px; color:#14273a;}
footer .copyright ul{display:flex; align-items:center; justify-content:center; gap:10px; flex-wrap:wrap;}
footer .copyright a{color:#14273a;}

.csPage .sBox{border:none; background:#33b2d2;}
.csPage .sBox a, .csPage .sBox .tTitle{color:#FFF;}
.csPage .col-md-4{margin:15px 0;}
.csPage .sBox img{border:10px solid #FFF;}

.contentWrapper{padding: 30px 0;}
.contentWrapper h1{font-size: 36px;line-height: 44px;margin-bottom: 25px; font-family: 'OpenSans-ExtraBold';}

.breadcrumb {padding: 12px; background-color: #14273a; margin-bottom:25px;}
.breadcrumb ul {display: flex;flex-wrap: wrap;list-style: none;margin: 0;padding: 0;}
.breadcrumb ul li{color: #FFF; font-size:12px;}
.breadcrumb li:not(:last-child)::after {display: inline-block;margin: 0 10px;content: "//";}
.breadcrumb li a{color: #FFF}

.post-image{margin-bottom:20px; text-align:center;}
.postContent{font-size:15px; color:#505050;}
.postContent strong{display: inline-block; font-size: 24px; line-height: 30px; padding-bottom: 0; text-transform:uppercase;}
.postContent p,  .postContent > ul, .postContent > p > ul{margin-bottom: 30px; font-size:15px;}
.postContent ul{margin-left: 15px;}
.postContent ul li{list-style: disc; margin:3px 0;}
.postContent a{color:#14273a;}
.postContent a.btn{font-size:14px; color:#FFF !important;}
.postContent ul li ul{margin-bottom:0 !important;}

.blogPosts{padding-bottom: 50px;}
.whNewsBox{width: 100%; border:none; background:#177a93; position:relative; color:#14273a; margin-top: 30px; padding:15px; display: inline-block;}
.whNewsBox span{width: 100%; display: block;}
.whNewsBox .whImg{height: 214px; border:10px solid #FFF}
.whNewsBox .whImg a{display:block; width:100%; height:100%; color:#FFF;}
.whNewsBox .whTitle{margin-bottom:15px; color:#FFF; font-family: 'OpenSans-ExtraBold';}
.whNewsBox .whDesc{line-height: 21px; color:#FFF;}
.whNewsBox .whDesc{margin-bottom:20px;}
.whNewsBox .whDesc p{padding:0; margin:0;}
.whContent{padding: 15px;}
.pageDescription{margin-top: 20px;}
.postsPagination{margin: 20px 0; text-align: center;}
.postsPagination h2{display: none;}
.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600; color: #444;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #444; color: #FFF;
}
section.scGallery{padding:50px 0;}
.csGalleryImages{display:flex; flex-wrap:wrap; gap:20px; justify-content: center;}
.csGalleryImages .csgImageOuter a{display:block;}
.csGalleryImages .csgImageOuter a span{display:block; background-size:cover !important; background-position:center !important; width:235px; height:235px;}
.svsTopBannerTxt{background:#14273a; padding:30px; color:#FFF;}
.svsTopBanner{display:flex; align-items: stretch;}
.svsTopBanner > div{flex-grow:1;}
.svsTBannerImg{height:100%; width:100%;}
ul.wsp-posts-list li:has(.wsp-category-title){list-style:none;}
.wsp-category-title{display:none !important;}
ul.wsp-posts-list > li > ul{margin:0 !important;}
.wsp-container ul{ margin-bottom: 25px !important;}
.gallery{display:flex; flex-wrap:wrap; gap:20px;}
.gallery .gallery-item{width:23% !important;}
.fAccrediations{display:flex; flex-wrap:wrap; gap:15px; align-items:center; justify-content:flex-start;}
.fAccrediations img{margin:10px 0;}
.approvedSupplier{background:#177a93; color:#FFF;}
.supplierSwiper .swiper-wrapper{align-items:center;}

.rspMenuLink, .rspMenuContent{display:none;}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	header .hMenu > ul > li{margin:0;}
}

@media only screen and (min-width : 992px) {
	.bannerSwiper, .bannerSwiper .bannerImg, .bannerSwiper .hbDesc{height:550px;}
}

@media only screen and (max-width : 991px) {
	.dsFlex{display:block;}
	.rspPaddingBtm{padding-bottom:25px;}
	h3{font-size:30px;}
	section{padding:40px 0;}
	.scHeading{font-size:35px; line-height:45px;}
	.btn{padding:20px;}
	body{font-size:15px;}
	
	.hTopBar{height:110px; border-bottom:10px solid #2986a0;}
	header .logo{top:12px; left:15px;}
	header .logo img{max-width:200px;}
	.mblTopBar{display:flex;align-items: center; justify-content: flex-end; gap:5px; padding:25px 0;}
	
	.rspCallLink{width:45px; padding:10px 0; background:#0d2438; text-align:center; font-size:18px;}
	.rspCallLink a{color:#FFF;}
	.rspMenuLink{cursor:pointer;display:flex; padding:10px 0; align-items:center; justify-content:flex-end; width:45px; flex-wrap:wrap; background:#0d2438;}
	.rspMenuLink div{width: 40px; height: 15px; margin:0 auto;}
	.rspMenuLink span{display: block;width: 35px;height: 2px;margin: 0 auto 6px auto;background: #FFF;transition: 0.4s;}
	.rspMenuLink label{color: #FFF; font-size:15px; font-weight:bold;cursor:pointer; display:block; width:100%; text-align:center; margin-top:9px;}
	
	.rspMenuClose{position:absolute; top:25px; right:15px; width:40px; height:40px; background: #0d2438; z-index:9; display:flex; padding:0; align-items:center; justify-content:center; cursor:pointer;}
	.rspMenuClose span{display: block;width: 30px;height: 2px;margin: 0 auto 6px auto;background: #FFF;transition: 0.4s;}
	.rspMenuClose span:first-child {-webkit-transform: rotate(-45deg) translate(-5px, 5px) ;transform: rotate(-45deg) translate(-3px, 3px);}
	.rspMenuClose span:nth-child(2) {opacity: 0;}
	.rspMenuClose span:last-child {-webkit-transform: rotate(45deg) translate(-2px, -2px) ;transform: rotate(45deg) translate(-8px, -8px)}

	.rspMenuContent{width: 100%; background: #2986a0; position: fixed; left: -100%; top: 0; z-index: 999; height: 100vh; margin: 0; padding: 0; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -ms-transition: all .3s linear; transition: all .3s linear; overflow:hidden; overflow-y: scroll; display:block;}
	.rspMenuActive{left:0; visibility:visible;}
	
	.rspLogo{clear:both; position:relative; text-align:left; padding:15px 20px; background:#14273a;height:110px;}
	.rspLogo img{max-width:200px;}
	.rspMenuContent ul{margin:0; padding:0;}
	.rspMenuContent li{list-style-type: none; border-bottom: solid 1px #FFF; color: #FFF; width:100%;}
	.rspMenuContent li a{color: #FFF; display: block; font-size: 14px; line-height: 26px; padding: 10px 15px; text-decoration: none; position:relative; }
	.rspMenuContent li a:hover{color:#14273a !important;}
	.rspMenuContent li.menu-item-has-children > a:after{ content: "\f105";    font-family: "Font Awesome 5 Free";    font-style: normal;    font-weight: 900;    text-decoration: inherit;    color: #FFF;    font-size: 20px;    position: absolute;    top: 10px;    right: 25px;}
	.rspMenuContent li ul{display:none;}
	.rspMenuContent li ul li{border:none !important; margin:0 !important;}
	.rspMenuContent li > ul li a:after{content: '\f105'; position: absolute; font-size: 16px; font-family: 'Font Awesome 5 Free';font-style: normal;    font-weight: 600; color: #FFF; left:20px; top: 10px;}
	.rspMenuContent li > ul li a{padding: 10px 20px 10px 45px;}
	.rspMenuContent li.getQuote{background:#4abbda;}
	
	.hBtmContent .rspHeader{display:flex !important; align-items:center;}
	.rspLinks{display:flex; justify-content:flex-end; gap:10px;}
	.rspLinks a{width:35px; height:35px; text-align:center; display:inline-block; background:#fff; color:#FFF;}
	.rspLinks a i{line-height:35px;}
	.rspMenuOtherOuter{padding:10px 15px;}
	.rspMenuSocial{display:flex; align-items:center; gap:10px; padding-top:10px;}
	.rspMenuSocial a{width:36px;height:36px;background:#14273a;color:#FFF;text-align:center; line-height:36px !important; font-size:20px !important; padding:0 !important;}
	.rspMenuCallTxt{display:flex; align-items:center; gap:10px;}
	a.rspMenuCallLnk{font-size:29px !important; line-height: 35px !important; padding:0 !important; color: #FFF; margin-top: 5px; display:block;}
	.rspSvcAdaptation{background:#4abbda;}
	.rspSvcSafe{background:#9ee0b6;}
	.rspSvcKey{background:#0074d0;}
	
	.homeBanner{height:auto;}
	.homeBanner .bannerImg{background-position:center !important;}
	.homeBanner .bannerImg, .homeBanner video{position:relative; height:350px; width:100%;}
	.homeBanner .container{padding:0;}
	.hbDesc{position:relative; transform:none; margin:0 auto; padding:30px 15px !important;}
	.homeBanner .hbDescTitle{font-size:22px; line-height:32px;}
	.homeBanner p{margin-top:20px;}
	.crvTitle{font-size:25px; margin-bottom:30px;}
	.crvBoxLeft::before{right:0; bottom:0;}
	.scVideos p br{display:none;}
	.tTitle, .tPrice{font-size:24px;}
	.lgtBrownBox, .lgtPriceBox{padding:20px;}
	.lgtCntBox .boxTitle{font-size:20px;}
	.lgtCntBox .boxPhone, .lgtPriceBox .boxTitle{font-size:35px;}
	.quoteForm form{margin:0;}
	
	.contentWrapper h1{font-size:30px; line-height:40px;}
	.contactBar p{font-size:15px;}
	
	footer .ftLogo{text-align:center;}
	footer .copyright .rspPaddingBtm{padding-bottom:10px;}
	.gallery .gallery-item{width:43% !important;}
	
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{bottom:0 !important;}
	.svsTopBanner{display:block;}
}
