@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{box-sizing: border-box;font-family: "Montserrat", serif;}
body{margin:0;padding:0;box-sizing: border-box;width: 100%;overflow-x: hidden;min-height: 100vh;background-color:#fff;}
html{margin:0;padding:0;box-sizing: border-box;width: 100%;overflow-x: hidden;min-height: 100vh;}
a{text-decoration: none;color:#222;}

.container{float:left;width: 1400px;margin:0 calc(50% - 700px);}
.paTop{float:left;padding:20px;background-color:#fff;margin-top:-80px;margin-bottom:80px;position: relative;border-radius: 10px;box-shadow: 0 0 7px 0 #00000070;;}
header{float:left;width: 100%;position:relative;background-color:#fff;}
.hsCover{float:left;width: 100%;height: 100%;position:absolute;left:0;top:0;background-color: #ffffff;}
.headerTop{float:left;width:100%;padding:10px 20px;border-bottom:1px solid #ccc;position:relative;z-index:9;}
.htLeft{float:left;}
.htLeft a{float:left;padding:5px 15px;font-weight: 500;line-height: 20px;color:#222222;}
.htLeft a img{float:left;width: 20px;height: 20px;object-fit: contain;margin-right: 2px;}
.htLeft a img:last-child{margin-right: 5px;}
.htLeft a:last-child{border-left:1px solid #ccc;}
.htRight{float:right;}
.htrContact{float:left;}
.htrContact a{float:left;line-height: 20px;font-weight: 600;padding:5px 10px;color:#222222;}
.htrSocial{float:left;}
.htrSocial a{float:left;margin:3px 5px;padding:0 5px 0 13px;border-left:1px solid #ccc;}
.htrSocial img{float:left;width: 23px;height: 23px;object-fit: contain;filter:invert(0);}

.headerSub{float:left;width: 100%;height:100px;padding:20px 0;box-shadow: 0 0 3px 0 #ccc;position:relative;z-index:9;}
.hsLogo{float:left;width: 200px;height:60px;padding:5px 10px;display: flex;align-items: center;justify-content: center;}
.hsLogo img{float: left;width: 150px;height:60px;object-fit: contain;}
.hsMenu{float:left;width: calc(100% - 450px);height:60px;display:flex;align-items: center;justify-content: center;}
.hsMenu ul{float:left;}
.hsMenu ul li{float:left;width: auto;list-style: none;margin:0 10px;padding:10px;font-weight: 600;}
.hsMenu ul li a{color:#222222;}
.hsSearch{float:left;width: 250px;height:60px;display: flex;align-items: center;justify-content: center;padding:0 10px;position:relative;}
.hsSearch img{float:right;width:20px;height:20px;position:absolute;right: 20px;top:calc(50% - 10px);}
.hsSearch input{float:left;width: 100%;line-height: 20px;border-radius: 10px;padding:8px 10px;border:1px solid #222;box-shadow: 0 0 5px 0 #ccc;background-color: #fff;color:#222;}

.slideArea{float:left;width: 100%;margin:30px 0;}
.slider-container {float:left;position: relative;width: 83.5%;height: 60vh;margin: 0 1.5% 0 0;;overflow: hidden;border-radius: 10px;box-shadow: 0 0 10px 0 #000000dd;}
.slider {display: flex;transition: transform 0.5s ease-in-out;width: 100%;height: 100%;}
.slide {min-width: 100%;height:100%;position: relative;}
.slideCover{position:absolute;left:0;top:0;width: 100%;height: 100%;background-color: #22222270;}
.slide img {width: 100%;height: 100%;object-fit: cover;}
.slide-content {position: absolute;bottom: calc(50% - 200px);left: 10%;color: white;padding: 30px 50px;border-radius: 0 0 15px 0;width:500px;height:220px;background-color:#a41d2d77;display: flex;justify-content: center;flex-direction: column;clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50%);}
.slide-content h3 {font-size: 28px;font-weight:600;margin: 0 0 10px 0;}
.slide-content h4 {font-size: 24px;font-weight:500;margin: 15px 0;}
.slide-content p {font-size: 1rem;margin: 15px 0 30px;}
.buttons {position: absolute;bottom: 10px;right: 0px;}
.buttons a {background: linear-gradient(120deg, #222 0%, #111 35%, #000 70%);color: white;border: none;padding: 10px 15px;border-radius: 0 0 15px 0;cursor: pointer;transition: background 0.3s;font-size:16px;font-weight: 500;}
.buttons a:hover {background: #a41d2c;}
.controls {position: absolute;top: calc(50% - 10px);transform: translateY(-50%);width: 100%;display: flex;justify-content: space-between;pointer-events: none;}
.controls button {position:absolute;pointer-events: all;background: rgba(0, 0, 0, 0.5);color: white;border: none;padding:13px 15px;cursor: pointer;border-radius: 50%;transition: background 0.3s;font-size:14px;}
#prev{left:20px;padding:13px 17px 13px 15px;}
#next{right:20px;padding:13px 15px 13px 17px;}
.controls button:hover {background: rgba(0, 0, 0, 0.8);}

.slideNews{float:left;width: 15%;}
.snArea{float:left;width:94%;height:14vh;margin:0 3% 1.5vh;position:relative;border-radius: 10px;box-shadow: 0 0 10px 0 #000000dd;}
.snaCover{float:left;width: 100%;height: 100%;position:absolute;left:0;top:0;border-radius: 10px;background-color: #22222260;}
.snArea img{float: left;width: 100%;height: 100%;object-fit: cover;border-radius: 10px;}
.snArea p{float:left;position: absolute;left:5%;bottom:0;width: 90%;color:#fff;}

.mainBannerArea{float:left;width: 100%;height:60vh;position:relative;background-size:cover;background-position: center;background-attachment: fixed;display:flex;align-items: center;justify-content: center;}
.mainBannerArea2{float:left;width: 100%;height:50vh;position:relative;background-size:cover;background-position: center;background-attachment: fixed;display:flex;align-items: center;justify-content: center;}
.mbaCover{float:left;width: 100%;height: 100%;position:absolute;left:0;top:0;background-color: #000000da;}
.bannerContent{float:left;width: 80%;margin:0 10%;color:#fff;position:relative;z-index:999;text-align: center;}
.bannerContent h1{float:left;width:100%;text-align:center;font-weight: 600;font-size:36px;}
.bannerContent h2{float:left;width:100%;text-align:center;font-weight: 600;font-size:32px;}
.bannerContent p{float:left;width:100%;text-align:center;font-weight: 500;}


.conTitle{float:left;width: 100%;text-align: center;margin:10px 0 20px;}
.conTitle p{float:left;width: 100%;color:#222;font-weight: 500;font-size:32px;margin:0;}
.conTitleAfter{float:left;width: 120px;margin:10px calc(50% - 60px);background-color:red;height: 3px;background:linear-gradient(60deg, #222222e5 0%, #a41d2c 15%, #e61e23  45%, #a41d2c 75%, #222222e5 97%);}

.productsArea{float:left;width: 100%;margin:50px 0;}
.paOut{float:left;width: 16.6%;padding:15px;}
.paIn{float:left;width: 100%;height:200px;position:relative;border-radius:10px;box-shadow: 0 0 5px 1px #333;}
.paiCover{float:left;width: 100%;height: 100%;position:absolute;left:0;top:0;border-radius: 10px;background-color: #22222260;}
.paIn img{float:left;width: 100%;height: 100%;object-fit: cover;border-radius: 10px;}
.paIn p{float:left;width: 100%;position:absolute;left:0;bottom:0px;background-color:#00000070;margin:0;padding:10px 20px;color:#fff;text-align: center;font-weight: 500;border-radius: 0 0 10px 10px;font-size:15px;}


.newsArea{float:left;width:100%;margin:50px 0 30px 0;padding:30px 0;}
.newsArea h2{float:left;width:100%;font-weight: 600;font-size:32px;text-align: center;position:relative;z-index:9;margin:0 0 30px 0;}
.newsLeft{float:right;Width:60%;margin-right:5%;height: 500px;display: flex;align-items: center;justify-content: center;flex-direction:column ;}
.nlOut{float:left;width:100%;margin:10px 0;height:140px;padding:10px 0;border-bottom:1px solid #dddddd20;}
.nlOut2{float:left;width:50%;margin:10px 0;height:140px;padding:10px 0;border-bottom:1px solid #dddddd20;}
.nlIn{float:left;width:100%;height:110px;position:relative;}
.nlOut:last-child{border-bottom: none;}
.nlIn img{float:left;width:100px;height:100px;object-fit: cover;margin-right:20px;border-radius: 5px;}
.nlIn h5{float:left;width:calc(100% - 220px);font-size:16px;margin:0 0 5px;color:#222;}
.nlIn h6{float:right;width:100px;text-align: right;font-size:13px;font-weight: 500;margin:0 0 5px;color:#222;}
.nlDesc{float:left;width:calc(100% - 120px);height:40px;margin:0 0 6px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;  overflow: hidden;text-overflow: ellipsis;}
.nlDesc p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;  overflow: hidden;text-overflow: ellipsis;color:#222;}
.nlIn p{float:left;width:100%;font-size:14px;margin:5px 0;line-height: 20px;color:#222;}
.nlIn a{float:left;padding:5px 15px;background-color:#222;color:#fff;border-radius: 2px;font-weight: 500;font-size: 14px;}
.newsRight{float:right;width:35%;position: relative;height: 455px;}
.nrOut{float:left;width:100%;padding:20px;overflow: hidden;}
.nrIn{float:left;width:100%;border-radius: 5px;box-shadow: 0 0 15px 0 #000000dd;position:relative;}
.nrIn img{float:left;width: 100%;height: 435px;object-fit: cover;border-radius: 5px;}
.nrDetails{float: left;position: absolute;bottom:-1px;left:0;background-color: #222222e2;padding:15px 10px;border-radius: 5px;width: 100%;}
.nrDetails h5{float:left;width:calc(100% - 110px);font-weight: 600;font-size:16px;font-weight: 600;margin:5px 0;color:#fff;}
.nrDetails h6{float: right;width:110px;font-size:14px;font-weight: 500;margin:5px 0;color:#fff;}
.nrDesc{float:left;width:99%;height:40px;margin:0 0 6px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;  overflow: hidden;text-overflow: ellipsis;}
.nrDetails p{float:left;width:98%;font-size:13px;line-height: 20px;margin:0;color:#fff;}
.nrDetails a{float:left;padding:5px 15px;background-color:#fff;color:#222;border-radius: 2px;font-weight: 500;font-size: 14px;}

.breadCrump{float:left;width: 100%;height:300px;margin:0 0 20px 0;position:relative;background-size:cover;background-position:center;background-attachment: fixed;color:#fff;display: flex;align-items: center;justify-content: center;}
.breadCrump h1{float: left;width: 100%;position: relative;z-index: 9;color:#f2f2f2;font-weight: 600;}
.bcContent{float:left;width: 100%;position: relative;z-index:9;color:#f2f2f2;font-size:14px;}
.bcContent a{color:#f2f2f2;font-weight: 500;}.bcContent span{color:#f2f2f2;font-weight: 600;}

.pageArea{float:left;width: 100%;margin:20px 0;}
.pageArea h2{float:left;width: 100%;text-align: center;margin:10px 0 0;font-weight: 600;font-size:32px;}
.pageArea img{float:right;width: 55%;min-height:550px;object-fit:cover;border-radius: 20px;}
.paContent{float:left;width: 40%;margin:0 5% 0 0;font-weight: 500;min-height: 550px;display: flex;align-items: center;justify-content: center;flex-direction: column;}

.serviceArea{float:left;width: 100%;margin:10px 0 30px;}
.serviceArea h2{float:left;width: 100%;text-align: center;margin:0;font-weight: 600;font-size:32px;}
.serviceOut{float:left;width: 25%;padding:15px;}
.serviceIn{float:left;width: 100%;border:1px solid #ccc;padding:10px;border-radius: 10px;box-shadow: 0 0 5px 1px #aaa;transition:0.6s;}
.serviceIn:hover{box-shadow: 0 0 7px 1px #222;}
.serviceIn img{float: left;width: 100%;height:250px;object-fit: cover;border-radius: 10px;box-shadow: 0 0 5px 1px #aaa;}
.serviceIn p{float:left;width: 100%;text-align: center;text-shadow: 1px 1px #bbb;font-weight: 500;font-size:20px;margin:10px 0 5px;}
.serviceIn span{float: left;width: 100%;text-align: center;margin:5px 0 10px;}
.serviceIn a{float: left;width: 100%;text-align: center;margin:5px 0 10px;}
.serviceIn button{float:left;width: 140px;margin:10px calc(50% - 70px);font-weight: 600;font-size:16px;padding:5px;background: linear-gradient(90deg, #a41d2d 0%, #e61e23 100%);border:none;box-shadow: 0 0 5px 1px #ccc;border-radius: 5px;color:#fff;transition:0.6s;cursor:pointer;}
.serviceIn button:hover{box-shadow: 0 0 8px 2px #aaa;}

.productArea{float:left;width: 100%;margin:10px 0 30px;}
.productArea h2{float:left;width: 100%;text-align: center;margin:0;font-weight: 600;font-size:32px;}
.paLeft{float:left;width: 22%;margin:0 1% 0 0;padding:15px;box-shadow: 0 0 5px 1px #00000060;border-radius: 10px;}
.paSearch{float: left;width: 100%;margin:0 0 20px 0;position:relative;}
.paSearch input{float:left;width: 100%;padding:10px 25px 10px 15px;border-radius: 10px;border:1px solid #877501;font-weight: 500;}
.paSearch img{float:right;position:absolute;right:10px;top:7px;width: 22px;object-fit: cover;cursor:pointer;}
.paLeft h2{float:left;width: 100%;background: linear-gradient(100deg,  #8f0c1b 0%, #a41d2d 40%, #c71417 60%);color:#fff;padding:10px 15px;border-radius: 30px;margin:0 0 10px;font-weight: 600;font-size:24px;}
.paLeft a{float:left;width: 95%;border-bottom:1.5px solid #22222290;padding:15px 10px;font-weight: 500;margin:0 0 0 5%;}

.paRight{float:left;width: 75%;}
.paProducts{float:left;width: 100%;}
.paps{float:left;width: 33.33%;padding:0 10px 20px;}
.pap{float:left;width: 100%;background-color: #fff;padding:10px;border-radius: 10px;overflow: hidden;display:flex;align-items: center;justify-content: center;flex-direction: column;height:350px;box-shadow: 0 0 10px 0 #00000050;}
.pap img{float:left;width: 100%;height:220px;object-fit: cover;border-radius: 10px;}
.pap p{float:left;width: 100%;text-align: center;margin:10px 0 5px;font-weight: 500;}
.pap span{float:left;width: 100%;text-align: center;font-size:14px;}
.pap a{float:left;width: 100px;padding:10px 0;text-align: center;margin:20px calc(50% - 50px) 5px;background:linear-gradient(110deg, #8f0c1b 0%, #a41d2d 45%, #c71417 100%);border-radius: 10px;color:#fff;transition:0.6s;box-shadow: 0 0 1px 0 #ccc;font-weight: 500;}
.pap a:hover{box-shadow: 0 0 10px 1px #ccc;background:linear-gradient(130deg, #877501 0%, #877501 20%, #9b8703 40%, #c9af06 80%);}

.paDetails{float: left;width: 100%;margin:0 0 50px 0;}
.padLeft{float:left;width: 47%;margin:0 3% 0 0;}
.padlImg{float:left;width: 100%;height: 400px;object-fit: cover;border-radius: 5px;}
.padlImages{float:left;width: 100%;}
.padlImages img{float:left;width: 18%;margin:10px 2% 5px 0;height:100px;border-radius: 5px;object-fit: cover;}
.padRight{float:left;width: 50%;margin:0;font-weight: 500;font-size:15px;}
.padFull{float:left;width: 100%;margin:0;font-weight: 500;font-size: 15px;}
.padFull img{max-width: 100%;}

.blogsOut{float:left;width:25%;padding:20px;margin:0 0 10px;}
.blogs{float:left;width:100%;box-shadow: 0 0 5px 2px #00000090;border-radius: 5px;padding:10px;}
.blogs a{float:left;max-width: calc(100% - 60px);font-size:16px;font-weight: 600;margin:15px 0 5px 15px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;  overflow: hidden;text-overflow: ellipsis;}
.blogs span{float:right;margin:15px 15px 5px 0;font-size:14px;width:70px;text-align: right;font-weight: 500;}
.blogs img{float:left;width: 100%;height:200px;object-fit: cover;border-radius: 5px 5px 0 0;}
.blogsDetail{float:left;width:calc(100% - 20px);margin:0 15px;font-size:14px;line-height: 20px;}
.blogsDetail p{float:left;width: 100%;margin:0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;  overflow: hidden;text-overflow: ellipsis;}
.blogsBtn{float:left;padding:7px 20px;margin:15px 14px 10px!important;background: linear-gradient(100deg,  #8f0c1b 0%, #a41d2d 40%, #c71417 60%);border-radius: 5px;color:#fff;}


.blogRightArea{float:right;width:25%;margin:0 0 20px 3%;}
.braMenu{float:left;width:100%;padding:5px;box-shadow: 0 0 5px 0 #00000090;border-radius: 5px;margin:10px 0;}
.braLatest{float:left;width:calc(100% - 10px);box-shadow:0 0 5px 1px #00000050;padding:3px 5px;border-radius: 5px;margin:5px;}
.braLatest img{float:left;width:60px;height:50px;object-fit: cover;margin:5px 10px 5px 5px;border-radius: 5px;box-shadow: 0 0 10px 0 #00000050;}
.bralDesc{float:left;width:calc(100% - 80px);margin:7px 0;font-weight: 500;font-size:14px;display: flex;align-items: center;height:40px;line-height: 20px;flex-direction: column;}
.bralDesc p{float:left;width: 100%;margin:0 0 5px 0;font-weight: 600;}
.bralDesc span{float: left;width: 100%;font-size:12px;}
.blogDetailArea{float:right;width:72%;margin:0;}
.blogDetailArea h2{float:left;width: 100%;margin:20px 0 0;}
.bdaImage{float: left;max-width: 100%;border-radius: 10px;}
.bdaDesc{float:left;width: 100%;margin:10px 0 20px;}

.pageLeftArea{float:left;width:25%;margin:20px 5% 20px 0;}
.plaMenu{float:left;width:100%;padding:15px 20px;box-shadow: 0 0 5px 0 #00000050;border-radius: 5px;margin:10px 0;}
.pageLeftArea span{float:left;width: 100%;font-size:18px;font-weight: 600;margin:0 0 10px 0;}
.pageLeftArea a{float:left;width: 100%;font-size: 14px;font-weight: 500;line-height: 20px;margin:5px 0;background: linear-gradient(100deg,  #8f0c1b 0%, #a41d2d 40%, #c71417 60%);padding:10px;border-radius: 5px;color:#fff;}
.plaContact{float:left;width:100%;padding:15px 20px;box-shadow: 0 0 5px 0 #00000050;border-radius: 5px;margin: 10px 0;}
.plaContact span{float:left;width: 100%;margin:0 0 10px 0;font-weight: 500;}
.plaContact a{float:left;width:100%;margin:5px 0;line-height: 20px;font-size:14px;background: linear-gradient(100deg,  #8f0c1b 0%, #a41d2d 40%, #c71417 60%);color:#fff;padding:10px;border-radius: 10px;}
.plaContact a img{float:left;width:16px;margin:2px 10px 2px 0;filter: invert(1);}
.pageDetailArea{float:left;width:70%;margin:30px 0;}
.sdaImage{float:left;max-height:500px;max-width: 100%;box-shadow: 0 0 5px 0 #00000050;border-radius: 5px;}
.pageDetailArea h2{float:left;width: 100%;font-size:24px;font-weight: 500;margin:30px 0 0;}
.sdaDesc{float:left;width: 100%;margin:10px 0 20px;}

footer{float:left;width:100%;padding:50px 0;background-color:#fff;box-shadow: 0 0 10px 0 #00000060;}
footer h5{float:left;width:100%;font-size:16px;font-weight: 600;margin:0 0 10px 0;color:#222;}

.footerLogo{float:left;width:20%;padding:10px;}
.footerLogo img{float:left;width:120px;margin:0 0 20px 0;}
.footerLogo p{float:left;width:100%;font-size:14px;font-weight: 500;color:#222;}
.footerTabs{float:left;width:55%;padding:10px;margin:0 2.5%;display:flex;align-items: center;justify-content: center;flex-direction: row;}
.footerTab{float:left;width:40%;padding:0 10px;}
.footerTab a{float:left;width:100%;margin:5px 0;font-size:14px;color:#222;}
.footerContact{float:left;width:20%;padding:10px;}
.footerContact a{float:left;width:100%;margin:5px 0;line-height: 20px;font-size:14px;color:#222;}
.footerContact a img{float:left;width:16px;filter:invert(0);margin:2px 10px 2px 0;}

.contactFull{float: left;width: 100%;margin:10px 0 0;}
.cfArea{float:left;width: 24%;margin:1% 0.5%;}
.cfArea img{float:left;width:30px;height:30px;object-fit:contain;margin:5px calc(50% - 15px);}
.cfArea a{float:left;width: 100%;text-align: center;margin:5px 0;}
.cfSocial{float:left;width: 24%;margin:1% 0.5%;display: flex;align-items: center;justify-content: center;}
.cfSocial img{float:left;width:30px;height:30px;object-fit:contain;margin:5px 10px;}
.contactForm{float:left;width:48%;padding:20px;margin:3% 4% 2% 0;box-shadow: 0 0 5px 1px #00000090;height:520px;display: flex;align-items: center;justify-content: center;flex-direction: column;border-radius: 10px;}
.contactForm h3{float:left;width:100%;margin:0 0 2%;font-weight: 600;}
.form-element{float:left;width:100%;}
.form-element label{float:left;width:100%;font-weight: 500;margin:3% 0 1% 5px;}
.form-element input{float:left;width:100%;border:1px solid #dddddd;border-radius:10px;box-shadow: 0 0 5px 1px #dddddd30;line-height: 25px;padding:3px 10px;transition:0.3s;background-color: #dddddd20;}
.form-element input:hover{box-shadow: 0 0 5px 3px #dddddd;}
.form-element textarea{float:left;width:100%;border:1px solid #dddddd;border-radius:10px;box-shadow: 0 0 5px 1px #dddddd30;line-height: 27px;height:100px;padding:10px;transition:0.3s;background-color: #dddddd20;}
.form-element textarea:hover{box-shadow:0 0 5px 3px #dddddd;}
.form-element a{float:left;width:140px;margin:5% calc(50% - 70px) 0;background: linear-gradient(100deg,  #8f0c1b 0%, #a41d2d 40%, #c71417 60%);color:white;border-radius:5px;text-align: center;line-height: 30px;transition:0.5s;padding:5px 0;}
.form-element a:hover{box-shadow: 0 0 10px 5px #ccc;}
.form-element p{float:left;width:100%;margin:0 0 1% 0;}
.contactMap{float:left;width:48%;padding:10px;margin:3% 0 2% 0;box-shadow: 0 0 5px 1px #00000090;height: 520px;border-radius: 10px;}

.mobilMenu{float:left;position: fixed;width:350px;height:100vh;right:-350px;top:0;background-color: #fff;box-shadow: 0 0 5px 1px #00000090;z-index:999;transition: 0.6s;}
.mobilMenu span{float:left;font-size:24px;position: absolute;left:20px;top:15px;font-weight: 600;cursor: pointer;}
.mmLogo{float:left;width:100%;padding:50px 80px 20px 80px;margin:10px 0 30px!important;}
.mmLogo img{float:left;width:100%;}
.mobilMenu a{float:left;width: 100%;text-align: center;margin:5px 0 10px 0;font-weight: 500;}
.mobilContact{float:left;width:100%;padding:10px 50px;margin:30px 0 0;}
.mobilContact a{float: left;width: 100%;margin: 10px 0 5px;font-size: 14px; font-weight: 500;line-height: 20px;}
.mobilContact a img{float:left;width: 20px;margin:0 calc(50% - 10px) 5px;}
.mobilMenuBtn{display:none;float:right;width:40px;height:40px;margin:16px 5px 0 15px;}.mobilMenuBtn a{padding:0!important;margin:0!important;}.mobilMenuBtn img{float:left;width: 100%;}



@media screen and (max-width:1350px) {
    .container{width:1200px;margin:0 calc(50% - 600px);}
}
@media screen and (max-width:1250px) {
    .container{width:1100px;margin:0 calc(50% - 550px);}
    .paOut{width: 25%;}
    .paLeft{width: 31%;}
    .paRight{width: 68%;}
    .paps{width: 50%;}
}
@media screen and (max-width:1150px) {
    .container{width:1000px;margin:0 calc(50% - 500px);}
    .hsLogo{width: 180px;}
    .hsSearch{width: 200px;}
    .hsMenu{width: calc(100% - 380px);}
}
@media screen and (max-width:1050px) {
    .container{width:980px;margin:0 calc(50% - 490px);}
    .hsMenu ul{padding: 0;}
    .hsMenu ul li{padding:0 7px;margin:0 7px;font-weight: 500;letter-spacing: 0.01px;}
    .mainBannerArea,.mainBannerArea2{height: auto;padding:50px 0;}
}
@media screen and (max-width:1000px) {
    .container{width:940px;margin:0 calc(50% - 470px);}
}
@media screen and (max-width:950px) {
    .container{width:880px;margin:0 calc(50% - 440px);}
    .hsSearch{float:right;width: calc(100% - 350px);}
    .hsMenu{display: none;}
    .mobilMenuBtn{display: block;float:right;}
}
@media screen and (max-width:900px) {
    .container{width:840px;margin:0 calc(50% - 420px);}
    .slider-container{width: 100%;}
    .slideNews{display: none;}
    .paOut{width: 33.33%;}
}
@media screen and (max-width:850px) {
    .container{width:780px;margin:0 calc(50% - 390px);}
    .htLeft a{font-size:0px;}
    .hsSearch{width: calc(100% - 300px);}
    .newsRight{width: 90%;margin:10px 5% 0;}
    .nrOut{padding:0;}
    .nrDetails{left:0;bottom:20px;}
    .newsLeft{width: 90%;margin:0 5%;height: auto;}
    .footerLogo{width: 260px;margin:10px calc(50% - 130px);}
    .footerTabs{width: 260px;margin:10px calc(50% - 130px);}
    .footerTab{width: 48%;}
    .footerContact{width: 240px;margin:10px calc(50% - 120px);}
    .pageArea img{width: 100%;}
    .paContent{width: 100%;}
    .paLeft{width: 100%;margin:0;}
    .paRight{width: 100%;margin:30px 0 0;}
    .paps{width: 50%;}
}
@media screen and (max-width:800px) {
    .container{width:740px;margin:0 calc(50% - 370px);}
    .slider-container{height: 60vh;}
    #prev{left:2px;}
    #next{right:2px;}
}
@media screen and (max-width:750px) {
    .container{width:680px;margin:0 calc(50% - 340px);}
    .hsSearch{width: calc(100% - 250px);}
}
@media screen and (max-width:700px) {
    .container{width:640px;margin:0 calc(50% - 320px);}
}
@media screen and (max-width:650px) {
    .container{width:580px;margin:0 calc(50% - 290px);}
    .paOut{width: 50%;padding:7px;}
    .paIn p{font-size: 14px;}
    .bannerContent{font-size:14px;}
    .bannerContent h1{font-size:32px;}
    .bannerContent h2{font-size:24px;}
    .paps{width: 100%;}
}
@media screen and (max-width:600px) {
    .container{width:540px;margin:0 calc(50% - 270px);}
    .slider-container{height: 50vh;}
}
@media screen and (max-width:550px) {
    .container{width:480px;margin:0 calc(50% - 240px);}
    .htrContact{display: none;}
    .htLeft a{padding:5px 10px;}
    .htLeft a img{margin-right: 0;}
    .htrSocial a:first-child{border-left:none;}
    .hsLogo{width: 150px;}
    .hsLogo img{max-width: 150px;max-height: 60px;}
    .hsSearch{width: calc(100% - 210px);}
    .mobilMenuBtn{margin:16px 5px 0 5px;}
}
@media screen and (max-width:500px) {
    .container{width:440px;margin:0 calc(50% - 220px);}
    .slider-container{height: 350px;}
    .footerTabs{display: block;}
    .footerTab{width: 100%;margin:15px 0 15px 0;}
}
@media screen and (max-width:450px) {
    .container{width:380px;margin:0 calc(50% - 190px);}
    .hsLogo{width: 120px;}
    .hsLogo img{max-width: 120px;max-height: 60px;}
    .hsSearch{width: calc(100% - 170px);}
    .mobilMenuBtn{margin:16px 5px 0 5px;}
    .hsSearch input{padding:5px;line-height: 20px;margin:5px 0 0;}
    .mobilMenuBtn{width: 35px;height: 35px;margin:20px 5px 0 5px}
    .paIn{height: 160px;}
}
@media screen and (max-width:400px) {
    .container{width:340px;margin:0 calc(50% - 170px);}
    .slider-container{height: 300px;}
    .paIn{height: 140px;}
    .paIn p{font-size:13px;}
}
@media screen and (max-width:350px) {
    .container{width:330px;margin:0 calc(50% - 165px);}
}
@media screen and (max-width:335px) {
    .container{width:320px;margin:0 calc(50% - 160px);}
}
@media screen and (max-width:322px) {
    .container{width:300px;margin:0 calc(50% - 150px);}
}