	.skip-link {
		left: 50%;
		position: absolute;
		transform: translateY(-100%);
		color: #000;
	}
	* {
		box-sizing: border-box;padding: 0;margin: 0;
	}
	body {
		font-size: 16px;height: 2000px;font-family: Tahoma;overflow-x: hidden;
	}
	p {
		font-size: 25px;
		line-height: 40px;
	}
	div.foot-con h3 {
		font-size: 25px;
		line-height: 30px;
		font-weight: normal;
	}
	[id*="col-"] {
    	float: left;transition:.5s;/*border: 1px solid red;*/
	}
	#col-1 {width: 8.33%;}
	#col-1-a {width: 10%;}
	#col-1-b {width: 15%;}
	#col-2 {width: 16.66%;}
	#col-2-a {width: 22.5%;}
	#col-3 {width: 25%;}
	#col-3-a {width: 30%;}
	#col-4 {width: 33.33%;}
	#col-4-a {width: 37.5%;}
	#col-5 {width: 41.66%;}
	#col-5-0 {width: 45%;}
	#col-5-a {width: 48.7%;}
	#col-6 {width: 50%;}
	#col-7 {width: 58.33%;}
	#col-7-0 {width: 55%;}
	#col-7-a {width: 62.5%;}
	#col-8 {width: 66.66%;}
	#col-8-a {width: 77.5%;}
	#col-9 {width: 75%;}
	#col-9-a {width: 80%;}
	#col-10 {width: 83.33%;}
	#col-11 {width: 91.66%;}
	#col-11-a {width: 94.5%;}
	#col-12 {width: 100%;}	
	#main-content {width: 100%;float: left;}
	@-webkit-keyframes pulse-grow {
	  to {
	    -webkit-transform: scale(0.95);
	    transform: scale(0.95);
	  }
	}

	@keyframes pulse-grow {
	  to {
	    -webkit-transform: scale(0.95);
	    transform: scale(0.95);
	  }
	}
	.pulse-grow {
	  display: inline-block;
	  -webkit-transform: translateZ(0);
	  transform: translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	}
	.pulse-grow:hover, .pulse-grow:focus, .pulse-grow:active {
	  -webkit-animation-name: pulse-grow;
	  animation-name: pulse-grow;
	  -webkit-animation-duration: 0.3s;
	  animation-duration: 0.3s;
	  -webkit-animation-timing-function: linear;
	  animation-timing-function: linear;
	  -webkit-animation-iteration-count: infinite;
	  animation-iteration-count: infinite;
	  -webkit-animation-direction: alternate;
	  animation-direction: alternate;
	}
	@-webkit-keyframes buzz {
	  50% {
	    -webkit-transform: translateX(3px) rotate(2deg);
	    transform: translateX(3px) rotate(2deg);
	  }

	  100% {
	    -webkit-transform: translateX(-3px) rotate(-2deg);
	    transform: translateX(-3px) rotate(-2deg);
	  }
	}

	@keyframes buzz {
	  50% {
	    -webkit-transform: translateX(3px) rotate(2deg);
	    transform: translateX(3px) rotate(2deg);
	  }

	  100% {
	    -webkit-transform: translateX(-3px) rotate(-2deg);
	    transform: translateX(-3px) rotate(-2deg);
	  }
	}

	.buzz {
	  display: inline-block;
	  -webkit-transform: translateZ(0);
	  transform: translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	}
	.buzz:hover, .buzz:focus, .buzz:active {
	  -webkit-animation-name: buzz;
	  animation-name: buzz;
	  -webkit-animation-duration: 0.15s;
	  animation-duration: 0.15s;
	  -webkit-animation-timing-function: linear;
	  animation-timing-function: linear;
	  -webkit-animation-iteration-count: infinite;
	  animation-iteration-count: infinite;
	  cursor: pointer;
	}


	.banner1 {
	    background: url(../images/re-banner1.jpg);
	    height: 1000px;
	    background-attachment: fixed;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	}
	.ban-tex {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    height: 50%;
	    text-align: center;
	    transition: .8s;
	}
	.row-1 {
		text-align: center;
	}
	.row-1 a {
		text-decoration: none;color: white;font-size: 14px;
	}
	.color-a {background: #ed6c67;padding: 8px;transition: .3s;cursor: pointer;}.color-a:hover {background: #62bec2;}
	.color-b {background: #f4cf7f;padding: 8px;transition: .3s;cursor: pointer;}.color-b:hover {background: #a9a9a9;}
	.color-c {background: #6c9aa7;padding: 8px;transition: .3s;cursor: pointer;}.color-c:hover {background: #7fb7d7;}
	.color-d {background: #e3dddd;padding: 8px;transition: .3s;cursor: pointer;}.color-d:hover {background: #e4e3e3;}
	.c-line {border-left: 1px solid white;}	
	.color-d-tex {color: #242424!important;}
	.row-2 img {
		width: 310px;transition: .3s;height: auto;
	}
	.row-2 img.activ1 {
	    width: 150px;transition: .3s;height: auto;margin-top: 10px;
	}
	.row-2 #col-2 {
		text-align: center;    
	}
	.row-2 #col-10 {
		text-align: right;margin-top: 35px;padding-right: 4%;transition: .3s;
	}
	.row-2 #col-10.activ2 {
		margin-top: 20px;transition: .3s;margin-bottom: 20px;
	}
	.row-2 a {
		color: white;text-decoration: none;padding: 0 10px;font-size: 18px;display: inline-block;text-shadow: 2px 2px 5px rgba(0,0,0,.2);
	}
	.row-2 a.activ4 {
		color: black;text-shadow: none;
	}
	.row-2 a:hover {
		color: #d75238;
		cursor: pointer;
	}
	a.active {color: #ffff66; text-decoration: underline;}
	.a-apply {
		background: #d82a18;
		padding: 10px 40px!important; 
		border-radius: 50px;
		box-shadow: 0 2px 5px rgba(0,0,0,.5);
		color: white!important;
	}
	.a-apply:hover {
		background: #d14024;color: white!important;transition: .3s;
	}
	.row-3 {
		margin-top: 300px;margin-left: 20%;
	}
	.row-3 span {
		color: #d84227;
		font-size: 80px;
		text-align: left;
		text-shadow:5px 5px 3px white;
	}
	.row-3 p {
		color: white;line-height: 30px;font-family: calibri;font-size: 30px;margin-top: 25px;margin-bottom: 45px;text-shadow: 3px 3px 6px #000000;
	}	
	.button-1 {
		margin-bottom:15px;
		font-size:20px;
		background: #d82a18;
		padding: 15px 40px; 
		border-radius: 50px;
		box-shadow: 0 2px 5px rgba(0,0,0,.5);
		color: white;
		text-decoration: none;
		margin-right: 20px;
		display: inline-block;
		width: 250px;
		font-weight: bold;
	}
	.button-1:hover {
		cursor: pointer!important;background: #d14024;transition: .3s;
	}
	.button-2 {
		margin-bottom:15px;font-size:20px;background: #e4dede;padding: 15px 40px; border-radius: 50px;box-shadow: 0 2px 5px rgba(0,0,0,.5);color: #484848;text-decoration: none;display: inline-block;width: 250px;
	}
	.button-2:hover {
		cursor: pointer!important;background: #5c5c5a!important;transition: .3s;color: #FFF;
	}
	.row-4 {
		margin-top: 180px;
	}
	.bull {
		background: #33a29c;height: 15px;width: 15px;border-radius: 50%;
	}
	.con-img {
	    height: 900px;
	    max-width: 100%;
	    object-fit: cover;
	    object-position: center;
	}
	.row-5 span {
		font-family: Palatino Linotype;color: #292929;font-size: 70px;float: left;width: 100%;text-align: left;margin-bottom: 30px;
	}
	.row-5 p {
		color: #292929;line-height: 30px;font-family: calibri;font-size: 25px;margin-top: 25px;margin-bottom: 45px;text-align: left;
	}	
	.row-5-a{
	    display: flex;
	    justify-content: center;
	    text-align: center;
	    transition: .8s;
	    margin-top: 10%;
	}
	.row-5-a div{
		float: left;
	}
	.row-6 {
		padding: 100px 0;
	}
	.row-6 span#tit {
		font-family: Palatino Linotype;color: #292929;font-size: 37px;text-transform: uppercase;text-align: center;
	}
	.row-6-a {
		margin-left: 5%;margin-top: 50px;
	}
	.row-6-a li {
		font-size: 20px;
	    line-height: 1.8;
	    color: #222;
	    margin: 0 0 10px;
	    padding: 0 0 0 30px;
	    background: url(../images/bullets.png) no-repeat left center;
	}
	.red {
		color: red!important;font-size: 17px;font-weight: bold;
	}
	.red1 {
		color: red!important;font-size:30px;font-weight: bold;
	}
	.modern {
		padding-right: 50px!important;
	}
	li {
		list-style: none;
	}
	.footer {
		background: url(../images/footer.jpg);
	    background-attachment: fixed;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	    text-align: center;
	    min-height: 900px;
	    height: auto;
	    padding-bottom: 15px;
	}
	.row-7 span {
		font-family: Palatino Linotype;color: white;font-size: 50px;text-transform: uppercase;text-shadow: 2px 2px 5px rgba(0,0,0,.5);
	}
	.row-7 p {
		color: white;font-family: calibri;font-size: 22px;font-weight:bold;text-shadow: 2px 2px 5px rgba(0,0,0,.5);
	}
	.fre-tex {
		margin: 130px 0 50px 0
	}
	.foot-img {
		margin-top: 50px;
	}
	.foot-img img{
		width: 40px;
	}
	.foot-img .mar-l {
		text-align: right;padding-right: 10px;
	}
	.foot-img .mar-r {
		text-align: left;padding-left: 10px;"
	}
	.foot-but {
		margin-top: 80px;
	}
	.foot-but .mar-l {
		text-align: right;padding-right: 0px;
	}
	.foot-but .mar-r {
		text-align: left;padding-left: 0px;"
	}
	.hr-top {
		margin-top: 50px;
	}
	.foot-cop {
		color: white;margin-top: 30px;font-size: 22px;font-weight: bold;margin-bottom: -15px;text-shadow: 2px 2px 5px rgba(0,0,0,.5);
	}
	.n-icon {
		margin-bottom: -1px;margin-right: 5px;width: 11px;
	}
	#phone-b {
		position: fixed;margin-top: 190px;right:0;margin-right: 15px;z-index: 100;
	}
	.but {
		margin-left: -18px;
		padding-right: 14px;
		width: auto;
	}
	.but:hover{
		cursor: pointer;
	}
	.blog {
	    position: fixed;
	    z-index: 30;
	    right: -350px;
	    transition: 0.3s;
	    width: 423px;
	    text-decoration: none;
	    color: white;
	    margin-right: 0px;
	    top: 300px;
	    z-index: 100;
	}
	/*.blog:hover {
	    right: 0;
	}*/
	.hoveremail{
			position: fixed;
			right: -350px;
			transition: 0.3s;
			height: 10px;
	}
	.emailactive{
	    right: 0;
	    transition-delay: 0s;
	}
	.hoveremail.clicked{
			position: fixed;
			right: -350px;
			transition: 0.3s;
			height: 10px;
	}
	.tel-con {
	    background: #dfdfdf;
	    width: 350px;
	    float: right;
	    height: auto;
	    padding-top:8px; 
	    padding-bottom: 8px;
	}
	.tel-con label {
		color: #000;
		font-size: 12px;
		display: block;
	    text-align: left;
	    margin-left: 10px;
	    margin-bottom: 3px;
	}
	.tel-con input {
	    z-index: 200;
	    font-size: 14px;
	    width: 90%;
	    font-style: italic;
	    border-radius: 2px;
	    border: none;
	    padding: 3px;
	    margin: 3px!important;
	    margin-left: 10px!important;
	    border: 1px solid gray;
	}
	.tel-con textarea {
		margin-left: 10px;
		width: 90%;
		min-height: 60px;
		font-size: 15px;
		padding: 3px;
		resize: vertical;
	}
	.tel-con .sub {
		background: #31a39b;color: #000;padding: 5px;font-weight: bold;
	}
	.code-img {
		margin-left: 15px;width: 120px;margin-bottom: -16px;
	}
	.code-in {
		width: 125px!important;padding: 12px!important;
	}
      #ddrroopp {
        width: 100%;
        display: none;
      }
      #men-drop{
        background-color: #21817a;
        color: white;
        position:relative;
        display:block;
        text-align: center;
        font-size: 20px;
        width: 100%;
        padding: 15px;
        -webkit-transition:background 0.3s;
        cursor:pointer;
        z-index: 3;
      }
      #men-drop:hover{
        background-color:#21817a; 
      }
      .men-img {
        width: 15px;
        margin-right: 5px;
      }
      ul#ddrroopp > li{
        list-style-type:none;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
      }
      ul#ddrroopp {
        margin: 0;
        padding: 0;
      }
      input#check{display:none}
      input:checked ~ ul.subb{
        max-height:1000px;
        -webkit-transition:max-height 1s ease-in;
      }
      ul.subb{
        max-height:0;
        margin: 0;
        overflow:hidden;
        list-style-type:none;
        background: rgba(0,0,0,.8);
        transition:max-height 0.5s ease-out;
        min-width:100%;
        position: absolute;
        z-index: 2;
        margin-top: -2px;
      }
	.bgimg-2 {
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-image: url(../images/flo-img.jpg);
	    min-height: 300px;
	    
	}
	.row-5-a {
		margin-bottom: 30px;
	}
	.foot-color {
		color: #ffff66!important;
	}
	.foot-img img:hover {
		opacity: .5;transition: .5s;cursor: pointer;
	}
	.click li:hover {
	    background: #26948c4d;
	}
	.click li {
	    padding: 11px;
	    text-align: center;
	    box-shadow: 0 -1px rgba(0,0,0,.5) inset;
	    border-bottom: 1px gray solid;
	}
	.click li a {
	    text-decoration: none;
	}
	.click li a span {
	    color: white;
	    font-size: 20px;
	}
	.mar10 {
		margin-right: 10px!!important;
	}
	.button-1-b {
		margin-bottom:15px;font-size:20px;width:250px;background: #f9c659;padding: 15px 40px; border-radius: 50px;box-shadow: 0 2px 5px rgba(0,0,0,.5);color: white;text-decoration: none;margin-right: 10px;display: inline-block;
	}
	.button-1-b:hover {
		background: #37b6ad;transition: .3s;
	}
	.button-2-b {
		margin-bottom:15px;font-size:20px;width:250px;background: #e4dede;padding: 15px 40px; border-radius: 50px;box-shadow: 0 2px 5px rgba(0,0,0,.5);color: #484848;text-decoration: none;display: inline-block;width: 202.11px;text-align: center;margin-left: 10px;
	}
	.button-2-b:hover {
		background: #afadac;transition: .3s;
	}
	.mar-lef {
		margin-left: 4%;
	}
	.row-5-b {
		margin-top: 70px;
	}
	.row-5-b #col-4 {
		height: 400px;
	}
	.bro {
		background-image: url("../images/bro-img.jpg");
		background-size: cover;padding-top: 120px;height: 400px;
		object-fit: contain;border-right: 3px solid white;
	}
	.bro span {
		color: white;font-size: 23px;font-family: arial;
	}
	.cou {
		background-image: url("../images/cou-img.jpg");
		background-size: cover;padding-top: 120px;height: 400px;
		object-fit: contain;border-right: 3px solid white;
	}
	.cou span {
		color: white;font-size: 23px;font-family: arial;
	}
	.flo {
		background-image: url("../images/flo-img.jpg");
		background-size: cover;padding-top: 120px;height: 400px;
		object-fit: contain;
	}
	.flo span {
		color: white;font-size: 23px;font-family: arial;
	}
	.bro:hover,.cou:hover,.flo:hover {
		transform: scale(1.03);cursor: pointer;
	}
	.banner-img {
		object-fit: cover!important;margin-left: 5%;width: 90%!important;margin-top: 140px;height: 770px!important;
	}
	.header-con {
		position: fixed;background: #171717;z-index: 100;	    
	}
	.header-con.activ3 {
		background: #131313de;
	}
	.lux-con {
		padding-top: 100px;background:/*#1a1e23*/;
	}
	.lux-con-p {
		font-size: 70px;color: #d75238;padding: 0 5% 3% 7%;
	}
	.lux-con-but {
		padding-right: 5%;
	}
	.lux-con-but a {
		text-align: center;
	}
	.lux-con-hr {
		padding-left: 5%;
	}
	.foot-con {
		/* background: #1a1e23; */
		background: #171717;
	}
	.foot-div {
		padding-left: 5%;margin-top: 200px;margin-bottom: 100px;
	}
	.foot-sub {
		color: white;font-size: 25px;
	}
	.foot-sub-p {
		margin-bottom: 20px;width: 100%;
	}
	.foot-sub-h {
		margin-bottom: 40px; font-weight: bold; font-size: 30px;
	}
	.foot-cli {
		float: left;text-align: center;
	}
	.foot-tom {
		/* background: #1a1e23; */
		background: #171717;
	}
	.foot-tom-hr {
		padding:0 1%;margin-top: 100px;
	}
	.foot-tom-div {
		padding-left: 6%;padding-top: 20px;margin-bottom: 20px;
	}
	.foot-tom-a {
		width: 50px;margin-right: 20px;height: auto;
	}
	.foot-tom-b {
		width: 50px;
	}
	.te-cent {
		text-align: center!important;
	}
	.plan-con {
		height: auto;padding-top: 200px;padding-bottom: 20px;
	}
	.con-a {
		background: white;min-height: 680px;height: auto;padding: 40px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	}
	.con-a-p1 {
		font-size: 30px;margin-bottom: 20px;color: #868484;border-bottom: 1px solid darkgray;padding-bottom: 30px;
	}
	.con-a-p2 {
		font-size: 25px;color: #868484;
	}
	.con-b {
		padding: 0 20px;margin-bottom: 50px;
	}
	.con-b-div {
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);background: #e4e4e4e3;
	}
	.con-b-img {
		background: white;padding:0 50px;border: 4px solid white;
	}
	.con-b-img:hover {
		border: 4px solid #d45137;transition: .3s!important;
	}
	.con-b-img img {
		width: 100%;
	}
	.div-b-con {
		padding: 20px 30px;
	}
	.b-con-tit {
		color: #696969;font-size: 30px;margin-bottom: 20px;
	}
	.b-con-des {
		color: #1076a5;margin-bottom: 20px;font-size: 20px;
	}
	.d-in {
		display: inline-block;
	}
	.na-co {
		color: #1076a5;
	}
	.b-con-data {
		border-top: 2px solid darkgray;border-bottom: 2px solid darkgray;padding: 25px 0;
	}
	.data-1 {
		line-height: 30px;font-size: 18px!important;
	}
	.data-1a {
		color: #757575;font-size: 18px!important;
	}
	.data-1b {
		color: #545454;
	}
	.data-2 {
		text-align: right;margin-top: 20px;
	}
	.data-2but {
		text-align: center;font-size: 20px;cursor: pointer;
	}
	.data-3 {
		text-align: left;margin-top: 20px;
	}
  	.sti-con {
  		padding: 20px;padding-top: 0px;
  	}
  	.wrap {
      position: relative;
      max-width: 100%;
    }
    .headers {
      top: 150px;
      position: -webkit-sticky;
      position: sticky;
      z-index: 1;
    }
    .tracks {
    	min-height: 1225px;
    }
    .pri-tex {
    	border-top: 2px solid darkgray;margin-top: 10px;padding-top: 30px;
    }
	.bod {
		background:url(../images/body-back.jpg);background-position: center;background-repeat: no-repeat;background-attachment: fixed;background-size: cover;
	}
	.b-c {
		color: white!important;background: #696969!important;
	}
	.foform input {
		border: none;
		padding: 20px;
		background: #ffffffbf;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.foform textarea {
		border: none;
		padding: 20px;
		background: #ffffffbf;
		margin-bottom: 20px;
		font-size: 20px;
		resize: vertical;
		min-height: 160px;
	}
	.fo-te {
		line-height: 80px;
	}
	.fo-tex {
		color: #545454;
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 50px;
	}
	.fo-off {
		color: #545454;font-weight: bold;font-size: 25px;
	}
	.pa-50 {
		padding: 50px;
	}	
	.li-50 {
		line-height: 50px;
	}
	.am-te {
		font-size: 30px;color: #545454;margin-bottom: 40px;
	}
	.bod-back {
		background-image:url(../images/header-img.jpg);background-attachment: fixed;width: 100%;height: auto;float: left;
		background-repeat: no-repeat;background-size: cover;
	}
	.bod-back-bot {
		background-image:url(../images/footer-img.jpg);background-attachment: fixed;width: 100%;height: auto;float: left;
		background-repeat: no-repeat;background-size: cover;
	}
	.bor-bor {
		
	}
	.ban-wel-tex {
		float: left;margin-bottom: 30px;font-family: tahoma;font-weight: normal;
	}
	.grea-con {
		background: white;margin-top: -165px;height: auto;min-height: 1200px;padding-top: 200px!important;
	}
	.ma100 {
		margin-top: 100px;
	}
	.flo-le {
		float: left!important;
	}
	.z40 {
		z-index: 40;
	}
	.flo-le-ce{
		float: left;text-align: center;
	}
	.gal-coco {
		background: #501105;margin-top: -100px;min-height: 800px;
	}
	.gal-tete {
		font-size: 70px;color: white;padding:150px 0 100px 5%;
	}
	.gal-didi {
		padding: 180px 6.5% 0 5%;
	}
	.gal-pp {
		color: white;font-size: 18px;line-height: 25px;margin-bottom: 30px;text-align: left;
	}
	.img-div {
		background: white;min-height: 1000px;height: auto;
	}
	.two-img-con {
		margin-left: 3%;text-align: center;margin-top: -150px;
	}
	.twoa-img {
		height: 550px;padding-left: 30px;position: relative;
	}
	.twoa-img-te {
		width: 100%;height: 100%;object-fit: cover;
	}
	.pee-tex {
		font-size: 70px;color: #696969;padding:150px 0 70px 5%;text-align: center;
	}
	.pee-tex-p {
		color: #696969;padding: 0 20%;text-align: center;
	}
	.pee-but-con {
		text-align: center;margin-top: 70px;margin-bottom: 250px;
	}
	.tre-img-con {
		background: /*#1a1e23*/;min-height: 700px;
	}
	.tre-img-div {
		margin-left: 3%;text-align: center;margin-top: -120px;
	}
	.tre-img-a {
		height: 620px;padding-left: 30px;position: relative;
	}
	.tre-img-img {
		width: 100%;height: 100%;object-fit: cover;transition: .2s;
	}
	.tre-img-img:hover {
		transform: scale(1.03);transition: .2s;
	}
	.wi50 {
		width: 50px;
	}
	.am-cont {
		margin-top: 0!important;background: #501105!important;height: 1250px!important;
	}
	.te-leff {
		text-align: left;
	}
	.am-tit {
		color: white!important;font-size: 80px!important;margin-top: 80px;padding-left: 40px;
	}
	.back-wi {
		background: white;margin-top: -250px;height: 300px;
	}
	.gal-tex {
		color: white;font-size: 25px;margin-left: 35px;margin-top: 20px;margin-bottom: 40px;
	}
	.gal-but-lef {
		margin-left: 40px;background: #696969!important;color: white;font-size: 25px;
	}
	.mart5{
		margin-top: 5%;
	}
	.gal-cont {
		background: linear-gradient(180deg, #ffffff 50%, #501105 50%);padding-bottom: 80px;padding-top: 40px;
	}
	.tabs button {
		padding: 25px 80px;font-size: 25px;border:none;border-radius: 50px;
		background: #4d4c4c;color: white;margin-bottom: 30px;
	}
	.tabs button.active {
	  background-color: white;border: 4px solid #4d4c4c;color: #4d4c4c;
	}
	.tabcontent {
	  display: none;
	  padding: 6px 12px;
	  border-top: none;
	}
	.tabcontent #col-4 {
		height: 500px;padding: 20px;
	}
	.tabcontent #col-4 img {
		width: 100%;height: 100%;object-fit: cover;box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	}
	.apar-am {
		background: #f9c659;
	}
	.apar-img {
		background: linear-gradient(90deg, #ffffff 50%, #f9c659 50%);min-height: 1500px;
	}
	.apar-li {
		min-height: 1500px;padding-top: 180px;padding-left: 200px;
	}
	.apar-tit {
		font-size: 70px;color: white;font-family: Palatino Linotype;
	}
	.apar-bul {
		color: white;font-size: 30px;line-height: 80px;margin-top: 90px;padding-left: 50px;
	}

/***/

	.nei-1 {
		padding-right: 100px;min-height: 1200px;
	}
	.hei-6 {
		height: 680px;padding-right: 80px;
	}
	.hei-img {
		object-fit: cover;width: 100%;height: 100%;
	}
	.nei-2 {
		padding-left: 50px;min-height: 1200px;
	}
	.nei-2-a {
		color: white;font-weight: bold;font-size: 40px;
	}
	.nei-2-b {
		font-family: Palatino Linotype;font-size: 60px;color: white;margin-top: 30px;
	}
	.nei-2-c {
		font-size: 25px;color: white;line-height: 40px;padding-right:150px;margin-top: 30px;
	}
	.nei-3-con {
		height: 900px;
	}
	.nei-3-a {
		background: #f4f4f4;color: #3f3f3f;height: 100%;padding: 80px 30px;
	}
	.nei-3-a1 {
		font-size: 35px;line-height: 50px;
	}
	.nei-3-a2 {
		margin-top: 30px;line-height: 60px;border-top: 2px solid lightgray;padding-top: 60px;
	}
	.nei-3-a2 p {
		font-size: 25px;
	}
	.nei-4 {
		background: white;
	}
	.a-num {
		color: red;text-decoration: none;
	}

/***/

	.image-bu {
		height: 63px;padding-right: 20px;
	}
	.texr {
		min-height: 350px!important;font-size: 25px!important;
	}
	.ma00 {
		margin-top: 0!important;
	}
	.pa00 {
		padding-left: 0;
	}
	.tact  {
		color: white!important;font-size: 25px!important;
	}

/***/

	.ame-1 {
		background: rgba(0,0,0,.4);padding-top: 250px;
	}
	.ame-1a {
		padding: 0 200px;
	}
	.ame-1b {
		font-family: Palatino Linotype;color: white;font-size: 50px;
	}
	.ame-2 {
		background: #f9c659;
	}
	.ame-2a {
		min-height: 1500px;padding-top: 180px;padding-left: 200px;
	}
	.ame-2b {
		font-size: 70px;color: white;font-family: Palatino Linotype;
	}
	.ame-2c {
		color: white;font-size: 30px;line-height: 80px;margin-top: 90px;padding-left: 50px;
	}
	.ame-3 {
		background: linear-gradient(90deg,#f9c659  50%, #ffffff 50%);min-height: 1500px;
	}
	.ame-3a {
		height: 600px;
	}
	.ame-3b {
		object-fit: cover;width: 100%;height: 100%;
	}

/***/

	.res-con {
		background: white;
	}
	.res-1 {
		padding:100px 6% 80px 6%; background: #F0F0F0;
	}
	.res-1a {
		text-align: center;min-height: 650px;margin-bottom: 20px;padding: 0 30px;
	}
	.res-1a span{
		text-align: center;font-size: 30px;color: #f10000;/*border-bottom: 1px solid darkgray;*/padding-bottom: 20px;display: block;height: 70px;
	}
	.res-1a img {
		width: 100%;margin-top: 20px;
	}
	.res-1a p {
		text-align: left;color: #222;font-size: 25px;line-height: 40px;margin-top: 30px;
	}
	.bgimg-5 {
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-image: url(../images/flo-img.jpg);
	    min-height: 200px;
	    
	}
	.tt {
		font-size: 28px;
	}
	#form-content {
		width: 100%;float: left;
	}
	.tel-n {
		color: white;text-decoration: none;
	}
	.tel-n:hover {
		color: #d75238;
	}
	.submit-button:hover {
    background: #000;
}

.submit-button {
    float: left;
    width: 30%;
    margin: 0 35%;
    padding: 15px 0;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    border-radius: 5px;
    font-size: 24px;
    color: #FFF;
    background: #700;
    cursor: pointer;
}
/***/

				.tabtab-concon {
					background: #F0F0F0;padding: 6%;height: auto;
				}
				.tab1 button {
					padding: 20px 30px;font-size: 25px;border:none;cursor: pointer;
					background: #dcdcdc;color: #222;margin-right: 10px;
				}
				.tab1 button:hover {
					background: #e0cab9;
				}
				.tab1 button.active {
					background: #0e1f31;color: white;
				}
				.tabcontent1 {
					padding: 50px;height: auto;
				}
				.tab-tit {
					color: #222;font-size: 25px;font-weight: thin;
				}
				.tit-img {
					width: 400px;float: right;margin-right: 10px;margin-left: 50px;padding-top: 40px;margin-bottom: 30px;
				}
				.extend {
					width: 500px!important;
				}
				.expand {
					height: 100px!important;width: 600px!important;
				}
				.tit-pip {
					color: #2b2b2b;font-size: 25px;line-height: 40px;margin-top: 30px;text-align: left;margin-bottom: 30px;
				}
				.tab-con1 {
					background: lightgray;
				}
				.tabcontent2 {
					padding: 15px;height: auto;background: white;float: left;margin-bottom: 50px;
				}
				.tabcontent3 {
					padding: 15px;height: auto;background: white;float: left;margin-bottom: 50px;
				}
				.tabcontent4 {
					padding: 15px;height: auto;background: white;float: left;margin-bottom: 50px;
				}				
				.tabcontent5 {
					padding: 15px;height: auto;background: white;float: left;margin-bottom: 50px;
				}

	.res-1a img {
		border: 5px solid #F0F0F0;   
	}
	.res-1a img:hover {
		border: 5px solid #d45137;   
	}
	.carousel-indicators {
	    bottom: 3%!important;
	}
	.centered {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  font-size:100px;
	  font-weight: bold;
	  color: #000;
	  text-shadow: 0 0 10px white; 
	}
	.tre-cen {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  font-size:60px;
	  color: #000;
	  text-shadow: 0 0 5px #FFF; 
	}
	.pad-0 {
		padding-top: 240px!important;margin-top: -165px;
	}
	.pad-01 {
		padding-top: 80px;
	}
	.bgimg-f{
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-image: url(../images/bgimg-f.jpg);
	    padding: 80px 0;
	    
	}
	.lam-par {
		background: rgba(12,34,57, .75);padding: 100px 10%;height: auto;
	}
	.lam-par-tex {
		color:#ffff66;font-size: 50px;font-weight: normal;
	}
	.lam-par-p {
		color: white;font-size: 25px;line-height: 50px;text-align: left;margin-top: 30px;text-align: left;
	}

/***/

	.modals {
	  opacity: 0;
	  visibility: hidden;
	  position: fixed;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  text-align: left;
	  transition: opacity .25s ease;  
	  z-index: 500;
	  background: url(../images/overlay.png) repeat 0 0;
	}
	.modal__bg {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  cursor: pointer;
	}
	.modal-state {
	  display: none;
	}
	.modal-state:checked + .modals {
	  opacity: 1;
	  visibility: visible;
	}
	.modal-state:checked + .modals .modal__inner {
	  top: 0;
	}
	.modal__inner {
	  transition: top .25s ease;
	  position: absolute;
	  top: -20%;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  width: 700px;
	  margin: auto;
	  overflow: auto;
	  background: #fff;
	  border-radius: 15px;
	  height: 700px;
	  border: 15px solid #0e0e0e;
	}
	.modal__close {
	  position: absolute;
	  right: 1em;
	  top: 1em;
	  width: 1.1em;
	  height: 1.1em;
	  cursor: pointer;
	}
	.modal__close:after,
	.modal__close:before {
	  content: '';
	  position: absolute;
	  width: 2px;
	  height: 1.5em;
	  background: red;
	  display: block;
	  font-weight: bold;
	  transform: rotate(45deg);
	  left: 50%;
	  margin: -3px 0 0 -1px;
	  top: 0px;
	}
	.modal__close:hover:after,
	.modal__close:hover:before {
	  background: #aaa;
	}
	.modal__close:before {
	  transform: rotate(-45deg);
	}
        		.cou-1 {
        			width: 200px;margin-top: 50px;
        		}
        		.cou-2 {
        			margin-top: 50px;font-size: 30px;color: gray;
        		}
        		.cou-3 {
        			margin-top: 20px;font-size: 18px;color: gray;
        		}
        		.cou-4 {
        			margin-top: 100px;color: gray;
        		}
        		.cou-5 {
        			margin-top: 50px;
        		}
        		.cou-5-a {
        			padding: 5px;border: 1px solid lightgray;width: 250px;text-align: center;font-size: 20px;
        		}
        		.cou-6 {
        			margin-top: 80px;
        		}
        		.cou-6-a {
        			margin-right: 0!important
        		}
/***/
	.flo-ad {
		width: auto!important;
	    float: right!important;
	    padding-right: 30px;
	}
	.floo-r {
		float: right!important;
	}
	.data-3 {
		text-align: left;margin-top: 20px;
	}
	.but-12 {
		width: 225px!important;
	}
/***/
.modal,.modal2,.modal3 {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.9);
  overflow: hidden;
}
.modal-content,.modal-content2,.modal-content3 {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}
.close,.close2,.close3 {
  z-index: 101;
  color: red;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 50px;
  font-weight: bold;
}
.close:hover,
.close:focus,
.close2:hover,
.close2:focus,
.close3:hover,
.close3:focus {
  color: maroon;
  text-decoration: none;
  cursor: pointer;
}
.mySlides,.mySlides2,.mySlides3 {
  display: none;text-align: center;
}
.prev,
.next,
.prev2,
.next2,
.prev3,
.next3 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 30px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background: rgba(225,225,225,0.1);
  border: 1px solid #4f4f4f;
  z-index: 4
}
.next,.next2,.next3 {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover,
.prev2:hover,
.next2:hover,
.prev3:hover,
.next3:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext,.numbertext2,.numbertext3 {
  color: white;
  font-size: 23px;
  padding: 15px 25px;
  position: absolute;
  top: 0;
  background: #2f2f2f;
  border: 1px solid #4f4f4f;
}
.demo,.demo2,.demo3 {
  opacity: 0.8;
  cursor: pointer;
}
.demo:hover,.demo2:hover,.demo3:hover {
  opacity: 0.7;
}
.num-img {
	width: 100%;
	height: auto;
}
.num-img2,.num-img3 {
	width: 1000px;height: 700px;transition: .3s;
}
.mod-ti,.mod-ti2,.mod-ti3 {
	font-size: 35px;margin-bottom: 40px;border-bottom: 2px solid #b5b5b5;
    padding-bottom: 40px;
}
.mod-cli,.mod-cli2,.mod-cli3 {
	padding: 5px!important;height: 180px!important;
}
.mod-di,.mod-di2,.mod-di3 {
	position: relative;
}
.mod-co,.mod-co2,.mod-co3 {
	padding: 30px;
}
.mod-bu,.mod-bu2,.mod-bu3 {
	margin-top: 120px!important;padding: 0!important;
}
.tabcontent #col-4 img:hover {
	border: 5px solid #bb6801;transition: .3s;cursor: pointer;
}
.ce {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    transition: .8s;
}
.seh, .seh1 {
	width: 600px!important;
    height: 770px!important;
}
/***/
	.ser-two {
		background: lightgray;padding: 20px;
	}
	.fo-two {
		padding: 0 15px;
	}
	.no-mar {
		margin-bottom: 0!important;
	}
	.fo-three {
		padding: 0 15px;margin-top: 20px;
	}
	.co-fo {
		border: 2px solid lightgray;
		padding: 20px;
		background: #ffffffbf;
		margin-bottom: 20px;
		font-size: 20px;
		height: 70px;margin-top: 30px;
	}
	.co-iim {
		height: 70px;margin-bottom: -28px;margin-top: 30px;margin-right: 20px;
	}
	.pa-but {
		font-size: 25px;
	}
	.ser-conts {
		padding: 100px 15%!important;
	}
	.ref-name {
		font-size: 30px;color: #f10000;margin-bottom: 15px;
	}
	.fote {
		width: 40%;font-size: 22px;float: left;margin-top: 15px;color: #636363;
	}
	.foform select {
		border: none;
		padding: 20px;
		background: #ffffffbf;
		margin-bottom: 20px;
		font-size: 20px;
		width: 60%;float: left;color: #636363;box-shadow: 0 2px 8px rgba(0,0,0,.2);
	}
    .tc0 {
    	text-align: center;padding: 0 7%;
    }
    .res-tt {
    	font-size: 35px;color: #f10000;
    }
    .mar222 {
    	margin-left: 18px;
    }
	.carousel-inner .item,
	.carousel-inner .item.active,
	.carousel-inner .item img {
	    margin-top: auto!important;
	    padding: 0px!important;
	    display: block;
    	max-width: 100%;
	}
	.dis-no {
		display: none;
	}
	.dis-ye {
		display: inline-block;
	}
	.dis-no1 {
		display: none;
	}
	.dis-ye1 {
		display: inline-block;
	}
	.par-sh {
		background: #26948c52;height: 150px;display: none;
	}
	.top-imp {
		margin-top: 111px;
	}

	.but-ta {
		padding: 0 5px;text-decoration: none;
	}
	.but-ta1 {
		width: 100%;text-align: center;background: #d75238;padding: 15px 40px;border-radius: 50px;font-size: 20px;color: white;box-shadow: 0 2px 5px rgba(0,0,0,.5);
	}
	.but-ta1:hover {
		background: #d14024;
	}
	.but-ta2 {
		width: 100%;text-align: center;background: #696969;padding: 15px 40px;border-radius: 50px;font-size: 20px;color: white;box-shadow: 0 2px 5px rgba(0,0,0,.5);
	}
	.but-ta2:hover {
		background: #545353;
	}
	.button-c {
	    margin-bottom: 15px;
	    font-size: 23px;
	    background: #696969;
	    padding: 15px 40px;
	    border-radius: 50px;
	    box-shadow: 0 2px 5px rgba(0,0,0,.5);
	    color: white;
	    text-decoration: none;
	    margin-right: 20px;
	    display: inline-block;
	    width: 250px;
	}
	.log-co {
		margin-bottom: 20px;color: white;font-size: 25px;
	}
	.log-co a {
		color: white;text-decoration: none;
	}
	.log-co a:hover {
		color: #d75238;
	}
	.log-im {
		margin-right: 5px;width: 30px;margin-bottom: -5px;
	}
	.bro-back {
		background: gray!important;
	}
	.bro-back:hover {
		background: #6d6d6d!important;
	}
	.bro-icon1 {
		width: 30px;margin-bottom: -8px;margin-right: 10px;
	}
	.cop-cop {
		text-align: right;padding-right: 6%;
	}
	.footlinka {
		text-align: left;padding-left: 6%;color: white;font-size: 23px;
	}
	.footlinkb {
		text-align: right;padding-right: 6%;color: white;font-size: 23px;
	}
	.footlinka a, .footlinkb a {
		color: white;text-decoration: none;
	}
	.footlinka a:hover, .footlinkb a:hover {
		color: #d75238;cursor: pointer;
	}
	.privacypolicy {
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	    background-color: #222;
	    display: none;
	    z-index: 20;
	}
	.privacypolicy section {
	    padding: 20px;
	    color: #FFFFFF;
	    text-align: center;
	    font-size: 19px;
	}
	.privacypolicy span {
	    color: #FFF;
	    cursor: pointer;
	    font-size: 30px;
	    float: right;
	    position: fixed;
	    bottom: 2.5%;
	    font-weight: bold;
	    transition: .3s;
	    margin-left: -10px;
	}
	.privacypolicy span:hover {
	    color: #B00;
	    transition: .3s;
	}
	a.privacylink {
	    color: #FF0;
	}
	@media screen and (max-width: 1300px) {
		.footlinkss #col-6 {
			width: 50%!important;
		}
		.cop-cop {
			padding-right: 0;
		}
	}
	@media screen and (max-width: 1100px) {
		.sitesite #col-6 {
			width: 100%;
		}
	}
	@media screen and (max-width: 800px) {
		.footlinkss #col-6 {
			width: 100%!important;
		}
		.footlinka {padding-left: 0;margin-bottom: 10px;}
		.footlinkb {padding-right: 0;}
		.cop-cop {padding: 5px 20px;}
	}

/**sis**/

	.sis-con div {
	    font-size: 25px;
	    color: #f10000;
	    padding-bottom: 10px;
	    display: block;
	}
	.sis-con span {
		color: #00639c;
		font-size: 25px;
		line-height: 45px;
	}
	.sis-p {
	    text-align: left;
	    font-size: 25px;
	    line-height: 45px;
	    color: #222;
	    margin-top: 10px;
	    margin-bottom: 30px;
	}
/***/
	.ac-link {
		color: #B00;text-decoration: none;transition: .3s;
	}
	.ac-link:hover {
		color: black;cursor: pointer;transition: .3s;
	}
	.mars {
		margin-bottom: 10px!important;
	}
	.sitsit {
		padding-right: 30px;
	}
	.dasz {
		padding-left: 25px;
	}
	.dasz li {
		list-style-image: url(../images/bullets.png);
	}
	.sit-tit {
		border-bottom: 1px solid darkgray;padding-bottom: 20px;
	}
	.dasz a {
		color: #B00;text-decoration: none;transition: .3s;
	}
	.dasz a:hover {
		color: black;cursor: pointer;transition: .3s;
	}
	.lihe {line-height: 35px!important;}
	.ter-tit {
		color: #B00;text-decoration: none;cursor: pointer;
	}
	.titler {
	    width: 100%;
	    float: left;
	    font-size: 40px;
	    line-height: 50px;
	    color: #FFF;
	    text-shadow: 0 0 10px #000;
	    padding-bottom: 60px;
	}
	.banner-video {
	    object-fit: cover;
	    margin-left: 5%;
	    width: 90%;
	    height: 770px;
	}
	.tab2 {
		margin-top: 30px;
	}
	.tab2 button {
	    padding: 15px 40px;
	    font-size: 20px;
	    width: 100%;
	    background: #d75238a6;
	    box-shadow: 0 2px 5px rgb(0 0 0 / 50%);
	    border: none;
	    border-radius: 50px;
	    color: white;
	    margin-bottom: 30px;
	}
	.tab2 button.active2 {
	    background: #d75238!important;
	}
	.tab2 button:hover {
	    background: #d75238c7;
	}
	.gray-te {
		font-weight: bold;font-size: 30px;color: #555555;
	}
	.app-img {
		width: 200px;
	}
	.pdf-te {
		font-size: 25px;color: red;font-weight: bold;
	}
	.l-gray-te {
		font-weight: bold;font-size: 30px;color: #555555;
	}
	.mbt {
		margin-bottom: 60px;
	}
	.mbt2 {
		margin-bottom: 20px;
	}
	.ab-te {
		font-size: 25px;color: #555555;
	}
	.pdf-te2 {
		color: #B00;font-size: 25px;font-weight: bold;
	}
	.app-img2 {
		width: 120px;
	}
	.tro-a {
		color: #555555;text-decoration: none;
	}
	#mobz {
		display: none;
	}
	.att-con {
		background: #F0F0F0;
	}
	.att-con-div {
		width: 90%;margin-left: 5%;margin-top: 3%;
	}
	.att-con-div #col-4 {
		margin-bottom: 30px;
	}
	.att-con-img {
		width: 95%;margin-bottom: 10px;
		border: 5px solid #F0F0F0;transition: .3s;height: auto;
	}
	.att-con-img:hover {
		border: 5px solid #d45137;transition: .3s;
	}
	.att-con-s1 {
		font-size: 23px;color: gray;margin-bottom: 20px;color: #000;
	}
	.att-con-s2 {
		font-size: 20px;color: #da0101;
	}

	.orange-container {
	    width: 100%;
	    background: url(../images/orange-background.jpg) center;
	    background-repeat: no-repeat;
	}
	.mb-am {
		margin-bottom: 80px!important;
	}
	.mb-am1 {
		margin-bottom: 80px!important;
	}
	.top-bro {
		padding: 4px 30px 8px 30px!important;background: #933716;margin-left: 20px;
	}
	.top-bro:hover {
		background: #b83c0f;color: white!important;
	}

	/* CUSTOM */
	div.top-header {
		border-bottom: 5px solid #FFF;
	}
	div.top-header aside:nth-child(1){
		float: left;
		margin-left: 1%;
	}
		div.top-header aside:nth-child(1) a {
			padding: 10px;
		}
	div.top-header aside:nth-child(2){
		text-align: right;
		margin-right: 1%;
	}
		div.top-header aside:nth-child(2) a {
			padding: 5px 10px;
		}
		div.top-header aside:nth-child(2) a:nth-child(1) img {
			margin:5px 5px -4px 0;
			width: 22px;
			height: 21px;
		}
		div.top-header aside:nth-child(2) a:nth-child(2) img {
			margin:5px 5px -4px 0;
			width: 15px;
			height: 21px;
		}
		div.top-header aside:nth-child(2) a:nth-child(3) img {
			margin:5px 5px -4px 0;
			width: 15px;
			height: 21px;
		}
	.de-text {
		margin-top: 210px;
	}
	.det-1 {
		text-shadow: 0px 0px 16px rgb(0 0 0 / 80%);font-size: 80px;color: white;font-weight: bold;
	}
	.det-2 {
		margin-top: 390px;
	}
	.det-2a {
		text-align: right;padding-right: 30px;
	}
	.det-2a a {
		margin-bottom:15px;font-size:20px;background: #d75238;padding: 15px 40px; border-radius: 50px;box-shadow: 0 2px 5px rgba(0,0,0,.5);color: white;
		text-decoration: none;margin-right:20px;display: inline-block;width: 250px;font-weight: normal!important;
	}
	.det-2a a:hover {
	    cursor: pointer!important;
	    background: #d14024;
	    transition: .3s;
	}
	.det-2b {
		text-align: left;padding-left: 30px;
	}
	.det-2b a {
		margin-bottom:15px;font-size:20px;background: #e4dede;padding: 15px 40px; border-radius: 50px;box-shadow: 0 2px 5px rgba(0,0,0,.5);color: #484848;text-decoration: none;display: inline-block;width: 250px;font-weight: normal!important;
	}
	.det-2b a:hover {
	    cursor: pointer!important;
	    background: #4a4848!important;
	    transition: .3s;
	    color: white;
	}
	#cp {
		display: none;transition: .3s;
	}
	@media screen and (max-width: 780px) {
		.de-text {
			margin-top: 120px!important;
		}
		.det-1 {
			font-size: 70px;
		}
		.det-2 {
			margin-top: 220px;
		}
		.det-2 #col-6 {
			width: 100%;text-align: center;
			padding-left: 0;padding-right: 0;
		}
		.det-2a a {
			margin-right: 0;
		}
		.det-2b a {
			margin-left: 0;
		}
	}
	@media screen and (max-width: 500px) {
		.row-3 {
		    margin-left: 13%;
		}
		.row-3 span {
		    text-align: center;
		}
		.bcen {
			margin-left: 10px;
		}
		.button-1,.button-2,.det-2a a,.det-2b a {
			padding: 10px;
		}
		.det-1 {
			font-size: 45px;
		}
		.det-2 {
    		margin-top: 187px;
    	}
    	#mobz, #spe-mobz {
    		display: none!important;transition: .3s;
    	}
    	#cp {
    		display: inline-block;transition: .3s;
    	}
		.de-text {
			margin-top: 100px;
		}
	}
	  .gal-mob-hid {
	  	display: none;
	  	padding: 40px 10px;
	  }
	  .gal-mob div img{
	  	width: 100%;
	  	height: 150px;
	  	object-fit: cover;
	  	padding: 3px;
	  	cursor: pointer;
	  }
	  .padz20 {
	  	padding: 0 30px;margin-bottom: 10px;
	  }
	  .accordionz {
        color: #222;
        cursor: pointer;
        padding: 20px;
        margin: 0;
        border: none;
        font-size: 20px;
        text-align: center;
        background: #b7b7b7;
        font-family: arial;
      }
      .accordionz:hover, .accordionz:hover::after {
        background: #d75238;color: white;
      }
      .accordionz::after {
        content: '\002B';
        color: white;
        font-size: 20px;
        font-weight: bold!important;
        float: right;
      }
      .activez::after {
        content: '\2212';
        color: white;
      }
      .accordion-panelz {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s ease-out;
      }
      .accordion-panelz p {
        background: #272626;
        padding:5px;
        margin:0;
        text-align: left;
        color: white;
        padding-left: 10%;
      }
      .accordion-panelz p:hover {
        background: #40569185;
      }
      .pa10 {
      	padding: 10px;
      }
      .lightgallery li img {
	    width: 25%;
	    height: 150px;
	    object-fit: cover;
	    padding: 3px;
	    cursor: pointer;
	    float: left;
	 }