@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@100;300;400;500;600;700;900&display=swap');
body {
	margin:0;
	padding:0;
	font-size:15px;
	font-family: 'Rubik', sans-serif;
	background: #f9f9f9;
}
ul {
	margin:0;
	padding:0;	
}
h2 {
	margin:0;
	padding:0;	
}
p {
	margin:0;
	padding:0;
}
a {
	color:inherit;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
li {
	list-style:none;
}
header {
    height: 100%;
}

.tekli:nth-child(4) {
	margin-right:0;
}

.tekli {
    float: left;
    width: 100%;
    text-align: center;
    margin-right: 50px;
}

.red {
	border:1px solid red!important;
}

.logo {
    width: 100%;
    text-align: center;
    background: #000;
    max-width: 140px;
    text-transform: uppercase;
    min-width: 150px;
    height: 58px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    position: relative;
}
.logo a {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    text-decoration: none;
}
.navbar {
    height: 100%;
    border-radius: 0;
    padding: 10px 0 0 0;
    min-height: inherit;
    margin: 0;
    float: right;
}
.navbar li {
    display: inline-block;
    margin-right: 10px;
}

.navbar li:last-child{
	margin-right:0;
}

.navbar li a {}
.topbar {
    display: flex;
    width: 100%;
    padding: 20px 0;
    border-top: 3px solid #000;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #fff;
}

main {
    padding-top: 35px;
    padding-bottom: 100px;
}
main .area .title {
    margin-bottom: 35px;
    float: left;
    width: 100%;
}
main .area h1 {
    font-size: 22px;
}
main .area p {}
main .area b {}
label {
	text-align: left;
	float: left;
}
.items{}
.item {
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
    text-align: center;
    width: 100%;
}
.item h2 {
    font-size: 18px;
    margin-bottom: 20px;
}
.item p {}
.item img {
    max-width: 100%;
}

.single {}
.single .image {
    max-width: 75px;
    float: left;
    margin-right: 2rem;
}
.single .image img {
    max-width: 100%;
    border-radius: 50%;
    display: inline-block;
}

.single .title {margin-bottom: 0 !important;padding: 0;width: initial !important;}
.single .title h1 {
    margin-bottom: 0;
    padding-top: 5px;
}

.single .title p {
    font-size: 15px;
    color: #999;
    margin-top: 2px;
}

a.login {
    background-color: #000;
    color: #fff;
    padding: 8px 26px;
    margin-top: -4px;
    display: inline-block;
}

.lists {
    float: left;
    width: 100%;
    margin-top: 100px;
}
.lists .list {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.lists .list h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
.lists .list .box {
    float: left;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
    padding: 12px 0;
}
.lists .list .box span {}

.single .top {
    float: left;
    width: 100%;
}

.list_title {}
.float-right {
    float: right;
    text-align: right;
}
.icon_area {}
.icon_area i {
    font-size: 22px;
    position: relative;
    right: 2px;
}


.box a {
    display: block;
    width: 100%;
    float: left;
    font-size: 15px;
}


.no_padding {
    padding: 0 !important;
}

.detail {
    float: left;
    width: 100%;
    background: #f3f3f3;
    margin-top: 35px;
}
.detail li {
    float: left;
    padding: 18px 20px;
}
.detail li b {float:right;padding: 0 12px;}

footer {
    width: 100%;
    background: #f3f3f3;
    padding: 15px 0;
    border-top: 3px solid #000;
}
.footer_area {
    width: 100%;
    display: inline-block;
    position: relative;
}
.footer_area p {
    color: #333;
    text-align: center;
    padding: 10px 0;
}
.images a {
	position: relative;
	z-index: 9;
	display: inline-block;
	width: 100%;
	float: left;
}
.images {float: left;width: 100%;margin-top: 50px;}
.images .image {
    max-width: 100%;
    margin-right: 0;
    background-color: #fff;
    height: 100%;
    padding: 36px 36px;
    -webkit-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
    margin-bottom: 50px;
}
.images .image .top {
    margin-bottom: 25px;
}
.images .image .top li {font-weight: bold;width: 100%;padding-bottom: 6px;text-align: left;}
.images .image .top span {
    float: right;
    font-weight: normal;
}
.images .image .iframe_area {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.images .image .iframe_area iframe {max-width: 100%;display: inline-block;}

iframe {
    border: 0;
    display: block;
    align-self: center;
}


.panel {
    color: #000;
    box-shadow: none;
    margin: 8px 0 0 0;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}




li i {
    margin-right: 6px;
}


.zip_download {}
.zip_download span {}
.zip_download span a {
    width: inherit;
    float: right;
    position: absolute;
    right: 17px;
    top: -21px;
    z-index: 9;
    font-weight: bold;
}

.mt50 {
	margin-top:50px;
}


.footer_zip {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
}
.footer_zip span a {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    right: 0;
}
.clients_list{
    display:flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.clients_list .single_client{
    margin-bottom: 30px;
}
.clients_list .single_client  div{
    height: 180px;
    background-color: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 8px 40px rgb(0 0 0 / 10%);
    border-radius: 20px;
    transition: all 0.3s ease;
}
.clients_list .single_client:hover div{
    box-shadow: 4px 8px 40px rgba(0, 0, 0, 0.356);
}
.clients_list .single_client:hover ~ .single_client div{
    box-shadow: 4px 8px 40px rgba(11, 7, 255, 0);
    background-color: transparent;
}
.clients_list .single_client img{
    max-width: 170px;
}
.login_page{
    height: 100vh;
}
.login_page main{
    display: flex;
    height: 100%;
    padding:0;
}
.login_page aside{
    width: 600px;
    background-color: #1F3B34;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.login_page section{
    width: calc(100vw - 600px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_page aside h1 {
    color: #fff;
}
.login_page .wdwc_logo_big {
    text-align: center;
    font-style: italic;
    font-weight: 900;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
    background: #fff;
    padding: 6px 10px;
    color: #1e1e2d;
    font-family: 'Rubik', sans-serif;
}
 
.mb-10 {
	margin-bottom: 20px;
} 
 
 
.float-right {
	float:right;
} 

.login_form_area {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.login_form_area p {width: 100%;font-size: 16px;padding: 15px 0 0 0;color: #666;margin-bottom: 25px;}

.login_form_area h2 {
    text-align: center;
    font-size: 24px;
}

.text-align-center {
	text-align:center;
}

.button {
    background-color: #1f3b34;
    border: none;
    color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
    font-size: 16px;
    width: 100%;
}

 
@media only screen and (max-width : 1023px) { 

	.areac div {
		width:100%;
	}
	
	.panel {
    margin: 20px 0 0 0;
    text-align: center;
    width: 100%;
}


.logo {
    max-width: 100%;
}
	
}

.form-control {
	background-color: #f5f8fa;
	border: 1px solid #ededed;
	color: #5e6278;
	transition: color .2s ease,background-color .2s ease;
	padding: 9px 13px;
	display: inline-block;
	margin-bottom: 10px;
	outline: none;
	border-radius: 4px;
	height: inherit;
}

.color_second {
    color: #ff9800;
    font-weight: 500;
}







