@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;}
html{margin:0;padding:0;box-sizing: border-box;width: 100%;overflow-x: hidden;}
a{text-decoration: none;color:#222222;}
.container{float:left;width:1200px;margin:0 calc(50% - 600px);}

header{float:left;width: 100%;background:linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 10%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.7) 30%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.4) 60%, 
    rgba(255,255,255,0.3) 70%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0.1) 90%, rgba(0,0,0,0) 100%);height: 90px;position:fixed;z-index:999;}

.hmBtn{float:left;width: 20%;height: 80px;padding:35px 0 0 30px;}
.hmBtn a{float:left;width: 30px;height: 30px;}
.hmBtn a img{float: left;width: 100%;filter:invert(0.1);}
.hMenu{float:left;width: 60%;padding:25px 20px 10px;}
.hmLogo{float:left;width: 150px;}
.hmLogo img{float: left;max-width: 98%;}
.hmMenu{float:left;width: calc(100% - 150px);padding:20px 20px 10px;display: flex;align-items: center;justify-content: flex-end;}
.hmMenu a{padding:0 10px;margin:0 10px;font-weight: 600;}
.hmSearch{float:left;width: 20%;height: 100px;padding:10px;display: flex;align-items: center;justify-content: center;position:relative;}
.hmSearch a{float:left;width: 30px;height: 30px;}
.hmSearch a img{float: left;width: 100%;}
.hmMobil{float:left;position:fixed;width: 300px;height: 100vh;background-color:#fff;padding:7.5% 0;left:-300px;top:0;transition:0.6s;box-shadow: 0 0 5px 1px #ccc;}
.hmMobil span{position:absolute;right:30px;top:20px;font-weight: 600;font-size:20px;cursor:pointer;font-size: 32px;}
.hmmLogo{float:left;width: 80%;margin:10px 10%;}
.hmmLogo img{float: left;width: 180px;margin:0 calc(50% - 90px);}
.hmmMenu{float:left;width: 100%;margin:10% 0 5%;}
.hmmMenu a{float:left;width: 100%;text-align: center;font-weight:600;margin:5px 0;padding:3px 0;}
.searchArea{float:left;width: 180px;position:absolute;top:75px;right: 20%;display:none;}
.searchArea input{float:left;width: 100%;line-height: 30px;border-radius: 10px;border:1px solid #ccc;box-shadow: 0 0 5px 1px #ccc;font-size:16px;padding:5px 25px 5px 5px;}
.searchArea a{position:absolute;right:10px;top:10px;width: 20px!important; }
.searchArea img{float:right!important;}

.slider-container {position: relative;width: 100%;height: 80vh;margin: 0 auto 50px;overflow: hidden;border-radius: 10px;box-shadow: 0 0 15px 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:#0e783783;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: 0;}
.buttons a {background: #444444;color: white;border: none;padding: 12px 30px;border-radius: 0 0 15px 0;cursor: pointer;transition: background 0.3s;font-size:16px;font-weight: 500;}
.buttons a:hover {background: #0e7837;}
.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);}

.aboutArea{float:left;width:100%;margin:30px 0 80px;}
.aboutRight{float:right;width:45%;position:relative;}
.aboutRight img{float:left;width:100%;height:50vh;object-fit: cover;border-radius: 5px;box-shadow: 0 0 10px 0 #000000dd;}
/*.aboutRight img:last-child{float:left;width:40%;height:300px;position:absolute;right:-20px;bottom:-20px;border:5px solid #222;border-radius: 5px;box-shadow: 0 0 2px 0 #000000dd;}*/
.aboutLeft{float:right;width:50%;margin-right: 5%;height:50vh;display: flex;align-items: flex-start;justify-content: center;flex-direction: column;}
.alArea{float:left;width:100%;margin:15px 0;border-bottom: 1.5px solid #f2f2f220;padding:15px 0;}
.alArea:first-child{border-top:1.5px solid #f2f2f220;padding-top:30px;}
.alArea img{float:left;width:35px;margin-right: 20px;}
.alAreaDesc{float:left;width:calc(100% - 70px);margin: 0;font-size:15px;text-shadow:0 0 5px #cccccc89;}
.alAreaDesc:hover{text-shadow: 0 0 5px #ccc;}
.alArea h3{float:left;width:100%;margin:5px 0 10px 0;font-size:24px;font-weight: 600;}
.alBtn{float:left;background-color:#222;color:#fff;box-shadow: 0 0 15px 0 #00000090;padding:10px 15px;border-radius: 5px;margin:20px 0;font-size:14px;font-weight: 500;}
.aboutFull{float:left;width:100%;margin:50px 0;}

.serviceArea{float:left;width:100%;position:relative;padding:50px 0 50px;background-size:cover;background-position: center;background-attachment: fixed;}
.serviceArea h2{float:left;width:100%;font-weight: 600;font-size:32px;text-align: center;position:relative;z-index:9;color:#ccc;}
.serviceCover{position:absolute;width:100%;height:100%;background-color: #3a3a3ac6;margin-top:-50px;z-index:1;}
.services{float:left;position:relative;z-index:9;width:25%;padding:25px;}
.service{float:left;width:100%;height:270px;position:relative;overflow: hidden;transition: 0.6s;border-radius: 7px;box-shadow: 0 0 15px 0 #000000dd;}
.sCover{float:left;position: absolute;left:0;top:0;width: 100%;height: 100%;background-color: #bababa4a;z-index:2;}
.service img{float:left;width:100%;height:100%;object-fit: cover;transition: 0.6s;}
.service h4{float:left;width: 100%;position:absolute;bottom:10px;left:20px;z-index: 3;color:#04431c;font-size:20px;font-weight: 700;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;  overflow: hidden;text-overflow: ellipsis;}
.service span{float:left;width: 100%;position:absolute;bottom:15px;left:20px;z-index: 3;color:#222;font-size:16px;font-weight: 700;}
.service:hover img{scale:1.1;}
.ssRight{float:left;width: 25%;height: 100px;background: linear-gradient(180deg, #0e7837 0%, #0e7837 100%);position: absolute;bottom:10px;right:10px;z-index:2;clip-path: polygon(100% 0%, 0% 100%, 100% 100%, 100% 100%);z-index:99;}
.ssRight img{float:right;width: 60%!important;height:25%!important;margin:60px 0 0 40%;filter: invert(1);object-fit: contain!important;}
.servicesBtn{float:left;position:relative;width:250px;text-align: center;background-color:#fff;color:#222;z-index:9;padding:12px 0;margin:20px calc(50% - 125px);border-radius: 5px;font-weight: 600;box-shadow: 0 0 15px 0 #000000dd;}


.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-color:#00000050;padding:10px;border-radius: 5px;}
.plaContact{float:left;width:100%;padding:15px 20px;box-shadow: 0 0 5px 0 #00000050;border-radius: 5px;margin: 10px 0;background-color: #00000050;}
.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;}
.plaContact a img{float:left;width:16px;filter:invert(1);margin:2px 10px 2px 0;}
.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;}


.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 #00000051;}
.nlOut2{float:left;width:50%;margin:10px 0;height:140px;padding:10px 0;border-bottom:1px solid #00000051;}
.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;}
.nlIn h6{float:right;width:100px;text-align: right;font-size:13px;font-weight: 500;margin:0 0 5px;}
.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;}
.nlIn p{float:left;width:100%;font-size:14px;margin:5px 0;line-height: 20px;}
.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: #d2d2d2bf;padding:15px 10px;border-radius: 5px;}
.nrDetails h5{float:left;width:calc(100% - 110px);font-weight: 600;font-size:16px;font-weight: 600;margin:5px 0;}
.nrDetails h6{float: right;width:110px;font-size:14px;font-weight: 500;margin:5px 0;}
.nrDesc{float:left;width:96%;height:60px;display: flex;align-items: center;justify-content: center;margin:0 0 6px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;  overflow: hidden;text-overflow: ellipsis;}
.nrDetails p{float:left;width:100%;font-size:13px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;  overflow: hidden;text-overflow: ellipsis;}
.nrDetails a{float:left;padding:5px 15px;background-color:#222;color:#fff;border-radius: 2px;font-weight: 500;font-size: 14px;}

.productPageArea{float:left;width: 100%;margin:-20px 0 30px;}
.ppaLeft{float:left;width: 45%;margin:12px 5% 0 0;}
.ppaLeft img{float:left;width: 100%;}
.ppaRight{float: left;width: 50%;}
.ppaRight h2{float:left;width: 100%;color: #0a5928;font-weight: 600;font-size:32px;margin:0 0 10px;}
.ppaRight h3{float:left;width: 100%;color: #222;font-weight: 600;font-size:24px;margin:0 0 10px;}
.ppaRight h4{float:left;width: 100%;color: #3a3a3ac6;font-weight: 600;font-size:20px;margin:0 0 10px;}
.pparMenu{float:left;width: 100%;margin:10px 0 20px;}
.pparMenu a{float:left;width: 200px;text-align: center;padding:5px 20px;border-bottom:2px solid #00000070;font-weight: 500;font-size:16px;}
.pparMenu .active{border-bottom:2px solid #0a5928;font-weight: 600;}
.ppaRight #aciklama{font-size:14px!important;}

.colArea{float:left;width:70%;margin:5% 15% 20px;}
.colArea .collapsible {float:left;width:100%;background-color: #4e4e4e;color: white;cursor: pointer;padding: 10px;border: none;text-align: left;outline: none;font-size: 14px;}
.colArea .active, .collapsible:hover {background-color: #555;}
.colArea .collapsible:after {content: '\002B';color: white;font-weight: bold;float: right;margin-left: 5px;}
.colArea .active:after {content: "\2212";}
.colArea  .content {float:left;width:100%;padding: 0 20px;max-height: 0;overflow: hidden;transition: max-height 0.2s ease-out;box-shadow:0 0 5px 1px #ccc;margin:0 0 5px 0;}

table {font-family: arial, sans-serif;border-collapse: collapse;width: 100%;}
td, th {border: 1px solid #dddddd;text-align: left;padding: 8px;}
tr:nth-child(even) {background-color: #b4b4b4;}

footer{float:left;width:100%;padding:50px 0;box-shadow: 0 0 10px 0 #000000dd;}
footer h5{float:left;width:100%;font-size:16px;font-weight: 600;margin:0 0 10px 0;}

.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;}
.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;}
.footerContact{float:left;width:20%;padding:10px;}
.footerContact a{float:left;width:100%;margin:5px 0;line-height: 20px;font-size:14px;}
.footerContact a img{float:left;width:16px;margin:2px 10px 2px 0;}

.breadCrump{float: left;width: 100%;margin:120px 0 30px;}
.breadCrump p{float:left;font-size:14px;font-weight: 500;margin:5px;}
.breadCrump span{float:left;font-size:14px;font-weight: 700;margin:7px 5px;line-height: 14px;}
.breadCrump h1{float: left;width: 100%;margin:20px 0;font-size:32px;font-weight: 600;color:#0e7837;}
.productArea{float:left;width: 100.4%;margin:0 -0.2% 20px;z-index:9;}
.productOut{float:left;width: 20%;}
.productIn{float: left;width: 99%;height: 300px;position: relative;margin:0.50%;}
.poLeft{float:left;width: 35%;height: 150px;background: linear-gradient(180deg, #508e68 0%, #0e7837d4 100%);position: absolute;z-index:2;clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);}
.poRight{float:left;width: 25%;height: 100px;background: linear-gradient(180deg, #222222 0%, #222222 100%);position: absolute;bottom:10px;right:10px;z-index:2;clip-path: polygon(100% 0%, 0% 100%, 100% 100%, 100% 100%);}
.poRight img{float:right;width: 60%!important;height:25%!important;margin:70% 0 0 40%;filter: invert(0.6);object-fit: contain!important;}
.poCover{float:left;width: 100%;height: 100%;position:absolute;z-index:2;background-color:#00000050;}
.productIn img{float: left;width: 100%;height: 100%;object-fit: cover;}
.productIn p{float: left;width: 75%;position: absolute;top:30px;left:25%;font-size:20px;font-weight: 600;text-transform: uppercase;color:#fff;z-index:3;}

.productRow{float:left;width: 100%;}
.prowOut{float:left;width: 20%;}
.prowIn{float: left;width: 99%;height: 300px;position: relative;margin:0.50%;background: linear-gradient(180deg, #0e7837e7 0%, #0a5928 100%);}
.prowLeft{float:left;width: 25%;height: 120px;background: linear-gradient(180deg, #fff 0%, #fff 100%);position: absolute;z-index:2;clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);}
.prowIn p{float:left;width: 80%;margin:50px 0 0 17%;font-size:20px;font-weight: 500;color:#fff;text-transform: uppercase;}
.prowIn span{float:left;width: 80%;margin:10px 0 10px 17%;font-size:14px;font-weight: 400;color:#fff;}

.pproductOut{float:left;width: 20%;}
.pproductIn{float: left;width: 99%;height: 300px;position: relative;margin:0.50%;}
.ppoLeft{float:left;width: 35%;height: 150px;background: linear-gradient(180deg, #508e68 0%, #0e7837d4 100%);position: absolute;z-index:2;clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);}
.ppoRight{float:left;width: 25%;height: 100px;background: linear-gradient(180deg, #222222 0%, #222222 100%);position: absolute;bottom:10px;right:10px;z-index:2;clip-path: polygon(100% 0%, 0% 100%, 100% 100%, 100% 100%);}
.ppoRight img{float:right;width: 60%!important;height:25%!important;margin:70% 0 0 40%;filter: invert(0.6);object-fit: contain!important;}
.ppoCover{float:left;width: 100%;height: 100%;position:absolute;z-index:2;background-color:#00000070;}
.pproductIn img{float: left;width: 100%;height: 100%;object-fit: cover;}
.pproductIn p{float: left;width: 75%;position: absolute;bottom:40px;left:5%;font-size:18px;font-weight: 600;text-transform: uppercase;color:#fff;z-index:3;}
.pproductIn span{float: left;width: 75%;position: absolute;bottom:40px;left:5%;font-size:14px;font-weight: 600;text-transform: uppercase;color:#fff;z-index:3;}

.contactFull{float: left;width: 100%;margin:20px 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% 5% 0;background-color:#fff;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%;color:#0e7837;}
.form-element{float:left;width:100%;}
.form-element label{float:left;width:100%;font-weight: 500;margin:3% 0 1% 5px;color:#04431c;}
.form-element input{float:left;width:100%;border:1px solid #22222260;border-radius:10px;box-shadow: 0 0 5px 1px #dddddd;line-height: 25px;padding:3px 10px;transition:0.3s;background-color: #fff;}
.form-element input:hover{box-shadow: 0 0 5px 3px #dddddd50;}
.form-element textarea{float:left;width:100%;border:1px solid #22222260;border-radius:10px;box-shadow: 0 0 5px 1px #dddddd;line-height: 27px;height:100px;padding:10px;transition:0.3s;background-color: #fff;}
.form-element textarea:hover{box-shadow:0 0 5px 3px #dddddd50;}
.form-element a{float:left;width:100px;margin:5% calc(50% - 50px) 0;background-color:#0e7837;color:white;border-radius:5px;text-align: center;line-height: 30px;transition:0.5s;padding:5px 0;box-shadow: 0 0 5px 1px #dddddd;}
.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 5% 0;background-color:#fff;box-shadow: 0 0 5px 1px #00000090;height: 520px;border-radius: 10px;}
.contactMap iframe{border-radius: 5px;}

.pdaImages{float:left;width: 100%;display:none;}
.pdaImage{float:left;width: 20%;height: 140px;padding:10px;}
.pdaImage img{float: left;width: 100%;height: 100%;object-fit: cover;cursor:pointer;border-radius: 10px;}

#dokumanlar a{float:left;width: 100%;color:#0a5928;font-weight: 600;font-size:20px;margin:0 0 10px;}

.modalArea{float:left;width: 100%;height: 100vh;position:fixed;left:0;top:0;z-index:999;display: flex;align-items: center;justify-content: center;display:none;}
.modalOut{float:left;width: 100%;height: 100%;position:absolute;left:0;top:0;background-color: #000000c1;z-index:9;}
.modalIn{float:left;position:absolute;width: 60%;height: 60%;z-index:99;display: flex;align-items: center;justify-content: center;}
.modalClose{float:left;position: absolute;left: calc(50% - 30px);top:-17px;font-size:20px;font-weight: 600;background-color:#000000c1;padding:5px 11px;border-radius: 50%;cursor:pointer;}
.modalIn img{float: left;max-width: 100%;max-height: 100%;object-fit: contain;}

.mobilMenu{float:left;position: fixed;width:350px;height:100vh;right:-350px;top:0;background-color: #222;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;}
.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;text-align: center;}
.mobilContact a img{float:left;width: 20px;margin:0 calc(50% - 10px) 5px;filter: invert(0);}
.mobilMenuBtn{display:none;float:right;width:40px;height:40px;}.mobilMenuBtn a{padding:0!important;margin:0!important;}.mobilMenuBtn img{float:left;width: 100%;}


@media screen and (max-width:1450px) {
    .hmBtn{width: 15%;}
    .hMenu{width: 70%;}
    .hmSearch{width: 15%;}
    .prowOut, .productOut, .pproductOut{width: 25%;}
}
@media screen and (max-width:1350px) {
    .container{width:1200px;margin:0 calc(50% - 600px);}
    .headerMenu a{padding:10px;margin:5px;}
}

@media screen and (max-width:1250px) {
    .container{width:1100px;margin:0 calc(50% - 550px);}
    .headerMenu a{font-size:14px;padding:7px;}
    .hrLeft{padding:20px 10px;font-size:14px;}
    .hrRight{width:calc(100% - 220px);}
    .hrLeft a{font-size:14px;}
    .pparMenu a{width:33.3%;padding:5px 10px;}
}
@media screen and (max-width:1150px) {
    .container{width:1000px;margin:0 calc(50% - 500px);}
    .headerLogo{margin:0 20px;}
    .headerMenu{padding:10px 15px 10px 10px;}
    .hmBtn{width: 10%;}
    .hMenu{width: 80%;}
    .hmSearch{width: 10%;}
}
@media screen and (max-width:1050px) {
    .container{width:980px;margin:0 calc(50% - 490px);}
    .headerLogo{margin:0 10px;width: 120px;padding:20px 10px;}
    .headerLeft{width:80%;}
    .headerRight{width:20%;}
    .hrLeft{display: none;}
    .hrRight{width: 100%;}
}
@media screen and (max-width:1000px) {
    .container{width:940px;margin:0 calc(50% - 470px);}
    .alArea{margin:10px 0;padding:10px 0;}
    .alArea h3{font-size:16px;}
    .alArea p{font-size:14px;}
    .services{width: 50%;}
    .blogsOut{width: 50%;}
    .hmBtn{width: 75px;}
    .hMenu{width: calc(100% - 150px);}
    .hmSearch{width: 75px;}
    .hmMenu a{margin:0 7px;padding:0 7px;font-weight: 600;}
    .ppaLeft{width: 92%;margin:10px 4% 20px;}
    .ppaRight{width: 92%;margin:10px 4% 20px;}
    .ppaFull{width: 92%;margin:10px 4% 20px;}
    .slide-content{width: 400px;height: 180px;}
    .slide-content h3{font-size:24px;}
    .slide-content p{font-size:16px;}
    .prowOut, .productOut, .pproductOut{width: 33.3%;}
}
@media screen and (max-width:950px) {
    .container{width:880px;margin:0 calc(50% - 440px);}
}
@media screen and (max-width:900px) {
    .container{width:840px;margin:0 calc(50% - 420px);}
    .hmMenu a{margin:0 5px;padding:0 5px;font-size:14px;font-weight: 600;}
}
@media screen and (max-width:850px) {
    .container{width:780px;margin:0 calc(50% - 390px);}
    .headerMenu{display: none;}
    .hrRight{display: none;}
    .mobilMenuBtn{display:block;margin:0 0 0 20px;}
    .headerLeft{width:150px;}
    .headerRight{float: right;height:100px;margin:0 20px 0 0;max-width: calc(100% - 170px);display: flex;align-items: center;justify-content: center;flex-direction: row;}
    .aboutRight{width: 90%;margin:10px 5% 30px;height: auto;}
    .aboutRight img{height: 50vh;}
    /*.aboutRight img:last-child{height: 150px;right: -20px;}*/
    .aboutLeft{width: 90%;margin:10px 5%;height: auto;}
    .aboutFull{width: 90%;margin:10px 5%;}
    .aboutArea{margin:10px 0 20px;}
    .newsArea{padding:20px 0 10px;}
    .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);}
    .pageLeftArea{width: 100%;}
    .plaMenu{width: 100%;}
    .plaContact{width: 100%;}
    .pageDetailArea{width: 100%;}
    .blogDetailArea{width: 100%;}
    .blogRightArea{width: 100%;}
    .cfArea{width: 48%;}
    .cfSocial{width: 48%;margin:30px 0;}
    .contactForm{width: 90%;margin:20px 5%;height: auto;}
    .contactMap{width: 90%;margin:20px 5% 50px;height: auto;}
}
@media screen and (max-width:800px) {
    .container{width:740px;margin:0 calc(50% - 370px);}
    .slider-container{height: 60vh;}
    #prev{left:2px;}
    #next{right:2px;}
    .hmMenu{display: none;}
    .hmLogo{margin:0 calc(50% - 75px);}
    .prowOut, .productOut, .pproductOut{width: 50%;}
}
@media screen and (max-width:750px) {
    .container{width:680px;margin:0 calc(50% - 340px);}
}
@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);}
    .slider-container{height: 50vh;}
}
@media screen and (max-width:600px) {
    .container{width:540px;margin:0 calc(50% - 270px);}
    .services{width: 100%;}
    .blogsOut{width: 100%;}
    .plaMenu{width: 100%;margin-right: 0%;}
    .plaContact:last-child{display: none;}
    .slide-content{width: 80%;height: 150px;}
    .slide-content h3{font-size:20px;margin:0;}
    .slide-content p{font-size:14px;margin:10px 0 20px}
    .buttons a{font-size:14px;padding:7px 10px;}
}
@media screen and (max-width:550px) {
    .container{width:480px;margin:0 calc(50% - 240px);}
}
@media screen and (max-width:500px) {
    .container{width:440px;margin:0 calc(50% - 220px);}
    .slider-container{height: 50vh;}
    .footerTabs{display: block;}
    .footerTab{width: 100%;margin:15px 0 15px 0;}
    .cfArea{width: 90%;margin:10px 5%;}
    .cfSocial{width: 90%;margin:10px 5%;}
    .prowOut, .productOut, .pproductOut{width: 96%;margin:5px 2%;}
}
@media screen and (max-width:450px) {
    .container{width:380px;margin:0 calc(50% - 190px);}
    .hmBtn a{width: 25px;height: 25px;margin:5px 0 0;}
    .hmSearch a{width: 25px;height: 25px;margin:5px 0 0;}
}
@media screen and (max-width:400px) {
    .container{width:340px;margin:0 calc(50% - 170px);}
}
@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);}
}