html{
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	box-sizing:border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	scroll-behavior: smooth;}		
body{
	background:#fff;
	height:100%;
	min-height:100%;
	font-family:'Oswald',Arial,sans-serif;
	font-size:14px;
	font-weight: 400;
	color:#444444;
	text-decoration: none;
	list-style: none}
	
*,*:before,*:after{margin:0;padding:0;text-decoration: none;list-style: none;box-sizing:border-box}
.clear,.clr:after{content:" ";float:none;clear:both;display:table}

.acuk--txtbox{padding:30px 0;margin-top: 85px;}
.acuk--txtbox h1,.acuk--txtbox h2,.acuk--txtbox h3{margin-bottom:2rem}
.acuk--txtbox p{margin-bottom:1rem}
.acuk-box2{margin:0 auto;width:96%;padding:0 10px}

/*--------Header------*/

.acuk-hdrtp{width:100%;
	/*background-color:#edf7ff;*/
	background-color: #0d4184;
	padding-top:10px;
	padding-bottom: 9px;
	position:fixed;
	top: 0;
	z-index: 999!important;
	box-shadow: 0px 2px 5px 1px rgb(209 209 209 / 40%);
}
.acuk-hdrtp1{margin-bottom: 0;}
.acuk-hdrtp2{width: 100%;}

nav{height: 60px;width: 100%;}
label.logo-name{
	display:none;
	color: #3d3d3e;
	font-size: 25px;
	line-height: 60px;
	padding: 0;
	padding-left:2px;
}
label.logo-name:hover{color: #f9aa33;cursor:pointer}
#check{display: none;}
label.logo-img{display: contents;}
label.logo-img img{vertical-align: middle;max-width: 100%;height: 60px;}
label.logo-desck-img{display: none;}
label.logo-desck-img img{vertical-align: middle;max-width: 100%;height: 60px;}

.checkbtn{float: right;line-height: 60px;margin-right: 10px;cursor: pointer;display: block;}
label.checkbtn #logo-hdrmnu {
	display: inline-block;
	vertical-align: middle;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAFVBMVEVHcExapgdapgdapgdapgdapgdapgcsa+7UAAAABnRSTlMA84MMsjaOjZQOAAAAS0lEQVQoz2NgoBtQE0QDSQwMTGkYQIGBBVPQAbtKBjd0M1OAFjEbowEDhoEGQUpoQJWBgRXTRwHY/Y5VEKt2rBYNMMAaHXRLDHQCAMeaXJOs/yHBAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
transition: all 0.2s linear;}
label.checkbtn #logo-hdrmnu:hover{outline: 1px solid #fff;outline-offset: 4px;border-radius: 3px;}
nav ul{
	position: fixed;
	width: 100%;
	background: #0d4184;
	top: 85px;
	left: -100%;
	text-align: center;
	transition: all .3s;
	border-bottom: 3px solid #dfdfdf;
	padding-bottom: 10px;}
nav ul li{
	display: block;
	margin: 15px 0;
	border-bottom: 2px solid #fff;
	width: 50%;
	margin: 15px auto;
	padding: 5px 0;}
nav ul li a{
	font-size: 16px; 
	color: #f3f3f4; 
	display: block; 
	text-transform: uppercase;
}
nav ul li a:hover{
	background: none; 
	color: #000; 
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;
}
#check:checked ~ ul{left: 0;}
.ph-head{			
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyBAMAAADsEZWCAAAAHlBMVEVHcEw9PT49PT49PT49PT49PT49PT49PT49PT49PT7Mne4FAAAACXRSTlMA5hhmz0CylCszXTK+AAAB3klEQVQ4y21UO0/DMBAOaVPoVl5C3loVgdiAAZQNWCBbi3ioG6Ji6AaCpVtXNtKmhe/fcne24wvhBufs83f33SOOIi3D69Pof8mAceUg9sodgG1lWDd7Xaf234DdgMj07gx49noPBTCIgsfcbWKDwT6WwXmKhYf8MKkA2shwLIoBhW9qUMuCWgzxoI+xkJxgRutIVgLRhRj4HsjtLVqnLlyW84ZMslnxMreWJoeNH4Eb2hyxb9NxjPDEn0NJrYGvmiUagp1ki+BtzSURS8BPEMMfxcBeeWV2x55bE3NfAuaf4CIarVy9y/JM+cTMozYXxxbPiZyQq5ZETvNZaCSfkCv2SEoRCpow/yMiZJa+Al44zTWinRZCaB4sU8IkYw7IISbK3Yb7NiRQm/P7K2YhYRd1y0gySjWHsu1Psi5rltg6mjjQ+bsesFmYmH3gSrnrWNArJwbk3cBuZS8UM2rZ7lAmx8qnTYbGNkZB4xxAiZ2lxGCT0+4pkEuGBqeQfyCA1l0FHqRSFdDUle3e/Ti56uNKJ99T9U1lass+oFPqDVQqmn2pRwLf3X8xUTxRL0Gv4oD8vfhbpqh046A06XxETtyro2sQTHu3/NmqdZdM2LlEDWJfHeimKul/mNw+cb+eRKBbg71O3wAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-size: contain;
	color:#3d3d3e;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 19px;
	cursor:pointer;
}
.ph-head p{
	font-size: 12px;
}
.mail-head{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyBAMAAADsEZWCAAAAG1BMVEVHcEw9PT49PT49PT49PT49PT49PT49PT49PT7CNdBZAAAACHRSTlMA9NidXA4tRV30Q2gAAAEPSURBVDjL1ZSxDoIwEIYvRDu7aDoSEg2jiYk6akLiangCiA6MDg6uotF7bK+9UuCgD+CNfvnkL/cXgP+c62ZstgATHJ8DPALkDSm+7pmc0x5r0Fifhw9P8Qk6we8AVJgQWaZ4E0BhnROZRQOpxGVEZD6VEilnSyAXUokrYCIkpZ+FI0IqcQEN6UlK14UnPckqnnQkVjwh6dNTWkJS0QbrEoicRMcHSaykNMaCpGilEt1SOgneJh4FO/LfeUI/m3gUTLHUELMIipeZYJWVGmIPmlMvFrwDT3h3JNnjW8kR924mm0OzOEfkuo3EJLTtkYZU3JA42KpwEzlqf6amveHGh29J6GatAS6jt3H3p9+WH7jSqv6QEHaqAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-size: contain;
	height: 16px;
	color:#3d3d3e;
	display: inline-block;
	background-position: left center;
	vertical-align: middle;
	padding-left: 20px;
	margin-left: 4px;
	cursor:pointer;
}
.mail-head p{
	font-size: 13px; 
	line-height: 1.2;
}
.mail-head:hover, .ph-head:hover{
	color: #f9aa33;
	cursor:pointer;
}

/*--------End Header------*/

/* ---Start Banner------- */
#acuk-banner,#acuk-txt, #acuk-banner2{
	position: relative; 
	margin-top: 80px; 
	padding-bottom:70px; 
	display: block; 
	color: #fff; 
	background-color: #fff;
}
#acuk-banner {
  position: relative;
  isolation: isolate;          /* keeps overlays behind content */
  padding: 72px 0;             /* adjust to taste */
  overflow: hidden;
  text-align: center;
}

#acuk-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("/64/acuk/acstore/acuk-home-mob2.jpg")
              center / cover no-repeat;
  /* Optional subtle zoom for depth (disabled below for reduced motion) */
  transform: scale(1.03);
}

#acuk-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  /* Dark gradient overlay for text contrast */
  background:
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.15) 40%, rgba(0,0,0,.35));
}
#acuk-sect3{
	position: relative;
	isolation: isolate;         
	padding: 80px 0;    
	overflow: hidden;
	text-align: center;
}
#acuk-sect3::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("/64/acuk/acstore/acuk-home-mob.jpg")
              center / cover no-repeat;
  /*transform: scale(1.03);*/
}

#acuk-sect3::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.15) 40%, rgba(0,0,0,.35));
}
#acuk-banner h1, #acuk-txt h1, #acuk-banner2 h1{
	padding-top: 45px; 
	font-size: 27px; 
	font-weight:700; 
	text-align: 
	center; margin: 0;
}
#acuk-banner h3, #acuk-txt h3, #acuk-banner2 h3{
	font-size: 18px; 
	font-weight:600; 
	text-align: center; 
	line-height: 1.5; 
	padding:0; 
	margin:0;
}
#banner-btn{
	display: inline-block;
	padding: 3px 30px;
	border-radius: 8px;
	margin: 0 auto; 
	border: none; 
	background: #5aa607; 
	margin-top: 20px;
	width: 100%;
    max-width: 230px;
}
#banner-btn a:before{
	content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAV1BMVEVHcEz///////////////////////////////////////////////////////////////////////////////////////////////////////////////8egqRXAAAAHHRSTlMAMQ/r97bT8eL7Ja6MuwZCZW4YHXlRopuDxjVUuclITgAAAK9JREFUGNNt0dkSgyAMBdCQQEBA3Lve///OqtNWreUFOANDcqHS2jAyHUcXUAd0R7yIiukgzz3WEpMwJehjh1UktUxGUQ8bGmKVnmiqMJY3WkPEEpZtgm9XdAtSL1qoQc4IzRcpIjW4zPMdN/7gfBZ5XbS4fnH4gxHudH2QwNRUh4fYB/4tidUPS/H2U7yzc5vV2qbr94F4Lg5qtkCSV3nM0U2HkAXpFHJ5is8/3/ECFxYJqJSVwA4AAAAASUVORK5CYII=");
	display: inline-block; 
	position:relative; 
	top: 4px; 
	padding-right: 7px;
}
#banner-btn a{
	display:block; 
	color: #fff; 
	line-height:40px; 
	font-size: 16px;
}
#banner-btn:hover{
	opacity: 0.8;
}
#acuk-banner img, #acuk-banner2 img{
	display: block;
	margin: 40px auto;
	margin-bottom: 60px;
	width: 65%;
	max-width: 230px;
	box-shadow: 0 0px 12px 2px #fff;
	border-radius: 18px;
}

/*-----End Banner--------*/

.col-left,.col-right{float:none}
.w-70,.w-60,.w-40,.w-30,.w-50,.w-20,.w-80,.w-100{width:100%}
.acuk-box3 p{margin-bottom:1em}
.acuk-box3 h1{margin-bottom:1.2em}
.acuk-box3 h2{margin-bottom:1em;color:#fff}
.acuk-box3 h3{color:#fff}
.uppercase{text-transform:uppercase}
.in-div{display:inline-block}



/*-----Start About and Licens-------*/
#acuk-about, #acuk-documents,#acuk-testimonials{
	background-color: #8587c0;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	padding-top:80px;
}
.title-section{display: block;margin: 0 auto;padding: 0px;width: 100%;padding-bottom:25px;/*margin-bottom: 15px;*/ padding-top: 30px;}
.title-section h2{letter-spacing:1.1px;font-size:1.6rem;font-weight:600;text-align:center;text-transform:uppercase;margin:0;padding:0; /*padding-left: 10px;*/}
.title-section h2 span{/*border-bottom: 3px solid #fff;padding-bottom: 2px;*/}

pad-bt{padding-top:10px; padding-bottom:25px;}

#acuk-about p,#acuk-documents p,#acuk-news p{line-height: 1.5;font-size: 15px;padding: 10px 0;/*text-align: center;*/}
#acuk-about img,#acuk-documents img{display:block;margin: 15px auto;padding-bottom:50px;width:100%;max-width: 330px;height:auto;}

#acuk-documents h3, #acuk-news h3{cursor: pointer;display: inline-block;background: #000; margin: 0 auto;transition: all 0.2s ease-in-out;padding: 2px 20px; border-radius: 7px;}
#acuk-news h4{
	font-size: 1.2em;
	font-weight: 600;
	margin: 0;
	padding: 5px 0;
	padding-left: 30px;
	background: #ccc;
	}
#acuk-documents a, #acuk-news a {color: #257cff;font-weight: 400;text-decoration: underline;}
#acuk-documents h3:hover, #acuk-news h3:hover{opacity: 0.8;}

/*--------End About and documents---------*/

/*--------Start Gallery-----------------*/

#acuk-gallery, #acuk-news{
	background-color: #f1f9e7;
	color: #333;
	width: 100%;
	margin: 0 auto;
	padding-top:80px;
}
#acuk-gallery .title-section h2 span,#acuk-news .title-section h2 span{/*border-bottom: 3px solid #333;padding-bottom: 2px;*/}

#gallery-content{position:relative;	width:100%;display:block;margin:25px auto;}   
.d-none {display:none;}
.gal_container {display: block;position: relative;	margin: 0 auto;}
.gal_cards {position: relative;display: block;height: 450px;width: 100%;perspective: 800px;transform-style: preserve-3d;margin: 0 auto;}
.gal_cards label {position: absolute;width: fit-content;left: 0;right: 0;margin: auto;cursor: pointer;transition: transform 0.55s ease;}
.gal_cards .gal_card{position: relative;height: 100%; /*background-color: #fff;border-radius: 10px;padding: 0;*/}
.gal_card .gal_image{display: flex;	justify-content: space-between;}
.gal_card .gal_image img{border-radius: 5px;display: block;/*box-shadow: 15px 15px 40px rgba(0, 0, 0, 50%);*/ position: relative;margin: 0 auto;height: 370px;width: 100%;}

#s1:checked~.gal_cards #gal_slide4,
#s2:checked~.gal_cards #gal_slide5,
#s3:checked~.gal_cards #gal_slide1,
#s4:checked~.gal_cards #gal_slide2,
#s5:checked~.gal_cards #gal_slide3 {/*box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 45%);*/ transform:translate3d(-50%, 0, -220px);--current-color1: #ECEAED;--current-color2: #404457;}

#s1:checked~.gal_cards #gal_slide5,
#s2:checked~.gal_cards #gal_slide1,
#s3:checked~.gal_cards #gal_slide2,
#s4:checked~.gal_cards #gal_slide3,
#s5:checked~.gal_cards #gal_slide4 {/*box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 45%);*/ transform:translate3d(-25%, 0, -120px);--current-color1: #ECEAED;--current-color2: #404457;}

#s1:checked~.gal_cards #gal_slide1,
#s2:checked~.gal_cards #gal_slide2,
#s3:checked~.gal_cards #gal_slide3,
#s4:checked~.gal_cards #gal_slide4,
#s5:checked~.gal_cards #gal_slide5 {/*box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 50%);*/ transform:translate3d(0, 0, 0);--current-color1: #fad00c;--current-color2: #ECEAED;}

#s1:checked~.gal_cards #gal_slide2,
#s2:checked~.gal_cards #gal_slide3,
#s3:checked~.gal_cards #gal_slide4,
#s4:checked~.gal_cards #gal_slide5,
#s5:checked~.gal_cards #gal_slide1 {/*box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 45%);*/transform: translate3d(25%, 0, -120px);--current-color1: #ECEAED;--current-color2: #404457;}

#s1:checked~.gal_cards #gal_slide3,
#s2:checked~.gal_cards #gal_slide4,
#s3:checked~.gal_cards #gal_slide5,
#s4:checked~.gal_cards #gal_slide1,
#s5:checked~.gal_cards #gal_slide2 {/*box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 45%);*/transform:translate3d(50%, 0, -220px);--current-color1: #ECEAED;--current-color2: #404457;}
	
/*-------End Gallery--------------*/

@keyframes ani1{
	0%{transform: scale(0.80);}
	25%{transform: scale(0.85);}
	50%{transform: scale(0.90);}
	75%{transform: scale(0.95);}
	100%{transform: scale(1.00);}
}
@keyframes fromleft{
	0%{left:-50%;}
	100%{left: 0%;}
}
@keyframes fromright{
	0%{right:-50%;}
	100%{right: 0%;}
}
@keyframes top-up{
	0%{top:-50%;}
	100%{top: 0%;}
}
@keyframes scaleout{
	0%{transform: scale(0.5);}
	100%{transform: scale(1);}
}
@keyframes scalein{
	0%{transform: scale(1.2);}
	100%{transform: scale(1);}
}
@keyframes opasit{
	0%{opacity: .2;}
	100%{opacity: 1;}
}

/*----------Start Slider ---------*/

.slider {position: relative;width: 100%;height: 550px;overflow: hidden;margin-bottom: 30px;border-radius: 5px;}

.slides {position: absolute;top: 0;left: 0;width: 600%;height: 100%;transition: 1s ease;}
.slide {width: 16.6666%;height: 100%;float: left;position: relative;background-size: cover;background-repeat: no-repeat;background-position: center center;}
.slide::before {content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: none;}

.slide-data {width: 100%;position: absolute;color: #fff;text-align: center;padding: 0 5%;}
.slide-data h1 {font-weight: 500;text-transform: uppercase;font-size: 18px;padding: 5px 0;margin-bottom: 5px;color: #fff;}
.slide-data p {font-size: 14px;margin: 0 auto;width:70%;height:195px;font-style: italic;font-weight: 300; display:block; position:relative; text-align:center; overflow:hidden;}


.slider .arrows {display: flex;position: absolute;top: 50%;border-radius:50%;transform: translateY(-50%);color: #fff;font-size: 40px;transition: 0.4s linear;}
.slider .arrows:hover {background:rgba(43, 46, 48, 0.7);border-radius:50%;/*color: #000;text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;*/}
.slider .arrows label {display: none;}
.slider .arrow-left {left: 2%;}
.slider .arrow-right {right: 2%;}
.slid-arrow {display:block;position:relative;/*background:rgba(43, 46, 48, 0.5);*/border-radius:50%;height: 50px;width:50px;cursor:pointer;transition: 0.4s linear;}


.slid-arrow .right-arrow {
	background: url(data:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAGFBMVEVHcEz///////////////////////////8dS1W+AAAAB3RSTlMApWWDuAtKDDtVAAAAADhJREFUKM9jYAACdwEGFBBSXogqYF5ejqpEvRxNCVP5EFeSXl5ejFcAQwu6oUNCAWZUYkQ2SnIAANrLLP0tZEG1AAAAAElFTkSuQmCC);position: relative;background-repeat: no-repeat;background-size: contain;background-position: center;width: 25px;height: -webkit-fill-available;margin: 0 auto;left: 4px;}
.slid-arrow .left-arrow {
	background: url(data:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAGFBMVEVHcEz///////////////////////////8dS1W+AAAAB3RSTlMApWWDuAtKDDtVAAAAADhJREFUKM9jYAACdwEGFBBSXogqYF5ejqpEvRxNCVP5EFeSXl5ejFcAQwu6oUNCAWZUYkQ2SnIAANrLLP0tZEG1AAAAAElFTkSuQmCC);position: relative;background-repeat: no-repeat;background-size: contain;background-position: center;width: 25px;height: -webkit-fill-available;margin: 0 auto;right: 4px;transform: rotate(180deg);}

.slider input:nth-child(1):checked ~ .slides {left: 0;}
.slider input:nth-child(2):checked ~ .slides {left: -100%;}
.slider input:nth-child(3):checked ~ .slides {left: -200%;}
.slider input:nth-child(4):checked ~ .slides {left: -300%;}
.slider input:nth-child(5):checked ~ .slides {left: -400%;}
.slider input:nth-child(6):checked ~ .slides {left: -500%;}

.slider input:nth-child(1):checked ~ .arrows label:nth-child(1),
.slider input:nth-child(2):checked ~ .arrows label:nth-child(2),
.slider input:nth-child(3):checked ~ .arrows label:nth-child(3),
.slider input:nth-child(4):checked ~ .arrows label:nth-child(4),
.slider input:nth-child(5):checked ~ .arrows label:nth-child(5),
.slider input:nth-child(6):checked ~ .arrows label:nth-child(6) {display: block;}

.slider .dots {width: 100%;text-align: center;position: absolute;bottom: 15px;}
.slider .dots label {
	display: inline-block;
	margin: 0 7px; 
	width: 20px; 
	height: 20px; 
	background-color: #444341; 
	border: none; 
	border-radius: 50%;
}

.slider input:nth-child(1):checked ~ .dots label:nth-child(1),
.slider input:nth-child(2):checked ~ .dots label:nth-child(2),
.slider input:nth-child(3):checked ~ .dots label:nth-child(3),
.slider input:nth-child(4):checked ~ .dots label:nth-child(4),
.slider input:nth-child(5):checked ~ .dots label:nth-child(5),
.slider input:nth-child(6):checked ~ .dots label:nth-child(6) {background-color: #baa593; border: none;}

.slid-img{
	height: 100px; 
	width: 100px; 
	border-radius: 50%; 
	padding: 4px; 
	background: #444341; 
	margin: 0 auto; 
	margin-bottom: 25px; 
	margin-top: 30px;
}
.slid-img img{height: 100%; width: 100%; border: 4px solid #ffff; border-radius: 50%; object-fit: cover;}
.slid-data{
	font-size: 14px; 
	color: #333;
	font-weight: normal; 
	display: inline-block; 
	position: relative; 
	margin: 5px auto;
}
.slid-data>span{
	font-size: 16px; 
	color: #84f20d; 
	display: inline-block; 
	margin-right: 5px; 
	position: relative;
}
.slid-btn{font-size: 15px; color: #fff; background: #080808; display: block; position: relative; line-height: 35px; margin: 0 auto; width: 104px; border: none; cursor: pointer; opacity: 0.8;}
.slid-btn:hover{opacity: 1;}	

/*---------End Slider-----------*/
.btn-a{
	display: block;
	position: relative;
	background: #5aa607;
	width: 85%;
	border-radius: 6px;
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
	text-align: center;
}
.btn-a:hover{
	opacity: 0.8;
}
.list1{
	display: block;
}
.list1 ul{
	display: block;
	list-style: none;
	padding-left: 25px;
	line-height: 1.8;
}
.list1 ul li{
	padding-left: 16px;
	font-weight: bold;			
	}
	
.list1 ul li::before{
	content: ""; 
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAQlBMVEVHcEwSm0MTm0MTm0MTm0QTm0QTm0QSmkMTm0QTm0QTm0MTm0QTm0UTm0MTm0QUmT0Um0MTm0QTm0MVmkUUnEQTnETzf+RMAAAAFnRSTlMAGtT7TPRuN7aawFo/hWoM8qDiMHtp2aWKiwAAAJ5JREFUKM91UlkWgzAIJJCQPUZb73/V1lfRVGW+IBNgWAB+MBzQOQzNwAgTCWsuJVekOFDWJS+2T92KzbSO4Uy8/yf7l1cejGtwAfetzpzghhS/AbTX9fN0EJ4MMIpkxFMoNghVnCksL7FrgCWfqePRQkZwZSj6FuXFaUQH1FKpxRW5q94gRGUkYDo/D1Ed+7CZm2v782r1Y9iodjmfD2HlBXYxzEFdAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-size: contain;
	padding-right: 27px;
	background-position: left;
}	
/*------------MY CHECKBOX LIST----------------*/
#my-list{
	display: block;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 50px;
}

.ckeck-p{
	margin-top: 5px;
	font-size: 17px;
}
.ckeck-p:before{
	content: ""; 
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAQlBMVEVHcEwFrEgFq0cArUUFrEgEq0gErEcFq0YAskgFq0gErEgEq0cDrkcFq0cEq0cEq0cGq0cErEgFq0cErEcFq0cFq0iPihonAAAAFXRSTlMA7mESirraMgn2aKYZKdV7UeXHOFsC/dnEAAAAn0lEQVQoz62SwRKDIAxEF6OCioDV/P+vlqCCFXvpdG/Zl2zIDMAfRJNS44M/O+aXqf0wMHfJD11WABrO/a3Xpwhj9Be7z7ZNyfHRHzQqIP2cywgalaog/oQCVqkJOr6He7IFGCcrt14GVjgqUbP0Jnmgv4B9q1yAG0CX/GGugFVH0B1gi74zD0DCVjwBq47T7gCavoBTGYzqU4v58Uu8AZtACTRWRuiZAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-size: contain;
	padding-right: 25px;
	padding-top: 8px;
	background-position: left;
}

#form-checkboxes{
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
#propose-app{
	display: none;
	margin-top: 20px;
}
.btn-propose{
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 10px 15px;
	font-size: 18px;
}
.btn-propose a{
	display: block;
	color: #fff;
	font-size: 18px;
}

.input-check{
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom:10px;
}
.opt1{
}
input.opt2{
	height: 23px;
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	margin: 0; 
	margin-left: 10px;
}
label.opt3{
	display: inline-block;
	vertical-align: middle;
	color: #333;
	margin: 0;
	margin-left: 8px;
	padding-left: 10px;
	font-size: 16px;
}


/*------------END MY CHECKBOX LIST------------*/
#acuk-sect3{
	
}
.img-sect1{
	display: block;
	width: 100%;
	height: auto;
}
.img-sect1 img{
	display: block;
	width: 100%;
	height: auto;
}

.abc{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	margin: 30px 0 50px 0;
}
.abd{
	display: block;
	/* width: 100%; */
	margin: 10px 10px;
}
.abe{
	display: flex;
	/*width: 100%;*/
	/*margin: 10px 10px;*/
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;
}
.abg{
	width: 100%;
	/* max-width: 100%; */
	display: block;
	margin: 5px 8px;
	/*height: 230px;*/
	padding: 30px 10px;
	text-align: center;
	background-color: #fff;
	color: #333;
	border: 1px solid #ced4da;
	border-radius: 5px;
}
.abg img{
	display: block;
	margin: 0 auto;
	padding-bottom: 5px;
	width: 35px;
	height: auto;
}
.abg h4{
	display: flex;
    font-size: 17px;
    padding-top: 5px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.abg h4 span{
	display: block;
    position: relative;
    font-size: 40px;
    margin-bottom: 15px;
    padding-top: 5px;
}
.abg p{
	font-size: 14px;
	margin-top: 5px;
	padding: 2px 5px;
	color: #838383;
}

/*-------------------*/

#about-sect2{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	margin: 30px 0 50px 0;
}
.ab-sec1{
	display: block;
	/* width: 100%; */
	margin: 15px 10px;
}
.ab-sec2{
	display: flex;
	/*width: 100%;*/
	/*margin: 10px 10px;*/
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;
}
#about-sect2 .ab-sec3{
	display: block;
	position: relative;
	width: 100%;
	max-width: 130px;
	margin: 0 15px;			
}
#about-sect2 .ab-sec3 img{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
#about-sect2 .ab-p{
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 73px;
	font-size: 11px;
	line-height: 1;
	color: #fff;
	z-index: 666;
	padding: 0 3px;
	margin: 0;
	text-align: center;}

#about-sect2 .btn-about{
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7px;
	z-index: 666;
	text-align: center;
}

#about-sect2 .btn-about a{
	display: inline-block;
	color: #fff;
	width: 80px;
	padding: 3px 0;
	border: none;
	background: #5aa607;
	border-radius: 3px;
	font-size: 12px;}


.ab-sec3{
	font-size: 17px;
	padding-top: 5px;
}
.ab-sec3 p{
	font-size: 14px;
	margin-top: 5px;
}

/*---------Start Contact-------- */

#acuk-contact{
	color: #9d9bff;
	width: 100%;
	margin: 0 auto
	;margin-top:10px;
}

#acuk-contact h4{font-size: 1em;font-weight: 400;margin: 5px auto;}
#acuk-contact p{font-size: 0.75em;font-weight: 300;margin: 5px auto;}

.acuk-contact-content{
	
}
.info-box{
	width: 100%; 
	max-width: 100%; 
	display: block;
	margin: 10px auto; 
	padding: 10px; 
	text-align: center; 
	background-color: #fff; 
	font-size: 1rem; 
	font-weight: 400; 
	color: #333; 
	background-clip: padding-box; 
	border: 1px solid #ced4da;
	border-radius: 5px; 
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow: 0 0 30px rgb(214 215 216 / 60%);box-sizing: border-box;
}
.box-1{
	width: 100%; 
	max-width: 100%; 
	display: block; 
	margin: 5px auto; 
	padding: 30px 15px; 
	text-align: center; 
	background-color: #fff; 
	font-size: 1rem; 
	font-weight: 400; 
	color: #333; 
	background-clip: padding-box; 
	border: 1px solid #ced4da;
	border-radius: 5px; 
	box-sizing: border-box;
}
.box-2{
	width: 100%; 
	display: block; 
	margin: 5px auto; 
	padding: 10px;
	text-align: center; 
	background-color: #fff; 
	font-size: 1rem; 
	font-weight: 400; 
	color: #333; 
	background-clip: padding-box; 
	border: 1px solid #ced4da;
	border-radius: 5px;
	box-sizing: border-box;
}
	
#acuk-contact .form-box{width: 100%; max-width: 100%; display: block; margin: 5px auto;padding: 5px 5px; padding-left:10px; font-size: 14px; line-height: 1.3; background-color: #fff; font-weight: 400; color: #333;
	background-clip: padding-box;border: 1px solid #ced4da;border-radius: 5px;transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;box-shadow: 0 0 30px rgb(214 215 216 / 60%);box-sizing: border-box;}
#acuk-contact img{width: 45px;height: auto;border: none;margin: 0 auto;padding: 5px;}

#btn-contact{
	display: inline-block; 
	height: 40px; 
	margin: 0 auto; 
	margin-top: 30px; 
	transition: .2s; 
	width: 200px;
}
#btn-contact input{
	width: 100%; 
	display: inline-block; 
	height: 35px; 
	position: relative; 
	color: #fff; 
	vertical-align: middle; 
	border: none; 
	background: #080808; 
	font-size: 16px; 
	margin: 0 auto; 
	opacity: 0.8;
	border-radius: 4px;
}
#btn-contact input:hover{opacity:1;}
#btn-contact a {
	font-weight: 400; 
	font-size: 16px; 
	text-align: center; 
	line-height: 40px; 
	color: #fff ;
	display: block; 
	width: 100%; 
	background: #080808; 
	opacity: 0.8;     
	border-radius: 4px;
}
#btn-contact a:hover{opacity:1;}

.social-medias{display:block;position:relative;margin:0 auto;padding:0;}
#acuk-contact .social-img{width: 40px;height: auto;border: none;margin: 0 auto;padding: 5px;}
#acuk-contact .social-img:hover {transform: scale(1.2);transform-style: preserve-3d;transition-duration: .3s;transition-timing-function: linear;transform-origin: bottom;}
#acuk-contact ul{margin: 0 auto;}
#acuk-contact ul li{display: inline-block;}
#acuk-contact ul li a{padding: 0 4px;margin: 0;font-size: 0.75rem;text-align: center;font-weight: 400;color: #9d9bff;}

.acuk-axfrm{display:block;margin:0 auto;width:100%;font-size:1.2rem;padding-top: 15px;}
.acuk-axfrm input{height:39px;margin-bottom:20px;	width:100%}
.acuk-axfrm input[type=text],.acuk-axfrm input[type=email],
.acuk-axfrm input[type=password],
.acuk-axfrm input[type=tel],
.acuk-axfrm select, .acuk-axfrm textarea{font-family: inherit;padding:15px 20px;width:100%;border:1px solid #414143; border-radius:6px; -webkit-border-radius:6px}
.acuk-axfrm input[type=text]:focus,.acuk-axfrm input[type=password]:focus,
.acuk-axfrm input[type=tel]:focus,.acuk-axfrm select:focus,
.acuk-axfrm textarea:focus{outline:none;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.acuk-axfrm textarea{overflow:auto;height:120px;}

.acuk-axfrm input[type="checkbox"]{width:275px;font-family:verdana,sans-serif;font-size:12px;color:#a9a9a9;border:1px solid #d3d3d3;padding:1px 4px;margin-bottom:0;border-radius:2px;-webkit-border-radius:2px;border:1px solid darkred;
	background-color:#fae5e5;width:20px;vertical-align:middle}
	
::-webkit-input-placeholder{font-family:inherit,Arial,sans-serif}
::-moz-placeholder{font-family:inherit,Arial,sans-serif}
:-ms-input-placeholder{font-family:inherit,Arial,sans-serif}
input:-moz-placeholder{font-family:inherit,Arial,sans-serif}
::-webkit-textarea-placeholder{font-family:inherit,Arial,sans-serif}
:-ms-textarea-placeholder{font-family:inherit,Arial,sans-serif}
textarea:-moz-placeholder{font-family:inherit,Arial,sans-serif}

.acuk-axfrm .btn{width:100%;background:#333!important;font-size:14px;padding:10px 30px;height:auto;font-weight:300;margin-right:0}
#acuk-axfrm h5{font-weight:normal;font-size:12px;color:#ffffff;}
#acuk-axfrm ul{list-style:none;margin-bottom:2rem}
#acuk-axfrm ul li:before{content:"- "}

/*-------End Contact--------*/

/*-------Start Footer -------*/

#acuk-footer{
	background-color: #333;
	color: #eee;
	font-size:13px;
	font-weight: 300;
	width: 100%;
	margin: 0 auto;
	z-index: 999;}
#acuk-footer p{
	line-height: 1.5;
	font-weight: 300;
	padding:5px 0 3px 0;
	text-align: center;}
#acuk-footer p span{
	line-height: 1.5;
	font-size:12px;
	text-align: center;}	
#footer-list {
	width: 100%;
	padding: 10px 0;
}
#footer-list ul{
	margin: 0;
	padding: 10px 0 10px 0;
	width: 100%;
	display: block;
	text-align:center;}
#footer-list ul li{
	display: inline-block;
	padding: 0;
	margin: 0;
	
	}
#footer-list ul li a{
	margin: 0;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    color: #c2c4f9;
    line-height: 1.5;
    text-decoration: underline;
}
#footer-list a:hover{color: #fbfffb;}

 /*-------End Footer-------*/
 
/*--------Start Cookies------*/

#acuk-fxcookie{padding:1rem; background-color: #888988; opacity:0.8; color: #efeff5; width:100%; text-align:center; position:fixed; bottom:15px; box-shadow:0 -1px 3px rgba(0,0,0,.3)}
#acuk-fxcookie>div{position:relative; padding:0 10px}
#acuk-fxcookie span{font-size:11px; display:inline-block; vertical-align:middle}
#acuk-fxcookie span a{color:#efeff5; text-decoration: underline;}
#acuk-fxcookie>div:after{content:"x"; vertical-align:middle;position:absolute;right:-5px;top:-5px;cursor:pointer;color: #efeff5;
	border:1px solid #efeff5;padding:0 5px;border-radius:2px;opacity:.7;font-size:10px;line-height:1;padding-bottom:2px;padding-top:1px}
#acuk-fxcookie .btn{display:block; width:95px; line-height:1; background:none; margin:0 auto; margin-top:10px; padding: 3px 0; border:1px solid #efeff5; border-radius: 2px; font-size:12px; color:#efeff5; cursor: pointer;}
	
/*------End Cookies-------*/

/*-------------Animation ------------*/

@keyframes glint { 0% { background-color: rgba(255,255,255,0.4); } 100% { width: 100%;background-color: rgba(255,255,255,0); } }
@-webkit-keyframes glint { 0% { background-color: rgba(255,255,255,0.4); } 100% { width: 100%;background-color: rgba(255,255,255,0); } }
@-webkit-keyframes pulse{from{ -webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%{ -webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}
15%{ -webkit-transform:scale3d(0.90,0.90,0.90);transform:scale3d(0.90,0.90,0.90)}40%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
@keyframes pulse{from{transform:scale3d(1,1,1)}10%{transform:scale3d(1.05,1.05,1.05)}
15%{transform:scale3d(0.90,0.90,0.90)}40%{transform:scale3d(1,1,1)}to{transform:scale3d(1,1,1)}
}
@-webkit-keyframes pulseSmooth{0%{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}33.3333%{-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}66.6666%{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}100%{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}}@keyframes pulseSmooth{0%{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}33.3333%{-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}66.6666%{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}100%{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}}
.pulse{
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-name: pulse;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	-webkit-animation-name: pulse;
}
.pulse-once{
	animation-iteration-count: 1;
	animation-duration: 3s;
	animation-name: pulse;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 3s;
	-webkit-animation-name: pulse;
}
.pulse-once-smooth{
	animation-iteration-count: 1;
	animation-duration: 2s;
	animation-name: pulseSmooth;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 2s;
	-webkit-animation-name: pulseSmooth;	
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
  }

  40%, 43% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
  }

  70% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
  }

  90% {
	-webkit-transform: translate3d(0,-4px,0);
	transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
  }

  40%, 43% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
  }

  70% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
  }

  90% {
	-webkit-transform: translate3d(0,-4px,0);
	transform: translate3d(0,-4px,0);
  }
}
.sAnim{
	animation:  bounce 1.4s ease-out 7 forwards;
	-webkit-animation:  bounce 1.4s ease-out 7 forwards;
}
@keyframes blink {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes blink {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
/*-------------Animation ------------*/

/* Media querry */
/*@media screen and (min-width:320px){
.acuk-hdrtp{font-size:16px}
}*/

@media screen and (min-width:641px){
#acuk-banner h1, #acuk-banner2 h1{
	font-size: 1.6rem;
}

/*------Footer-----*/
#acuk-footer{font-size:14px;font-weight: 400;}
#acuk-footer p{line-height:1.6;}
#acuk-footer p span{font-size:13px;}	
#footer-list ul li{display:inline-block;padding:0;margin:0;}
#footer-list ul li a{margin:0 5px;padding:0 4px;line-height:1.5;}

}

@media screen and (min-width:767px){

/*--------Start Header--------*/
label.logo-name{display:inline-block;}
.checkbtn{display: none;}
label.logo-img{display: none;}
label.logo-desck-img{display:inline-block;}
nav ul{
	display: inline-block; 
	position: relative; 
	width: auto; 
	top: auto; 
	left: auto; 
	background: none; 
	border: none; 
	float: right; 
	margin-right: 20px; 
	text-align: center; 
	transition: all .3s; 
	padding:0;
}
nav ul li{display: inline-block; border:none; line-height: 60px; margin: 0; padding: 0; width: auto; padding-top: 5px;}
nav ul li a{display: inline-block; font-size: 14px; padding: 0px 5px;}
nav ul li a.active, nav ul li a:hover{background: none; text-shadow: none; color: #5aa607; transition: .3s;}

/*--------End Header--------*/

/*-------Start Baner---------*/	

#acuk-banner h1, #acuk-banner2 h1{
	font-size: 1.8rem;
}	

/*--------End Baner--------*/

.col-left,.col-right{float:left}
.col-left-strict{float:left}
.col-right-strict{float:right}

.pad-left{padding-left:5px;}
.pad-right{padding-right:5px;}
.w-100{width:100%}
.w-80{width:80%}
.w-70{width:70%}
.w-60{width:60%}
.w-50{width:50%}
.w-40{width:40%}
.w-30{width:30%}
.w-20{width:20%}

#acuk-about img, #acuk-documents img {
	display: block;
	margin: 15px auto;
	padding-bottom: 50px;
	width: 100%;
	max-width: 330px;
	height: auto;
}

pad-bt{
	padding-top:10px; padding-bottom:25px;
}



/*-------Start Contact---------*/

#acuk-axfrm{margin-top:60px}
.acuk-axfrm input[type=text],.acuk-axfrm input[type=email],
.acuk-axfrm input[type=password],.acuk-axfrm input[type=tel],
.acuk-axfrm select,.acuk-axfrm textarea{padding:25px 25px;width:60%;max-width:600px;font-size:1rem}
.acuk-axfrm .btn{width:60%;max-width:600px;font-size:16px;padding:10px 30px;font-weight:600}
#acuk-axfrm h5{font-size:14px}
.box-1, .box-2 {}
#btn-contact {width: 300px;}

/*---------End Contact---------*/

/*--------Start Footer--------*/

#acuk-footer{font-size:15px;font-weight: 400;}
#footer-list {width: 100%;}
#footer-list ul{padding: 6px 0 8px 0;}
#acuk-footer p{padding:5px 0 10px 0;text-align: center;}
#acuk-footer p span{font-size:14px;text-align: center;}
#footer-list ul li{display:inline-block;padding:0;margin:0;}
#footer-list ul li a{margin:0 5px;padding:0 4px;line-height:1.5;}

/*--------End Footer----------*/

/*--------Start Gallery-------*/

#gal_slider-content {max-width: 550px;}
.gal_cards {height:560px;perspective: 1000px;}
.gal_cards .gal_card{padding: 0;}
.gal_card .gal_image img{height: 500px;}
#s1:checked~.gal_cards #gal_slide4,
#s2:checked~.gal_cards #gal_slide5,
#s3:checked~.gal_cards #gal_slide1,
#s4:checked~.gal_cards #gal_slide2,
#s5:checked~.gal_cards #gal_slide3 {transform: translate3d(-80%, 0, -220px);}

#s1:checked~.gal_cards #gal_slide5,
#s2:checked~.gal_cards #gal_slide1,
#s3:checked~.gal_cards #gal_slide2,
#s4:checked~.gal_cards #gal_slide3,
#s5:checked~.gal_cards #gal_slide4 {transform: translate3d(-40%, 0, -120px);}

#s1:checked~.gal_cards #gal_slide2,
#s2:checked~.gal_cards #gal_slide3,
#s3:checked~.gal_cards #gal_slide4,
#s4:checked~.gal_cards #gal_slide5,
#s5:checked~.gal_cards #gal_slide1 {transform: translate3d(40%, 0, -120px);}

#s1:checked~.gal_cards #gal_slide3,
#s2:checked~.gal_cards #gal_slide4,
#s3:checked~.gal_cards #gal_slide5,
#s4:checked~.gal_cards #gal_slide1,
#s5:checked~.gal_cards #gal_slide2 {transform: translate3d(80%, 0, -220px);}
	
.slid-main-card .slid-cards .slid-card{margin: 20px 0 10px 0;width: calc(100% / 2 - 10px);}

/*--------End Gallery-------*/

/*-------Start Slider-------*/

.slide-data {width: 100%; position: absolute; text-align: center;	padding: 0 5%;}
.slide-data h1 {font-weight: 500; font-size: 22px;	padding: 5px 0;	margin-bottom: 5px;}
.slide-data p {font-size: 16px; width: 50%; height:195px;}
.slider .arrows {color: #333;font-size: 40px;}
.slider .arrows:hover {color: #000;text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;}
.slider .arrow-left {left: 4%;}
.slider .arrow-right {right: 4%;}
.slider .dots {bottom: 15px;}
.slider .dots label {
	margin: 0 11px;
	width: 35px;
	height: 8px;
	border-radius: 2px;
	cursor: pointer;
}
.slid-img{height: 130px; width: 130px; margin-bottom: 25px; margin-top: 30px;}
.slid-data{font-size: 14px; margin: 5px auto;}
.slid-btn{font-size: 15px; width: 104px;}

/*-------End Slider---------*/
.btn-a{	width: 315px; }

.abc{
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	margin: 30px 0 50px 0;
}
.abd{
	width: 50%;
	margin: 10px 0px;}
.abg{ }



}

@media screen and (min-width:992px){
	
.acuk-box2{width:970px}

/*-----Start Header------*/

label.logo-name{font-size: 34px; padding-left:2px;}
nav ul li a{font-size: 15px; padding: 0px 5px;}	

/*-----End Header------*/
#acuk-banner::before {
  content: "";
  background: url("/64/acuk/acstore/acuk-home-desk2.jpg") center / cover no-repeat;
  transform: scale(1.03);
}
#acuk-sect3{
	padding: 100px 0; 
}
#acuk-sect3::before {
  content: "";
  background: url("/64/acuk/acstore/acuk-home-desk.jpg")
              center / cover no-repeat;
}

#acuk-banner h1, #acuk-banner2 h1{
	font-size: 2rem;
}	
#acuk-about p,#acuk-documents p,#acuk-news p{line-height: 1.5;font-size: 17px;}		
#gallery-content{width:60%;}

#about-sect2{
	flex-direction: row;
}
.ab-sec1 {margin:0;}
#about-sect2 .ab-sec3 {
	display: block;
	position: relative;
	width: 100%;
	max-width: 130px;
	margin: 0 5px;
}
#about-sect2 .btn-about{bottom: 6px;}

#about-sect2 .btn-about a{width: 75px; padding: 2px 0;	border-radius: 3px;	font-size: 12px;}
#about-sect2 .ab-p{top: 62px;}
}

@media screen and (min-width:1200px){
.acuk-box2{width:1170px}

/*-----Start Header------*/

label.logo-name{font-size: 40px; padding-left:2px;}
nav ul li a{font-size: 16px; padding: 0px 10px;}	

/*-----End Header------*/

#acuk-banner h1, #acuk-banner2 h1{
	font-size: 2.5rem;
	margin-bottom: 15px;
}
#acuk-banner h3, #acuk-txt h3, #acuk-banner2 h3 {
	margin-bottom: 10px;
	font-size: 22px;
}
#acuk-banner p{
	font-size: 16px;
}
.slide-data p {font-size: 15px; width: 30%;}

/*--------Start Gallery-------*/

#gal_slider-content {max-width: 550px;}
.gal_cards {height:560px;perspective: 1000px;}
.gal_cards .gal_card{padding: 0;}
.gal_card .gal_image img{height: 500px;}
#s1:checked~.gal_cards #gal_slide4,
#s2:checked~.gal_cards #gal_slide5,
#s3:checked~.gal_cards #gal_slide1,
#s4:checked~.gal_cards #gal_slide2,
#s5:checked~.gal_cards #gal_slide3 {transform: translate3d(-145%, 0, -150px);}

#s1:checked~.gal_cards #gal_slide5,
#s2:checked~.gal_cards #gal_slide1,
#s3:checked~.gal_cards #gal_slide2,
#s4:checked~.gal_cards #gal_slide3,
#s5:checked~.gal_cards #gal_slide4 {transform: translate3d(-70%, 0, -70px);}

#s1:checked~.gal_cards #gal_slide2,
#s2:checked~.gal_cards #gal_slide3,
#s3:checked~.gal_cards #gal_slide4,
#s4:checked~.gal_cards #gal_slide5,
#s5:checked~.gal_cards #gal_slide1 {transform: translate3d(70%, 0, -70px);}

#s1:checked~.gal_cards #gal_slide3,
#s2:checked~.gal_cards #gal_slide4,
#s3:checked~.gal_cards #gal_slide5,
#s4:checked~.gal_cards #gal_slide1,
#s5:checked~.gal_cards #gal_slide2 {transform: translate3d(145%, 0, -150px);}

/*--------End Gallery-------*/
.abg{}
#about-sect2 .ab-p{top: 75px;font-size: 12px;}

#about-sect2 .btn-about{bottom: 8px;}

#about-sect2 .btn-about a{width: 85px; padding: 3px 0; font-size: 13px;}

}
