html{
    height: 100%;
}

body{
    font-family: 'Rubik', sans-serif;
    margin: 0px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
	background-color:#f3f3f3;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
/***********************DİĞER CSSLER*********************/
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px !important;
}

input:-ms-input-placeholder {
    color: rgba(103, 107, 103, 0.65);
}
input::-webkit-input-placeholder {
    color: rgba(103, 107, 103, 0.65);
}


/* Pagination & Pager ========================== */
.pager li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  color: #222;
  font-weight: bold; }

.pager li a:focus,
.pager li a:active {
  background-color: transparent; }

.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled a:focus,
.pagination .disabled a:active {
  color: #bbb; }

.pagination li.active a {
  background-image: linear-gradient(180deg, #008bd3 10%, #008bd3 100%);
  background-size: cover;
}

.pagination li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .pagination li a:focus,
  .pagination li a:active {
    background-color: transparent;
    color: #555; }

.pagination > li > a {
  border: none;
  /*font-weight: bold;*/
  color: #555;
  border: 1px solid #cfcfd0;
  padding: 6px 13px;
}
.page-item.active .page-link {
    border: 1px solid #cfcfd0;
}


  .pagination > li:first-child > a .material-icons,
  .pagination > li:last-child > a .material-icons {
    position: relative;
    bottom: 2px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:last-child > a {
  width: 28px;
  height: 28px; }
  .pagination-sm > li:first-child > a .material-icons,
  .pagination-sm > li:last-child > a .material-icons {
    position: relative;
    top: -1px;
    left: -6px;
    font-size: 20px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:last-child > a {
  width: 44px;
  height: 44px; }
  .pagination-lg > li:first-child > a .material-icons,
  .pagination-lg > li:last-child > a .material-icons {
    font-size: 30px;
    position: relative;
    top: -3px;
    left: -10px; }
.pagination-hiza{
    float: right;
    margin-top:20px;
}
.kayit-hiza {
    margin-top: 27px;
}

#ebultenmesaj {
    position: absolute;
    left: 149px;
    top: 40px;
    font-size: 11px;
    color: #92b7d8;
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: 13px 9px 9px 0px !important;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    color: #7b7b79;
    letter-spacing: 0px;
}

.dropdown-item:first-child{
    padding: 20px 9px 9px 0px !important;
}

.dropdown-divider{
    width: 83%;
    margin-top: 15px;
    margin-bottom: 16px;
    padding: 1px 1px 1px 1px !important;
    border-bottom: 1px solid #508bcafc;
}


.dropdown-divider:hover{
    width: 83%;
    margin-top: 15px;
    margin-bottom: 16px;
    padding: 1px 1px 1px 1px !important;
    border-bottom: 1px solid #508bcafc;
}

.dropdown-baslik{
    font-size: 18px;
    font-weight: 700;
    color: #797971;
}

.dropdown-baslik:hover{
    font-size: 18px;
    font-weight: 700;
    color: #797971;
    background: none;
}

.owl-carousel .owl-stage-outer {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.owl-carousel .owl-stage {
    margin-top: 24px !important;
}

#arama_overlay{ /*arkaplan*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    backdrop-filter: blur(4px);
    opacity: 0.8;
    filter: alpha(opacity = 70) !important;
    display: none;
    z-index: 10000;
    transition: 5s ease;

}

#arama_overlayContent{ /*modal pencere container*/
    position: fixed;
    height:100%;
    width:100%;
    top: 0px;
    left: 0px;
    text-align: center;
    display: none;
    overflow: hidden;
    z-index: 10000;
    transition: 5s ease;

}
#arama_close{ /*kapat butonu*/
    position:fixed;
	right:15px; 
	top:15px; 
	cursor:pointer;
}
#arama_capsule{ /*dikey ortala*/
    display: table;
    height: 100%;
    width:100%;
    overflow: hidden;
    position:relative
    transition: 5s ease;

}
#arama_content{ /*dikey ortala*/
    display: table-cell;
    vertical-align: middle;
    transition: 5s ease;

}
#arama_center{ /*yatay ortala*/
    width:80%; margin:auto;
}
.hizliarama {
    color: #f5f5f5;
    font-size: 24px;
    position: absolute;
    text-align: center;
    top: 100px;
    left: 15%;
    right: 15%;
    font-weight: 600;
}
#f_kelime{
	padding-left:30px;
	font-size:22px;
    width: 56%;
    height: 65px;
    transition: 5s ease;
    position: absolute;
    top: 160px;
    left: 15%;
    right: 15%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    outline: none;
    border-radius: 47px;
    border: 0px;
    box-shadow: inset 3px 2px 8px 0px #0e8fad63;
}

.aramasonuclari {
	padding: 20px 30px;
    width: 56%;
    transition: 5s ease;
    position: fixed;
    top:240px;
    left: 15%;
    right: 15%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 47px;
    border: 0px;
    box-shadow: inset 3px 2px 8px 0px #0e8fad63; 
	background-color:#ffffff;
	z-index:100000;
	display:none;
}
.aramasonuclari p {
	text-align:center;
}
.aramasonuclari ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.aramasonuclari ul li {
    background-color:#f8f8f8;
    margin-bottom:3px;
    width:100%;
}
.aramasonuclari ul li :hover{
    background-color:#f5f5f5;
}
.aramasonuclari ul li a{
    width: 100%;
    color: #575756;
    display: inline-block;
    padding:5px 10px;
}

/*******************************************************/

.ust-balon {
    position: fixed;
    z-index: 1;
    height: 500px;
    width: 119px;
}

.sag-balon{
    position: absolute;
    top: 676px;
    height: 1056px;
    width: 180px;
}
.sag-balon-ic {
}

.sol-balon {
    position: absolute;
    top: 1235px;
    height: 1710px;
    width: 350px;
    background-size: 100% 91% !important;
}
.sol-balon-ic {
    top: 0px;
    height: 1500px;
    width: 350px;
}

.urunler-resim{
    height: 474px;
    width: 629px;
}


.logo {
    padding:30px 10px 10px 10px;
}

.parallax {
    min-height: 741px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #518dcb;
}

.parallax-buyuk-baslik {
	font-family: "Roboto", sans-serif;
    font-weight: 100;
    color: #ffffff;
    font-size: 90px;
    letter-spacing: 19px;
    top: 210px;
    position: relative;
    left: 11px;
	line-height:90px;
}

.parallax-kucuk-baslik {
    font-weight: 300;
    color: #ffffff;
    top: 267px;
    position: relative;
    font-size: 16px;
    background: #000000;
    padding: 7px 13px 7px 13px;
}

.slider-icon{
    position: absolute;
    top: 520px;
    left: 0;
    right: 0;
}

.dik-cizgi{
    /*height: 45px;
    position: relative;
    border-left: 1px solid cornflowerblue;
    top: 15px;*/
    height: 75px;
    position: absolute;
    width: 1px !important;
    top: -5px;
    background: #a8c5e4c2;
    margin-left: auto;
    margin-right: auto !important;
}


.ince-bar{
    background: #021222;
    height: 27px;
    margin-right: auto;
    margin-left: auto;
}
.ince-bar > .container > .list-inline > a {
	color: #82a1bd !important;
	font-size:11px;
}
.ince-bar > .container > .list-inline > a:first-child {
    margin-right: 11px;
}
.ince-bar > .container > .list-inline > a:last-child {
    margin-right: 0rem;
}

.ana-menu {
	text-align:center;	
}
.ana-menu > ul  {
	padding:0;
	margin:25px 25px 10px 25px;
	list-style-type:none;
}
.ana-menu > ul > li {
	width:24%;
	color: #575756;
    margin: 0;
    padding-top:30px;
	padding-bottom:30px;
    font-size: 16px;
	display: inline-block;
	text-align:center;
}
.ana-menu > ul > li:nth-child(1) {
	border-right:1px solid #a8c5e4c2;
	
}
.ana-menu > ul > li:nth-child(2) {
	border-right:1px solid #a8c5e4c2;
	
}
.ana-menu > ul > li:nth-child(3) {
	border-right:1px solid #a8c5e4c2;
	
}

.arama-section{
    position: absolute;
    transition: 0.5s ease;
}

.arama {
    width: 400px;
    z-index: 3;
    top: 32px;
    position: relative;
    transition: 0.5s ease;
}

.arama-icon {
    position: absolute;
    top: 23px;
    left: 28px;
}

.arama-input {
    border-radius: 31px;
    height: 61px;
    text-align: center;
    border: 0px;
    box-shadow: inset 1px 1px 1em #e1e1fd7d;
    width: 100%;
    outline: none;
    transition: 0.5s ease;
	font-size:15px;
}


.urun-gruplari{
    background: linear-gradient(0deg, #5991cc 50%, #03182e 50%);
}

.urun-gruplari-row{
    padding-top: 50px;
    padding-bottom: 50px;
}

.urun-gruplari-baslik {
    color: #538fcb;
    font-weight: 300;
    font-size: 26px;
}

.urun-gruplari-divider {
    height: 2px;
    width: 45px;
    background: #538fcb;
}

.urun-alani > img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: 0.5s ease;
}

.urun-gruplari-p {
    background: #021222;
    color: #3f5569;
    font-size: 14px;
    padding: 14px;
    height: 70px;
    border-bottom-left-radius: 8px;
    transition: 0.5s ease;

}

.urun-gruplari .owl-carousel .owl-item {
    float: left;
}

.item.urun-alani{
    transition: all 0.5s ease;
	margin-left:0px;
	margin-right:0px;
}

.item.urun-alani:hover {
    text-decoration: none;
    color: #3f5569;
    transform: scale(1.07);
    position: absolute;
}

.urun-alani p {
    height:65px;
	font-size:12px;
}

.item.urun-alani:hover > .urun-gruplari-p {
    background: #ffffff;
    color: #3f5569;
    position: absolute;
}

.item.urun-alani:hover > img{
    /* height: 369px;
     position: absolute;
     top: 0px;
     width: 227px !important;*/
}

.item.urun-alani:hover > .urun-gruplari-p:before, .item.urun-alani:hover > .urun-gruplari-p:after {
    content: "";
    border-right: 18px solid transparent;
    position: absolute;
}

.item.urun-alani:hover > .urun-gruplari-p:before, .item.urun-alani:hover > .urun-gruplari-p:after {
    border-bottom: 19px solid #5991cc;
    position: absolute;
    right: 0px;
    bottom: -1px;
    transform: rotate(-90deg);
}

.urun-gruplari-p:before, .urun-gruplari-p:after {
    content: "";
    border-right: 35px solid transparent;
    position: absolute;
}

.urun-gruplari-p:after {
    border-bottom: 30px solid #5991cc;
    position: absolute;
    right: -5px;
    bottom: 15px;
    transform: rotate(-90deg);
}



.items-group{
    position: relative;
    margin:15px 0;
}
.items{
    transition: all 0.5s ease;
    margin-left:0px;
    margin-right:0px;
    width: 100%
}

.items:hover {
    text-decoration: none;
    color: #3f5569;
    transform: scale(1.05);
    position: absolute;
    z-index: 9;
    transition: all 0.5s ease;
}

.items:hover > .items-p {
    background: #ffffff;
    color: #3f5569;
    position: absolute;
}

.items > img{
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.items:hover > img{
    /* height: 369px;
     position: absolute;
     top: 0px;
     width: 227px !important;*/
}

.items-p {
    background: #021222;
    color: #3f5569;
    font-size: 14px;
    padding: 14px;
    height: 70px;
    border-bottom-left-radius: 8px;
    width: 100%;

}

.items:hover > .items-p:before, .items:hover > .items-p:after {
    content: "";
    border-right: 30px solid transparent;
    position: absolute;
}

.items:hover > .items-p:before, .items:hover > .items-p:after {
    border-bottom: 30px solid #f3f3f3;
    position: absolute;
    right: 0px;
    bottom: 0px;
    transform: rotate(-90deg);
}

.items-p:before, .items-p:after {
    content: "";
    border-right: 30px solid transparent;
    position: absolute;
}

.items-p:after {
    border-bottom: 30px solid #f3f3f3;
    position: absolute;
    right: 0px;
    bottom: 0px;
    transform: rotate(-90deg);
}


.item h2 {
    color: #fff;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
    font-size: 2.3125rem;
}

.owl-container {
    width: 100%;
    margin: 20px auto 0 auto;
    _border: 10px solid #f7f7f7;
    _border-radius: 3px;
    _box-shadow: 0 2px 18px -6px rgba(0, 0, 0, .45);
}

.owl-carousel .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fc0;
    margin: 10px;
    border-radius: 50%;
}
/*
.owl-carousel .owl-dot.active {
    background: #ff3f4d;
}
*/
.owl-carousel .owl-dot.active:before {
    content: "";
    height: 10px;
    background: rgba(247, 97, 139, 1);
    background: -moz-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247, 97, 139, 1)), color-stop(100%, rgba(42, 120, 247, 1)));
    background: -webkit-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    background: -o-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    background: -ms-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    background: linear-gradient(to right, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7618b', endColorstr='#2a78f7', GradientType=1);
    position: absolute;
    z-index: 99;
    left: 0;
}

.owl-scrollbar {
    margin-top: 39px;
    border-radius: 10px;
    width: 82%;
    border: 1px solid #000;
    box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, .4);
    position: relative;
    left: 93px;
}

.owl-scrollbar .owl-scroll-handle {
    height: 5px;
    width: 22%;
    border-radius: 1px;
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: -3px;
    left: -1px;
}

/*
.owl-scrollbar .owl-scroll-handle:hover {
    transform: scale(2);
    transition: transform .2s ease-in-out;
}
*/
.owl-scrollbar .owl-scroll-progress {
    background: #333;
    height: 4px;
    border-radius: 0px;
    position: absolute;
    top: -2px;
    left: 0;
    width: 100% !important;
}

.kurumsal-haberler{
    background: url("../img/kurumsal-haberler-arkaplan.png");
}

.kurumsal-haberler-yukseklik{
}

.kurumsal-haber-alani{
    text-decoration: none;
    z-index: 1;
    padding: 10px;
	position: relative;
	transition: all 1s ease;
}

.kurumsal-haber-alani > img {
	width: 100%;
	padding:1%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.kurumsal-haber-alani > p {
	height:60px;
    color: #03192d;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
	text-decoration: none;
}

.kurumsal-haber-alani:hover{
    transition: all 0.5s ease;
    transform: scale(1.07);
	text-decoration: none;
}
.kurumsal-haber-alani:hover p {
    text-decoration:none;
}

.kullanici-gruplari-row{
    padding-top: 50px;
    padding-bottom: 50px;
}

.kullanici-gruplari-baslik {
    color: #03192d;
    font-weight: 400;
    font-size: 26px;
}

.kullanici-gruplari-divider {
    height: 2px;
    width: 45px;
    background: #538fcb;
	margin-top: 10px !important;
}

.tumunu-incele-butonu {
    color: #fff;
    background: #0f2539;
    border-radius: 0px;
    font-size: 14px;
    padding: 7px 33px 7px 33px;
}

.blog-row{
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-baslik {
    color: #03192d;
    font-weight: 400;
    font-size: 26px;
}

.blog-divider {
    height: 2px;
    width: 45px;
    background: #538fcb;
	margin-top: 10px !important;
}

.blog-alani > img {
    width: 100%;
    transition: all 0.5s ease;
    border-radius: 15px;
}

.blog-alani > p {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin-top: 18px;
    position: absolute;
    bottom: 0;
    left: 31px;
    transition: all 0.5s ease;
}

.blog-alani-genis > img {
    width: 100%;
    transition: all 0.5s ease;
}

.blog-alani-genis > p {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin-top: 18px;
    position: absolute;
    bottom: 0;
    left: 31px;
    transition: all 0.5s ease;
}

.blog-alani{
    transition: all 0.5s ease;
	margin-bottom:15px;
}

.blog-alani-genis{
    transition: all 0.5s ease;
	margin-bottom:15px;
	z-index:1;
}

.blog-alani:hover{
    box-shadow: 3px 1px 20px 3px #46464600;
    /* padding: 0px; */
    border-radius: 8px;
    transition: all 0.5s ease;
    transform: scale(1.1);
    z-index: 1;
}

.blog-alani-genis:hover{
    box-shadow: 3px 1px 20px 3px #46464600;
    /* padding: 0px; */
    border-radius: 8px;
    transition: all 0.5s ease;
    transform: scale(1.06);
    z-index: 1;
}

.blog-alani-yukseklik{
}

.cozum-ortaklari{
    background: #03192d;
}
.cozum-ortaklari-list{
    padding:10px 0px;
}
.cozum-ortaklari-list a {
    padding:0;
    margin:0;
    float: left;
}
.cozum-ortaklari-list .owl-scrollbar {
    display: none;
}
.cozum-ortaklari-list .owl-nav {
    display: block !important;
}
.cozum-ortaklari-list .owl-stage { margin-top: 0 !important; }
.cozum-ortaklari-list .owl-item a { text-align: center; width: 100%; }
.cozum-ortaklari-list .owl-item a img{ display: inline-block; width: auto; }
.cozum-ortaklari-list .owl-nav {opacity: 0 !important;}
.cozum-ortaklari-list:hover .owl-nav {opacity: 1 !important;}
.cozum-ortaklari-list .owl-nav .owl-prev {
position: absolute;
top: 50%;
left: 0;
width: 40px;
height: 40px;
color: #fff !important;
font-size: 30px !important;
text-align: center;
margin-left: -35px;
margin-top: -20px;
display: none;
}
.cozum-ortaklari-list .owl-nav .owl-next {
position: absolute;
top: 50%;
right: 0;
width: 40px;
height: 40px;
color: #fff !important;
font-size: 30px !important;
text-align: center;
margin-right: -35px;
margin-top: -20px;
display: none;
}
.cozum-ortaklari-list ul {
    padding:0;
    margin:0;
}
.cozum-ortaklari-list ul li{
    width:16%;
	float:left;
	list-style:none;
	text-align:center;
}
.bulten{
    color: #324c63;
    font-size: 14px;
    font-weight: 600;
	padding:10px 10px;
}
.bulten > div:nth-child(1){
    width:25%;
	float:left;
	text-align: right;
	padding-top:8px;
	padding-right:5px;
}
.bulten > div:nth-child(2){
    width:65%;
	float:left;
}
.bulten > div:nth-child(2) input {
	width:100%;
    font-size: 12px;
    background: #001120;
    border: #001120;
    color: #324c63;
    padding: 9px;
}
.bulten > div:nth-child(3){
	float:left;
    width:10%;
	text-align:left;
	padding-top:5px;
	padding-left:5px;
}

footer{
    background: linear-gradient(90deg, #ffffff 30.5%, #008bd2 30.5%);
    color: #ffffff;
}

.footer-logo img{
    margin-top: 22px;
    width: 148px;
}

.footer-link {
    font-size: 14px;
    line-height: 21px;
}

.footer-link-row > h6 {
    font-size: 14px !important;
}

.footer-link-row > .col-md-6 > h6 {
    font-size: 14px;
}

.footer-divider {
    height: 181px;
    position: relative;
    width: 1.3px !important;
    top: -18px;
    background: #545454;
    margin-right: auto;
    margin-left: auto;
}

.footer-link-row{
    margin-top: 24px;
    margin-bottom: 15px;
}

.footer-sosyal-medya{
    font-size: 12px;
    line-height: 21px;
    color: #000;
    font-weight: 500;
}

.footer-baslik{
    font-size: 18px;
    font-weight: 500;
}

.footer-menu {
    padding: 5px 0px 0px 0px;
    width: 100%;
    margin-right: 0 !important;
}

.copyright{
    color: #000;
    font-size: 10px;
    padding: 0px 0px 12px 85px;
}

.mkwrapper div {/* width: 50px; */height: 15px;margin-right:0px;/* display: none; */}
.mk div { width: 20px; height: 20px;}
.mk1 { background:url(../img/morkarinca.png) no-repeat top right;}
.mk2 { background:url(../img/morkarinca.png) no-repeat bottom right;}
.morkarinca {position: relative;float: right;/* width: 50px; */height: 15px;}
.morkarinca img {position: absolute; right: -30px; top: -132px; background: #fff; padding: 0px 30px 0px 30px;}
.mkwrapper {float: right;position: relative;height:50px;/* width: 100%; */}



/*******************ANİMASYON ALANI**********************/
@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 3deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, 3deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 0, 3deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 0, 3deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 0, 3deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}


.auto-margin{
    margin-right: auto;
    margin-left: auto;
}



.footer-link-a{
    text-decoration: none;
    color: #ffffff;
}

.footer-link-a:hover{
    text-decoration: none;
    color: #b2ebff;
}

.footer-link-sos{
    text-decoration: none;
    color: #000000;
}

.footer-link-sos:hover{
    text-decoration: none;
    color: #242424;
}



/* İç sayfa */ 

.page-title-container {
	width:100%;
	max-width:1920px;
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
}
.page-title-container > div {
	width:100%;
	max-width:1200px;
	position:relative;
	height:500px;
	margin-left:auto;
	margin-right:auto;
}
.page-title-container > div > h2 {
    font-family: "Roboto", sans-serif;
	width:100%;
	color:#ffffff;
	font-size:5.5em;
	padding-top:165px;
	text-align:center;
	font-weight:300;
}

.urun_gorsel > div{
    height: 250px;
}
.urun_gorsel > div > h2{
    padding-top: 60px;
}

.icsayfa-top-menu {
    min-height:100px;
    width:100%;
    z-index:800;
    background-color:#ffffff;
    padding:35px;
    margin-top: -60px;
}
.icsayfa-top-menu2 {
    padding-top:0px !important;
    margin-top: -25px !important;
}
.icsayfa-top-menu > div {
	position: relative;
	text-align: center;
	cursor: pointer;
	float:left;
	/* white-space: nowrap;*/
	padding:10px 25px;
}
.icsayfa-top-menu > div > a {
	line-height:40px;
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #03192e;
	text-decoration: none;
}
.icsayfa-top-menu > div > a:hover,
.icsayfa-top-menu > div > a:focus,
.icsayfa-top-menu > div > a:active {
	color: #008bd3;
	text-decoration: none;
}
.icsayfa-top-menu > div > a::after {
	content: "";
	position: absolute;
}
.icsayfa-top-menu > div > a::after {
	top:85%;
	height:2px;
	width:0%;
	left:0;
	background-color: rgba(0, 0, 0, 0.6);
	transition: 0.5s ease all .3s;
}
.icsayfa-top-menu > div:hover > a::after {
    width: 90%;
    transition: 0.3s ease all;
}
.icsayfa-top-menu > div.aktif > a::after {
    background-color: #008bd3;
}
.icsayfa-top-menu > div.aktif > a::after {
    width: 90%;
}
.icsayfa-top-menu > div.aktif > a {
    color: #008bd3;
}
.icsayfa-top-menu > div.saglink {
    float: right;
    color: #008bd3;
}
.icsayfa-top-menu > div.saglink i{
    margin-right: 10px
}
.icsayfa-top-menu > div.saglink a{
    color: #008bd3;
}
.icsayfa-top-menu > div.saglink > a::after {
    background-color: #008bd3;
}

.icsayfa  {
    min-height: 1100px;
    padding-bottom: 30px;
}
.icsayfa h1 {
    padding:20px 60px 0px 60px;
    font-size: 2em;
    font-weight: 600;
    color: #008bd3;
}
.icsayfa h1.urun {
    padding:20px 60px 20px 60px;
    width: 100%
}
.icsayfa h3 {
    padding:30px 20px 15px 20px;
    font-size: 1.5em;
    font-weight: 600;
    color: #008bd3;
}

.ic-detay {
    padding:20px 60px 100px 60px;
    width: 100%;
}
.ic-detay .ozet{
    font-weight: bold;
}
.ic-detay .detay{
    float: none;
}
.ic-detay img{
    float: right;
    margin-left: 20px;
    border-radius: 15px;
}

.pdficon {
    background:#ffffff;
    padding:15px 50px;
    display: inline-block;
    margin:10px 0px;
    color: #333;
    text-decoration: none;
}
.pdficon i{
    margin-right:10px;
}

.pdficon:hover {
    background:#008bd2;
    color: #fff;
}

.paylas-menu {
    padding:20px 0px;
}
.paylas-menu ul {
    margin-right:auto;
    margin-left:auto;
    list-style-type:none;
}
.paylas-menu ul li {
    float:left;
    text-align:center;
    padding:0px;
    background-color:#eeeeee;
    margin:5px;
}
.paylas-menu ul li a {
    width:40px;
    height:40px;
    display:block;
    line-height:40px;
    font-size: 20px;
    padding: 10px;
}
.paylas-menu ul li i {
    color:#515154;
}

.iletisimdetay {
    width:100%;
    padding:20px 20px 100px 20px;
}
.iletisimdetay .baslik{
    padding: 0;
}
.iletisimdetay .adres{
    padding: 7px 0;
}
.iletisimdetay .tel{
    padding: 7px 0;
}
.iletisimdetay .email{
    padding: 7px 0;
}
.iletisimdetay .whatsapp{
    padding: 7px 0;
}
.iletisimdetay i{
    min-width: 30px;
}

.iletisimform {
    width:100%;
    padding:20px 20px 100px 20px;
}
.iletisimform .baslik{
    font-size: 2rem;
    text-align: center;
}

.iletisimform .btn-gonder {
    background: #008bd3;
    color: #fff;
}

.iletisim_harita {
    width: 100%;
    height: 400px;
    margin-top: 50px; 
}

.urunitem  {
    background-color:#ffffff;
    border:2px solid #f3f3f3;
    padding: 0;
}
.urunitem:hover  {
    background-color:#008bd3;
}
.urunitem a {
    display: block;
    padding:20px;
    height: 100%;
    color:#000000;
    text-decoration:none;
}
.urunitem:hover a {
    color:#fff;
    text-decoration:none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.page-title-container > div {
		height:400px;
	}
	.page-title-container > div > h2 {
		font-size:3.5em;
		padding-top:115px;
	}
}
@media (max-width: 767px) {
    .page-title-container > div {
        height:300px;
    }
    .page-title-container > div > h2 {
        font-size:3.5em;
        padding-top:85px;
    }
    .pagination-hiza{
        float: none;
        display: inline-flex;
        margin-top: 20px;
    }
    .pagination-hizalama nav{
        text-align: center;
    }
    .kayit-hiza {
        text-align: center;
    }
}
@media (max-width: 576px) {
    .page-title-container > div {
        height:250px;
    }
    .page-title-container > div > h2 {
        font-size:2.5em;
        padding-top:75px;
    }
    .icsayfa-top-menu {
        min-height:auto;
        padding:15px;
        margin-top: -60px;
    }
    .items-group {
        padding: 0 5px;
    }
    .items-p:after {
        border-bottom: 30px solid #f3f3f3;
        position: absolute;
    }
    .items-p {
        line-height: 16px;
    }
}


.nav-link{
    text-decoration: none;
	font-size:15px;
	font-weight:400;
	color: rgba(87, 87, 87, 1) !important;
}

.nav-link:hover{
    text-decoration: none;
	color: rgba(1, 114, 184, 1) !important;
}

.nav-link:after{
    text-decoration: none;
    color: rgba(1, 114, 184, 1) !important;
}

.nav-link:focus{
    text-decoration: none;
    color: rgba(1, 114, 184, 1) !important;
}

.nav-link:active{
    text-decoration: none;
    color: rgba(1, 114, 184, 1) !important;
}
.nav-logo {
	margin-top:20px;
    width: 239px;
}
.navbar-toggler-icon {
	border:0;
}
.navbar {
	padding-left:calc((100% - 1200px) / 2 );
	padding-right:calc((100% - 1200px) / 2 );
	background-color: #fff;
}
.navbar-toggler {
	border:0;
}
.navbar .dropdown-menu div[class*="col"] {
	margin-bottom:1rem;
}
.navbar .dropdown-menu {
	border:none;
	background-color:#ffffff !important;
	border-radius:0;
	padding:0 !important;
}
.navbar .dropdown-menu .row {
	margin:0 !important;
}
.digerdiller {
    padding-left:20px;
    padding-top: 33px;
    z-index: 9;
}

@media screen and (min-width: 992px) {
	.navbar {
		padding-top:0px;
		padding-bottom:0px;
	}
	.navbar-nav {
		padding: 0;
		margin-top:25px;
		margin-bottom:0px;
		margin-left:auto;
		margin-right:auto;
		list-style-type: none;
		width:75%;
	}
	.nav-item {
		color: #575756;
		margin: 0;
		font-size: 16px;
		text-align: center;
	}
	.nav-link {
		padding:30px 53px 38px 53px !important;
		display: inline-block;
	}
	.nav-item:nth-child(1) {
		border-right: 1px solid #a8c5e4c2;
	}
	.nav-item:nth-child(2) {
		border-right: 1px solid #a8c5e4c2;
	}
    .nav-item:nth-child(3) {
        border-right: 1px solid #a8c5e4c2;
    }

    .nav-item2 {
        border-left: 1px solid #a8c5e4c2;
    }
    .nav-link2 {
        padding:30px 31px 38px 31px !important;
        display: inline-block;
    }
    .nav-link3 {
        padding:30px 28px 38px 28px !important;
        display: inline-block;
        color: #2e3192;
        font-weight: bold;
    }

	.navbar .dropdown {position:static;}
	.navbar .dropdown-menu {
		border:none;
		width:100%;
		max-width:1900px;
		margin-left:auto;
		margin-right:auto;
		left:0;
		right:0;
		top:100px;
		box-shadow: 0 10px 0px 0px #00000038;
		background-color: #fff;
		padding-top:20px !important;
	}
	.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
		display:block !important;
	}
	.navbar .dropdown-menu h2 {
		color:#575756;
		padding:15px 10px;
		border-bottom:1px solid #518bca ;
		font-size:18px;
		font-weight:bold;
		margin-bottom:15px;
	}
	.navbar .dropdown-menu>div>div:nth-child(1) {
		width:25%;
		padding:0;
		margin:0;
	}
	.navbar .dropdown-menu>div>div:nth-child(1) img {
		width:100%;
	}
	.navbar .dropdown-menu>div>div:nth-child(2) {
		width:75%;
		padding:0;
		margin:0;
	}
	.navbar .dropdown-menu>div>div:nth-child(2)>div {
		width:auto;
		margin:30px;
	}
	.navbar .dropdown-menu>div>div:nth-child(2) ul {
		max-width:100%;
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	.navbar .dropdown-menu>div>div:nth-child(2) ul li {
		width:50%;
		float:left;
	}
	.navbar .dropdown-menu>div>div:nth-child(2) ul li:hover {
		background-color:#f5f5f5;
	}
	.navbar .dropdown-menu>div>div:nth-child(2) ul li a {
        width: 100%;
        display: inline-block;
		padding:10px;
		font-size:13px;
		color:#575756;
		text-decoration:none;
	}
	
}
@media screen and (max-width: 991px) {
    .nav-logo-link {
        width: 50%;
    }
    .nav-logo {
        margin:10px;
        max-width: 90%;
    }
	.navbar-nav {
		margin:10px;
	}
	.navbar .dropdown-menu {
		border:none;
		width:100%;
		width:100%;
		margin:0;
		box-shadow:none;
		background-color: #fff;
	}
	.navbar .dropdown-menu>div>div:nth-child(1) {
		display:none;
		padding:0;
		margin:0;
	}
	.navbar .dropdown-menu>div>div:nth-child(2) {
		width:100%;
		padding:0;
		margin:0;
	}
	.navbar .dropdown-menu>div>div:nth-child(2) > div {
		width:100%;
		padding:10px 30px;
	}
	.navbar .dropdown-menu h2 {
		display:none;
	}
	.navbar .dropdown-menu>div>div:nth-child(2) ul {
		max-width:600px;
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	.navbar .dropdown-menu>div>div:nth-child(2) ul li {
		padding:10px;
		width:100%;
		float:left;
		margin:0;
	}
	.navbar .dropdown-menu>div>div:nth-child(2) ul li:hover {
		background-color:#f5f5f5;
	}
	.navbar .dropdown-menu>div>div:nth-child(2) ul li a {
		font-size:13px;
		color:#575756;
		text-decoration:none;
	}
    #f_kelime{
        padding-left:30px;
        font-size:18px;
        width: 90%;
        height: 65px;
        position: absolute;
        top: 160px;
        left: 5%;
        right: 5%;
        border-radius: 47px;
        border: 0px;
    }
    .digerdiller {
        padding-left:0px;
        padding-top: 0px;
    }
}
.digerdiller li {
	padding:4px;
	list-style-type:none;
	float:left;
}
.digerdiller li img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.digerdiller li img:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.digerdiller .active {
    -webkit-filter: grayscale(0%);
    filter: none;
}



@media (max-width: 767px) {
    .nav-logo-link {
        width: 60%;
    }
    .mobil-gizle{
        display: none;
    }
    .arama {
        width: 100%;
        z-index: 3;
        top: 22px;
        position: relative;
    }
    .nav-link {
        display: block;
        padding: 0.5rem 1rem;
        color: #308bd2 !important;
        font-weight: 500;
    }
    .nav-item{
        padding: 6px;
    }

    .nav-item:hover{
        padding: 6px;
        background: #ffffff;
    }

    .kurumsal-haber-alani{
        margin-top: 21px;
    }

    .blog-alani-mobil{
        margin-top: 15px;
    }

    .cozum-ortaklari-alani {
        margin: 0px !important;
    }
    .ic-detay {
        padding:20px 20px 100px 20px;
    }

    footer {
        background: linear-gradient(90deg, #ffffff 75px, #008bd2 75px) !important;
        color: #000000;
    }
    .footer-logo img{
        margin-top: 0px;
        width: 220px;
    }
    .footer-link-row {
        margin-top: 12px;
        margin-bottom: 15px;
        padding-left:90px;
    }
    .footer-divider {
        display:none;
    }
    .footer-sosyal-medya {
        font-size: 12px;
        line-height: 29px;
        color: #000;
        font-weight: 500;
    }
    .cozum-ortaklari-alani {
        width:15%;
        padding-top:18px;
        padding-bottom:22px;
        text-align:center;
    }

    .owl-scrollbar .owl-scroll-handle {
        height: 5px;
        width: 7%;
        border-radius: 1px;
        display: inline-block;
        background: #ffffff;
        position: absolute;
        top: -3px;
        left: 0px !important;
    }

    .owl-scrollbar {
        display: none;
    }

    .owl-container {
        /* width: 345px; */ 
    }

    .parallax-buyuk-baslik {
        font-weight: 100;
        color: #ffffff;
        font-size: 30px;
        letter-spacing: 1px;
        top: 41px;
        position: relative;
        font-family: sans-serif;
    }

    .parallax {
        min-height: 252px;
        background-attachment: inherit;
        background-size: 100%;
        background-color: #5490cc;
    }

    .parallax-kucuk-baslik {
        font-weight: 100;
        color: #ffffff;
        top: 57px;
        position: relative;
        font-family: sans-serif;
        font-size: 12px;
        background: #000000;
        padding: 8px;
    }
    
    .blog-alani > p {
        font-size: 14px;
        left: 20px;
    }
    
    .ust-balon {
        display:none;
    }
    .sag-balon{
        display:none;
    }
    .sol-balon {
        display:none;
    }

    /*
    .ust-balon {
        position: absolute;
        top: 398px;
        right: 0px !important;
    }

    .sag-balon {
        position: absolute;
        right: 0px;
        top: 915px;
    }

    .sag-balon {
        position: absolute;
        left: 0px;
        top: 905px;
    }

    .sol-balon {
        position: absolute;
        right: 0 !important;
        top: 1823px;
        text-align: right;
    }
    */
    
    #arama_input{
        width: 80%;
        height: 65px;
        transition: 5s ease;
        position: absolute;
        top: 60px;
        left:0;
        right:0;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
        outline: none;
        border-radius: 47px;
        border: 0px;
        box-shadow: inset 3px 2px 8px 0px #0e8fad63;
    }

    .aramasonuclari {
        padding:20px;
        width:80%;
        transition: 5s ease;
        position: fixed;
        top:140px;
        left:0;
        right:0;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
        border-radius: 47px;
        border: 0px;
        box-shadow: inset 3px 2px 8px 0px #0e8fad63; 
        background-color:#ffffff;
        z-index:100000;
        display:none;
    }
}

@media (max-width: 576px) {
    .icsayfa h1 {
        padding:20px 40px 0px 40px;
        font-size: 2em;
    }
    .icsayfa h1.urun {
        padding:20px 40px 0px 40px;
        font-size: 2em;
    }
    .icsayfa h3 {
        padding:30px 40px 15px 40px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .ust-balon {
        display:none;
        right: 0px;
    }
    .sag-balon{
        display:none;
        right: 0px;
    }
    .sol-balon {
        display:none;
        left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .ust-balon {
        display:none;
        right: 0px;
    }
    .sag-balon{
        display:none;
        right: 0px;
    }
    .sol-balon {
        display:none;
        left: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1349px) {
    .ust-balon {
        right: -64px;
    }
    .sag-balon{
        right: -90px;
    }
    .sol-balon {
        left: -240px;
    }
}

@media (min-width: 768px) {
    footer{
        background: linear-gradient(90deg, #ffffff 21.5%, #008bd2 21.5%) !important;
    }
}
@media (min-width: 1600px) {
    footer{
        background: linear-gradient(90deg, #ffffff 27.5%, #008bd2 27.5%) !important;
    }
    .ust-balon {
        right: 0px;
    }
    .sag-balon{
        right: 0px;
    }
    .sol-balon {
        left: -120px;
    }
}

@media (min-width: 1350px) and (max-width: 1600px) {
    .ust-balon {
        right: -64px;
    }
    .sag-balon{
        right: -90px;
    }
    .sol-balon {
        left: -240px;
    }
    footer{
        background: linear-gradient(90deg, #ffffff 25.5%, #008bd2 25.5%) !important;
    }
}

@media (min-width: 1450px) and (max-width: 1600px) {

}