@font-face {
    src: url("../fonts/MonumentExtended-Regular.otf");
    font-family: "MonumentExtended-Regular";
}
@font-face {
    src: url("../fonts/Poppins-Black.otf");
    font-family: "Poppins-Black";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Bold.otf");
    font-family: "Proxima-Nova-Bold";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Extrabold.otf");
    font-family: "Proxima-Nova-Extrabold";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Regular.ttf");
    font-family: "Proxima-Nova-Regular";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Thin.otf");
    font-family: "Proxima-Nova-Thin";
}
@font-face {
    src: url("../fonts/Roboto-Medium.otf");
    font-family: "Roboto-Medium";
}



body {
    margin: 0px;
}
img {
    width: 100%;
}
section:after {
    clear: both;
    display: block;
    content: "";
}
h3 {
    font-family: "Proxima-Nova-Bold";
    color: #232323;
    line-height: 1.5;
}
p {
    font-family: "Proxima-Nova-Bold";
    color: #232323;
    line-height: 1.5;
    font-size: 16px;
}
p.title {
    font-family: "Proxima-Nova-Bold";
    line-height: 1.2;
    font-size: 55px;
}
a {
    font-family: "Proxima-Nova-Bold";
    color: #232323;
    font-size: 16px;
}
a:hover {
    text-decoration: none;
}
a.button {
    font-family: "Proxima-Nova-Bold";
    transition: 0.4s;
    color: #fff;
    background-color: #bc1622;
    border: 1px solid #bc1622;
    padding: 10px;
    font-size: 16px;
}
a.button:hover {
    background-color: #1da0db;
    border: 1px solid #1da0db;
    text-decoration: none;
}
button {
    font-family: "Proxima-Nova-Bold";
    outline: none;
    transition: 0.4s;
    color: #fff;
    background-color: #1da0db;
    border: 1px solid #1da0db;
    padding: 5px 10px;
    font-size: 16px; 
}
button:hover {
    color: #1da0db;
    background: #fff;
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
input,
textarea {
    font-family: "Proxima-Nova-Bold";
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    display: block;
    outline: none;
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 10px;
    font-size: 16px;
}
::placeholder {
    color: #A0A0A0;
}


/*** Header ***/
section.header-group {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
    padding: 10px 15px 10px 100px;
}
.top-header {
    text-align: right;
}
.top-header .item {
    display: inline-block;
    margin-left: 20px;
}
.top-header .item a {
    color: #bc1622;
    transition: 0.4s;
}
.top-header .item a:hover {
    color: #1da0db;
}
.top-header .item a i {
    color: #bc1622;
    font-size: 20px;
}
.header {
    position: relative;
}
.logo {
    float: left;
  /*  width: 15%;
    margin-top: -30px;*/
}

.logo img , 
.footer-logo img{
    width:260px;
	height:auto;
}
.header-special-section {
    float: right;
    margin-top: 15px;
    margin-left: 25px;
}
.header-special-section a {
    color: #fff;
}
.header-special-section a:hover {
    color: #1da0db;
}
.header-special-section a i {
    color: #1da0db;
    font-size: 20px;
}
.header-social-media {
    float: right;
    margin-top: 15px;
    margin-left: 25px;
}
.header-social-media a {
    display: inline-block;
    color: #bc1622;
    transition: 0.4s;
    margin: 0px;
    padding: 0px 5px;
    font-size: 20px;
}
.header-social-media a:hover {
    color: #fff;
}
.nav {
    float: right;
    margin-top: 15px;
}
.nav ul li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding-left: 40px;
}
.nav ul li:last-child {
    border-right: none;
}
.nav ul li:hover, 
.nav ul li:focus, 
.nav ul li:active:focus
.nav ul li.dropdown:hover, 
.nav ul li.dropdown:focus, 
.nav ul li.dropdown:active:focus {
    outline: none;
}
.nav ul li a {
    font-family: "Proxima-Nova-Bold";
    transition: 0.4s;
    color: #bc1622;
    font-size: 18px;
}
.nav ul li a:hover {
    border: none;
    color: #1da0db;
}
.nav ul.dropdown-menu li {
    position: relative;
    display: block;
    border-right: none;
    padding: 5px 0px;
}
.nav ul li a i {
    vertical-align: top;
}
.nav ul li:hover, 
.nav ul li:focus, 
.nav ul li:active:focus {
    outline: none;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    background-color: #fff;
    border: none;
    min-width: auto;
    margin: 0px;
    padding: 10px 0px;
}
.dropdown-menu a.dropdown-item {
    font-family: "Proxima-Nova-Bold";
    display: block;
    transition: 0.4s;
    border-bottom: 1px solid #fff;
    text-align: left;
    padding: 0px 20px;
    font-size: 18px;
}
.dropdown-menu a.dropdown-item:hover {
    color: #FF0045;
    border-bottom: 1px solid #FF0045;
}
button.toggle-nav {
    display: none;
}


/*** Anasayfa - Slider ***/
section.slider {
    position: relative;
}
.slider-panel {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.2);
    top: 0px;
    left: 0px;
}
#home-slider-1 .slider-desc {
    position: absolute;
    top: 35%;
    left: 10%;
    max-width: 55%;
}
#home-slider-1 p {
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 3px 3px 20px #000;
}
#home-slider-1 p.slider-title {
	line-height: 1;
    font-size: 75px;
}
#home-slider-1 .owl-nav {
    display: none;
}
#home-slider-1 .owl-dots {
    display: inline-grid;
    position: absolute;
    top: 40%;
    right: 5%;
}
#home-slider-1 .owl-dot {
    margin: 10px;
}
#home-slider-1 .owl-dot.active {
    border: 2px solid #fff;
    border-radius: 25px;
}
#home-slider-1 .owl-dots span {
    color: #fff;
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: none;
    margin: 8px;
}
.home-slider-2 {
    position: absolute;
    z-index: 3;
    background-color: rgb(0,0,0,0.5);
    border-right: 40px solid #1da0db;
    left: 10%;
    top: 75%;
    padding: 20px;
}
p.slider-big-title {
    color: #fff;
	position: absolute;
    top: -100px;
    left: 0px;
    font-size: 65px;
}
#home-slider-2 .item {
    border-right: 1px solid #fff;
    height: 8vh;
}
#home-slider-2 p {
    font-family: "Proxima-Nova-Thin";
    color: #fff;
}
#home-slider-2 p.slider-title {
    font-family: "Proxima-Nova-Bold";
    border: none;
    line-height: 1;
    font-size: 20px;
}
#home-slider-2 .owl-nav {
    display: block;
    position: absolute;
    margin: 0px;
    top: 33%;
    right: -50;
}
#home-slider-2 .owl-nav [class*=owl-] {
    color: #fff;
    background-color: transparent;
    transition: 0.4s;
    margin: 0px;
    padding: 0px;
    border-radius: 0;
    font-size: 30px;
}
#home-slider-2 .owl-prev {
    display: none;
}
#home-slider-2 .owl-next {
    right: 0px;
}
.home-slider-line {
    background: #1da0db;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.home-slider-arrow {
    position: absolute;
    right: 5%;
    top: 70%;
    z-index: 2;
}


/*** Anasayfa - Kolay Başvuru ***/
.default-section {
    position: relative;
    margin: 100px 0px;
}
.title-group {
    position: relative;
    text-align: center;
}
p.back-title {
    font-family: "MonumentExtended-Regular";
    color: #fff;
    text-shadow: 0px 0px 3px #232323;
    margin: 0px;
    font-size: 95px;
}
p.title {
    color: #1da0db;
    margin-top: -65px;
}
section.easy-application .section-text {
    background-color: #EBEBEB;
    padding: 50px 0px;
}
section.easy-application .section-text .item {
    margin-bottom: 30px;
}
section.easy-application .section-text .item .item-panel {
    background-color: #1da0db;
    text-align: center;
    padding: 10px 0px;
}
p.medium-title {
    font-family: "Roboto-Medium";
    color: #fff;
    text-align: center;
    margin: 0px;
    font-size: 20px;
}
section.easy-application .section-text .item .item-panel img {
    width: 70%;
    background: #fff;
    padding: 25px 45px;
    border-radius: 10px;
}


/*** Anasayfa - Hizmetlerimiz ***/
.home-services-slider {
    padding-left: 0px;
    padding-right: 0px;
}
.home-services-slider-panel {
    position: absolute;
    background-color: rgb(0,0,0,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-services-slider-description {
    display: none;
    position: absolute;
    background: rgb(4,13,93,0.5);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 50%;
}
#home-services-slider .item:hover .home-services-slider-description {
    display: block;
}
.home-services-slider-description .item-line {
    background: #fff;
    width: 70%;
    height: 2px;
    margin-left: 15%;
    margin-bottom: 50px;
}
#home-services-slider .owl-nav {
    display: block;
    position: absolute;
    margin: 0px;
    right: 0;
    left: 0;
    top: -50px;
}
#home-services-slider .owl-nav [class*=owl-] {
    color: #fff;
    background-color: #bc1622;
    border: 1px solid #bc1622;
    position: absolute;
    transition: 0.4s;
    margin: 0px;
    padding: 5px 20px;
    font-size: 25px;
}
#home-services-slider .owl-nav [class*=owl-]:hover {
    background-color: #1da0db;
    border: 1px solid #1da0db;
}
#home-services-slider .owl-prev {
    left: 0;
}
#home-services-slider .owl-next {
    right: 0;
}
#home-services-slider .owl-dots {
    display: block;
    position: absolute;
    margin: 0px;
    bottom: -55px;
    left: 0;
    right: 0;
}
#home-services-slider .owl-dots .owl-dot {
    margin: 0px 10px;
}
#home-services-slider .owl-dots .owl-dot span {
    background-color: #869791;
    width: 20px;
    height: 5px;
    border: none;
    margin: 0px;
}
#home-services-slider .owl-dots .owl-dot.active span {
    background-color: #1da0db;
}


/*** Anasayfa - Hakkımızda ***/
.title-group.left {
    text-align: left;
}
.title-group.left p.title {
    margin-left: 5%;
}
p.down-title {
    font-size: 25px;
}
section.home-about-us .section-image {
    border-right: 75px solid #1da0db;
}


/*** Footer ***/
section.footer {
    position: relative;
    background: #fff;
    border-top: 1px solid #1da0db;
    padding-top: 20px;
}
.footer-column {
    margin-top: 10px;
}
.footer-column.first {
    margin-top: 0px;
}
.footer-column p,
.footer-column a {
    font-family: "Proxima-Nova-Thin";
    color: #999;
	margin: 0px;
}
.footer-column ul li {
	margin-bottom: 10px;
}
.footer-column ul li.title p {
    font-family: "Proxima-Nova-Bold";
    color: #1da0db;
    font-size: 20px;
}
.footer-column ul li a {
    font-family: "Proxima-Nova-Thin";
    color: #999;
}
img.footer-logo {
    margin-bottom: 20px;
}
.footer-social-media a {
    color: #1da0db;
    display: inline-block;
    transition: 0.4s;
    margin-right: 5px;
    font-size: 25px;
}
.footer-social-media a:hover {
    color: #fff;
}
.company-logo img {
    display: inline-block;
    width: 19%;
}
.advert {
    background-color: #1da0db;
    text-align: center;
	margin-top: 20px;
    padding: 10px 0px;
}
.advert a {
    font-family: "Proxima-Nova-Thin";
    color: #fff;
}
.whatsapp {
    position: fixed;
    z-index: 10;
    bottom: 10px;
    right: 10px;
}
.whatsapp a i {
    font-size: 50px;
    color: #00e676;
}


/*** Hakkımızda ***/
.top-section {
    margin-top: 200px;
}
.section-title-group {
    position: relative;
    margin-bottom: 20px;
}
p.section-title {
    font-family: "Poppins-Black";
    font-size: 35px;
}
.section-title-line {
    background-color: #1da0db;
    width: 40%;
    height: 2px;
}
.corporate-documents {
    margin-top: 20px;
}
.corporate-documents ul li {
    margin-bottom: 20px;
}

.left-line {
    background-color: #707070;
    width: 50%;
    height: 1px;
}
.right-line {
    background-color: #707070;
    width: 50%;
    height: 1px;
    margin-left: 50%;
}


/*** Kurumsal - Sertifikalar ***/
#certificates-slider .item {
    padding: 0px 10px;
}
#certificates-slider .owl-nav {
    display: block;
    position: absolute;
    top: 40%;
    width: 100%;
}
#certificates-slider .owl-nav [class*=owl-] {
    color: #969594;
    background-color: transparent;
    position: absolute;
    font-size: 30px;
}
#certificates-slider .owl-nav [class*=owl-]:hover {
    color: #1da0db;
}
#certificates-slider .owl-prev {
    left: -45px;
}
#certificates-slider .owl-next {
    right: -45px;
}


/*** Breadcrumb ***/
section.breadcrumb {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 45vh;
}
section.breadcrumb p {
    color: #fff;
    max-width: 55%;
}
p.breadcrumb-title {
    font-size: 45px;
}
p.breadcrumb-down-title {
    font-size: 20px;
}
.breadcrumb-title-line {
    background: #1da0db;
    width: 55%;
    height: 1px;
    margin-bottom: 20px;
}


/*** Sınav & Belgelendirme ***/
section.exam-certification .item {
    border-bottom: 1px solid #1da0db;
}


/*** Tree List ***/
ul.tree-list {
    background-color: #1da0db;
    padding: 30px;
    border-radius: 9px;
}
ul.tree-list li {
    list-style: none;
    border-bottom: 1px solid #fff;
    padding: 10px 2px;
}
ul.tree-list li:hover {
    background: #fff;
}
ul.tree-list li a {
    color: #fff;
}
ul.tree-list li:hover a {
    color: #1da0db;
}


/*** Hizmetler ***/
section.services .item {
    margin-bottom: 20px;
}
section.services .item .item-title-line {
    background-color: #1da0db;
    width: 50%;
    height: 1px;
}


/*** Hizmetler - Detay ***/
section.service-detail .section-text img {
    width: 50%;
}


/*** İletişim ***/
section.contact {
    padding: 150px 0px;
}
.contact-detail p,
.contact-form p  {
    color: #fff;
}
.contact-detail a,
.contact-form a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
.contact-social-media a {
    color: #1da0db;
    display: inline-block;
    transition: 0.4s;
    margin-right: 10px;
    font-size: 25px;
}
.contact-social-media a:hover {
    color: #fff;
}
iframe {
    margin-bottom: 10px;
    height: 330px;
}



table {
    width: 100%;
}
table tr td {
    border: 1px solid #bc1622;
    font-family: "Proxima-Nova-Bold";
    color: #232323;
    line-height: 1.5;
    font-size: 16px;
    padding: 10px;
}
table tr td.title {
    background-color: #bc1622;
    color: #fff;
    padding: 10px;
    text-align: center;
}





.home-services img{
    height: 480px;
    object-fit: cover;	
}












