@font-face {
    font-family: 'Eudoxus-Sans';
    src: url('fonts/EudoxusSans-Regular.eot');
    src: url('fonts/EudoxusSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/EudoxusSans-Regular.woff2') format('woff2'), url('fonts/EudoxusSans-Regular.woff') format('woff'), url('fonts/EudoxusSans-Regular.ttf') format('truetype'), url('fonts/EudoxusSans-Regular.svg#EudoxusSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eudoxus-Sans-Bold';
    src: url('fonts/EudoxusSans-Bold.eot');
    src: url('fonts/EudoxusSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/EudoxusSans-Bold.woff2') format('woff2'), url('fonts/EudoxusSans-Bold.woff') format('woff'), url('fonts/EudoxusSans-Bold.ttf') format('truetype'), url('fonts/EudoxusSans-Bold.svg#EudoxusSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eudoxus-Sans-Extra-Bold';
    src: url('fonts/EudoxusSans-ExtraBold.eot');
    src: url('fonts/EudoxusSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('fonts/EudoxusSans-ExtraBold.woff2') format('woff2'), url('fonts/EudoxusSans-ExtraBold.woff') format('woff'), url('fonts/EudoxusSans-ExtraBold.ttf') format('truetype'), url('fonts/EudoxusSans-ExtraBold.svg#EudoxusSans-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



html, body {
    height: 100%
}

body {
    background-color: #2d2d2d;
    color: #222;
    font-family: 'Eudoxus-Sans', sans-serif;
    letter-spacing: 0px; overflow-x:hidden !important;
}

    body a {
        color: rgba(0, 0, 0, 0.90);
        text-decoration: none;
    }
a:hover {
    color: #ee4036;
    text-decoration: none;
}

h1 {
    font-size: 3.6em;
    margin: 20px 0;
    line-height: 0.9;
    font-weight: 600;
}

h2 {
    margin: 29px 0 19px;
    font-size: 38px;
    line-height: 38px;
    font-family: 'Eudoxus Sans', sans-serif;
    font-weight: normal;
}

h3 {
    font-size: 29px;
    line-height: 29px;
    margin: 19px 0;
    font-family: 'Eudoxus Sans', sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.90);
}

dt,
dl,
dd {
    font-family: 'Eudoxus Sans', sans-serif;
    font-weight: normal;
}


html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 17px;
    line-height: 1.4;
}

.container {
  
}

.c5 {
    clear: both;
    height: 5px;
}

.c10 {
    clear: both;
    height: 10px;
}
.c15 {
    clear: both;
    height: 15px;
}

.c20 {
    clear: both;
    height: 20px;
}
.c25 {
    clear: both;
    height: 25px;
}

.c30 {
    clear: both;
    height: 30px;
}
.c35 {
    clear: both;
    height: 35px;
}

.c40 {
    clear: both;
    height: 40px;
}

::-moz-selection {
    background: #fff;
    text-shadow: none;
}

::selection {
    background: #4168a5;
    text-shadow: none;
    color: #fff;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

header {
    background-color: #ee4036;
    height: 100px; overflow:hidden;
}

.logo {
    margin: -20px 0px 0px 0px
}

.ustsocial {
    margin: 13px 0px 0px 0px;
    color: #fff;
}
.menulink {
    margin: 3px -35px 0px 0px;
    color: #fff;
}
    .menulink ul  {
        list-style:none; display:flex !important;
    }
        .menulink ul li {
            list-style: none;
            display: flex !important;
            padding: 30px 15px 15px 15px;
        }
            .menulink ul li::after {
                content: '|';
                border-right: 0px solid #fff;
                padding-left: 25px;
                margin-top: 0px; font-size:20px;
            }
    .menulink ul li:last-child:after {
        content: "";
    }

        .menulink ul li a:hover{ text-decoration:none; color:#000 !important;
        }



.navbar .toggle {
    position: absolute;
    width: 2rem;
    height: 1.4rem;
    top: 2rem;
    right: 4rem;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.navbar .toggle-btn {
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: 1.6rem;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

    .navbar .toggle-btn::before {
        content: "";
        position: absolute;
        top: -0.5rem;
        width: 2rem;
        height: 2px;
        background: #fff;
        transition: all 0.3s ease-in-out;
    }

    .navbar .toggle-btn::after {
        content: "";
        position: absolute;
        top: 0.5rem;
        width: 1.2rem;
        height: 2px;
        background: #fff;
        transition: all 0.3s ease-in-out;
    }

    .navbar .toggle-btn.open {
        transform: rotate(720deg);
        background: transparent;
    }

        .navbar .toggle-btn.open::before {
            transform: rotate(45deg) translate(5px, 8px);
            background: #212121;
        }

        .navbar .toggle-btn.open::after {
            width: 2rem;
            transform: rotate(-45deg) translate(3px, -6px);
            background: #212121;
        }

.navbar .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    opacity: 1;
    visibility: hidden;
}

    .navbar .menu.open {
        visibility: visible;
    }

.navbar .menu-list {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    list-style: none;
    list-style-type: none;
    padding: 0;
    background: #ffffff;
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

    .navbar .menu-list.open {
        transform: translateY(0);
    }

.navbar .menu-item {
    transform: translateX(100vw);
    transition: all 0.3s ease-in-out;
}

    .navbar .menu-item.open {
        transform: translateX(0);
    }

.navbar .menu-link {
    display: inline-block;
    padding: 1rem 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: inherit;
    color: #212121;
    transition: all 0.3s ease-in-out;
}

    .navbar .menu-link:hover {
        color: #ee4036;
    }

.navbar .menu .menu-list .menu-item:nth-child(1) {
    transition-delay: 0.25s;
}

.navbar .menu .menu-list .menu-item:nth-child(2) {
    transition-delay: 0.35s;
}

.navbar .menu .menu-list .menu-item:nth-child(3) {
    transition-delay: 0.45s;
}

.navbar .menu .menu-list .menu-item:nth-child(4) {
    transition-delay: 0.55s;
}

.navbar .brand {
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: inherit;
    color: #212121;
    text-transform: uppercase;
}

.govde1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.govde1 {
    min-height: 450px;
    line-height: normal;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    width:100%; max-width:100%;
}

    .govde1 h1 {
        padding:0px; color:#fff;
        font-size:40px; font-weight:normal; margin:145px 0px 0px 0px;
    }
    .govde1 h2 {
        color: #ee4036; line-height:55px
    }

.white-bg {
    background-color:#fff !important;
}
.danger-bg {
    background-color:#ee4036 !important;
}
.color-danger {
    color: #ee4036 !important
}
.govde2 {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
.govde2root {
    margin: 0 auto;
    width: 90%;
    margin-top: 155px;
    display: table;
}
.govde2rootisler {
    margin: 0 auto;
    width: 100%;
    margin-top: 40px;
    display: table;
    padding: 60px 30px 30px 30px;
}

.govde2rootislerust {
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
    display: block;
    line-height: 45px;
    font-family: 'Eudoxus Sans', Arial, sans-serif;
}
.govde2rootisleralt {
    color: #ee4036;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 40px 0px;
    display: block;
    line-height: 45px;
    font-family: 'Eudoxus Sans', Arial, sans-serif;
}

.govde2 h2 {
    padding: 0px;
    color: #2d2d2d;
    font-size: 40px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    display: block;
}

    .govde2 h3 {
        color: #2d2d2d;
        line-height: 40px; font-weight:500
    }

        .govde2 h3 span {
            color: #ee4036;
            font-family: 'Eudoxus-Sans-Bold', Arial, sans-serif;
            font-weight: 400;
            letter-spacing: 1px;
        }
.govde2bg {
    min-height: 500px;
    line-height: normal;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}


.govde3 {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
.govde3root {
    margin: 0 auto;
    width: 70%;
    margin-top: 55px;
    display: table;
    padding-bottom: 40px
}

.govde3 h3 {
    padding: 0px;
    color: #2d2d2d;
    margin: 0px 0px 20px 0px;
    display: block;
    line-height: 45px;
    font-size: 30px; 
}



.govde3 span {
    color: #ee4036;
    font-family: 'Eudoxus-Sans-Bold', Arial, sans-serif;
    font-size: 30px; padding-bottom:20px;
}

.govde4 {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    background-color: #2d2d2d;
}

.govde4root {
    margin: 0 auto;
    width: 70%;
    margin-top: 55px;
    display: table;
    padding-bottom:30px;
}

.govde4 h4 {
    padding: 0px;
    color: #fff;
    margin: 0px 0px 0px 0px;
    display: block;
    line-height: 45px;
    font-size: 30px;
}



.govde4 span {
    color: #ee4036;
    font-family: 'Eudoxus-Sans-Bold', Arial, sans-serif;
    font-size: 30px;
    padding-bottom: 20px;
}

.govde4bg {
    min-height: 500px;
    line-height: normal;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
.govde5 {
}

.govde5root {
    margin: 0 auto;
    width: 90%;
    margin-top: 155px;
    display: table;
    padding-bottom: 30px;
}


.govde5 h4 {
    padding: 0px;
    color: #2d2d2d;
    margin: 0px 0px 0px 0px;
    display: block;
    line-height: 45px;
    font-size: 30px;
}



.govde5 span {
    color: #fff;
    font-family: 'Eudoxus-Sans-Extra-Bold', Arial, sans-serif;
    font-size: 30px;
    padding-bottom: 20px;
    letter-spacing: 1px;
}


.govde6 {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
.govde6bg {
    min-height: 500px;
    line-height: normal;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
.govde6root {
    margin: 0 auto;
    width: 100%;
    margin-top: 0px;
    display: table;
    background-color: #ee4036
}
.govde6root2 {
    margin: 0 auto;
    width: 100%;
    margin-top: 10px;
    display: table;
    background-color: #fff
}

.govde6 h4 {
    padding: 40px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    display: block;
    letter-spacing: 1px;
}

.govde6root2 span {
    padding: 40px;
    color: #2d2d2d;
    line-height: 40px;
    font-weight: 400;
    font-size: 30px;
    display: block;
}



.govde7 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.govde7 {
    min-height: 450px;
    line-height: normal;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    max-width: 100%; display:flex;
}
.govde7root {
    margin: 0 auto;
    width: 100%;
    margin-top: 0px;
    display: table;
}

    .govde7 h5 {
        padding: 30px;
        color: #ee4036;
        font-size: 40px;
        font-weight: normal; line-height:55px;
        margin: 0px 0px 0px 0px;
        font-family: 'Eudoxus-Sans-Bold', Arial, sans-serif;
    }

.govde7 span {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    line-height: 55px;
    padding: 30px;
    font-family: 'Eudoxus-Sans-Bold', Arial, sans-serif;
}



.govde8 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.govde8 {
    margin: 0 auto;
    width: 100%;
    background-color: #2d2d2d;
}

.govde8root {
    margin: 0 auto;
    width: 100%;
    margin-top: 0px;
    display: table;
    line-height: normal;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    display: flex;
    min-height: 450px; position:relative;
}
.govde8rootgenel {
    margin: 0 auto;
    width: 100%;
    margin-top: 80px;
    display: table;
}

.govde8 strong {
    color: #ee4036;
    font-size: 60px;
    font-weight: normal;
    line-height: 55px;
    margin: 50px 0px 0px 0px;
    padding: 30px 30px 30px 30px;
    font-family: 'Eudoxus-Sans-Bold', Arial, sans-serif;
    display: block;
    width: 100%;
}

.govde8 span {
    display:block;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 55px;
    padding: 30px 30px 30px 30px;
    font-family: 'Eudoxus-Sans-Bold', Arial, sans-serif; width:100%;
}


.govde9 {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.govde9root {
    margin: 0 auto;
    width: 70%;
    margin-top: 55px;
    display: table;
    padding-bottom: 40px
}

.govde9 h6 {
    padding: 0px;
    color: #fff;
    margin: 0px 0px 20px 0px;
    display: block;
    line-height: 45px;
    font-size: 30px;
}



.govde9 span {
    color: #2d2d2d;
    font-family: 'Eudoxus-Sans-Extra-Bold', Arial, sans-serif;
    font-size: 30px;
    padding-bottom: 20px;
}

.govde10 {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.govde10root {
    margin: 0 auto;
    width: 90%;
    margin-top: 255px;
    display: table;
    padding-bottom: 30px; min-height:500px;
}


.govde10 h6 {
    padding: 0px;
    color: #2d2d2d;
    margin: 0px 0px 0px 0px;
    display: block;
    font-size: 40px;
}



.govde10 span {
    color: #ee4036;
    font-family: 'Eudoxus-Sans-Bold', Arial, sans-serif;
    font-size: 40px;
    padding-bottom: 20px;
}



.govde11 {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.govde11root {
    margin: 0 auto;
    padding:60px 0px;
}
.govde11text {
    color: #fff;
    margin: 150px 0px 0px 0px;
    display: block;
    font-size: 30px;
}

.govde12 {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}


.govde12root {
    margin: 0 auto;
    width: 100%;
    display: table;
    padding: 20px;
    color:#fff;
}

.govde12 h6 {
    padding: 0px;
    color: #fff;
    margin: 0px 0px 10px 0px;
    display: block;
    line-height: 45px;
    font-size: 30px;
    display: block;
}

.govde12 span {
    color: #fff;
    background-color: #ee4036;
    font-family: 'Eudoxus-Sans-Bold', Arial, sans-serif;
    font-size: 30px;
    padding: 5px;
    
}

.govde12 strong {
    color: #fff;
    font-family: 'Eudoxus-Sans-Bold', Arial, sans-serif;
    font-size: 30px;
    padding: 5px;
    display: block;
    margin-top: 30px;
}

.footermenu {
    display:inline-block;
}
.footermenu ul{
    display:inline-block; list-style:none;
}.footermenu ul a{
    display:inline-block; color:#fff; text-decoration:none;
}
.webgoster {
    display: block;
}

.mobilgoster {
    display: none;
}
.mobilmenux {
    position: absolute;
    right: 0;
    z-index: 999;
    margin: -100px -40px 0px 0px; color:#fff;
}
.mmheight {
    min-height: 750px

}

.akss1 {
    color: #fff;
    font-size: 21px;
    line-height: 35px;
    padding-right: 70px;
}
.akss2 {
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 150%;
    min-width: 200px;
    margin-bottom: 20px;
}

.akss3 {
    margin-top: 0;
    padding: 0px 30px 30px 50px
}

@media (max-width: 999px) {

    .akss1 {
        padding-right: 0px;
    }

    .akss2 {
        background-position: center center;
        background-repeat: no-repeat;
        padding-top: 100%;
        min-width: inherit;
        max-width: 400px;
        margin-bottom: 20px;
    }
    .akss3 {
        margin-top: 0;
        padding: 0px 30px 30px 30px
    }

    .mmheight {
        min-height: inherit
    }
    .mobilcenter {
        text-align: center !important;
        display: block
    }

    .mobilcenter span {
        text-align: center !important;
        display: block
    }
    .mobilblock {
        display:block;
    }
    br {
        display: none;
    }
    .govde7 span, .govde7 h5,  .govde2 h2, h1, h2, h3, h4, h5, h6, .govde3 h3, .govde3 span, .govde4 h4, .govde4 span, .govde6 h4, .govde6root2 span, .govde8 span, .govde9 h6, .govde9 span, .govde10 h6, .govde10 span, .govde11text, .govde12 h6, .govde12 span, .govde12 strong, .govde12 h6, .govde12 strong {
        font-size: 20px;
    }
    .logo {
        margin: 15px 0px 0px 0px;
    }

    .logo img{
        width:80%
        
    }

    .webgoster {
        display:none;
    }    .mobilgoster {
        display:block;
    }


    .govde2root {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .mb20 {
        margin-bottom: 25px;
    }
    .govde4root {
        margin-top: 30px;
    }
    .govde5root {
        margin-top: 30px;
    }
    .govde8rootgenel {

         margin-top: 0px
    }
    .govde10root {

        margin-top: 30px;

        min-height: inherit;
    }
    .govde11root {
      
         padding: 0px 0px; 
    }
    .govde11text {
        margin: 30px 0px 30px 0px;
     
    }
    .ftextcenter {
        text-align:center !important;
    }
    .footermenu ul {
        padding:0px;
    }

    .govde3 h3, .govde9 h6, .govde6root2 span, .govde5 h4, .govde4 h4, .govde2 h3 {
        line-height: normal;
    }
    .govde1 h1 {
        line-height:60px;
    }
    .govde2 h3, .govde2 h2 {
        margin: 0px;
    }
        .govde2 h3 span {
            margin-top:20px;
        }


    .govde7root {
        margin: 0 auto;
        width: 100%;
        margin-top: 0px;
        display: table;
        position: absolute;
        bottom: 0;
        margin-bottom: 40px;
    }
    .govde8 strong {
        font-size: 30px;
        padding: 50px 30px 70px 30px;
    }
}


