.hide{
    display: none !important;
}

.n2-ss-spinner-simple-white-container {
position: absolute;
top: 50%;
left: 50%;
margin: -20px;
background: #fff;
width: 20px;
height: 20px;
padding: 10px;
border-radius: 50%;
z-index: 1000;
}

.n2-ss-spinner-simple-white {
outline: 1px solid RGBA(0, 0, 0, 0);
width: 100%;
height: 100%;
}

.n2-ss-spinner-simple-white:before {
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
margin-top: -11px;
margin-left: -11px;
}

.n2-ss-spinner-simple-white:not(:required):before {
content: '';
border-radius: 50%;
border-top: 2px solid #333;
border-right: 2px solid transparent;
animation: n2SimpleWhite .6s linear infinite;
-webkit-animation: n2SimpleWhite .6s linear infinite;
}

@keyframes n2SimpleWhite {
to {
transform: rotate(360deg);
}
}

@-webkit-keyframes n2SimpleWhite {
to {
-webkit-transform: rotate(360deg);
}
}


/*Slider*/
div#n2-ss-4 {
    width: 1200px;
    float: left;
    margin: 0px 0px 0px 0px;
}

html[dir="rtl"] div#n2-ss-4 {
    float: right;
}

div#n2-ss-4 .n2-ss-slider-1 {
    position: relative;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: 500px;
    border-style: solid;
    border-width: 0px;
    border-color: #3e3e3e;
    border-color: RGBA(62, 62, 62, 1);
    border-radius: 0px;
    background-clip: padding-box;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
}

div#n2-ss-4 .n2-ss-slider-background-video-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div#n2-ss-4 .n2-ss-slider-2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.x-firefox div#n2-ss-4 .n2-ss-slider-2 {
    opacity: 0.99999;
}

div#n2-ss-4 .n2-ss-slider-3 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 1px solid rgba(0, 0, 0, 0);
    z-index: 10;
}

div#n2-ss-4 .n2-ss-slide-backgrounds,
div#n2-ss-4 .n2-ss-slider-3>.n-particles-js-canvas-el,
div#n2-ss-4 .n2-ss-slider-3>.n2-ss-divider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

div#n2-ss-4 .n2-ss-slide-backgrounds {
    z-index: 10;
}

div#n2-ss-4 .n2-ss-slider-3>.n-particles-js-canvas-el {
    z-index: 12;
}

div#n2-ss-4 .n2-ss-slide-backgrounds>* {
    overflow: hidden;
}

div#n2-ss-4 .n2-ss-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: block;
    -webkit-backface-visibility: hidden;
}

div#n2-ss-4 .n2-ss-layers-container {
    position: relative;
    width: 1200px;
    height: 500px;
}

div#n2-ss-4 .n2-ss-parallax-clip>.n2-ss-layers-container {
    position: absolute;
    right: 0;
}

div#n2-ss-4 .n2-ss-slide {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

div#n2-ss-4 .n2-ss-slide-active {
    z-index: 21;
}

div#n2-ss-4 .n2-ss-button-container,
div#n2-ss-4 .n2-ss-button-container a {
    display: inline-block;
}

div#n2-ss-4 .n2-ss-button-container.n2-ss-fullwidth,
div#n2-ss-4 .n2-ss-button-container.n2-ss-fullwidth a {
    display: block;
}

div#n2-ss-4 .n2-ss-button-container.n2-ss-nowrap {
    white-space: nowrap;
}

div#n2-ss-4 .n2-ss-button-container a div {
    display: inline;
    font-size: inherit;
}

div#n2-ss-4 .n2-ss-button-container a>div {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
}

div#n2-ss-4 .n2-ss-button-container i {
    font-size: 100%;
    vertical-align: baseline;
}

div#n2-ss-4 .n2-ss-button-container a[data-iconplacement="left"] i {
    margin-right: 0.3em;
}

div#n2-ss-4 .n2-ss-button-container a[data-iconplacement="right"] i {
    margin-left: 0.3em;
}

div#n2-ss-4 .n2-ss-control-bullet {
    visibility: hidden;
    text-align: center;
    justify-content: center;
}

div#n2-ss-4 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize {
    width: 100%;
}

div#n2-ss-4 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize {
    height: 100%;
    flex-flow: column;
}

div#n2-ss-4 .nextend-bullet-bar {
    display: inline-flex;
    visibility: visible;
    align-items: center;
    flex-wrap: wrap;
}

div#n2-ss-4 .n2-bar-justify-content-left {
    justify-content: flex-start;
}

div#n2-ss-4 .n2-bar-justify-content-center {
    justify-content: center;
}

div#n2-ss-4 .n2-bar-justify-content-right {
    justify-content: flex-end;
}

div#n2-ss-4 .n2-ss-control-bullet-vertical>.nextend-bullet-bar {
    flex-flow: column;
}

div#n2-ss-4 .n2-ss-control-bullet-fullsize>.nextend-bullet-bar {
    display: flex;
}

div#n2-ss-4 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize>.nextend-bullet-bar {
    flex: 1 1 auto;
}

div#n2-ss-4 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize>.nextend-bullet-bar {
    height: 100%;
}

div#n2-ss-4 .nextend-bullet-bar>div {
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.4s;
    vertical-align: top;
}

div#n2-ss-4 .nextend-bullet-bar>div.n2-active {
    cursor: default;
}

div#n2-ss-4 div.n2-ss-bullet-thumbnail-container {
    position: absolute;
    opacity: 0;
    z-index: 10000000;
}

div#n2-ss-4 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

div#n2-ss-4 .n2-ss-layer .n2-font-be0a516f76efd05e36733289aaf2a6de-hover {
     
    color: #ffffff;
    font-size: 300%;
    text-shadow: none;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
    text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
     
}

div#n2-ss-4 .n2-ss-layer .n2-font-e5e826a3ba83ea69731d81df1c0fa84d-hover {
     
    color: #ffffff;
    font-size: 600%;
    text-shadow: none;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
    text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
     
}

div#n2-ss-4 .n2-style-01ddb7ca1f625e69d1a2381951aa5192-heading {
    background: #ffffff;
    background: RGBA(255, 255, 255, 0);
    opacity: 1;
    padding: 0px 0px 0px 0px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0, 0, 0, 1);
    border-radius: 0px;
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph {
     
    color: #ffffff;
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a,
div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:FOCUS {
     
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:HOVER,
div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:ACTIVE {
     
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
}

div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a {
     
    color: #0087FF;
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
    border-radius: 10px;
    box-shadow: 0 2px 4.8px 0.3px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:HOVER,
div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:ACTIVE,
div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:FOCUS {
    color: #ffffff;
}

div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading {
    background: #ffffff;
    opacity: 1;
    padding: 19px 50px 19px 50px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0, 0, 0, 1);
    border-radius: 0px;
    transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:Hover,
div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:ACTIVE,
div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:FOCUS {
    background: #0087FF;
}

div#n2-ss-4 .n2-ss-layer .n2-font-be0a516f76efd05e36733289aaf2a6de-hover {
     
    color: #ffffff;
    font-size: 300%;
    text-shadow: none;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
    text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
     
}

div#n2-ss-4 .n2-ss-layer .n2-font-e5e826a3ba83ea69731d81df1c0fa84d-hover {
     
    color: #ffffff;
    font-size: 600%;
    text-shadow: none;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
    text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
     
}

div#n2-ss-4 .n2-style-01ddb7ca1f625e69d1a2381951aa5192-heading {
    background: #ffffff;
    background: RGBA(255, 255, 255, 0);
    opacity: 1;
    padding: 0px 0px 0px 0px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0, 0, 0, 1);
    border-radius: 0px;
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph {
     
    color: #ffffff;
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a,
div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:FOCUS {
     
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:HOVER,
div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:ACTIVE {
     
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
}

div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a {
     
    color: #0087FF;
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
    border-radius: 10px;
    box-shadow: 0 2px 4.8px 0.3px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:HOVER,
div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:ACTIVE,
div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:FOCUS {
    color: #ffffff;
}

div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading {
    background: #ffffff;
    opacity: 1;
    padding: 19px 50px 19px 50px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0, 0, 0, 1);
    border-radius: 0px;
    transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:Hover,
div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:ACTIVE,
div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:FOCUS {
    background: #0087FF;
}

div#n2-ss-4 .n2-ss-layer .n2-font-be0a516f76efd05e36733289aaf2a6de-hover {
     
    color: #ffffff;
    font-size: 300%;
    text-shadow: none;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
    text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
     
}

div#n2-ss-4 .n2-ss-layer .n2-font-e5e826a3ba83ea69731d81df1c0fa84d-hover {
     
    color: #ffffff;
    font-size: 600%;
    text-shadow: none;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
    text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
     
}

div#n2-ss-4 .n2-style-01ddb7ca1f625e69d1a2381951aa5192-heading {
    background: #ffffff;
    background: RGBA(255, 255, 255, 0);
    opacity: 1;
    padding: 0px 0px 0px 0px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0, 0, 0, 1);
    border-radius: 0px;
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph {
     
    color: #ffffff;
    /*font-size: 87.5%;*/
    font-size: 115.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a,
div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:FOCUS {
     
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:HOVER,
div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:ACTIVE {
     
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
}

div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a {
     
    color: #0087FF;
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
    border-radius: 10px;
    box-shadow: 0 2px 4.8px 0.3px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:HOVER,
div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:ACTIVE,
div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:FOCUS {
    color: #ffffff;
}

div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading {
    background: #ffffff;
    opacity: 1;
    padding: 19px 50px 19px 50px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0, 0, 0, 1);
    border-radius: 0px;
    transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:Hover,
div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:ACTIVE,
div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:FOCUS {
    background: #0087FF;
}

div#n2-ss-4 .n2-style-2f5b33e7e6c0fd4c646594fe712ed299-dot {
    background: #000000;
    background: RGBA(0, 0, 0, 0);
    opacity: 1;
    padding: 20px 9px 20px 9px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0, 0, 0, 1);
    border-radius: 0px;
    transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-style-2f5b33e7e6c0fd4c646594fe712ed299-dot.n2-active,
div#n2-ss-4 .n2-style-2f5b33e7e6c0fd4c646594fe712ed299-dot:HOVER {
    background: #ffffff;
    background: RGBA(255, 255, 255, 0);
    padding: 20px 9px 20px 9px;
    transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-style-3e702635329eba6b6b98a2cfe62c4664-simple {
    background: #ffffff;
    background: RGBA(255, 255, 255, 0);
    opacity: 1;
    padding: 0px 0px 0px 0px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-color: RGBA(255, 255, 255, 0);
    border-radius: 0px;
    transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-font-7b5c9760d048f32382e5cebedacdf830-dot,
div#n2-ss-4 .n2-font-7b5c9760d048f32382e5cebedacdf830-dot:FOCUS {
    font-family: 'Agency FB';
    color: #ffffff;
    font-size: 150%;
    text-shadow: none;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
    opacity: 0.8;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-font-7b5c9760d048f32382e5cebedacdf830-dot.n2-active,
div#n2-ss-4 .n2-font-7b5c9760d048f32382e5cebedacdf830-dot:HOVER,
div#n2-ss-4 .n2-font-7b5c9760d048f32382e5cebedacdf830-dot:ACTIVE {
    color: #ffffff;
    font-size: 150%;
    opacity: 1;
    transition: all 0.3s ease-out;
}
/*Slider end*/

.ingilizce-icon{
    
}

.logo>img{
    height: 100px;
}

@media (max-width: 768px){
   .page-name{
        background-size: auto !important;
   }
}


.n2-ss-slide-background-image{
    opacity: 0.5 !important;
}

.h-margin>h1, .h-margin>h2, .h-margin>h3, .h-margin>h4, .h-margin>h5  {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}

.tablo-ayar table,th,tr,td{
    border: 1px solid #565f6b !important;
}

.tablo-ayar table{
    width: 100%;
}

.tablo-ayar th,tr,td{
    padding: 0 5px !important;
}

.fair-img{
    height: 125px;
}

.ortala{
    text-align: center;
}

.image-bl{
    background: #fff;
}

.galeri-height{
    height: 230px;
}

.mt-25{
    margin-top: 25px;
}

.mb-10{
    margin-bottom: 10px !important;
}

.fsize-15{
    font-size: 15px !important;
}

.mb-25{
    margin-bottom: 25px;
}

.mb-50{
    margin-bottom: 50px;
}

.slick-initialized .slick-slide {
    display: block;
    margin-right: 5px;
}

.kat-img-hover:hover{
    filter: brightness(150%) !important;
}

.pt100{
    padding-top: 100px;
}

.pt30{
    padding-top: 30px;
}

.pb30{
    padding-bottom: 30px;
}

.second-bg{
    background-color: #14212d !important;
}

@media (max-width: 768px){
    .flip-clock-wrapper{
        zoom: 0.33;
    }
    .ml-ayar-clock{
        margin-left: 4% !important;
    }
}



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

.footer-hr{
    margin-left: 0px;
    width: 90%;
    border-color: rgba(194, 212, 248, 0.4);
}

.office701-logo{
    width: 100px;
}   

.active > a {
    color: #0087FF !important;
}

.icerik-sayfa-img{    
    width: 250px !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
}


@media (max-width: 767px){
    .mobil-lang{
            display: table-cell !important;
    }
    .mobil-gizle{
        display: none !important;
    }
}

.note{
    margin-top: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 630px){
    .modal-dialog{
        width: 80% !important;
    }
    .modal-header h1{
        font-size: 18px !important;
    }
}

.award-link{
    color: #fff !important;
}

.award-link:hover{
    text-shadow: 0.1px 0.1px 2px #fff;
}

.flip-clock-divider .flip-clock-label {
    font-size: 25px;
}

.mb-90{
    margin-bottom: 90px !important;
}

/*program timeline*/

.main-timeline{
            position: relative;
            z-index: 1;
        }
        .main-timeline:before{
            content: "";
            width: 3px;
            height: 100%;
            background: #0071ba;
            margin: 0 auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: -1;
        }
        .main-timeline .timeline{
            margin-bottom: 30px;
            position: relative;
        }
        .main-timeline .timeline:before,
        .main-timeline .timeline:after{
            content: "";
            display: block;
            width: 100%;
            clear: both;
        }
        .main-timeline .timeline-content{
            width: 48%;
            padding: 0 20px;
            transition: all 0.3s ease 0s;
        }
        .main-timeline .timeline-icon{
            width: 16px;
            height: 10px;
            background: #0071ba;
            margin: 0 auto;
            position: absolute;
            top: 17px;
            left: 0;
            right: 0;
            z-index: 1;
        }
        .main-timeline .timeline-icon:before{
            content: "";
            position: absolute;
            border-bottom: 4px solid #0071ba;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            top: -4px;
            left: 0;
        }
        .main-timeline .timeline-icon:after{
            content: "";
            border-top: 4px solid #0071ba;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            position: absolute;
            bottom: -4px;
            left: 0;
        }
        .main-timeline .date{
            display: inline-block;
            padding: 2px 5px;
            background: #d80027;
            font-size: 16px;
            color: #fff;
            border-radius: 5px;
            margin-bottom: 5px;

        }
        .main-timeline .timeline-content.left .date{
            margin-right: -4px;
        }
        .main-timeline .timeline-content.right .date{
            margin-left: -4px;
        }
        .main-timeline .title{
            display: block;
            padding: 8px;
            background: #006fb7;
            border-radius: 5px;
            margin-bottom: 5px;
            font-size: 15px;
            font-weight: 800;
            color: #fefefe;
            text-align: left;
        }
        .main-timeline .description{
            padding: 20px;
            background: rgb(254, 254, 254);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
            font-size: 14px;
            color: #0071ba;
            text-align:left;
            border-radius: 5px;
        }
        .main-timeline .timeline-content.left{
            text-align: right;
        }
        .main-timeline .timeline-content.right{
            float: right;
        }
        .main-timeline .timeline-content.left .title{
            box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
        }
        .main-timeline .timeline-content.right .title{
            box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15)
        }
        @media screen and (max-width: 767px){
            .main-timeline:before{
                left: 0;
                margin: 0;
            }
            .main-timeline .timeline-content{
                width: 90%;
                float: right;
            }
            .main-timeline .timeline-icon{
                margin: 0;
                left: -6px;
            }
            .main-timeline .timeline-content.left{
                text-align: left;
            }
        }

        .mt-10{
            margin-top: 10px !important;
        }

        .border-ozel{
            padding: 10px;
            border: 1px solid #a5a5a5;
            border-radius: 10px;
        }

        .ozel-bg{
            box-shadow: 10px 10px 40px #000;
            padding: 50px;
            border-radius: 50px;
            background-image: linear-gradient(to right, #000000,#295080);
        }

        @media (max-width: 700px){
            .ozel-bg{
                box-shadow: 10px 10px 40px #000;
                padding: 50px;
                border-radius: 0px;
                background-image: linear-gradient(to right, #000000,#295080);
            }
        }

        .col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}

@media(max-width: 1440px){
    header .main-menu .menu > li{
        margin: 0 12px;
    }
}