/*
	bMaster
	Custom Template Styles
	============
	custom.css
*/

/* body */
body{
    font-family: 'EB Garamond', serif;
    /* font-family: -webkit-body, serif; */
    -webkit-font-smoothing: antialiased;
    background-color: #f5f6f7;
    font-size: 18px;
}

/* header */
h1, h2, h3, h4, h5 {
    font-family: 'EB Garamond', serif;
    font-weight: normal;
}
h1.big-header {
    font-size: 40px;
    margin-bottom: 20px;
}
h1.lined {
    margin: 5px 0 25px;
    position: relative;
    font-weight: 600;
}
h1.lined:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -20px;
    width: 60px;
    border-bottom: 4px solid #30bbdb;
}
.seps {
    font-size: 22px;
    font-weight: 500;
    /* text-transform: uppercase; */
    color: #333;
}
.underlined {
    border-bottom: 1px solid rgba(43, 59, 123, 0.1);
    padding-bottom: 10px;
    margin: 0 0 20px;
}

/* buttons */
.button, form#bm-form .form-elem button {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    border-radius: 2px;
    background-color: #30bbdb;
    text-align: center;
    padding: 11px 35px;
    transition: background-color .2s ease-in-out;
    font-family: 'Arial', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    height: 38px;
    border: 0;
    outline: transparent;
}
.button:hover,
.button:active,
.button:focus{
    color: #fff;
}
.button:hover, form#bm-form .form-elem button:hover {
    background-color: #42c8e6;
}

/* navbar */
.logo {
    height: 70px;
    width: 132px;
    margin: 9px 0;
}
.logo a {
    background-size: contain;
}
nav.navbar #mainmenu {
    /* float: right; */
}
nav.navbar {
    height: 88px;
    background-color: #fff;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.45);
    z-index: 1;
}
.navbar-nav>li>a {
    padding: 34px 15px;
    font-size: 14px;
    color: rgba(0, 41, 96, 0.8);
    font-family: 'Arial', sans-serif;
}
.nav>li.active>a,
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #f3f3f3;
}
.right-section {
    float: right;
}
/* search */
.search-section {
    float: left;
    position: relative;
    overflow: hidden;
}
.search-section.active {
    overflow: visible;
}
.navbar .search-area {
    width: 20px;
    /* float: right; */
    margin: 30px 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 30px;
    transition: width .2s ease-in-out;
}
.navbar .search-section.active .search-area {
    width: 300px;
}
.navbar .search-area .search-wrapper {
    overflow: hidden;
    position: relative;
    width: 300px;
    height: 100%;
}
.navbar .search-area input {
    position: absolute;
    width: 100%;
    /* top: 0; */
    /* left: 0; */
    border: 0;
    border-bottom: 1px solid rgba(0, 41, 96, 0.08);
    transition: width .2s ease-in-out;
    outline: transparent;
    padding-left: 3px;
}
.navbar .search-area a {
    color: rgba(0, 41, 96, 1);
    opacity: 0.6;
    font-size: 13px;
}
.navbar .search-section.active .search-area input {
    font-size: 17px;
    color: rgba(0, 41, 96, 0.56);
}
.navbar .search-area input::placeholder {
    font-size: 17px;
    color: rgba(0, 41, 96, 0.56);
    /* font-family: 'Arial', sans-serif; */
    font-weight: 300;
}
.navbar .search-area a#close {
    position: absolute;
    top: 6px;
    right: 0;
}
.navbar .search-area a#search {
    /* position: absolute; */
    /* top: 5px; */
    /* left: 3px; */
    z-index: 1;
    transition: all .2s ease-in-out;
    margin: 0 5px 0 3px;
}
.navbar .search-section.active .search-area a#search {
    opacity: 0.4;
}
.search-results {
    /* display: none; */
    background-color: #fff;
    padding: 0 15px 10px;
    border-radius: 0 0 5px 5px;
    /* font-family: 'Arial', sans-serif; */
    font-size: 15px;
    color: rgba(0, 41, 96, 0.7);
    border: 1px solid #ddd;
    border-top: 0;
    position: absolute;
    width: 300px;
    top: 88px;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.search-section.active .search-results.active {
    display: block;
    opacity: 1;
}
.search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.search-results ul li {
    border-bottom: 1px solid #f5f5f5a1;
}
.search-results ul li:last-child {
    margin: 0;
}
.search-results ul li a {
    display: block;
    padding: 7px 5px 8px;
}
.search-results ul li a:hover {
    background-color: #f9f9f9;
}
.lang-section {
    float: left;
}
.lang-section a {
    display: block;
    margin: 34px 0 0 20px;
    font-size: 15px;
    font-weight: 600;
    color: rgba(98, 123, 158, 0.98);
    /* color: transparent; */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* background-position: 50%; */
    width: 25px;
    height: 17px;
}
.lang-section.lang-en a{
    /* background-image: url(../images/system/en.png); */
}
.lang-section.lang-tr a{
    /* background-image: url(../images/system/tr.png); */
}

/* carousel */
#bCarousel {
    height: 500px;
}
#bCarousel .fill {
    background-position: 50% 100%;
}
#bCarousel .carousel-controller {
    display: none;
}
#bCarousel .carousel-indicators {
    display: none;
}
#bCarousel .texts {
    padding: 0 50px;
}
#bCarousel .texts h1 {
    font-size: 65px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 120px;
    line-height: 1.4;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
}

/* seperator */
.seperator,
.inner-seperator {
    height: 350px;
    position: relative;
    background-size: cover;
    background-position: 50% 45%;
    background-repeat: no-repeat;
}
.seperator:before,
.inner-seperator:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 32, 68, 0.1);
    position: absolute;
}
.seperator .seperator-content {
    z-index: 2;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    display: none;
}
.seperator .seperator-content h1 {
    font-size: 50px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
/* inner */
.inner-seperator {
    height: 350px;
    background-color: #eee;
}

/* home-cards */
.card {
    background-color: #fff;
    box-shadow: 0 0 5px -1px rgba(153, 153, 153, 0.3);
    border-radius: 2px;
}
.card .card-body {
    padding: 30px;
}
.card .card-body .row {
    margin: 0 -30px;
}
.card .card-body .row > div {
    padding: 0 30px;
}
.content {
    position: relative;
}
.content.main {
    padding: 0;
}
.negative-margin {
    margin-top: -110px;
    margin-bottom: 100px;
}
.card .card-body {
    padding: 50px;
}
.card .card-body p.slogan-hero{
    margin: auto;
    font-size: 3.1rem;
    width: 90%;
    text-align: center;
    line-height: 1.8;
}
.home-cards .card .card-body p.slogan-hero{
    font-size: 36px;
}
.home-cards .texts {
    font-size: 17px;
    line-height: 2;
    text-align: justify;
}
.home-cards .texts p {
    margin-bottom: 20px;
}
.home-cards .img-card > .text {
    background-color: #30bbdb;
    padding: 40px;
    color: #fff;
    text-align: center;
    height: 113px;
}
.home-cards .img-card > .text span {
    font-size: 24px;
    font-weight: 600;
}
.home-cards .img-card > .img-self {
    width: 100%;
    height: 290px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.section {
    /* margin-bottom: 30px; */
}
.section-uzman,
.section-counts {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    height: 280px;
}
.section-uzman:before,
.section-counts:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.section-uzman .section-uzman-content,
.section-counts .section-counts-content {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

/* uzman */
.section-uzman {
    background-image: url(../images/anasayfa/ewa-anasayfa-uzmanlik-bg-01.jpg);
    height: 340px;
}
.section-uzman:before {
    background-color: rgba(20, 35, 70, 0.7);
}
.section .section-uzman-content {
    padding-top: 120px;
}
.section .section-uzman-content p {
    margin: auto;
    font-size: 30px;
    width: 80%;
    text-align: center;
    line-height: 1.8;
    color: #fff;
}
.section .section-uzman-content p a {
    font-weight: 700;
}
.section .section-uzman-content p a:after {
    content: "\f08e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-weight: bold;
    font-size: 20px;
    margin-left: 7px;
}

/* counts */
.section-counts {
    /* background-image: url(../images/anasayfa/ewa-home-section-counts-bg.jpg); */
    background-color: #fff;
    height: 320px;
}
.section-counts:before {
    /* background-color: rgba(49, 178, 208, 0.9); */
}
.section-counts .count-single {
    text-align: center;
    color: rgb(33, 45, 92);
    font-size: 20px;
    position: relative;
    padding: 75px 20% 0;
    line-height: 1.1;
}
.section-counts .count-single > * {
    display: block;
}
.section-counts .count-single i {
    font-size: 60px;
    margin-bottom: 5px;
}
.section-counts .count-single span {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
}
.section-counts .count-single h1 {
    font-size: 7rem;
    /* font-weight: 700; */
    margin-bottom: 0;
    margin-top: 0;
}
/* kaynaklar*/
.section-counts .row > div:after {
    content: "";
    display: block;
    height: 160px;
    border-right: 1px solid #ddd;
    position: absolute;
    right: 0;
    top: 85px;
}
.section-counts .row > div:last-child:after {
    display: none;
}
.section .section-blocks {
    padding: 50px 0;
}
.section .section-blocks .blocks-single {
    margin: 15px 0 45px;
    min-height: 350px;
}
.section .section-blocks .blocks-single .blocks-img {
    height: 170px;
    height: 75px;
    background-color: #ddd;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
    margin-bottom: 20px;
}
.section .section-blocks .blocks-single .blocks-img:hover {
    filter: brightness(1.1);
}
.section .section-blocks .blocks-single .blocks-img a {
    display: block;
    width: 100%;
    height: 100%;
}
.section .section-blocks .blocks-single span {
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 600;
    color: rgba(153, 153, 153, 0.8);
    display: block;
}
.section .section-blocks .blocks-single h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 5px 0 10px;
}
.section .section-blocks .blocks-single p {
    color: #666;
    text-align: justify;
    font-size: 18px;
}
.content .text-area .section-blocks .blocks-single p {
    margin: 0;
}
.section .section-blocks .buttons.center {
    margin: 50px 0 0;
    text-align: center;
}
/* goto section */
.section-goto {
    background: #f1f3f4 url(../images/anasayfa/ewa-home-section-goto-bg.png) repeat left top;
    padding: 60px 0;
}
.section-goto p {
    font-size: 26px;
    float: left;
    margin: 0;
}
.section-goto .button {
    float: right;
}

/* section contact block */
.contact-block {
    height: 350px;
}
.contact-block .contact-info-area {
    float: left;
    width: 30%;
    background-color: #263470;
    color: #fff;
    padding: 50px 30px 30px;
    font-size: 16px;
    font-weight: 500;
}
.contact-block .contact-map-area {
    float: left;
    width: 70%;
}
.contact-block > div {
    height: 100%;
}
.section-iletisim {
    background-color: #fff;
    padding: 50px 0;
}
.contact-block .contact-info-area h2 {
    margin: 0 0 10px;
    font-weight: 600;
}
.contact-block .contact-info-area .adress-block {
    margin-bottom: 80px;
}
.contact-block .contact-info-area .phone-block span {
    font-weight: 600;
    display: inline-block;
    min-width: 55px;
}
/* content quote */
.quote-section .card .card-body {
    padding: 45px 45px 30px;
}
.quote-section .card .card-body p.quote {
    width: auto;
    text-align: justify;
    line-height: 1.4;
    font-style: italic;
    color: #5c6873;
}
.quote-section .card .card-body p.author {
    text-align: right;
    font-size: 16px;
    /* font-weight: 600; */
    color: #a6abaf;
    margin: 15px 0 0;
}
.quote-section.negative-margin {
    margin-bottom: 50px;
}
.content .text-area {
    font-size: 22px;
    padding: 0 40px;
    color: #7994a9;
}
.content .text-area h1,
.content .text-area h2,
.content .text-area h3 {
    color: #688ba7;
    color: #516473;
    font-family: -webkit-body;
}
.content .text-area h2,
.content .text-area h3,
.content .text-area h4 {
    margin: 60px 0 20px;
}
.content .text-area.inner-page-text{
    padding: 0;
}
.content .text-area.inner-page-text .no-margin-paragraph p {
    margin-left: 0;
}
.content .text-area strong {
    color: #7994a9;
    font-weight: 600;
}
.content .text-area .section-blocks {
    padding: 0;
}
.content .text-area.inner-page-text h3 {
    /* margin: 0 0 20px; */
    /* font-size: 28px; */
    /* font-weight: 500; */
    margin-top: 30px;
    font-size: 20px;
}
.content .text-area.inner-page-text p {
    margin-left: 40px;
}
.content .text-area.inner-page-text h3 em {
    display: block;
    margin: -10px 0 0;
    font-size: 23px;
    font-weight: 500;
    color: #688ba7;
    /* font-style: normal; */
    font-family: -webkit-body;
    font-weight: 600;
}

/* breadcrumbs */
.breadcrumbs-section {
    background-color: #fff;
    padding: 12px 0 13px;
    margin-top: 20px;
}
.breadcrumbs-section ol {
    margin: 0;
    line-height: 1;
}
.breadcrumbs-section ol li {
    font-size: 16px;
    color: #666;
}
.breadcrumbs-section ol li:first-child {
    font-weight: 600;
}
/* kaynaklar */
.article-group {
    overflow: hidden;
    margin-bottom: 40px;
}
.article-group h2 {
    margin-bottom: 10px;
}
.article-group p.empty {
    color: #666;
    font-style: italic;
    font-size: 16px;
}

/* contact */
.content.contact {
    padding: 0;
}
.section.iletisim-form {
    padding: 40px 0;
}
form#bm-form .form-elem {
    float: left;
    width: 100%;
}
form#bm-form .form-elem input[name=accept] {
    float: left;
}
form#bm-form .form-elem p {
    font-weight: normal;
}
form#bm-form .form-elem p span {
    font-weight: 600;
}
form#bm-form .form-elem label {
    margin-left: 3px;
    font-size: 16px;
    width: 100%;
}

/* footer */
.footer {
    /* background-color: #222e65; */
    color: #fff;
    padding: 0;
}
.footer .footer-content {
    background-color: #222e65;
    padding: 50px 0;
}
.footer h1 {
    margin-bottom: 30px;
    margin-top: 0;
}
.footer .subscribe-box {
    background-color: #394475;
    padding: 35px 30px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 18px;
}
.footer .subscribe-box h2 {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.9);
}
.footer .subscribe-box form .form-elem {
    padding: 15px 0 0;
}
.footer .subscribe-box form input#email {
    width: 65%;
    padding: 8px 15px;
    border: 0;
    border-radius: 2px;
    background-color: #222d5f;
    float: left;
    margin-right: 2%;
    height: 38px;
}
.footer .subscribe-box form input::placeholder {
    color: rgba(255, 255, 255, 0.66);
}
.footer .subscribe-box form input .button {
    width: 33%;
}
.footer .subscribe-box form input#accept {
    float: left;
    margin: 0 5px 0 0;
}
.footer .subscribe-box form .form-elem p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.3px;
    line-height: 1.2;
}
.footer .subscribe-box form .form-elem p span {
    font-weight: 700;
    color: #fff;
}
.footer .social-icons,
.footer .footer-menu {
    padding-left: 50px;
}
.footer .social-icons ul li,
.footer .footer-menu ul li {
    margin-bottom: 12px;
}
.footer .footer-menu ul li {
    /* margin-bottom: 12px; */
}
.footer .social-icons ul li a,
.footer .footer-menu ul li a {
    font-size: 18px;
    font-weight: 500;
}
.footer .social-icons ul li a i {
    color: #b6bbd0;
    margin-right: 8px;
}
.footer .copyright {
    background-color: #192556;
    /* margin-top: 60px; */
    padding: 25px 0 20px;
}
.footer .copyright p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
}
.footer .copyright p.align-left {
    float: left;
}
.footer .copyright p.align-right {
    float: right;
}
.footer .copyright p i {
    color: #fff;
}

/* recaptcha */
.grecaptcha-badge {
    display: none;
}

@media (max-width: 1024px){
    .navbar-nav>li>a {
        padding: 34px 10px;
    }
    .navbar .search-section.active .search-area,
    .navbar .search-area .search-wrapper,
    .search-results{
        width: 180px;
    }
    .footer .subscribe-box form input#email {
        width: 55%;
    }
}

@media (max-width: 768px){
    .navbar-nav>li>a {
        font-size: 11px;
        padding: 34px 2px;
    }
    .navbar .search-section.active .search-area,
    .navbar .search-area .search-wrapper,
    .search-results {
        width: 120px;
    }
    .section .section-uzman-content {
        padding-top: 90px;
    }
    #bCarousel .texts h1 {
        margin-top: 60px;
    }
    .section-counts .count-single {
        padding: 75px 0;
    }
    .contact-block .contact-info-area {
        width: 40%;
        padding: 50px 20px 30px;
    }
    .contact-block .contact-map-area {
        width: 60%;
    }
    .footer .subscribe-box {
        padding: 30px 20px;
    }
    .footer .subscribe-box form input#email {
        width: 55%;
    }
    .button, form#bm-form .form-elem button {
        padding: 11px 20px;
    }
    
}

@media (max-width: 767px){
    .logo {
        margin: 10px 0 0 15px;
    }
    .navbar-toggle .icon-bar {
        background-color: #26358c;
    }
    .navbar-toggle {
        margin: 35px 0;
        padding: 0;
        float: right;
    }
    .navbar-header {
        float: left;
    }
    .lang-section a {
        margin: 35px 15px;
    }
    #bCarousel .texts {
        padding: 0 30px;
    }
    #bCarousel .texts h1 {
        font-size: 30px;
        margin-top: 65px;
    }
    #bCarousel {
        height: 370px;
    }
    .card .card-body {
        padding: 20px;
    }
    .home-cards .card .card-body p.slogan-hero {
        font-size: 24px;
    }
    .negative-margin {
        margin-bottom: 50px;
    }
    .section .section-uzman-content p {
        font-size: 24px;
    }
    .section .section-uzman-content {
        padding-top: 65px;
    }
    .section-counts {
        height: auto;
    }
    .section-uzman .section-uzman-content,
    .section-counts .section-counts-content {
        position: relative;
    }
    .section-counts .count-single {
        padding: 31px;
        border-bottom: 1px solid #eee;
        padding: 30px 20px;
    }
    .seps {
        text-align: center;
    }
    .contact-block .contact-info-area {
        width: 100%;
        padding: 30px;
    }
    .contact-block .contact-map-area {
        width: 100%;
        height: 300px;
    }
    .contact-block .contact-info-area .adress-block {
        margin-bottom: 20px;
    }
    .contact-block {
        height: auto;
    }
    .section-goto {
        padding: 20px 0;
        text-align: center;
    }
    .section-goto .button {
        float: none;
    }
    .section-goto p {
        margin-bottom: 20px;
    }
    .footer h1 {
        text-align: center;
        font-size: 29px;
    }
    .footer .social-icons,
    .footer .footer-menu {
        padding-left: 15px;
    }
    .footer .subscribe-box {
        margin-bottom: 50px;
    }
    .footer .copyright p.align-left {
        float: none;
        text-align: center;
    }
    .footer .copyright p.align-right {
        float: none;
        text-align: center;
    }
    nav.navbar #mainmenu {
        float: none;
        position: absolute;
        top: 88px;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 0 15px;
        border-bottom: 1px solid #ccc;
    }
    .navbar-nav>li>a {
        padding: 10px;
        font-size: 14px;
    }
    .navbar-nav {
        margin: 10px 0;
    }
    .nav>li.active>a,
    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: transparent;
        font-weight: 600;
    }
    .nav>li {
        border-bottom: 1px solid #eee;
    }
    .nav>li:last-child {
        border: 0;
    }
    .inner-seperator {
        height: 150px;
    }
    .quote-section .card .card-body {
        padding: 30px;
    }
    .card .card-body p.slogan-hero {
        font-size: 19px;
    }
    .quote-section .card .card-body p.author {
        font-size: 14px;
    }
    .content .text-area {
        font-size: 18px;
    }
    .content .text-area.inner-page-text h3 {
        font-size: 18px;
    }
    .content .text-area.inner-page-text h3 em {
        font-size: 19px;
    }
    .button, form#bm-form .form-elem button {
        font-size: 13px;
        padding: 11px 14px;
    }
    .footer .subscribe-box form input#email {
        width: 65%;
    }
    .breadcrumbs-section {
        display: none;
    }
    .quote-section.negative-margin {
        margin-top: -40px;
    }
    h1.big-header {
        font-size: 30px;
    }
    .content .text-area.inner-page-text p {
        margin-left: 20px;
    }
    .content .text-area h2 {
        font-size: 26px;
    }
    .content .text-area h3 {
        font-size: 24px;
    }
    .search-results {
        width: 200px;
    }
    .dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }
    .dropdown-menu>li {
        border-top: 1px solid #f7f7f7;
    }
    .dropdown-menu>li>a {
        font-size: 13px;
        padding: 10px 20px;
        color: rgba(0, 41, 96, 0.8);
        font-family: 'Arial', sans-serif;
    }
}

@media (max-width: 320px){
    .search-section {
        display: none;
    }
    .home-cards .card .card-body p.slogan-hero {
        font-size: 20px;
    }
    .footer .subscribe-box h2 {
        font-size: 26px;
    }
    .footer .subscribe-box form input#email {
        width: 100%;
    }
    .footer .subscribe-box form .button {
        float: right;
        margin: 15px 0;
    }
    .footer .subscribe-box form .form-elem p {
        text-align: justify;
    }
    .footer .copyright p {
        font-size: 14px;
    }
    .footer .social-icons ul li a,
    .footer .footer-menu ul li a {
        font-size: 15px;
    }
    #bCarousel .texts {
        padding: 0;
    }
    .section .section-uzman-content p {
        width: auto;
    }
    
}