html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
	min-height: 100vh;
    background: url(bodyback.webp);
    font-family: 'Raleway', sans-serif;
        background-attachment: fixed;
}
h1{
	margin: 0;    
}

#headerlogo{
	font-family: 'Athiti', sans-serif;
	color:#41a9ff;
	font-size: 50px;
	text-shadow: 1px 1px 22px #5c0003;
}
#headerlogof{
	color:#fefe21;
}
#headerspeach{
	color: white;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 1px 1px 22px #ad0006;
}
#workzonediv1{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(workzone1.jpg);
    background-position: center;
    background-size: cover;
        min-height: 50vh;
            padding: 100px 0px;
            box-sizing: border-box;
    height: 100vh;
}
#workzonediv1>div{
	border:3px outset rgba(26,41,47,0.5);
	padding:22px;
	text-align: center;
}
#workzonediv2{
	    margin: 50px;
    padding: 50px;
    background: white;
    border-radius: 50px;
    text-align: center;
    display: grid;
    grid-template-columns: 50% 50%;
        border: 1px solid #ededed;
            box-shadow: -1px -1px 16px gray;
}
#wkzn2d1{
    padding: 0px 25px;
}
#wkzn2d1 h2{
	    font-size: 30px;
}
#wkzn2d1 p{
	    font-size: 20px;
	        line-height: 30px;
}
#wkzn2d2{
	display: grid;
    grid-template-columns: 50% 50%;
    box-sizing: border-box;
    row-gap: 30px;
}
#wkzn2d2 img{
	max-height: 70px;
}
#wkzn2d2>div{
	    padding: 10px;
    box-sizing: border-box;
}
#workzonediv3{
	    margin: 50px;
}
#workzonediv3>div{
	margin-bottom: 20px;
}
#workzonediv3 div div{
	    background: white;
    border: 1px solid #ededed;
        text-align: center;
    padding: 10px 30px;
    max-width: 70vw;
        box-shadow: -1px -1px 16px gray;
}
.wkzn3ft{
	display: flex;
	justify-content: end;
}
#workzonediv3 h5{
	    font-size: 25px;
	    color: #41a9ff;
}
#workzonediv3 h6{
	    font-size: 20px;
    line-height: 30px;
}
#workzonediv3 p{
	    line-height: 25px;
	        margin-bottom: 30px;
}
#workzonediv4{
	background: url(contformback.jpg);
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
        background-position: center;
    background-size: cover;
    background-attachment: fixed;
        overflow: hidden;
}
#workzonediv4>div{
	text-align: center;
    background: #00000082;
    padding: 50px;
        min-height: 685px;
    box-sizing: border-box;
}
#workzonediv4 h3{
	font-size: 30px;
    color: #41a9ff;
        margin-top: 0;
}
#workzonediv4 form{
	display: flex;
    flex-direction: column;
            color: white;
            font-weight: 500;
    font-size: 16px;
}
#workzonediv4 form>div{
	margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#workzonediv4 textarea{
	font-family: 'Arial', sans-serif;
}
#workzonediv4 input,#workzonediv4 textarea,#workzonediv4 button{
	border: none;
    padding: 10px 15px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    font-size: 16px;
    min-width: 250px;
        margin-left: 20px;
}
.redaster{
	color: red;
}
#submformbut{
	margin-left:0 !important;
	    background-color: #41a9ff;
	    font-size: 18px;
    font-weight: 600;
        cursor: pointer;
        transition: all 0.33s ease 0s;
        color:black;
}
#submformbut:hover{
	background-color: #fefe21;
}
#citsurname{
	display: none;
}
#consultform img{
	max-width: 100px;
}
#workzonediv4 form>span{
	min-height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#consultform h5{
	    font-size: 25px;
    color: #f9f926;
}
#consultform h6{
	    font-size: 14px;
    margin: 0;
}
#footerdiv{
	padding: 50px;
    background: rgb(65,169,254);
    background: linear-gradient(135deg, rgba(65,169,254,1) 0%, rgba(65,169,254,1) 49%, rgba(253,253,34,1) 51%, rgba(253,253,34,1) 100%);
    display: flex;
    justify-content: space-between;
    position: relative;
}
#footerdiv a{
	text-decoration: none;
	color: #171819;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 12px;
        width: fit-content;
        transition: all 0.33s ease 0s;
        text-align: right;
}
#footerdiv>div{
	    display: flex;
    flex-direction: column;
}
#footerdivleft{
	text-align:left;
}
#footerdivleft a:hover{
	color: #fffe00;
    scale: 1.05;
    text-shadow: 0px 0px 2px black;
}
#footerdivright{
	    align-items: end;
}
#footerdivright a:hover{
	color: #0070ff;
    scale: 1.05;
        text-shadow: 0px 0px 2px white;
}
#footerhead{
	    font-weight: 600 !important;
    font-size: 22px !important;
    margin-bottom: 20px !important;
}
#workzonediv3 h4{
	color: #41a9ff;
    text-shadow: 0px 0px 0px black;
    font-size: 19px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
#workzonediv3 h4>span{
	margin-left: 10px;
    font-size: 38px;
    line-height: 23px;
    font-family: 'Arial', sans-serif;
    height: fit-content;
    transition: all ease 0.33s;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

.shakingnotspan{
	transform: rotate(45deg);
}
/*.shakeviewblock{
	opacity: 1 !important;
    max-height: 1000px !important;
}*/
.classnew{
	    margin-bottom: 0px;
}
#workzonediv3 div div.detailfromshake{
	background: none;
    border: none;
    box-shadow: none;
    justify-content: center;
    display: none;
}
#workzonediv3 div div.detailfromshake>div{
	    box-shadow: none;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.detailfromshake p{
	font-size: 13px;
    margin-top: 0px;
}
.detailfromshake ul{
	padding: 0;
	margin-top: 0px;
}
.detailfromshake li{
	    line-height: 30px;
    box-shadow: 0px 0px 8px gray;
    text-decoration: none;
    list-style-type: none;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-weight: 600;
}
#csecured20{
	    position: absolute;
    bottom: 0;
    left: 0;
    width: -webkit-fill-available;
    text-align: center;
}
@media only screen and (max-width: 900px) {
	#workzonediv2{
		grid-template-columns: 100%;
	}
}
@media only screen and (max-width: 730px) {
	#footerdiv a{
		    font-size: 14px;
		    text-align: center;
	}
	#csecured20{
		font-size: 14px;
	}
}
@media only screen and (max-width: 650px) {
	#footerdiv{
		flex-direction: column;
    	align-items: center;
	}
	#footerdiv>div:first-child{
		    background: #41a9fe61;
    	padding: 50px;
    	    align-items: center;
	}
	#footerdivright{
	        justify-content: center;
    	align-items: center;
	    margin-top: 30px;
	}
	#headerspeach{
		max-width: 350px;
	}
	#workzonediv3 div div.detailfromshake{
		    padding: 10px 10px;
	}
}
@media only screen and (max-width: 570px) {
	#wkzn2d1 p{
		font-size: 16px;
	}
	#wkzn2d1 h2{
		    font-size: 25px;
	}
	#workzonediv3 h6{
		font-size: 16px;
	}
	#workzonediv3 h5{
		font-size: 20px;
	}
}
@media only screen and (max-width: 520px) {
	#workzonediv4>div{
		padding: 30px;
		    min-height: 586px;
	}
	#workzonediv4 h3{
		font-size: 20px;
	}
	#workzonediv4 input, #workzonediv4 textarea,#workzonediv4 button{
		    font-size: 14px;
	    padding: 8px 10px;
	    min-width: 200px;
	}
	#submformbut{
		    min-height: 50px;
	}
}
@media only screen and (max-width: 500px) {
	#wkzn2d2{
		    grid-template-columns: 100%;
	}
	#wkzn2d1{
		    padding: 0px 10px;
	}
	#workzonediv2{
		padding: 30px;
	}
	#workzonediv3{
		margin-left: 30px;
		margin-right: 30px;
	}
	#workzonediv2{
		margin-left: 30px;
		margin-right: 30px;
	}
}
@media only screen and (max-width: 450px) {
	#headerspeach{
		    max-width: 300px;
	}
	#footerdiv{
		    padding: 30px;
	}
	#footerdiv>div:first-child{
		    padding: 30px
	}
}

#headerdiv{
	background-color: white;
	padding: 10px 5vw;
	    box-shadow: 1px 0px 16px gray;
	        position: fixed;
	            width: 100vw;
    top: 0;
        box-sizing: border-box;
}
#headerdiv>h2{
	position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%,0%);
}
#headerdiv #headerlogo{
	text-shadow: none;
}
#headerdiv #headerlogo>span{
	    text-shadow: 0 0 1px black;
}
#workzonediv1 h2{
	font-size: 45px;
}
#wkzn1h1{
	    padding-left: 150px;
	    text-shadow: 40px 0px 31px #00bbf4;
}
#wkzn1h3{
	padding-right: 150px;
	text-shadow: -40px 0px 31px #00bbf4;
}
#workzonediv2priv{
	    margin: 50px;
    padding: 50px;
    background: white;
    border-radius: 50px;
        border: 1px solid #ededed;
            box-shadow: -1px -1px 16px gray;
                margin-top: 130px
}
#workzonediv2priv p{
	    font-size: 16px;
    line-height: 21px;
}
#workzonediv2priv p a{
	text-decoration: none;
}
#workzonediv2priv h4{
	    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}
.privpolmarright{
	margin-left:20px;
}
#headerdivlink{
	text-decoration: none;
}
@media only screen and (max-width: 1150px) {
	#headerdiv>h2{
		    text-align: center;
	    position: relative;
	    top: auto;
	    left: auto;
	    transform: none;
	}
	#workzonediv2priv{
		    margin-top: 200px;
	}
}
@media only screen and (max-width: 500px) {
	#workzonediv2priv{
		padding: 35px;
	    margin: 25px;
	    margin-top: 220px;
	}
}