body {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #fff !important;
    color: #1e1e1e;
    font-weight: 400;
    letter-spacing: 0px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.1);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing-: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    direction: ltr;
}

a {
    text-decoration: none !important;
}

/* NAVBAR START */
.nav-container {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: 0 1px 35px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 1px 35px 0 rgba(0, 0, 0, .35);
}


.menu-area {
    background: #0D0D0D;

}


.navbarLogo img {
    height: 30px;
}


.navbar {
    display: flex;
    flex-direction: row;

}

@media(min-width:1020px) {
    .navbar {
        height: 56px;
    }
}

.navbar-toggler {
    border: none;
    color: #fff;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition !important;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}

@media(max-width:930px) {
    .dropdown-menu {
        padding-left: 20px;
    }
}


.mainMenu a,
.navbar-default .navbar-nav>li>a,
.mainMenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 16px 15px;
    display: block !important;
}

.nav-link li a {
    border: 1px solid grey;
}

@media(max-width:930px) {

    .mainMenu a,
    .navbar-default .navbar-nav>li>a,
    .mainMenu ul li a,
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }
}


.mainMenu .active a,
.mainMenu .active a:focus,
.mainMenu .active a:hover,
.mainMenu li a:hover,
.mainMenu li a:focus,
.navbar-default .navbar-nav>.show>a,
.navbar-default .navbar-nav>.show>a:focus,
.navbar-default .navbar-nav>.show>a:hover {
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/*==========Sub Menu=v==========*/
.mainMenu .collapse ul>li:hover>a {
    background: #b20d20;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mainMenu .collapse ul ul>li:hover>a,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:hover {
    background: #b20d20;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mainMenu .collapse ul ul ul>li:hover>a {
    background: #b20d20;
}

.mainMenu .collapse ul ul,
.mainMenu .collapse ul ul.dropdown-menu {
    background: #0D0D0D;
}

.mainMenu .collapse ul ul ul,
.mainMenu .collapse ul ul ul.dropdown-menu {
    background: #0D0D0D;
}

.mainMenu .collapse ul ul ul ul,
.mainMenu .collapse ul ul ul ul.dropdown-menu {
    background: #0D0D0D;
}

/******************************Drop-down menu work on hover**********************************/

.mainMenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;

}

@media only screen and (min-width: 930px) {
    .mainMenu .collapse ul li:hover>ul {
        display: block;
    }

    .mainMenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 180px;
        display: none;
    }

    /*******/
    .mainMenu .collapse ul ul li {
        position: relative;
        border-bottom: 1px solid grey;
    }

    .mainMenu .collapse ul ul li:hover>ul {
        display: block;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .mainMenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        max-width: 150px;

    }


    /*******/
    .mainMenu .collapse ul ul ul li {
        position: relative;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;

    }

    .mainMenu .collapse ul ul ul li:hover ul {
        display: block;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;

    }

    .mainMenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1;

    }

}

@media only screen and (max-width: 930px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 35px;

    }

    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 45px;

    }
}

.navLang {
    font-style: oblique;
}

/* NAVBAR FIN */

/* SLIDER START */

.sliderArea {
    margin-top: 50px;
}


#slider-wrap {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    margin-top: -50px;
}

#slider-wrap:after {
    padding-top: 40%;
    display: block;
    content: '';
}

@media(max-width:930px) {
    #slider-wrap:after {
        padding-top: 40%;
        margin-top: 50px !important;
    }
}


#slider-wrap button {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 5px 30px;
    background: transparent;
    border: 0;
    border-top: 1px solid #fff;
    -webkit-transition: all 75ms ease-in;
    -o-transition: all 75ms ease-in;
    transition: all 75ms ease-in;

}

#slider-wrap button:hover {
    border-top-width: 8px;
}

#slider-wrap .dark {
    color: red;
}

#prev {
    position: absolute;
    bottom: 1vw;
    left: 2vw;
    z-index: 9;
}

#next {
    position: absolute;
    bottom: 1vw;
    right: 2vw;
    z-index: 2;
}

#slider {
    background: #e1e1e1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0px;
    margin: 0 auto;
    list-style-type: none;
}

#slider h1 {
    color: #fff;
    font-size: 4vw;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    margin-top: 25%;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
}

@media(max-width:930px) {
    #slider h1 {
        margin-top: 15%;
    }
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;

}

.showing {
    opacity: 1;
    z-index: 2;

}

#slider li h1 {
    font-weight: 400;



}

#slider-dots {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#slider-dots span {
    border: 1px solid #fff;
    height: 10px;
    width: 10px;
    cursor: pointer;
    border-radius: 50px;
    float: left;
    display: block;
    margin: 0 2px;
    -webkit-transition: all 75ms ease-in;
    -o-transition: all 75ms ease-in;
    transition: all 75ms ease-in;
    -webkit-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

#slider-dots span:hover,
#slider-dots span.active {
    background: #fff;
}

@media(max-width:930px) {
    #slider-dots span {
        height: 7px;
        width: 7px;
    }
}

/* SLIDER END */



/* FOOTER START */


.footerArea {
    background: #0c0c0c;
    color: white;
    padding-top: 50px;
    text-align: center;
    margin-top: 50px;

}

@media screen and (min-width:1200px) {
    .footerLogo {
        width: 180px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:1200px) {
    .footerLogo {
        width: 150px;
        margin-bottom: 25px;
    }
}

.footerLink {
    color: white;
    font-size: 13px;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.footerLink:hover {
    color: #D13136;
}

@media(max-width:930px) {
    .footerLink {
        font-size: 12px;
    }
}

.footerReach {
    color: white;
    font-size: 13px;
    letter-spacing: .5px;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.footerReach i {
    margin-right: 10px;
    margin-top: 2.6px;
}

@media(max-width:860px) {
    .footerReach {
        font-size: 10px;
    }
}

.footerReach:hover {
    color: #D13136;
}

.footerIndex {
    color: white;
    font-size: 13px;
    letter-spacing: .5px;
}

@media(max-width:930px) {
    .footerIndex {
        font-size: 10px;
    }
}

.footerLinkHeader {
    color: #D3313A;
    font-size: 20px;
    font-weight: 500;
}

@media(max-width:930px) {
    .footerLinkHeader {
        font-size: 15px;
    }
}

.footer-social-icons {
    display: block;
    margin-left: 0;
    margin: 0 auto;
}

.social-icon {
    color: #fff;
    padding: 0;
}

ul.social-icons {
    margin-top: 10px;
    padding: 0;
}

.social-icons li {
    vertical-align: top;
    display: inline;

}

.social-icons a {
    color: #fff;
    text-decoration: none;
}

.fa-facebook {
    padding: 10px 14px;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #0F0F0F;
}

.fa-facebook:hover {
    background-color: #3d5b99;
}

.fa-x-twitter {
    padding: 10px 12px;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #0F0F0F;
}

.fa-x-twitter:hover {
    background-color: #00aced;
}

.fa-instagram {
    padding: 10px 14px;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #0F0F0F;
}

.fa-instagram:hover {
    background-color: #EB4A5C;
}

.fa-youtube {
    padding: 10px 14px;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #0F0F0F;
}

.fa-youtube:hover {
    background-color: #e64a41;
}

.fa-linkedin {
    padding: 10px 14px;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #0F0F0F;
}

.fa-linkedin:hover {
    background-color: #0073a4;
}

.social-icons li a {
    text-decoration: none;
    color: #fff;
}


.copyRightArea {
    font-size: 10px;
    margin-top: 10px;

}


@media(max-width:930px) {
    .copyRightArea {
        font-size: 8px;
    }
}



.footerBottomSpace {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media(max-width:1020px) {
    .footerBottomSpace {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


.kvkkArea a {
    color: #fff;
    font-size: 9px;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.kvkkArea a:hover {
    color: #EB4A5C;
    text-decoration: underline !important;
}


@media(max-width:930px) {
    .kvkkArea {
        font-size: 8px;
    }
}


@media(max-width:930px) {
    .footerSocialLink {
        font-size: 10px;
    }
}


.fa-circle {
    font-size: 6px;
    color: #fff;
    margin-left: 5px;
    margin-right: 3px;

}

/* FOOTER END */


.footerBottomSpace {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


.nataSeperator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sectionHeader {
    margin-top: 35px;
}

.sectionHeader h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    font-size: 30px;
    font-weight: 400;
    color: #D3313A;
}

.sectionHeader i {
    color: #e32f28;
}


.buttonSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

.nataButton {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 160px;
    border: 1px solid #D3313A;
    border-radius: 90px;
    background: #D3313A;
    color: #fff;
    vertical-align: middle;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(235, 33, 33, .35);
    box-shadow: 1px 1px 10px 0px rgba(235, 33, 33, .35);
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.nataButton:hover {
    border: 1px solid #eb2121;
    background: #eb2121;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(235, 33, 33, .55);
    box-shadow: 1px 1px 10px 0px rgba(235, 33, 33, .55);
}

@media(max-width:860px) {
    .nataButton {
        font-size: 12px;
        padding-bottom: 7px;
        padding-top: 7px;
        width: 130px;
    }
}

.aboutHome {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 35px;
    padding-top: 50px;
    padding-bottom: 20px;
    background: #F1EFEF;

}

.aboutHomeIndex p {
    font-size: 14px;
    color: #1e1e1e;
    line-height: 20px;
    letter-spacing: .4px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
    text-align: center;
}

@media(max-width:860px) {
    .aboutHomeIndex p {
        font-size: 12px;
    }
}

.aboutHomeIndex span {
    color: #D3313A;
    font-size: 17px;
    font-weight: 400;
}

@media(max-width:860px) {
    .aboutHomeIndex span {
        font-size: 14px;
    }
}

.aboutUsButton {
    margin-top: 20px;
}




.mainHeader {
    margin-bottom: 20px;
}

.mainHeader h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 400;
    color: #e32f28;
}

.mainHeader i {
    color: #e32f28;
}

.contButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 50px;
}

.contButtonStyle {
    margin-right: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #fff;
    background: #0F0F0F;
    border: 1px solid transparent;
    font-size: 12px;
    -webkit-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}


.contButtonStyle:hover {
    color: #0F0F0F;
    background: #fff;
    border: 1px solid #0F0F0F;
    -webkit-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.35);
}

.newsHeader {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #D3313A;
    background: #D3313A;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 30px;

}

@media (max-width:860px) {
    .newsHeader {
        font-size: 11px;
    }
}

.counterArea {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 70%;
    margin-top: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
    -webkit-box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.35);
}

.counterSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

@media(max-width:860px) {
    .counterSection {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.counterSection i {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 40px;
    color: #fff;
}

@media(max-width:860px) {
    .counterSection i {
        font-size: 25px;
        margin-bottom: 0;
    }
}

.counterHeader {
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
}

@media(max-width:860px) {
    .counterHeader {
        font-size: 15px;
    }
}

.counterNumber {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

@media(max-width:860px) {
    .counterNumber {
        font-size: 15px;
    }
}

.counterPlace {
    border: 1px solid transparent;
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(107, 14, 14, 0.65);
    width: 250px !important;
}


@media(max-width:860px) {
    .counterPlace {
        margin: 0;
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.counterPlace2 {
    border: 1px solid transparent;
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(42, 73, 105, 0.65);
    width: 250px !important;
}


@media(max-width:860px) {
    .counterPlace2 {
        margin: 0;
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.slide img {
    width: 150px;
}

@media(max-width:860px) {
    .slide img {
        width: 100px;
    }
}


main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.module {
    min-width: 270px;
    height: 470px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    overflow: hidden;
    position: relative;
}

@media(max-width:920px) {
    .yasamModule {
        height: 400px;
    }
}

.module:hover {
    -webkit-box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
}

.thumbnail {
    position: relative;
    overflow: hidden;
    background: black;

}

.thumbnail img {
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.module:hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}

.thumbnail .date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #D3313A;
    padding-top: 10px;
    color: #fff;
    font-weight: 300;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}

.date div:first-child {
    font-size: 18px;
    line-height: 1.2;
}

@media(max-width:860px) {
    .thumbnail .date {
        font-size: 10px;
    }
}

.content {
    position: absolute;
    width: 100%;
    height: 178px;
    bottom: 0;
    background: #fff;
    padding: 20px 30px 0px 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

@media(max-width:375px) {
    .content {
        bottom: 5%;
    }
}

.module:hover .content {
    height: 278px;
}

.content .category {
    position: absolute;
    top: -15px;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    background: #D3313A;
    padding: 10px 15px;
    font-weight: bold;
}

@media(max-width:860px) {
    .content .category {
        font-size: 12px;
    }
}

.title {
    margin: 0;
    padding: 0 0 10px;
    color: #0C0C0C;
    font-size: 19px;
    font-weight: 700;

}

@media(max-width:860px) {
    .title {
        font-size: 15px;
    }
}

.sub-title {
    margin: 0;
    padding: 0 0 20px;
    color: #D3313A;
    font-size: 15px;
    font-weight: 400;
}

@media(max-width:860px) {
    .sub-title {
        font-size: 12px;
    }
}

.description {
    color: #0C0C0C;
    font-size: 12px;
    line-height: 1.8em;
    height: 0;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    overflow: hidden;
}


.module:hover .description {
    height: 100px;
}

.meta {
    margin: 30px 0 0;
    color: #999999;
}

.reportsHeader {
    margin-top: 50px;
}

.reportArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid rgba(0, 0, 0, 0.15);

}


.reportsHeaderText {
    font-size: 14px;
    text-align: left;
    border: 1px solid #fff;
    border-left: 7px solid #b20d20;
    display: flex;
    align-items: center;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .3px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #b20d20;
    padding-top: 10px;
    max-width: 200px;
    margin-left: 30px;
    -webkit-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;

}

@media(max-width:768px) {
    .reportsHeaderText {
        font-size: 12px;


    }
}


.reportsHeaderText p {
    vertical-align: middle;
}



@media(max-width:1024px) {
    .reportArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}




.timestamp {
    color: red;
}

.timestamp img {
    width: 40px;
}


.module {
    margin-top: 30px;
}



.partnerSection {
    margin-top: 100px;
    margin-bottom: 75px;
}


.reportLink .module {
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.35);
}

.reportLink .module:hover {
    -webkit-box-shadow: 2px 3px 17px 0px rgba(0, 0, 0, 0.70);
    box-shadow: 2px 3px 17px 0px rgba(0, 0, 0, 0.70);
}



.iconSection {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.iconArea {
    margin-top: 30px;
}

.iconArea a {
    color: grey;
    font-size: 14px;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    font-weight: 600;
    letter-spacing: 0px;
}

@media(max-width:930px) {
    .iconArea a {
        font-size: 11px;
    }
}

.iconArea a:hover {
    color: #B2211F;
    font-weight: 600;
}

.iconArea a img {
    height: 100px;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    border: 1px solid transparent;
    border-radius: 200px;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.35);
}

.iconArea a img:hover {
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
}


.iconArea a p {
    margin-top: 10px;
}

@media(max-width:930px) {
    .iconArea a img {
        height: 70px;
    }
}


.cc_container {
    background: #222;
    color: #fff;
    font-size: 15px !important;
    font-family: 'Open Sans', sans-serif !important;
    box-sizing: border-box;
}


.cc_btn {
    color: #fff !important;
    background-color: #D13136 !important;
    font-size: 14px !important;

}






@media(max-width:920px) {
    .yasamSubTitle {
        display: block;
    }
}

@media(max-width:920px) {
    .yasamSubTitle {
        display: block;
    }
}

@media(max-width:920px) {
    .yasamDescription {
        display: block;

    }
}

@media(max-width:920px) {
    .yasamMeta {
        display: block;
    }
}



@media(max-width:920px) {
    .yasamModule {
        height: 230px;
    }
}

@media(max-width:920px) {
    .yasamContent {
        height: 75px;
        padding-top: 10px;
        padding-bottom: 30px;
        opacity: 1;
    }
}

@media(max-width:920px) {
    .yasamModule:hover .yasamContent {
        height: 235px;

    }
}







@media(max-width:920px) {
    .yasamThumbnail:hover {
        background: transparent;
    }
}



.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.modal-footer button {
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 7px 30px;
    font-size: 15px;
    background-color: #b20d20;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 400;
    border-radius: 5%;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    -webkit-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.50);

}

.modal-footer button:hover {
    color: #b20d20;
    background: #fff;

}


.modal-content {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

@media (min-width:760px) {
    .modal-content {
        border-radius: 20px;
        border: 1px solid white;
    }
}


.newsIndex {
    font-size: 13px;
    margin-top: 5px;
}

.newsModalIndex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.newsModalImage2 {
    width: 100%;
}

.newsVideo {
    text-align: center;
}

.newsModalHeader {
    color: #b20d20;
    margin-top: 15px;
    text-align: left;


}

.newsModalText {
    color: #0C0C0C;
    font-size: 13px;
    text-align: left;
}



.modal-backdrop {
    opacity: 0.7;
}

#customPopup .modal-content {
    position: relative;
    padding: 0;
    overflow: hidden;

}

.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.2s linear;

    &:hover {
        background-color: black;
        color: #fff;
    }
}


#customPopup .modal-content img {
    position: relative;

}