
.social-section-list a i{z-index:1;font-size: 22px}
.social-section{padding:25px 0px;background: aliceblue;}.social-section a{text-decoration:none}.social-section h4{font-size:26px;font-weight: 700;color:#363636;text-align: center;}@media screen and (max-width: 991px){.social-section h4{font-size:22px}}.social-section h4:after{content:"";display:block;width:185px;height:3px;border-radius:4px;background-color:#900507;margin:auto;margin-top: 15px;}.social-section-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px;/* margin: auto; *//* margin-right: 0; */position: relative;}.social-section-list a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:54px;height:54px;-webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,0.06);box-shadow:0 3px 6px 0 rgba(0,0,0,0.06);border:solid 1px #ededed;background-color:#ffffff;border-radius:50%;margin-right:20px;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-property:color, background-color;-o-transition-property:color, background-color;transition-property:color, background-color}.social-section-list a:hover{color:#ffffff !important;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-property:color, background-color;-o-transition-property:color, background-color;transition-property:color, background-color}.social-section-list a:last-child{margin-right:0}.social-section-list a.facebook{color:#3b5998}.social-section-list a.facebook:hover{background-color:#3b5998}.social-section-list a.youtube{color:#cc0000}.social-section-list a.youtube:hover{background-color:#cc0000}
.social-section-list a.flickr{color:#cc0000}.social-section-list a.flickr:hover{background-color:#cc0000}.s
.social-section-list a.pinterest{color:#cc0000}.social-section-list a.pinterest:hover{background-color:#cc0000}.s
.social-section-list a.image img{max-width:19px}.social-section-list a.image:hover{background-color:#fc0}.social-section-list a.twitter{color:#1da1f2}.social-section-list a.twitter:hover{background-color:#1da1f2}.social-section-list a.instagram{position:relative;color:#fd5949}.social-section-list a.instagram:after{content:"";position:absolute;z-index:0;left:0;top:0;width:100%;height:100%;background:-webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);background:-o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);border-radius:50%;opacity:0;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;-webkit-text-fill-color:initial !important;background-clip:initial !important;-webkit-background-clip:initial !important}.social-section-list a.instagram:hover:after{opacity:1;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.social-section-list a.linkedin{color:#0077b5}.social-section-list a.linkedin:hover{background-color:#0077b5}@media screen and (max-width: 767px){.social-section-list a{width:40px;height:40px;margin-right:5px;font-size:10px}.social-section-list a:hover{background-color:white !important;color:inherit !important}.social-section-list a::after,.social-section-list a::before{display:none}}
.social-sol {    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 35px 00px 35px 0px;
    align-content: center;
    justify-content: center;
    align-items: center;}
.social-sag {display: inline-flex;flex-wrap: wrap; flex-direction: column;width: 50%;/* border: 1px solid #e6e6e6; *//* padding: 15px 10px 40px 10px; */border-radius: 7px;text-align: left;padding: 35px 20px 35px 0px;padding-left: 20px;align-content: flex-end; justify-content: center; align-items: flex-end;}
.abonelik { width: 100%; position: relative; }

.big-banner {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;

}

.big-banner-container{
    position: relative;
    height: 435px;
    margin: 0 -80px;
}

.big-banner-item{
    position: absolute;
    width: 101%;
    -webkit-transform: skew(12deg);
    -moz-transform: skew(12deg);
    -ms-transform: skew(12deg);
    -o-transform: skew(12deg);
    transform: skew(12deg);
    height: 435px;
    margin: 0 -3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    padding: 50px;
}

.big-banner-container > .row > .col-lg-3:first-child  .big-banner-item {
    padding-left: 110px;
}

.big-banner-container > .row > .col-lg-3:last-child  .big-banner-item {
    padding-right: 110px;
}



.big-banner-item:hover {
    -webkit-transform: skew(12deg) scale(1.1);
    -moz-transform: skew(12deg) scale(1.1);
    -ms-transform: skew(12deg) scale(1.1);
    -o-transform: skew(12deg) scale(1.1);
    transform: skew(12deg) scale(1.1);
    z-index: 1;
}

.big-banner-item:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.55)),to(rgba(255,255,255,0)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.55) 50%,rgba(255,255,255,0) 100%);
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    pointer-events: none;
    opacity: .5;
}

.big-banner-item:hover:before {
    left: 100%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


.big-banner-item:after {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(66, 58, 58, 0.47);
    top:0;
    left: 0;
}

.big-banner-item .content {
    position: absolute;
    z-index: 2;
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    transform: skew(-12deg);
    text-align: center;
}

.big-banner-item .content .title {
    font-weight: 700;
    color:#fff;
    font-size: 32px;
    margin-bottom: 10px;
}

.big-banner-item .content a.more-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 130px;
    height: 50px;
    border-radius: 10%;
    background-color: #1d3d7f;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    position: relative;
    -webkit-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s;
    z-index: 2;
}

.big-banner-item .content a.more-btn:hover {
    background-color: #fff;
    color: #1d3d7f;
}
.big-banner-item .content a.more-btn.active {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.big-banner-item .content a.more-btn::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 10%;
    background: #1d3d7f;
    opacity: .5;
    -webkit-animation: 1.3s linear infinite pulse;
    animation: 1.3s linear infinite pulse;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: none;
}
@keyframes pulse {
    from {
        width: 100%;
        height: 100%;
        opacity: .8
    }
    50% {
        width: 140%;
        height: 140%;
        opacity: 0
    }
    to {
        width: 100%;
        height: 100%;
        opacity: 0
    }
}
@-webkit-keyframes pulse {
    from {
        width: 100%;
        height: 100%;
        opacity: .8
    }
    50% {
        width: 140%;
        height: 140%;
        opacity: 0
    }
    to {
        width: 100%;
        height: 100%;
        opacity: 0
    }
}

.big-banner-item .content .desc {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 20px;
}
.big-banner-item .content .desc.active {
    max-height: 140px;
    overflow: initial;
    margin: 0;
}
.big-banner-item .content svg {
    height: 80px;
    width: auto;
    margin-bottom: 15px;
}

.big-banner-item .content svg,
.big-banner-item .content svg *{
    fill: rgba(255, 255, 255, 0.6);
}

.css-btn-two {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    padding: 2px 18px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 10px;
}

.css-btn-two:hover{
    background-color: #1d3d7f;
    border-color: #1d3d7f;
}


	.pattern-layer {
    position: absolute;
    left: 10px;
    bottom: 120px;
    width: 40px;
    height: 328px;
    background-repeat: no-repeat;
}
		
	.subscribe-section{
		
		    margin-top: -75px;
	}	
		
	
.social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
}

.social-links li:last-child{
  margin: 0px !important;
}

.social-links li p{
  font-size: 15px;
  color: #fff;
}

.social-links li a{
font-size: 20px;
    color: #1d3d7f;
}

.social-links li a:hover{
color: #2d2f32;
}
	
.social li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background:#1d3d7f;
    margin-left: 0px;
    -webkit-transition: .3s;
    transition: .3s;
}

.social a:first-child {
    margin-right: 0;
}

.social a:hover {
    background: #fff;
    color: #304050;
    text-decoration: none;
}

.social-header li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.social-header a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #1d3d7f;
    margin-left: 0px;
    -webkit-transition: .3s;
    transition: .3s;
}

.social-header a:first-child {
    margin-right: 0;
}

.social-header a:hover {
    background: #fff;
    color: #1d3d7f;
    text-decoration: none;
}

.social-footer li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.social-footer a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 35px;
    border-radius: 50%;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #1d3d7f;
    margin-left: 0px;
    -webkit-transition: .3s;
    transition: .3s;
}

.social-footer a:first-child {
    margin-right: 0;
}

.social-footer a:hover {
    background: #fff;
    color: #1d3d7f;
    text-decoration: none;
}


.contents-bg{
	position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 10%);
    padding: 30px 30px 30px 30px;
    margin-bottom: 50px;
}	

.event-post {
	width: 100%;
	background: #fff;
	/*box-shadow: 0 5px 15px rgba(0,0,0,.07);*/
	border-radius: 3px;
	 overflow: inherit;/*overflow: hidden;*/
}
.event-post-txt {
	
}
.publish-post {

    padding: 0px 60px 0px 60px;
}
.event-post-txt h5 {
	margin: 0 0 15px;
	font-weight: 700;
	letter-spacing: -.5px;
}
.event-post-txt h5 a {
	color: #333;
}
.event-meta {
	margin: 0 0 19px;
	padding: 0px;
	list-style: none;
}
.event-meta li {
	margin: 0 0 7px;
}
.event-post-txt p {
	line-height: 22px;
	margin: 0px;
}
.event-post-loc {
	border-top: 1px solid #eeeeee;
	color: #777;
	padding: 0 0 0 30px;
	height: 46px;
	position: relative;
	line-height: 46px;
}
.event-post-loc i {
	color: #cccccc;
	margin-right: 5px;
}
.event-post-loc a {
	float: right;
	color: #cccccc;
	border-left: 1px solid #eee;
	padding: 0 20px;
}
.event-post:hover .event-post-loc a, .event-post:hover h5 a {
	color: #1d3d7f;
}
.event-post:hover .event-post-loc a {
	background: #1d3d7f;
	color: #fff;
}
.event-post:hover .event-post-loc a i {
	color: #fff;
}	
		
.butonlar {
    display: grid;
    grid-gap: 1px;
    grid-template-columns: auto;
    grid-auto-flow: column;
   /* padding: 3px;*/
}	
		
.community-links {
	background: url(../images/citizenbg.jpg) no-repeat;
	background-size: cover;
}
.community-box {
	background: #fff;
	width: 100%;
	float: left;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0,0,0,.07);
}
.community-box:hover {
	box-shadow: 0px 10px 25px rgba(0,0,0,.20);
}
.community-box:hover a.see-more {
	background: #1d3d7f;
	color: #fff;
	border-color: #1d3d7f;
}
.community-box h6 {
	color: #40407e;
	border-bottom: 1px solid #eeeeee;
	line-height: 53px;
	font-weight: 700;
	padding-left: 20px;
}
.community-box ul {
	margin: 0px;
	padding: 20px;
    list-style: circle;
    margin-left: 20px;
}
.community-box ul li i {
	font-size: 7px;
	color: #cccccc;
	margin-right: 7px;
}
.community-box ul li a {
	font-size: 11px;
	line-height: 8px;
	color: #444444;
	text-transform: uppercase;
}
.community-box a.see-more {
	border: 1px solid #e1e1e1;
	background: #f0f0f0;
	color: #777777;
	display: inline-block;
	line-height: 25px;
	
	font-size: 12px;
	font-weight: 600;
}
.community-box span {
	position: absolute;
	right: 0;
	bottom: 0;
}
.community-box ul li a:hover {
	color: #1d3d7f;
}
.community-box a.see-more:hover {
	background: #1d3d7f;
	color: #fff;
	border-color: #1d3d7f;
}		
		
	/*Haberler Slider*/
.newsSliderArea {
  height: 385px;

  position: relative;

  -webkit-box-shadow: 0px 11px 21px 0px rgba(52, 52, 52, 0.16);
  -moz-box-shadow: 0px 11px 21px 0px rgba(52, 52, 52, 0.16);
  box-shadow: 0px 11px 21px 0px rgba(52, 52, 52, 0.16);
  width: 100%;
}
.newsSliderArea .sticker {
  position: absolute;
  
  font-size: 17.43px;
  color: #ffffff;
  background-color: #1d3d7f;
  width: 92px;
  height: 31px;
  bottom: 127px;
  left: 0;
  z-index: 2;
  line-height: 30px;
  text-align: center;
}
.newsSliderArea .allButton {
  position: absolute;
  bottom: -75px;
  right: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 99;
}
.newsSliderArea .allButton img {
  margin-left: 15px;
}
.newsSliderArea .allButton span {
 
  font-size: 15.04px;
  color: #ffffff;
}
.newsSliderArea .allButton:hover {
  -webkit-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0.8);
  /* IE 5-7 */
  -moz-opacity: 0.8;
  /* Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  /* Good browsers */
}
.newsSliderArea .newsSlider div{
	/*height: 100%;*/
}
.newsSliderArea .newsSlider .item {
  height: 100%;
  position: relative;
}
.newsSliderArea .newsSlider .item:after {
  content: "";
  width: 100%;
  height: 53%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0c0c0c;
  background: linear-gradient(0deg, #0c0c0c 0%, rgba(255, 255, 255, 0) 100%);
}
.newsSliderArea .newsSlider .item >img{
	max-width: 100%;
  height: 471px;
  object-fit: contain;
  width: 100%;
}
.newsSliderArea .newsSlider .item .text {
  position: absolute;
  bottom: 45px;
  padding-left: 27px;
  z-index: 9;
}
.newsSliderArea .newsSlider .item .text span {
 
  display: block;
}
.newsSliderArea .newsSlider .item .text span.title {
  color: #ffffff;
  font-size: 22.9px;
}
.newsSliderArea .newsSlider .item .text span.date {
  color: rgba(255, 255, 255, 0.33);
  font-size: 13.57px;
  margin-top: 5px;
}
.newsSliderArea .slick-dots {
  position: absolute;
  bottom: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 27px;
}

.newsSliderArea .slick-dots li {
    font-size: 15.43px;
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.18);
    border: 2px solid rgba(255, 255, 255, 0.18);
    width: 30px;
    line-height: 36px;
    height: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: Center;
    -ms-align-items: Center;
    align-items: Center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
/*.newsSliderArea .slick-dots li {

  font-size: 11.43px;
  color: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.18);
  width: 21px;
  height: 21px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: Center;
  -ms-align-items: Center;
  align-items: Center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}*/
.newsSliderArea .slick-dots li:hover {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.newsSliderArea .slick-dots li.slick-active {
  
   
    color: #ffffff;
    border: 3px solid #fff;
    background: #1d3d7f;

}




	
	/*Haberler Slider*/
.newsSliderArea3 {
  height: 385px;

  position: relative;

  -webkit-box-shadow: 0px 11px 21px 0px rgba(52, 52, 52, 0.16);
  -moz-box-shadow: 0px 11px 21px 0px rgba(52, 52, 52, 0.16);
  box-shadow: 0px 11px 21px 0px rgba(52, 52, 52, 0.16);
  width: 100%;
}
.newsSliderArea3 .sticker {
  position: absolute;
  
  font-size: 17.43px;
  color: #ffffff;
  background-color: #1d3d7f;
  width: 92px;
  height: 31px;
  bottom: 127px;
  left: 0;
  z-index: 2;
  line-height: 30px;
  text-align: center;
}
.newsSliderArea3 .allButton {
  position: absolute;
  bottom: -75px;
  right: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 99;
}
.newsSliderArea3 .allButton img {
  margin-left: 15px;
}
.newsSliderArea3 .allButton span {
 
  font-size: 15.04px;
  color: #ffffff;
}
.newsSliderArea3 .allButton:hover {
  -webkit-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0.8);
  /* IE 5-7 */
  -moz-opacity: 0.8;
  /* Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  /* Good browsers */
}
.newsSliderArea3 .newsSlider div{
	/*height: 100%;*/
}
.newsSliderArea3 .newsSlider .item {
  height: 100%;
  position: relative;
}
.newsSliderArea3 .newsSlider .item:after {
  content: "";
  width: 100%;
  height: 53%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0c0c0c;
  background: linear-gradient(0deg, #0c0c0c 0%, rgba(255, 255, 255, 0) 100%);
}
.newsSliderArea3 .newsSlider .item >img{
	max-width: 100%;
  height: 471px;
  object-fit: contain;
  width: 100%;
}
.newsSliderArea3 .newsSlider .item .text {
  position: absolute;
  bottom: 45px;
  padding-left: 27px;
  z-index: 9;
}
.newsSliderArea3 .newsSlider .item .text span {
 
  display: block;
}
.newsSliderArea3 .newsSlider .item .text span.title {
  color: #ffffff;
  font-size: 22.9px;
}
.newsSliderArea3 .newsSlider .item .text span.date {
  color: rgba(255, 255, 255, 0.33);
  font-size: 13.57px;
  margin-top: 5px;
}
.newsSliderArea3 .slick-dots {
  position: absolute;
  bottom: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 27px;
}

.newsSliderArea3 .slick-dots li {

  font-size: 15.43px;
  color: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.18);
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: Center;
  -ms-align-items: Center;
  align-items: Center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.newsSliderArea3 .slick-dots li:hover {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.newsSliderArea3 .slick-dots li.slick-active {
  
   
    color: #ffffff;
    border: 3px solid #fff;
    background: #1d3d7f;

}














		 /* logo slider menü */
.bgx{
				
display: inline-block;
    border-radius: 5px;
    /* padding: 11px; */
    vertical-align: middle;
    width: calc(100% - 0px);
    padding: 5px;
    background-color: #fff;
    -webkit-box-shadow: 2px 6px 12px 1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 6px 12px 1px rgba(0,0,0,0.15);
    box-shadow: 2px 6px 12px 1px rgb(0 0 0 / 15%);
   
			}
	
			.dvltlnkx{
				padding: 5px;
				
			}
	/* hılzı menü */
.quick-menu {
  
    background-color: #fff;
    -webkit-box-shadow: 2px 6px 12px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 6px 12px 1px rgba(0,0,0,0.15);
    box-shadow: 2px 6px 12px 1px rgba(0,0,0,0.15);
}
.quick-menu .single-quick {
       opacity: 1;
    float: left;
    width: 12.5%;
    padding-top: 10px;
    border: 1px solid rgb(222, 222, 222);
    
    background-color: #fff;
    text-align: center;
    height: 120px;
}
.quick-menu .single-quick.top {
	height:56px;
}
.quick-menu .single-quick img {
	height:60px;
}

.quick-menu a {
	text-decoration: none;
}
.quick-menu a:hover h6 {
	color: #fff;
}
.quick-menu a:hover div {
	background: #871a3a;

}

.quick-menu a:hover img {
filter: brightness(11);
}


.quick-menu div:nth-child(even){
	border-right: none;
}
.quick-menu div .pb{
	padding-bottom: 23px !important;
}
.quick-menu div h6 {
	color: #2c2c2e;
	padding-top: 10px;
	font-size: 14px;
    font-weight: 600;
}

.quick-menu .single-quick.top img {
	height:auto !important;
	width:80%;
}
		 /* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
 
  
		
	.quick-menu .single-quick {
       opacity: 1;
    float: left;
    width: 50%;
    padding-top: 10px;
    border-right: 1px solid rgb(222, 222, 222);
    border-bottom: 1px solid rgb(222, 222, 222);
    background-color: #fff;
    text-align: center;
    height: 120px;
}
}
.services-pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 410px;
    height: 460px;
    background-repeat: no-repeat;
}
	.pattern-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 316px;
    height: 406px;
    background-repeat: no-repeat;
}	
		.scroll-to-top {
position: fixed;
    right: 15px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1d3d7f;
    border: 2px solid #1d3d7f;
    color: #ffffff;
    font-size: 20px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
}

.scroll-to-top:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  z-index: -1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-to-top:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.scroll-to-top:hover {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}

.scroll-to-top i::before {
  position: relative;
  display: inline-block;
  transform: rotate(180deg);
}



.wfloat{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:36px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-wfloat{
	margin-top:13px;
}

   .quote-box{
                                        position: relative;
                                        display: block;
                                        background: #fff;
                                        padding: 15px 10px 15px 10px;
                                        box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
                                        margin-bottom: 40px;

                                        }

	.text-up-down {
	color: #585858;
	display: inline-block;
	border: 1px solid #cbcbcb;
	padding: 2px 3px 2px 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	 float: right;
}
.text-up-date {
	color: #585858;
	display: inline-block;
	/*border: 1px solid #cbcbcb;*/
	padding: 2px 3px 2px 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.minus,.plus {
	background: #cfcfcf;
	cursor: pointer;
	user-select: none;
	display: inline-block;
	padding: 0 8px;
	color: #fff;
}


.list-style-one li a{

  color: #141417;
	    font-weight: 400;

}

.list-style-one li a:hover{

    color: #1d3d7f;
	    font-weight: 400;
  
}
		
	@media only screen and (max-width: 600px) {
		.wfloat{ right: 10px !important;}
		
		}
			
			.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}


.box-two {
    padding: 20px;
    background: #eff2f5;
}

.box-two .title {
    position: relative;
    display: block;
    padding-bottom: 17px;
    margin-bottom: 23px;
}

.box-two .title:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
    background: #1d3d7f;
}
.box-two .title h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    transition: all 500ms ease;
    color: #383d63;
    margin: 0px;
}

.box-two .dotted-box .dotted {
    background: #1d3d7f;
    position: absolute;
    left: 43px;
    width: 3px;
    height: 3px;
    bottom: 0px;
}

.box-two .dotted-box .dotted:nth-child(2) {
    left: 49px;
}

.box-two .dotted-box .dotted:last-child {
    left: 55px;
}
.file-download-list {
    position: relative;
    margin-bottom: -10px;
}

.file-download-list .files,
.file-download-list .files .file-icon,
.file-download-list .files .file-title,
.file-download-list .files .file-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.file-download-list .files{
    margin-bottom: 6px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.file-download-list .files .file-icon{
    font-size: 21px;
    color: #1d3d7f;
    background: #eff2f5;
    border-radius: 4px;
}
.file-download-list .files .file-icon,
.file-download-list .files .file-download{
    width: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.file-download-list .files .file-download {
    font-size: 14px;
    color: #333;
    border-left: 1px solid #feefe5;
    padding-left: 10px;
}

.file-download-list .files .file-download svg {
    height: 20px;
    width: auto;
}
.file-download-list .files .file-download svg{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.file-download-list .files:hover .file-download svg{
    animation: upToDown 1s linear;
    -moz-animation: upToDown 1s linear;
}

@keyframes upToDown {
    0%{
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    50%{
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    100%{
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes upToDown {
    0%{
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    50%{
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    100%{
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}


.file-download-list .files .file-title {
    padding: 10px 15px;
    flex: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.file-download-list .files .file-title h6 {
    margin:0;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.file-download-list .files:hover .file-title h6{
    color:#ccc;
}

.file-download-list .files:hover {
    background-color:#1e73be;
	color:white;
}


.file-download-list .files:hover .file-download svg,
.file-download-list .files:hover .file-download svg *{
    fill:#fff;
}

