@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap');

/* reset */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
img {
	display: inline-block;
	vertical-align: top;
	height: auto;
	max-width: 100%;
	border: 0;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
    font-weight: normal;
    font-style: normal;
	line-height: 1.4;
}



.section-padding{padding:60px 0;}
.bg-color{background:#f7f7f7;}

.section-title{font-size:40px;line-height:1.25em;font-family:'Oswald', sans-serif;font-weight:600;color:#1b1b1b;position:relative;text-transform:uppercase;letter-spacing:5px;margin-bottom:20px;}
.section-title span{font-weight:600;color:transparent !important;-webkit-text-stroke:1px #ccc;opacity:.8;}
.section-subtitle{color:#593b7d;font-size:14px;font-family:'Oswald', sans-serif;font-weight:300;text-transform:uppercase;margin-bottom:7px;letter-spacing:5px;}





hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* wbhe */
table.excel {
	border-collapse: collapse;
}
table.excel td{
	border: solid 1px #eeeeee;
	padding: 1px 4px;
}

.wbhe-tablo {
	border-collapse: collapse;
}
.wbhe-tablo td {
	vertical-align: top;
	padding: 2px;
}
.wbhe-tblbdr td {
	border: solid 1px #dddddd;
}

h1 {
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	padding: 30px 0 15px 0;
	color: #333333;
}
h2 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	color: #333333;
}



button.sublink {
	font: inherit;
	border: none;
}
a.sublink,
button.sublink {
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
	cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1.4px;
    outline: none;
    background-color: #593b7d;
	color: #ffffff;
}
a.sublink:hover,
button.sublink:hover {
	background-color: #1b1b1b;
}

a.sublink.newcolor,
button.sublink.newcolor {
	border: 2px solid #ffffff;
	background-color: transparent;
	color: #ffffff;
}
a.sublink.newcolor:hover,
button.sublink.newcolor:hover {
	border-color: transparent;
	background-color: #1b1b1b;
}


a.more-link {
	color: #333333;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 600;
}
a.more-link:hover {
	text-decoration: underline;
}



.wbhe-hold {
	padding: 15px 0;
	line-height: 1.5;
}

.wbhe-hold img {
	border-radius: 4px;
}

.wbhe-hold ul {
	line-height: 1.5;
	
	list-style: none;
	padding: 0;
	
	margin: 10px 0;
}
.wbhe-hold li {
	padding-left: 1.3em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.wbhe-hold li:before {
	content: "\f105"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
	color: #404040;
}



/* Burada */

.ikili .col6,
.dortlu .col3,
.dort-cift .col3,
.dort-iki .col3,
.uclu .col4 {
    display: inline-block;
    vertical-align: top;
    float: none;
}

@media (max-width: 1200px) {
    .ikili .col6 {
        width: 50%;
    }
    .dortlu .col3 {
        width: 33.333%;
    }
} /* 1200px */

@media (max-width: 992px) {
    .dortlu .col3 {
        width: 50%;
    }
    .dort-iki .col3 {
        width: 50%;
    }
    .uclu .col4 {
        width: 50%;
    }
} /* 992px */

@media (max-width: 768px) { /* Daima */
    .ikili .col6 {
        width: 50%;
    }
    .dortlu .col3 {
        width: 100%;
    }
    .dort-cift .col3 {
        width: 50%;
    }
    .dort-iki .col3 {
        width: 25%;
    }
    .uclu .col4 {
        width: 50%;
    }
} /* 768px */

@media (max-width: 576px) {
    .ikili .col6 {
        width: 100%;
    }
    .dort-cift .col3 {
        width: 50%;
    }
    .dort-iki .col3 {
        width: 50%;
    }
    .uclu .col4 {
        width: 100%;
    }
} /* 576px */

