﻿html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Nunito', sans-serif;
}

.font-raleway {
    font-family: 'raleway', sans-serif;
}


section {
    padding: 0 0;
}

.logo {
    height: 5rem;
    object-fit: contain;
}

.navlogo {
    height: 4rem;
    background-color:transparent;
}

.separator {
    width: 10rem;
    opacity: 1;
    border: 3px solid #182F64;
    border-radius: 5px;
    color: #182F64;
}
.list-style-none {
    list-style:none;
}

.service-list ul li {
    font-size: 1.1em;
}

.service-list h3 {
    font-family: Raleway;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 18px;
    color: #4CB5F5;
}


.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

.footer .list-style-none li h6 {
    padding: 0;
    line-height: 24px;
    font-size: 0.95em;
    color: white;
}



.footer .list-style-none li a {
    font-size: .7rem;
    color: white;
    text-decoration: none;
}

.none-style {
    text-decoration: none;
    list-style:none
}



.footer .none-style li a {
    /*font-size: 1.1em;
    color: white;
    font-weight:bolder;
    text-decoration:none;*/
    background-color: yellow;
}

.footer .list-style-none li a:hover {
    text-decoration:underline;
}

.footer .none-style li a:hover {
    text-decoration: underline;
}

.footer .list-style-none li p {
    color: lightgray;
    margin-bottom: 5px;
    padding: 0;
    font-size: 1.3em;
}

.footer .list-style-none li h3 {
    font-family: Raleway;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 18px;
    color: #4CB5F5;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.hover-underline {
  /*  font-size:3em;*/
    font-weight: bolder;
}

.hover-underline:hover {
    text-decoration: underline;
}

.title-divider {
    width: 207px;
    height: 0;
    /*  padding-bottom: 24px;*/
    object-fit: contain;
    border-bottom: solid 3px #2E51A1;
    ;
    margin: 0 auto;
}

h1.title-heading {
    text-align: center;
    font-weight: bold;
    padding: 40px;
    padding-bottom: 24px;
    font-family: sans-serif;
}

.bg-extra-gray {
    background-color: #EFEFF4;
}

.bg-white {
    background-color: white;
}

.bg-darkblue {
    background-color: #2E51A1;
}

.bg-extra-darkblue {
    background-color: #01335A;
}

.bg-lightblue {
    background-color: #4CB5F5;
}

.bg-extralightblue {
    background-color: #F1FAFD;
}

.color-lightblue {
    color: #4CB5F5;
}

.color-darkblue {
    color: #2E51A1;
}

.titles {
    font-size: 1.05em;
}

.titles p {
    padding: 0;
    margin: 0;
    color: white;
    margin-right: 20px;
    
}

.titles a {
    text-decoration: none;
}

.navbar-spacing {
    padding: 0 4em;
}


.titles p:hover {
    color: #4CB5F5;
    cursor:pointer;
}



.title-section-padding {
    padding-bottom: 35px;
}


.main-container {
    position: relative;
    text-align: center;
    color: white;
    opacity: 0.99;
}

.centered {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

nav ul li a:hover {
   /* font-weight: bolder;*/
}


.nav-item-animation {
   /* text-decoration: none;*/
    color: red;
    position: relative;
    transition: all ease-in-out 250ms;
}

.nav-item-animation p {
    padding: 0;
    margin: 0;
    font-weight: 600;
    color:#2E51A1 
}

.nav-item-animation p:hover {
    color: #4CB5F5
}

.top-align {
    top: 65%;
}

.nav-item-animation::after {
    content: "";
    position: absolute;
    display: block;
    height: 0.1em;
    width: 0%;
    background-color: var(--pink);
    bottom: -0.1em;
    transition: all ease-in-out 250ms;
}

/* dropdown menu */
.dropbtn {
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    
}



/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1 !important;
   }


/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    background-color: white;
    text-decoration: none;
    display: block;
    
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #4CB5F5;
    color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    z-index: 1 !important;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    /*font-weight: bold;*/
    /*color: #4CB5F5;*/

}

/* büyük ekranlarda hover effecti çok uzuyor */
@media only screen and (min-width: 770px) {
    .nav-item-animation:hover::after {
        width: 55%;
        background: #4CB5F5; /* color of the line */
        height: 0.25rem;
    }
}


.nav-item-animation:hover {
    color: var(--p);
    /*background: #4CB5F5;*/

    
}

.sm-navbar-item {
    color: #2E51A1;
    font-weight: 900;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}


.nav-item-animation:first-child {
    margin-left: 0rem;
}



/* footer */

/* Style all font awesome icons */

.item.social {
    /*text-align: center;*/
}

.item.social a i {
    padding: 0px;
}

.item.social a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    /*margin: 0 8px;*/
    margin-right: 8px;
    color: white;
    opacity: 0.9;
}

.item.social a:hover {
    opacity: 0.5;
}

.a-none {
    text-decoration: none;
    color: #2E51A1;
}


.box {
    height: 10rem;
    border: 1px solid #2E51A1;
}

.box:hover {
    text-decoration: underline;
    color: #4CB5F5;
    border: 1px solid #4CB5F5;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.100) !important;
}


.img-carousel {
    height: 30rem;
    z-index: 0;
    object-fit: cover;
}

@media only screen and (min-width: 700px) {
}

@media only screen and (min-width: 770px) {
    .p-md-lr {
        padding: 0 10rem;
    }
}

@media only screen and (min-width: 1400px) {
    .align-lg {
        margin-left: 20%;
    }
}


/* mobile phone */
@media only screen and (max-width: 700px) {
    .center-sm {
        text-align: center;
    }
}
