@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
@import url("bootstrap.min.css");
@import url('jquery.fancybox.min.css');
@import url("font-awesome.min.css");
@import url("menuzord.css");
@import url("menuzord-animations.css");
@import url("slick.css");
@import url("slick-theme.css");
* {
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html,
body {
    height: 100%;
    font-size: 16px;
    max-height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #393b40;
    overflow-x: hidden;
}
body,
input,
textarea,
select,
button {
    font-family: 'Montserrat', sans-serif;
}
:focus,
button:focus{
    outline: 0;
}
figure{
	margin:  0;
}
.ml-0{
    margin-left: 0!important;
}
.mt-40{
    margin-top: 40px;
}
.fs26{
    font-size: 26px!important;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 8px 0;
    z-index: 99;
    background-color: #fff;
}
.justify-content{
    justify-content: space-between;
}
.mt-50{
    margin-top: 50px;
}
:focus {
    outline: 0;
}
a:hover {
    text-decoration: none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.flex{
	display: flex;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.genelBaslik {
    font-size: 32px;
    font-weight: 700;
    color: #203f7a;
    text-align: center;
    width: 100%;
    line-height: 44px;
    margin-bottom: 25px;
}
.genelBaslik hr {
    background: #172449;
    width: 85px;
    height: 3px;
    margin: 25px auto;
}
.Btn {
    color: #fff;
    border-radius: 40px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 11px 33px 9px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 25px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 400ms;
    margin-left: auto;
    margin-right: auto;
}
.Btn:hover {
    background: #172449;
    border-color: #172449;
    color: #fff;
}
.Btn.lacivert {
    color: #fff;
    background: #00c1d4;
    border-color: #00c1d4;
}
.Btn.lacivert:hover {
    background: #203f7a;
    border-color: #203f7a;
}
header {
    border-top: 8px solid #00c1d4;
}
.header_left{
    display: inline-block;
    float: right;
	margin-right: 20px;
}
.header_left ul li {
    display: inline-block;
    margin-right: 20px;
}
.header_left ul li i {
    font-size: 18px;
    color: #44c2df;
}
.header_left ul li a {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-left: 5px;
    color: #000;
}
.header_left ul li:last-child {
    margin-right: 0;
}
.header_left ul li:last-child i {
    font-size: 16px;
}
.header_right #polyglotLanguageSwitcher a {
    text-decoration: none;
    display: block;
    padding: 9px 0px 8px 32px;
    background-repeat: no-repeat;
    background-position: 1px center;
    display: inline-block;
}
.main_menu {
    box-shadow: 0px 4px 21px 0px rgb(3 4 3 / 30%);
    padding: 11px 0 0;
}
.main_menu.sticky {
    margin: 0;
}
.main_menu .logo{
	margin-top: 0px;
}
.main_menu .menuzord .menuzord-menu {
    margin-top: 35px;
}
.main_menu .menuzord .menuzord-menu li a {
    color: #393b40;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;

}
.main_menu .menuzord .menuzord-menu li a:hover {
    color: #44c2df;
}
.main_menu .menuzord .menuzord-menu li ul.dropdown {
    background-color: #203f7a;
}

.main_menu .menuzord .menuzord-menu li ul.dropdown li a {
    color: #fff;
    font-size: 14px;
}
.main_menu .menuzord .menuzord-menu li ul.dropdown li:hover {
    color: #44c2df;
}
#slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#slider .carousel-inner .carousel-item::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(31, 60, 110,.5);*/
    background: rgba(0, 0, 0,.5);
}
#slider .carousel-inner .carousel-caption {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
}
#slider .carousel-inner .carousel-caption h5 {
    font-size: 56px;
    font-weight: 700;
}
#slider .carousel-inner .carousel-caption p {
    font-size: 22px;
}
#hakkimizda {
    margin-top: 65px;
    text-align: center;
    background: url(../img/nokta-dunya.png) center no-repeat;
    padding: 40px 0;
}
#hakkimizda p{
	font-size: 20px;
	color: #393b40;
}
#faaliyetAlanlari {
    margin-top: 65px;
    text-align: center;
}
#faaliyetAlanlari .servis {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 24px 3px rgb(0 0 0 / 8%);
    background-color: #fff;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#faaliyetAlanlari .servis img{
    width: 80%;
}
#ayrac {
    margin-top: 65px;
    /*background: #3e4756 url(../img/ayrac.jpg) no-repeat fixed center center;*/
    padding: 90px 0;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    vertical-align: middle;
    text-align: center;
    background: #fbfbfb;
}
/*#ayrac:before {
    background-color: rgba(32,63,122,0.85);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}*/
/*#ayrac .genelBaslik {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 34px;
    position: relative;
    z-index: 1;
    margin-bottom: 75px;
}*/

#ayrac .genelBaslik hr {
    background: #fff;
    width: 85px;
    height: 3px;
    margin: 25px auto;
}
#ayrac p {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    line-height: 180px;
}
/*#ayrac .blogposttwo 
{
    background: #f6f6f8;
    width: 300px;
    height: 100%;
    margin: 0 13px;
}*/
#ayrac .blogposttwo 
{
    background: #f6f6f8;
    height: 250px;
    margin: 0 13px;
    border-radius: 20px;

}

/*#ayrac .blogposttwo .borders::before {
    position: absolute;
    content: "";
    left: -5px;
    width: 103.1%;
    height: 20%;
    border: 10px solid #00c1d4;
    box-sizing: inherit;
    border-bottom: transparent;
    top: -3px;
}
#ayrac .blogposttwo .borders::after {
    position: absolute;
    content: "";
    left: -5px;
    width: 103.1%;
    height: 20%;
    border: 10px solid #00c1d4;
    box-sizing: inherit;
    bottom:-3px;
    border-top: transparent;
}*/
#ayrac .blogposttwo .text
{
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999999;
    transform: translate(-50%,-50%);
}
#ayrac .blogposttwo .text h4
{
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    margin-top: 17px;
    transition: all linear 0.5s;
    text-align: left;
    line-height: 28px;
    text-align: center;
}
#ayrac .blogposttwo .text p
{
    font-size: 16px;
    color: #fff;
    text-align: left
}
/*#ayrac .line-amiation 
{
    position: relative;
    width: 100%;
    overflow: hidden;
}*/
#ayrac .line-amiation 
{
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 3.95px 1.881px 17px -1px rgb(0 0 0 / 18%);
}
/*#ayrac .line-amiation .resim
{
    transition: all linear 0.5s;
    height: 200px;
    overflow: hidden;
}*/
#ayrac .line-amiation .resim
{
    transition: all linear 0.5s;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#ayrac .line-amiation .resim img
{
	transition: all linear 0.5s;
}
#ayrac .blogposttwo:hover .line-amiation .resim img
{
    position: relative;
    transform: scale(1.2);
    
}
#ayrac .blogposttwo figure .hover-content
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    /*background: rgba(31, 60, 110,.5);*/
    background: rgba(0, 0, 0,.3);
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#ayrac .blogposttwo:hover figure .hover-content
{
    opacity: 1;
}
/* Previous slide button */
  .previous-button {
    position: absolute;
    left: -35px;
    top: calc(200px/2 - 40px);
    color: #203f7a;
    padding: 5px 15px;
    z-index: 3;
    
    font-size: 40px;
    
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 0;
	background: transparent;
  }

  /* Next slide button */
  .next-button {
    position: absolute;
    right: -35px;
    top: calc(200px/2 - 40px);
    color: #203f7a;
    padding: 5px 15px;
    z-index: 1;
    
    font-size: 40px;
    
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 0;
	background: transparent;
  }


.slick-dots li button:before {
	z-index: 1;
	color: transparent;
	border: 0;
	cursor: pointer;
	transition: all .2s linear;
	background: rgba(32,63,122,1);
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.slick-dots li button:before:focus{
    outline: none;
    background-color: rgba(32,63,122,1);
    color: transparent!important;
  }
.slick-dots li.slick-active button:before{
	color: transparent!important;
}
.slick-list.draggable {
    padding-bottom: 55px;
}

#model {
    margin-top: 65px;
}
#model .kart {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    padding: 1.5rem !important;
    text-align: center !important;
    background-color: #f8f9fc !important;
    min-height: 233px;
    margin-bottom: 30px;
    margin-top: 10px;
}
#model .kart .kart-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#model .kart .kart-body h5 {
    color: #172449;
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
}
#model .kart .kart-body p {
    padding: 0 20px;
    color: #000;
}
#model .kart .big-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    opacity: 0.015;
    font-size: 180px;
}
#model .kart .big-icon .cogs:before {
    font-family: FontAwesome;
    content: "\f085";
    font-style: normal;
}
#model .kart .big-icon .bullseye:before {
    font-family: FontAwesome;
    content: "\f140";
    font-style: normal;
}
#model .kart .big-icon .handshake:before {
    font-family: FontAwesome;
    content: "\f2b5";
    font-style: normal;
}
#model .kart .big-icon .diamond:before {
    font-family: FontAwesome;
    content: "\f219";
    font-style: normal;
}
#model .kart:hover .big-icon {
    opacity: 0.08;
}
footer {
    margin-top: 65px;
    height: auto;
    background-color: #172449;
    background-attachment: fixed;
    padding: 15px 0;
}
footer .footer_contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
footer .footer_contact p {
    color: #fff;
    position: relative;
    padding-left: 36px;
}
footer .footer_contact p a {
    color: #fff;
}
footer .footer_contact p i::before {
    position: absolute;
    left: -3px;
    top: 1px;
    font-size: 20px;
}
footer .footer_contact ul {
    float: right;
    margin-top: 0px;
}
footer .footer_contact ul li {
    margin-right: 58px;
    display: inline-block;
}
footer .footer_contact ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    transition: 400ms all;
}
footer .footer_contact ul li a:hover{
    color: #00c1d4;
}
footer .footer_contact ul li:last-child {
    margin-right: 0;
}
.footer-social ul{
    display: flex;
}
.footer-social ul li a {
    background-color: #1b2b56;
    color: #ffffff;
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    transition: 400ms all;
}
.footer-social ul li a:hover{
    background-color: #00c1d4;
}
.footerAlt{
    background-color: #1b2b56;
}
.footerAlt .copy {
    display: flex;
    padding: 5px 0;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.footerAlt .copy p,
.footerAlt .copy p a
{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
}
#hero {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
#hero #resim {
    position: absolute;
    z-index: -1;
    width: 100%;
}
#hero #contentSayfa {
    text-align: center;
    padding: 25px 0;
}
#hero #contentSayfa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
#hero #contentSayfa h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    display: block;
    width: 100%;
}
#hero #contentSayfa .list {
    background: none;
    padding: 0 !important;
    margin: 0px 0 0 0 !important;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: center;
}
#hero #contentSayfa .list li {
    
    font-size: 14px;
}
#hero #contentSayfa .list li a {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    color: #fff;
    font-family: "Roboto", sans-serif;
}
#hero #contentSayfa .list li::after {
    font-family: FontAwesome;
    content: "\f0da";
    font-style: normal;
    margin-left: 10px;
    margin-right: 7px;
    font-size: 16px;
}
#hero #contentSayfa .list li:last-child::after {
    content: "";
}
#sayfa {
    width: 100%;
    margin: 40px 0;
    display: flex;
}

.leftMenu{
	flex: 0 0 26%;
    max-width: 26%;
}

.leftMenu ul{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 0px 14px -11px #000;
}
.leftMenu ul li {
    padding: 0 20px;
    transition: 500ms all;
}
.leftMenu ul li.aktif:first-child{
	padding-top: 20px;
}
.leftMenu ul li.aktif:last-child{
	padding-bottom: 20px;
}
.leftMenu ul li a.aktif{
	background: #44c2df;	
}
.leftMenu ul li a.aktif:hover{
	color: #fff;
}
.leftMenu ul li a.aktif{
	color: #fff;
	font-weight: bold;
}
.leftMenu > ul > li > a {
    padding: 10px 20px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #383838;
    line-height: 24px;
    border-top: 1px solid #ececec;
    text-align: left;
    display: block;
    font-weight: bold;
}
.leftMenu > ul > li:first-child > a {
    border-top: none;
}
.leftMenu > ul > li:hover a{
	color: #44c2df;
}
.rightAlan{
    flex: 0 0 75%;
    max-width: 75%;
    margin-left: 40px;
}
.rightAlan.w100{
    flex: 0 0 100%;
    max-width: 100%;
}
#sayfa .genelBaslik{
	text-align: left;
	line-height: normal;
	margin-bottom: 25px;
}
#sayfa .genelBaslik h6 {
    font-size: 22px;
    font-weight: 700;
    color: #203f7a;
    width: 100%;
}

.rightAlan img{
	width: 100%;
}
#sayfa p {
    margin-top: 20px;
    line-height: 26px;
}
.rightAlan ul{
	margin-top: 10px;
}
.rightAlan ul li{
	line-height: 32px;
}
.rightAlan ul li .signal{
	width: 6px;
	height: 6px;
	background: #203f7a;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
}
.cover {
    overflow: hidden;
    position: relative;
    height: 240px;
    margin-bottom: 30px;
}
.cover .images {
    transition: all 0.35s ease-in-out;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.iletisimAdres {
    text-align: left;
    margin-bottom: 10px;
}
.iletisimAdres i {
    color: #172449;
}
.hero-button {
    color: #fff;
    padding: 13px 23px;
    background-color: #172449;
    border-radius: 5px;
    margin-top: 15px;
    position: relative;
    border: none;
    font-size: 0.8rem;
    text-align: center;
    display: block;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border: 1px solid #172449;
    font-weight: bold;
}
.hero-button:hover,
.hero-button:active {
    border: 1px solid #172449;
    background: transparent;
    color: #172449;
}
#goog-gt-tt {
    display: none !important;
}
.goog-te-banner-frame {
    display: none !important;
}
.goog-te-menu-value:hover {
    text-decoration: none !important;
}
body {
    top: 0 !important;
}
#google_translate_element2 {
    display: none !important;
}
.baslik>span{
    color:red;
    font-size: 14px;
}
@media (max-width: 480px) {
    body{
        overflow-x: hidden;
    }
    .main_menu{
        padding: 11px 0;
    }
    header .header_left ul {
        text-align: center;
    }
    header .header_left ul li a {
        font-size: 11px;
    }
    #polyglotLanguageSwitcher {
        float: none !important;
        text-align: center;
        margin-top: 15px;
    }
    .main_menu .float_right {
        width: 100%;
    }
    .main_menu .menuzord-responsive .showhide {
        margin: -72px -14px 0 0;
    }
    .main_menu .menuzord .showhide em {
        width: 37px;
        height: 3px;
        margin: 6.5px 0px 0;
        float: right;
        background: #203f7a;
    }
    .main_menu .menuzord-responsive .menuzord-menu ul.dropdown,
    .main_menu .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
        background: #172449;
    }
    .menuzord-menu > li > a{
        margin-left: 0;
    }
    #slider .carousel-inner  .carousel-item{
        height: calc(100vh - 111px);
    }
    #slider .carousel-inner  .carousel-item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #slider .carousel-inner .carousel-caption h5 {
        font-size: 20px;
    }
    #slider .carousel-inner .carousel-caption p {
        font-size: 18px;
    }
    .carousel-indicators {
        margin-bottom: 0;
    }
    #ayrac p {
        line-height: normal;
    }
    footer {
        text-align: center;
    }
    footer .genelBaslik {
        text-align: center !important;
    }
    footer .genelBaslik hr {
        margin: 5px auto !important;
    }
    footer .footer_contact ul li {
        margin-right: 10px;
        display: inline-block;
    }
    #sayfa {
        margin: 0 0px;
    }
    #sayfa .flex{
        flex-direction: column;
    }
    #ayrac{
        margin-top: 0;
        padding: 0px 0
    }
    .footer-social ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    footer .footer_contact{
        margin-top: 30px;
    }
    .footerAlt .copy{
        justify-content: center;
    }
    .rightAlan{
        margin-left: 0px;
        flex: 0 0 auto;
        max-width: 100%;
        margin-top: 40px;
    }

    #hero #contentSayfa .list{
        flex-direction: column;
    }
    .leftMenu {
        flex: 0 0 auto;
        max-width: 100%;
    }
}
/*# sourceMappingURL=style.min.css.map */
