/*
Template Name: finadvisor
Description: HTML5 / CSS3 One Page
Version: 1.0
Author: uiCookies.com
*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
    2. Global Typography
    3. Section Background / .gray-bg / .white-bg
	4. Header /
	    4.1. .top-bar
		4.2. Navigation / .navbar
	5. Hero Slider / .hero-slide
	6. Services / .services
	7. About Us / .about-us
	8. Testimonial / .testimonialOne
	9. Team / .team
	10. Pricing Table / .pricing-section
	11. Client Logo / .client-logo
	12. Contact Section
	    12.1. #googleMap
	    12.2. Contact Form
	13. Footer / .footer
	14. Preloader / #preloader


# [Color codes]

# Body  (text): #888
# Heading Color #0E1555
# Theme Color (link color) #7d93ff
# Mid grey (sub header) #666666
# -------------------------------------------------------------------*/

:root {
    --accent-light-color: #6b92d6;
    --accent-color: #3a69cc;
    --accent-dark-color: #1846b3;
    --accent-really-dark-color: #27428c; 
    --accent-highlight: #b3d1f5;
  }
  

body {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 1.7em;
    color: #483636; 
    font-weight: 100;
    background: #ffffff;
    border: 10px solid #fff;
}



/* --------------------------------------
 * Global Typography
 *------------------------------------------*/

h1,
h2,
h3,
h4 {
    margin: 0 0 15px;
    color: var(--accent-really-dark-color);
}


h5,
h6 {
    margin: 0 0 0px;
    color: var(--accent-really-dark-color);
}

h1 {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    line-height: 1.5em;
    font-weight: 400;
}

#section-main h2 {
    color: #ffffff;
}


h3 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 300;
}

h4 {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 300;
}

h5 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
}

h6 {
    font-size: 15px;
    line-height: 24px;
}

b {
    font-weight: bold !important;
}

ol {
    padding-left: 40px !important;
}

/* --------------------------------------
 * LINK STYLE
 *------------------------------------------*/
a {
    color: var(--accent-light-color);
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#section-main a{
    color: #cccccc;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;   
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none;
    outline: none
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--accent-dark-color);
}

p {
    margin-bottom: 20px;
}

p.lead {
    font-size: 19px;
    line-height: 1.7em;
}

p.text-block {
    text-align: justify;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*Button Style*/
.btn {
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
    border-width: 2px;
    text-transform: uppercase;
}

.btn-lg {
    font-size: 18px;
    padding: 15px 30px
}

/*btn-primary*/
.btn-primary {
    border-color: var(--accent-dark-color);
    background: transparent;
    color: var(--accent-dark-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    background: var(--accent-highlight);
    color: var(--accent-dark-color);
    border-color: var(--accent-dark-color);
}

/*btn-default*/
.btn-default {
    color: #ffffff; 
    background-color: transparent;
    border-color: #ffffff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus {
    background-color: transparent;
    color: var(--accent-dark-color);
    border-color: var(--accent-dark-color);
}

button:focus,
.btn:focus,
.btn:active:focus {
    outline: none;
}

/* --------------------
 * Section Background
 * -------------------*/

.gray-bg {
    background-color: #f0f1f3;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.white-bg {
    background-color: #ffffff;
}

/* --------------------
 *  main Wrapper
 * -------------------*/
#main-wrapper {
    background: #ffffff;
    overflow: hidden;
}

/*-----------------------------
 * NAVIGATION & HEADER STYLE
 *-------------------------------*/

.header {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 40px;
    z-index: 9;
}

.navbar-brand {
    padding-top: 10px;
    font-size: 2em;
    margin: 2px 25px 2px 0!important;
    font-weight: 800;
    color: var(--accent-really-dark-color);
}

.navbar-brand:hover {
    color: var(--accent-color);
}

.navbar {
    border-radius: 0;
    background: white;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
}

/*Navigation Style*/

.main-menu .navbar-right {
    margin-right: -15px;
}

.navbar-nav {
    text-align: center;
}

.nav-link {
    color: #483636;
    font-weight: 500;
    padding: 15px 0 15px 30px;
}

.nav-link:hover {
    color: var(--accent-color);
    background: transparent;
}

.nav-link:focus {
    background: transparent;
}

.navbar-toggler {
    border-color: #483636;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-bars {
    color: #483636;
}


/* Sticky Menu */
.sticky-nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background: #ffffff !important;
    padding: 5px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sticky-nav .nav li a {
    color: var(--accent-really-dark-color);
}

.sticky-nav .navbar-toggle .icon-bar {
    background: #333;
}

@media (max-width: 768px) {
    .sticky-nav {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*-------------------
 * Jumbotron
 *-------------------*/

.jumbotron {
    padding: 0;
    margin: 0;
    height: 100vh;
    min-height: 700px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.jumbotron-image {
    background: url("../img/turkiye-2.avif");
    height: 100%;
    background-position: top center; /* anchor the top, crop bottom if needed */
    background-repeat: no-repeat;
    height: 100vh; /* or your desired height */
}

.jumbotron .content {
    color: #ffffff;
    position: absolute;
    top: 54%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    backdrop-filter: blur(1px);
    padding-top: 180px;
}

.jumbotron .content h1 {
    color: #ffffff;
    font-weight: 800;
    font-size: 3em;
}

.jumbotron .content p.lead {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5em;
}

.jumbotron .content .event-date {
    font-size: 24px;
    margin-bottom: 80px;
}

.jumbotron .content .quote {
    font-size: 22px;
    padding-top: 40px;
    margin-bottom: 40px;
}

.jumbotron .content .flyer {
    font-size: 22px;
    padding-top: 80px;
    margin-bottom: 20px;
}

.jumbotron .btn {
    margin-top: 40px;
}

@media (max-width : 600px) {
    .jumbotron .content {
        min-height: auto;
    }

    .jumbotron .content h1 {
        font-size: 2em;
    }

    .jumbotron .content p.lead {
        font-size: 22px;
    }
}

/*---------------------------
 * Section Wrapper
 *---------------------------*/

/* Center sections and set desired width with padding */
.section-wrapper .container{
    width: 88%;
    margin: 0 auto; /* Centers the section horizontally */
    padding: 100px 10%; /* Adds 10% padding on each side */
    box-sizing: border-box; /* Ensures padding doesn't add to total width */
}


/*---------------------------
 * Section Title
 *---------------------------*/
.section-title {
    margin-bottom: 60px;
    text-align: center;
}

.section-title h1 {
    margin-bottom: 5px;
}

.section-title p {
    font-size: 18px;
    color: #888888;
}

/* ----------------------------------------------
 * About Event
 *-----------------------------------------------*/
.about-event .lead {
    font-size: 19px;
    line-height: 1.7em;
}

.about-event address {
    font-size: 15px;
    color: #888888;
    line-height: 1.8em;
}

.about-event address strong {
    color: var(--accent-really-dark-color);
}

/* ----------------------------------------------
 * Team Section
 *-----------------------------------------------*/

.team .thumbnail {
    padding: 0;
    line-height: 22px;
    background-color: transparent;
    border: 0;
    margin-bottom: 30px;
    text-align: center;
}

.team .thumbnail {
    padding: 0;
    line-height: 22px;
    background-color: transparent;
    border: 0;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width : 767px) {
    .team .thumbnail {
        margin-bottom: 30px;
    }
}

.team .thumbnail img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 60%;
    border-radius: 100%;
}

.team .thumbnail img.logo {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    border-radius: 0%;
}


.team .thumbnail .caption {
    padding: 10px;
}

.team .thumbnail h3 {
    font-size: 16px;
    font-weight: bold;

    margin: 0 40px;
    text-transform: uppercase;
    padding: 10px 0;
}



.team .thumbnail h3 small {
    font-size: 13px;
    color: #888;
    display: block;
    font-weight: normal;
}


.team .social-links li {
    display: inline-block;
    margin-right: 3px;
}

.team .social-links li:last-child {
    margin-right: 0;
}

.team .social-links li a {
    display: block;
    font-size: 24px;
    color: #ccc;
    padding: 0 5px;
}

.team .social-links li a:hover {
    color: #38A1F3;
}

/*
.team .social-links li a fa.fa-twitter:hover {
    color: #38A1F3;
}
*/

/* --------------------------
 * Agenda
 *---------------------------*/
.section-ajenda .session {
    padding: 15px 0;
    border-left: 1px solid #eeeeee;
    margin-bottom: 40px;
}

.section-ajenda .session time {
    padding: 5px 25px 15px;
    border-bottom: 1px solid #eeeeee;
    display: inline-block;
}

.section-ajenda .session h2 {
    margin: 20px 0 0 20px;
}

.section-ajenda .session h3 {
    margin: 20px 0 20px 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.section-ajenda .session h3 span {
    font-size: 14px;
    display: block;
    line-height: 1;
}


/* Copyright */

.footer .copyright-section {
    font-size: 13px;
    color: #888888;
    padding: 30px 0;
}

.footer .copyright-section .copytext {
    font-weight: 400;
    display: block;
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
#preloader {
    background: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

hr {
    border: none;
    border-top: 5px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 7px;
    /* padding-bottom: 2em; */
    /* padding-top: 2em; */
}

hr:after {
    background: #fff;
    padding: 0 4px;
    position: relative;
    top: -13px;
}

/* pubs CSS */

.affil {
    font-size: 0.8em;
    font-weight: 400;
}

.speaker-img {
    width: 32%;
}

.talk-title {
    font-size: 1.3em;
    font-weight: bold;
    vertical-align: bottom;
    margin-bottom: 10px;
}

.speaker {
    font-weight: bold;
    font-size: 1.25em;
}

.speaker-bio {
    padding-left: 20px;
    vertical-align: top;
}

.pubs_img {
    border-style: solid !important;
    border-width: 1px !important;
    display: block;
    width: 100%;
    margin: 10px 20px 10px 0;
}

.paper-title {
    vertical-align: top; 
    padding-left: 3px; 
    margin-top: 10px;
}

.pubs_title {
    /* font-family: 'CMUSansSerif'; */
    font-size: 1.3em;
    font-weight: bold;
}

.pubs_title_a {
    text-decoration: none;
    border: none;
    /* font-family: 'CMUSansSerif'; */
    font-size: 16pt;
}

.pubs_content {
    /* font-family: 'CMUSansSerif'; */
    font-size: 16pt;
}

.image-holder {
    float: left;
    width: 100%;
    vertical-align: middle;
}

.pub-text {
    padding-top: 2em;
}

.abstract {
    padding-top: 0.5em;
    text-align: justify;
    border: none;
}

.time {
    background-color: var(--accent-dark-color);
    color: white;
    font-weight: 600;
    font-size: 1.5em;
    margin: 20px 0;
    padding: 10px 0;
    text-align: center;
}

.agenda-point {
    font-size: 1.5em;
    margin: 20px 0;
    padding: 10px 0 10px 20px;
    font-weight: 600;
    color: var(--accent-dark-color);
    box-shadow: 0px -5px 0px var(--accent-dark-color) inset;
}

.agenda-title {
    font-size: 1em;
}

.team .thumbnail h3 small {
    line-height: 1em;
}
