/*Styles for DWCSJ Website*/
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaijaan');
@import url('https://fonts.googleapis.com/css?family=Oxygen');
@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
*{
	scroll-behavior:smooth;
}
html{
	margin:0;
	padding:0;
	background:#fff;
}

body{
	position:absolute;
	background-image:url(../../../images/bg/dwcsj-campus.jpg);
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	font:normal 14px/1.8em Segoe UI, Century Gothic, sans-serif;
	-webkit-font-smoothing:antialiased;
	margin:0;
	padding:0;
	width:100%;
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow-x: hidden;
}

#wrapper{
	position:relative;
	background:rgba(255,255,255,0.5);
	padding-top:1px;
	width: 100%;
	max-width:1200px;
	height:1715px;
	margin: 0;
	padding: 0;
	margin:0 auto;
	overflow-x: hidden;
}

header{
	position:relative;
	width:100%;
	height:143px;
	margin:0 auto;
}
header div h1 {
	position: relative;
	font-family: 'Archivo Black', sans-serif;
	font-size: 40px;
	color: #000;
	top: -10px;
	left: 133px;
	letter-spacing: .5px;
	width: 100%;
}
header div span {
	position: relative;
	font-style: italic;
	top: -26px;
	left: 133px;
	font-size: 100%;
	color: #000;
	letter-spacing: 1px;
}
header img{
	position:absolute;
	top:-27px;
	left:10px;
	width:113px;
	box-sizing: border-box;
}
#top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 50px;
	height: 50px;
	z-index: 3;
}
#address {
	position: relative;
	font-family: 'Oxygen', Segoe UI, Tahoma, sans-serif;
	top: -90px;
	left: 133px;
	font-size: 100%;
	color: #000;
	letter-spacing: 1px;
}

#contacts {
	position: relative;
	font-family: 'Oxygen', Segoe UI, Tahoma, sans-serif;
	top: -90px;
	left: 133px;
	font-size: 100%;
	color: #000;
	letter-spacing: 1px;
	display: flex;
}
.tel, .mobile {
	padding-right: 20px;
}
.fas, #address .fa{
	color: #f54e34;
	font-size: 14px;
	padding-right: 5px;
}
.dept_label.fa {
	color: #f54e34;
	font-size: 14px;
	padding-right: 5px;
}
#dwcsj_seal_pic {
    position: relative;
    border: 2px solid white;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    border-radius: 10px 10px;
    -moz-box-shadow: 0px 0px 10px white;
    -webkit-box-shadow: 0px 0px 10px white;
    box-shadow: 0px 0px 10px white;
    background-color: white;
    width: 300px;
    margin: 20px auto;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
section {
    position: relative;
    width: 98%;
	height: auto;
	background:rgba(255,255,255,0.5);
	top:-27px;
	margin:0 auto;
    clear: both;
    padding: 20px 0 20px 0;
	padding-bottom: 80px;
    z-index: 1;
}
section .box{
	position: relative;
	width: 80%;
	padding: 0 40px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow-x: hidden;
}
section .box .imgBox {
	width: 100%;
	max-width: 720px;
	margin: 50px auto 20px;
}
section .box .imgBox img {
  width: 100%;
  border: 4px solid #fff;
  box-shadow: 0 5px 25px rgba(0,0,0,.5);
}
section .box ul.thumb li {
  list-style: none;
  margin: 0 10px;
}
section .box ul.thumb {
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .box ul.thumb li img {
  border: 4px solid #fff;
  box-shadow: 0 5px 25px rgba(0,0,0,.5);
}
.page_title{
	font-family:'Oxygen', Segoe UI, Tahoma, sans-serif;
	color:#262626;
	position:relative;
	width: 100%;
	text-align:center;
	text-shadow:3px 3px 3px gray;
	font-size:40px;
	}
.container {
	position: absolute;
	padding-bottom: 20px;
	width: 100%;
	max-width: 800px;
	height: 400px;
	margin: 0 auto;
	left: 34%;
	transform: translateX(-50%);
}

.container .layer1 {
    position: absolute;
    top: -3%;
    left: 28%;
    transform: translate(-22%,-50%);
    width: 59%;
    height: 106%;
    background: #f54e34;
    transform: skewX(-1deg) translateX(127px);
    transition: .5s;
}

.container .layer2{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-22%,-50%);
	width:80%;
	height:444px;
	background:#20caff;
	z-index:-1;
	transition:1s;
}

.container .content{
	position:absolute;
	width:75%;
	top:50%;
	left:50%;
	transform:translate(-20%,-50%);
	height:419px;
	background:#fff;
	z-index:1;
	box-sizing:border-box;
	text-align:center;
	box-shadow:0 10px 15px rgba(0,0,0,.4);
	margin:0 auto;
}
.container.content h1{
	margin:0;
	padding:0;
	color:#262626;
	font-weight:700;
}

.container .content p{
	font-weight:400;
}

.container2{
	position:relative;
	padding-bottom:20px;
	width: 100%;
	max-width:800px;
	height:400px;
	left:-44px;

}

.container2 .layer1{
	width:78%;
	height:309px;
	background:#f54e34;
	transform:skewX(-30deg) translateX(148px);
	transition:.5s;
}

.container2 .layer2{
	position:absolute;
	top:0;
	left:45px;
	width: 102%;
	max-width:846px;
	height:309px;
	background:#20caff;
	z-index:-1;
	transition:1s;
}

.container2 .content{
	position:absolute;
	width: 100%;
	max-width:831px;
	height:288px;
	top:9px;
	left:52px;
	bottom:20px;
	right:20px;
	background:#fff;
	z-index:1;
	padding:20px;
	box-sizing:border-box;
	text-align:left;
	box-shadow:0 10px 15px rgba(0,0,0,.4);
}
.container2.content h1{
	margin:0;
	padding:0;
	color:#262626;
	font-weight:700;
}

.container2 .content p{
	font-weight:400;
}

.container3 {
	position: relative;
	padding-bottom: 20px;
	width: 90%;
	max-width: 800px;
	height: 450px;
	left: 34%;
	transform: translateX(-50%);
}

.container3 .layer1{
	position: absolute;
    top:0%;
    left: 22%;
    transform: translate(-22%,-50%);
	width:60%;
	height:100%;
	background:#f54e34;
	transform:skewX(-30deg) translateX(178px);
	transition:.5s;
}

.container3 .layer2{
	position: absolute;
    top: 3%;
    left: 24%;
    transform: translate(-2%,-3%);
	width:104%;
	height:100%;
	background:#20caff;
	z-index:-1;
	transition:1s;
}

.container3 .content{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-26%,-50%);
	width:100%;
	height:431px;
	background:#fff;
	z-index:1;
	padding:20px;
	box-sizing:border-box;
	text-align:left;
	box-shadow:0 10px 15px rgba(0,0,0,.4);
}
.container3.content h1{
	margin:0;
	padding:0;
	color:#262626;
	font-weight:700;
}

.container3 .content p{
	font-weight:400;
	line-height:2.2em;
	text-align: justify;
}
#audio-wrapper{
	position:absolute;
	visibility:hidden;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	z-index:1;
}
#audio-wrapper p{
	text-align:center;
}

.dwcsj_table{
	border:1px solid #000;
	border-collapse:collapse;
	background-color:#fff;
	color:#111;
	margin:0;
	padding:0;
	font:1em "Lucida Grande", "Lucida Sans Unicode",
		"Lucida Sans", Verdana, Tahoma, sans-serif;
	width:90%;
	margin:20px auto 40px auto;
}

.dwcsj_table  td, .dwcsj_table th {
	border:1px solid #000;
}

.dwcsj_table td {
	padding:1em;
}

.dwcsj_table th {
	background-color:#c6c6c6;
}

.dwcsj_table caption {
	font-size:120%;
	font-weight:bold;
	background-color:rgb(0,0,0);
	color:rgb(255,255,255);
	padding:1em 0 1em 0;
	border:1px solid #000;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
}

.dwcsj_table tr:nth-child(odd) {
	background-color: rgb(255,255,255);
	color:#000000;
}
#school-links{
	position:absolute;
	float:left;
	bottom:10px;
	width:98%;
	height:175px;
	background:#2a2a2a;
	margin:10px 0 0 10px;
	color:white;
}
.dwc_school{
	position:relative;
	top:60px;
	width:900px;
	margin:0 auto;
}

#school-links ul{
	list-style:none;
}

#school-links li{
	display:inline;
}

#school-links li:not(:last-child){
	padding-right:10px;
}

#school-links a{
	font-family:'Oxygen', Segoe UI, Tahoma, sans-serif;
	text-decoration:none;
	color:white;
	font-size:small;
}

#school-links a:hover{
	color:#f54e34;
	text-decoration:underline;
}

#copyright a:hover{
	color:#f54e34;
	text-decoration:none;
}

#copyright{
	position:relative;
	top:60px;
	text-align:center;
}
#copyright p{
	font-family:'Oxygen', Segoe UI, Tahoma, sans-serif;
}

#copyright p a{
	font-family:'Oxygen', Segoe UI, Tahoma, sans-serif;
	color:#ffc300;
	text-decoration:underline;
}

#social-media{
	position:relative;
	top:100px;
	width:600px;
	margin:0 auto;
}
#social-media a{
	font-size:18px;
}
.social-icon{
	margin:0;
	padding:0;
	position:absolute;
	bottom:45px;
	left:0;
	display:flex;
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
}
.social-icon li{
	width:20%;
	text-align:center;
	list-style:none;
}
.social-icon li a{
	display:block;
	font-size:200px;
	color:#fff;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	transition:.5s;
}
.social-icon li a:hover{
	background:#fc2827;
}



/********************** New Style starts here *********************************************/

#container {
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translate(-50%);
	margin:0;
	padding:0;
	z-index: 2;
}

#page_title {
    font-family: 'Oxygen', Segoe UI, Tahoma, sans-serif;
    color: #262626;
    position: relative;
    text-align: center;
    text-shadow: 3px 3px 3px gray;
    font-size: 40px;
}
#image-container{
	position: relative;
	width: 95%;
	height: auto;
	top: -40px;
	left: 50%;
	box-sizing: border-box;
	transform: translate(-50%, 8%);
	margin:0;
	padding:10px;
    overflow: hidden;
    border: 7px solid #fff;
    -moz-box-shadow: 0px 9px 10px #ddd;
    -webkit-box-shadow: 0px 0px 10px #ddd;
    box-shadow: 2px 2px 10px black;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    border-radius: 10px 10px;
}
#image-container img{
	position: relative;
	width: 100%;
}

/*********************************Responsive CSS starts here*****************************/
@media (max-width: 1000px){
	.container3 {
		left: 31%;
	}
	#page_title p{
		position: relative;
		top: -27px;
	}
}
@media (max-width: 950px){
	.container3 {
		left: 29%;
	}
}
@media (max-width: 900px) {
	header div h1 {
		font-size:35px;
		left: 120px;
	}
	header div span {
		font-size: 100%;
		left: 120px;
	}
	header img {
		top: -14px;
		width: 95px;
	}
	#contacts {
		top: -93px;
		left: 123px;
		font-size: 90%;
	}
	#address{
		left: 123px;
		font-size: 90%;
	}
	.container {
		left: 30%;
	}
	.container .content {
		padding: 0 20px;
	}
	.container3 .content p {
		font-size: 13px;
	}
}
@media (max-width: 850px) {
	#tabs div p {
		width: 95%;
	}
}