@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;
400;
600;
700;
800&display=swap);
body{
    font-family:'Open Sans',sans-serif!important
}
li{
    list-style:none
}
a:hover{
    text-decoration:none!important
}
ul{
    all:unset
}
p{
    all:unset
}
.wrapper{
    width:85%;
    margin:0 auto
}
.row{
    margin-right:0!important;
    margin-left:0!important
}
*:focus{
    outline:none
}
.header{
    background-color:#fff;
    position:fixed;
    top:0;
    z-index:999;
    width:100%;
    box-shadow:0 3px 12px rgba(0,0,0,.08)
}
.header.sticky .navbar_section .links{
    background-color:#fff;
    transition:0.4s
}
.header.sticky .navbar_section{
    background-color:#fff;
    transition:0.4s
}
.header.sticky .navbar_section .links ul li a{
    color:#19214d;
    transition:0.4s
}
.header.sticky .navbar_section .links ul.link_nav>li:last-child a{
    color:#fff;
    transition:0.4s
}
.header.sticky .navbar_section .links ul li a.icon_house{
    color:#fff;
    transition:0.4s
}
.header.sticky .navbar_section .logo{
    height:76px;
    transition:0.4s
}
.header.sticky .navbar_section .logo img{
    width:150px;
    transition:0.4s
}
.header.sticky .search .search_inp input{
    border:1px solid #ececec;
    background-color:#ececec;
    color:#253170;
    transition:0.4s
}
.header .upper{
    background:#666666;
    height:38px;
    overflow:hidden;
    transition:0.4s
}
.header.sticky .upper{
    height:0;
    padding:0;
    transition:0.4s
}
.header .upper .row{
    justify-content:space-between
}
.header .upper .contact{
    display:flex;
    position:relative;
    padding-top:4px;
    background-color:#19214d;
    padding-bottom:4px;
    padding-right:340px
}
.header .upper .contact:after{
    content:"";
    width:90%;
    position:absolute;
    left:-70%;
    background:#19214d;
    height:100%;
    top:0
}
.header .upper .contact::before{
    content:"";
    width:20%;
    position:absolute;
    right:-40px;
    background:#19214d;
    height:100%;
    top:0
}
.header .upper .contact .item{
    padding-right:13px;
    position:relative;
    z-index:99;
    display:flex
}
.header .upper .contact .item span{
    color:#fff;
    font-size:13px;
    width:30px;
    height:30px;
    text-align:center;
    background-color:#364282;
    line-height:27px;
    display:inline-block;
    margin-right:20px;
    border-radius:35px
}
.header .upper .contact .item a{
    color:#fff;
    font-size:13px;
    padding-top:4px
}
.header .upper .contact .item p{
    margin-bottom:0;
    color:#fff;
    font-size:13px;
    padding-top:4px
}
.header .social_section{
    display:flex;
    padding-top:5px
}
.header .social{
    padding-left:50px
}
.header .social>h3{
    font-size:14px;
    color:#fff;
    display:inline-block;
    margin-right:10px;
    margin-bottom:0
}
.header .social ul{
    margin:0
}
.header .social ul li{
    display:inline-block;
    margin-top:0
}
.header .social ul li a{
    display:block;
    text-align:center;
    -webkit-text-fill-color:#fff;
    width:28px;
    height:28px;
    border:1px solid #fff;
    border-radius:50%;
    margin-left:3px;
    font-size:12px;
    transition:0.3s
}
.header .social ul li a i{
    color:#fff;
    margin-top:7px;
    margin-left:0
}
.header .social ul li a:hover{
    background:#57840c;
    border:1px solid #57840c;
    transition:0.3s
}
.header .upper .lang{
    padding-left:40px
}
.header .upper .lang ul{
    margin:0;
    display:flex
}
.header .upper .lang ul li{
    margin-right:8px;
    border-right:1px solid #fff;
    padding-right:8px
}
.header .upper .lang ul li:first-child{
    display:none
}
.header .upper .lang ul li:last-child{
    border:none;
    margin:0;
    padding:0
}
.header .upper .lang ul li img{
    width:22px;
    margin:0 3px
}
.header .navbar_section{
    background:#fff;
    z-index:999;
    position:relative;
    height:76px;
    transition:0.4s;
    box-shadow:0 3px 12px rgba(0,0,0,.08)
}
.navbar_section .logo{
    width:32%;
    background:#fff;
    height:111px;
    position:relative;
    z-index:0;
    transition:0.4s;
    box-shadow:0 3px 12px rgba(0,0,0,.08)
}
.navbar_section .logo:after{
    content:"";
    height:36px;
    background:#fff;
    position:absolute;
    right:-70px;
    width:70px;
    bottom:17px;
    transform:skewY(-26deg);
    box-shadow:8px 3px 12px rgba(0,0,0,.08)
}
.navbar_section .logo img{
    width:250px;
    padding-top:5px;
    z-index:99;
    position:relative;
    margin-left:32%;
    margin-top:0;
    transition:0.4s
}
.navbar_section .links{
    background:#fff;
    margin-left:0;
    height:76px;
    position:relative;
    transition:0.4s;
    padding-left:70px
}
.navbar_section .links ul{
    padding-top:26px;
    display:block
}
.navbar_section .links ul li{
    display:inline-block;
    padding-bottom:34px
}
.navbar_section .links ul.link_nav>li:last-child a{
    background:#ca0000;
    padding:6px 12px;
    margin-left:19px;
    border-radius:64px;
    border:0;
    color:#fff;
    -webkit-text-fill-color:#fff;
    font-size:13px
}
.navbar_section .links ul li a{
    padding:11px 12px;
    color:#19214d;
    font-weight:600;
    transition:0.3s;
    font-size:15px;
    border-right:1px solid #a6a6a640;
    transition:0.3s
}
.navbar_section .links ul li a:hover{
    transition:0.3s;
    color:#7ab517
}
.navbar_section .links ul li a.icon_house{
    background:#7ab517;
    padding:15px 15px;
    position:relative;
    top:1px;
    color:#fff
}
.header .main-nav>ul>li:hover .sub-nav{
    opacity:1;
    visibility:visible;
    -webkit-transform:translateX(-50%) translateY(0);
    transform:translateX(-50%) translateY(0)
}
.header .sub-nav{
    overflow:hidden;
    position:absolute;
    top:59px;
    left:50%;
    z-index:0;
    width:max-content;
    height:auto!important;
    min-width:240px;
    padding:0 5px 10px;
    opacity:0;
    visibility:hidden;
    background:url(.../images/blank.gif);
    -webkit-transform:translateX(-50%) translateY(30px);
    transform:translateX(-50%) translateY(30px);
    -webkit-transition:all .3s linear;
    transition:all .3s linear;
    z-index:9
}
.header .sub-nav>ul{
    position:relative;
    margin-top:7px;
    padding:0 10px 10px 10px;
    border-radius:3px;
    background-color:#fff;
    box-shadow:0 0 2px 0 rgba(0,0,0,.12),0 2px 2px 0 rgba(0,0,0,.24)
}
.header .sub-nav>ul::before{
    position:absolute;
    bottom:100%;
    left:50%;
    z-index:0;
    content:"";
    margin-left:-3px;
    border:6px solid transparent;
    border-bottom-color:#fff
}
.header .sub-nav>ul>li{
    margin:0;
    padding:3px 0;
    border-bottom:1px solid #f5f5f5;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    display:block
}
.header .sub-nav>ul>li:last-child{
    border-bottom:0
}
.fa,.fas{
    color:#000
}
.header .sub-nav>ul>li>a{
    position:relative;
    display:block;
    padding:8px 14px;
    line-height:18px;
    font-size:15px;
    font-weight:400;
    color:#4f4f4f;
    text-align:left;
    text-decoration:none;
    border-radius:3px;
    -webkit-transition:all .3s linear;
    transition:all .3s linear;
    border-right:0
}
.search{
    position:absolute;
    right:144px;
    top:6px;
    width:14%
}
.search .search_btn{
    width:50px;
    height:45px;
    background-color:#7ab517;
    margin-top:10px;
    border:0;
    font-size:19px;
    color:#fff;
    position:absolute;
    right:0;
    text-align:center;
    z-index:99
}
.search .search_btn i{
    position:absolute;
    top:14px;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    display:block
}
.search .search_btn .icon_close{
    display:none
}
.search .search_btn.closeSearch .icon_close{
    display:block;
    font-size:35px
}
.search .search_btn.closeSearch .icon_search{
    display:none
}
.search_inp{
    position:absolute;
    right:144px;
    top:76px;
    width:455px;
    height:0;
    overflow:hidden;
    transition:0.4s
}
.search_inp.open{
    height:50px;
    transition:0.4s
}
.search_inp button{
    width:50px;
    height:51px;
    background-color:#7ab517;
    margin-top:0;
    border:0;
    font-size:19px;
    color:#fff;
    position:absolute;
    left:0;
    z-index:99
}
.search_inp input{
    height:51px;
    width:89%;
    transition:0.4s;
    padding:10px;
    border:1px solid #ececec;
    background-color:#ececec;
    color:#253170;
    margin-left:49px
}
.slider{
    margin-top:7rem
}
.slider,.slider>div{
    background-position:center;
    display:block;
    width:100%;
    height:845px;
    position:relative;
    background-size:cover;
    background-repeat:no-repeat;
    overflow:hidden;
    -moz-transition:transform .4s;
    -o-transition:transform .4s;
    -webkit-transition:transform .4s;
    transition:transform .4s
}
.slider>div:after{
    content:"";
    width:100%;
    height:100%;
    background-color:#00000026;
    position:absolute;
    top:0;
    left:0
}
.slider>div{
    position:absolute
}
.slider>i{
    color:#5bbd72;
    position:absolute;
    font-size:60px;
    margin:20px;
    top:43%;
    text-shadow:0 10px 2px #223422;
    transition:.3s;
    width:30px;
    padding:10px 13px;
    background:#fff;
    background:#253170;
    cursor:pointer;
    line-height:0;
    box-sizing:content-box;
    border-radius:3px;
    z-index:4
}
.slider>i svg{
    margin-top:3px
}
.slider>i svg{
    fill:#fff
}
.slider>.left{
    left:-100px
}
.slider>.right{
    right:-100px
}
.slider:hover>.left{
    left:0
}
.slider:hover>.right{
    right:0
}
.slider>i:hover{
    background:#fff;
    background:rgb(122,181,23);
    transform:translateX(-2px)
}
.slider>i.right:hover{
    transform:translateX(2px)
}
.slider>i.right:active,.slider>i.left:active{
    transform:translateY(1px)
}
.slider:hover>div{
    transform:scale(1.01)
}
.hoverZoomOff:hover>div{
    transform:scale(1)
}
.slider>ul{
    position:absolute;
    bottom:10px;
    left:50%;
    z-index:4;
    padding:0;
    margin:0;
    transform:translateX(-50%)
}
.slider>ul>li{
    padding:0;
    width:20px;
    height:20px;
    border-radius:50%;
    list-style:none;
    float:left;
    margin:10px 10px 0;
    cursor:pointer;
    border:1px solid #7ab517;
    -moz-transition:.3s;
    -o-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s
}
.slider>ul>.showli{
    background-color:#7ab517;
    -moz-animation:boing .5s forwards;
    -o-animation:boing .5s forwards;
    -webkit-animation:boing .5s forwards;
    animation:boing .5s forwards
}
.slider>ul>li:hover{
    background-color:#7ab517
}
.slider>.show{
    z-index:1
}
.hideDots>ul{
    display:none
}
.showArrows>.left{
    left:0
}
.showArrows>.right{
    right:0
}
.titleBar{
    z-index:2;
    display:inline-block;
    background:rgba(0,0,0,.5);
    position:absolute;
    width:100%;
    bottom:0;
    transform:translateY(100%);
    padding:20px 30px;
    transition:.3s;
    color:#fff
}
.titleBar *{
    transform:translate(-20px,30px);
    transition:all 700ms cubic-bezier(.37,.31,.2,.85) 200ms;
    opacity:0
}
.titleBarTop .titleBar *{
    transform:translate(-20px,-30px)
}
.slider:hover .titleBar,.slider:hover .titleBar *{
    transform:translate(0);
    opacity:1
}
.titleBarTop .titleBar{
    top:0;
    bottom:initial;
    transform:translateY(-100%)
}
.slider>div span{
    display:block;
    position:absolute;
    top:35%;
    z-index:99;
    color:#fff;
    text-align:left;
    padding:0;
    width:40%;
    left:8%;
    right:0
}
.slider>div .btn{
    padding-top:60px;
    display:block!important;
    text-align:left;
    padding-left:0;
    animation-name:fadetop;
    animation-duration:1.5s
}
.slider>div .btn a{
    padding:10px 20px;
    margin-top:0;
    margin-right:10px;
    transition:0.3s
}
.slider>div .btn a:nth-child(2){
    color:#fff;
    background-color:#253170;
    border:1px solid #253170
}
.slider>div .btn a:nth-child(2):hover{
    background-color:transparent;
    border:1px solid #fff;
    transition:0.3s
}
.slider>div .btn a:nth-child(1){
    background-color:#666666;
    transition:0.3s;
    border:1px solid #666666;
    color:#fff
}
.slider>div .btn a:nth-child(1):hover{
    color:#fff;
    background-color:#253170;
    border:1px solid #253170
}
.slider>div span p{
    font-size:15px;
    width:73%;
    margin:0;
    text-shadow:0 0 9px #000000b8;
    display:block;
    font-weight:400
}
.slider>div span h5{
    font-size:18px;
    font-weight:600;
    color:#fff;
    display:inline-block;
    padding:5px 12px;
    animation-name:fadetop;
    animation-duration:0.8s;
    border-left:12px solid #DD0000;
}
.slider>div span h2{
    text-shadow:0 0 9px #00000069;
    font-weight:bolder;
    font-size:65px;
    font-weight:800;
    text-transform:uppercase
}
@keyframes fadetop{
    from{
        opacity:0;
        -webkit-transform:translate3d(0,60px,0);
        transform:translate3d(0,60px,0)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadetop{
    animation-name:fadetop;
    animation-duration:1s
}
#slider2{
    max-width:30%;
    margin-right:20px
}
.row2Wrap{
    display:flex
}
.slider_section{
    padding-top:0!important;
    margin-top:0
}
.slider_section .vedio{
    position:relative
}
.slider_section .vedio:after{
    content:" ";
    background:url(assets/img/pattern.png) repeat center center rgba(0,0,0,.02);
    position:absolute;
    top:0;
    width:100%;
    height:100%
}
.product_section{
    padding-top:6rem;
    padding-bottom:4rem;
    background-image:url(../images/boxx.png);
    background-size:initial;
    background-position:center
}
.product_section .title{
    text-align:center;
    padding-bottom:40px
}
.product_section .title h3{
    font-weight:800;
    font-size:40px;
    text-transform:
}
.product_section .title h4.bg_text{
    position:absolute;
    top:-24px;
    color:#F5F5F5;
    font-size:80px;
    font-weight:700;
    text-transform:;
    z-index:-1;
    margin:0 auto;
    left:0;
    right:0
}
.product_section .title p{
    font-size:14px;
    color:#525252;
    display:block;
    position:relative
}
.product_section .title p:after{
    content:"";
    width:80px;
    height:5px;
    position:absolute;
    bottom:0;
    left:0;
    background-color:#666666;
    margin:0 auto;
    right:0;
    top:37px
}
.product_section .items{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    padding-top:10px
}
.product_section .items .item{
    width:24%;
    height:370px;
    background-size:93%;
    background-position:center;
    background-repeat:no-repeat;
    position:relative;
    overflow:hidden;
    transition:0.4s;
    opacity:1;
    margin:7px;
    border:1px solid #e6e6e6;
    background-color:#fff
}
.product_section .items .item:hover{
    background-size:125%;
    transition:0.5s
}
.product_section .items .item:hover:after{
    opacity:0;
    transition:0.4s
}
.product_section .items .item:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    transition:0.4s;
    top:0
}
.product_section .items .item .text{
    position:absolute;
    z-index:99;
    left:0;
    bottom:0;
    padding:15px 10px 15px 10px;
    width:100%
}
.product_section .items .item:hover .text:before{
    transition:0.4s;
    background:#7ab51700
}
.product_section .items .item .text:before{
    content:"";
    transition:0.6s;
    position:absolute;
    left:0;
    height:100%;
    width:20px;
    bottom:0;
    z-index:-1
}
.product_section .items .item:hover .text:after{
    transition:0.4s;
    width:100%;
    background-color:#FF3333;
}
.product_section .items .item .text:after{
    content:"";
    transition:0.6s;
    position:absolute;
    right:0;
    height:100%;
    background:#CA0000;
    width:20px;
    bottom:0;
    z-index:-1
}
.product_section .items .item .text h3{
    color:#253170;
    font-weight:700;
    font-size:18px;
    text-transform:uppercase;
    margin-bottom:0
}
.product_section .items .item .link-single-page a{
    position:absolute;
    z-index:2;
    top:48%;
    left:42%;
    width:56px;
    height:56px;
    background:#fff;
    text-align:center;
    line-height:56px;
    color:#fff;
    visibility:hidden;
    opacity:0;
    -moz-transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
    -ms-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
    transform:scale(0);
    border-radius:50%
}
.product_section .items .item .link-single-page a span{
    color:#fff
}
.product_section .items .item .link-single-page a>img{
    width:30px;
    cursor:pointer
}
.product_section .items .item:hover .link-single-page a{
    visibility:visible;
    opacity:1;
    top:45%;
    left:50%;
    margin-left:-25px;
    margin-top:-25px;
    transform:scale(1)
}
.link-box{
    text-align:center;
    display:block;
    position:relative;
    width:100%;
    margin-top:50px
}
.link-box{
    padding-top:12px;
    z-index:3
}
.btn-style-two{
    position:relative;
    display:inline-block;
    text-align:center;
    letter-spacing:.05em;
    background:#253170;
    color:#fff;
    border-radius:0;
    overflow:hidden;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease
}
.btn-style-two:hover{
    color:#fff;
    transition:all 0.3s ease
}
.btn-style-two .btn-curve{
    position:absolute;
    right:-10px;
    top:0;
    width:43px;
    height:100%;
    background:#666666;
    z-index:0;
    transform:skewX(-22deg);
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease
}
.btn-style-two:hover .btn-curve{
    opacity:1;
    right:0;
    width:100%;
    transform:skewX(0deg);
    color:#fff
}
.theme-btn i{
    position:relative;
    display:inline-block;
    font-size:14px;
    margin-left:3px
}
.btn-style-two .btn-title{
    position:relative;
    display:block;
    font-size:14px;
    line-height:30px;
    font-weight:400;
    padding:8px 36px 8px;
    z-index:1;
    transition:.5s
}
.about_section{
    padding-top:4rem;
    padding-bottom:4rem;
    background-color:#fbfbfb
}
.about_section .content_part .image{
    width:36%;
    display:flex;
    position:relative;
    margin-left:100px
}
.about_section .content_part .image .img{
    width:84%;
    margin:0 auto;
    height:480px;
    background-size:cover;
    z-index:9;
    transition:0.5s;
    background-position:center
}
.about_section .content_part .image .img:hover{
    transform:rotate(1deg);
    transition:0.5s;
    z-index:99
}
.about_section .content_part .image:after{
    content:"";
    width:80%;
    height:100%;
    position:absolute;
    right:20px;
    top:26px;
    border-right:10px solid #e3e3e3;
    border-top:10px solid #e3e3e3;
    border-bottom:10px solid #e3e3e3;
    border-left:10px solid #e3e3e3
}
.about_section .content_part .image .shape{
    position:absolute;
    left:5px;
    width:50px;
    height:100%;
    background-repeat:repeat-y;
    animation:slide 60s linear infinite;
    -webkit-animation:slide 60s linear infinite
}
@keyframes slide{
    from{
        background-position:0 1920px
    }
    to{
        background-position:0 0
    }
}
@-webkit-keyframes slide{
    from{
        background-position:0 1920px
    }
    to{
        background-position:0 0
    }
}
.about_section .content_part .text{
    width:51%;
    margin-right:70px
}
.about_section .content_part .text .link-box{
    text-align:left;
    margin-top:40px
}
.about_section .content_part .text .link-box::after{
    display:none
}
.about_section .content_part .text>span{
    font-size:20px;
    color:#253170;
    padding-bottom:0;
    display:block;
    font-weight:700;
    border-left:5px solid #7ab517;
    padding-left:10px;
    margin-bottom:20px
}
.about_section .content_part .text h3{
    font-size:39px;
    color:#000;
    padding-bottom:20px;
    display:block;
    font-weight:700
}
.about_section .content_part .text>p{
    display:block;
    font-size:15px;
    padding-top:0;
    padding-bottom:20px;
    font-weight:500
}
.about_section .boxes ul{
    display:flex
}
.about_section .boxes ul li{
    display:block;
    width:32%;
    border:1px solid #dfdfdf;
    margin-right:14px;
    transition:0.5s
}
.about_section .boxes ul li:hover{
    transform:scale(1) rotate(5deg);
    transition:0.5s;
    z-index:99
}
.about_section .boxes ul li a{
    display:flex;
    padding:10px
}
.about_section .boxes ul li span{
    font-size:35px;
    color:#7ab517;
    -webkit-text-fill-color:#7ab517
}
.about_section .boxes ul li p{
    margin:0;
    color:#000;
    font-weight:600;
    font-size:13px;
    padding-left:10px;
    padding-top:6px!important;
    padding-bottom:0!important
}
.news_section{
    padding-top:4rem
}
.news_section .title{
    text-align:center;
    padding-bottom:40px
}
.news_section .title h3{
    font-weight:700;
    font-size:37px
}
.news_section .title h4.bg_text{
    position:absolute;
    top:-24px;
    color:#F5F5F5;
    font-size:80px;
    font-weight:700;
    text-transform:uppercase;
    z-index:-1;
    margin:0 auto;
    left:0;
    right:0
}
.news_section .title p{
    font-size:14px;
    color:#525252;
    display:block;
    position:relative
}
.news_section .title p:after{
    content:"";
    width:80px;
    height:5px;
    position:absolute;
    bottom:0;
    left:0;
    background-color:#253170;
    margin:0 auto;
    right:0;
    top:37px
}
.news_section .news_slider{
    position:relative;
    margin-top:40px
}
.news_section .news_slider .item .content{
    overflow:hidden
}
.news_section .news_slider .item .content .img{
    width:100%;
    height:300px;
    position:relative;
    transition:0.5s;
    background-size:cover;
    background-position:center
}
.news_section .news_slider .item .content .image{
    overflow:hidden;
    position:relative
}
.news_section .news_slider .item:hover .content .img{
    transform:scale(1.2) rotate(1deg);
    transition:0.5s
}
.news_section .news_slider .item p.etiket{
    position:absolute;
    top:44px;
    background-color:#7ab517;
    left:0;
    width:110px;
    text-align:center;
    color:#fff;
    -webkit-text-fill-color:#fff;
    z-index:99;
    font-weight:500;
    padding:6px 6px
}
.news_section .news_slider .item .content .text{
    padding-top:20px
}
.news_section .news_slider .item .content .text span{
    color:#7ab517;
    font-size:16px;
    font-weight:600;
    display:block;
    padding-top:10px;
    padding-bottom:11px
}
.news_section .news_slider .item .content .text h3{
    color:#000;
    font-size:14px;
    font-weight:600;
    display:block;
    padding-bottom:20px;
    border-bottom:1px solid #e6e6e6;
    margin-bottom:10px;
    line-height:26px
}
.news_section .news_slider .item .content .text p{
    display:block;
    color:#848484;
    font-size:15px
}
.news_section .news_slider .item .content .text a{
    color:#fff;
    font-size:15px;
    padding:4px 13px;
    display:inline-block;
    background-color:#ca0000;
}
.news_section .news_slider .link-box{
    margin-top:30px;
    text-align:center
}
.news_section .owl-nav .owl-prev{
    background:#253170!important;
    width:40px;
    height:40px;
    font-size:27px!important;
    color:#fff!important;
    margin:10px;
    border-radius:35px
}
.news_section .owl-nav button:hover{
    transition:0.3s;
    background-color:#7ab517!important
}
.news_section .owl-nav .owl-prev span{
    padding-top:10px;
    height:30px;
    display:block;
    line-height:5px
}
.news_section .owl-nav .owl-next span{
    padding-top:10px;
    height:30px;
    display:block;
    line-height:5px
}
.news_section .owl-nav .owl-next{
    background:#253170!important;
    width:40px;
    height:40px;
    font-size:27px!important;
    color:#fff!important;
    margin:10px;
    border-radius:35px
}
.news_section .owl-nav{
    position:absolute;
    top:-79px;
    right:0
}
.referans_section{
    padding-bottom:6rem;
    margin-top:4rem;
    padding-top:4rem;
    background-color:#f7f7f7
}
.referans_section .title h3{
    font-weight:700;
    font-size:37px
}
.referans_section .title h4.bg_text{
    position:absolute;
    top:-24px;
    color:#F5F5F5;
    font-size:80px;
    font-weight:700;
    text-transform:uppercase;
    z-index:-1;
    margin:0 auto;
    left:0;
    right:0
}
.referans_section .title p{
    font-size:14px;
    color:#525252;
    display:block;
    position:relative
}
.referans_section .title p:after{
    content:"";
    width:80px;
    height:5px;
    position:absolute;
    bottom:0;
    left:0;
    background-color:#253170;
    margin:0 auto;
    right:0;
    top:37px
}
.referans_section .item .img img{
    width:100%;
    margin:0 auto;
    border:1px solid #e8e8e8
}
.referans_section .title{
    text-align:center;
    padding-bottom:4rem
}
.referans_section .owl-dots{
    display:none!important
}
.referans_section .owl-controls{
    display:none!important
}
.mail_sent_section{
    padding:30px 0;
    background-color:#999999;
    background-image:url(../images/dot-map-cta.png)
}
.mail_sent_section .text{
    width:50%;
    display:flex
}
.mail_sent_section .text .icon{
    padding-right:30px
}
.mail_sent_section .text .icon img{
    width:60px
}
.mail_sent_section .text .number h3{
    color:#fff;
    font-size:17px;
    font-weight:500
}
.mail_sent_section .text .number a{
    color:#fff;
    font-size:30px;
    font-weight:700
}
.mail_sent_section .mail{
    width:50%;
    margin-top:6px
}
.mail_sent_section .mail form{
    width:74%;
    background-color:#fff;
    border-radius:60px
}
.mail_sent_section .mail input{
    width:78%;
    padding:21px 10px;
    border:0;
    border-radius:40px;
    margin-left:20px
}
.mail_sent_section .mail button{
    padding:10px 41px;
    border:none;
    border-radius:40px;
    background-color:#666666;
    transition:0.4s
}
.mail_sent_section .mail button:hover{
    background-color:#253170;
    transition:0.4s
}
.mail_sent_section .mail button span{
    color:#fff
}
footer{
    background-color:#253170
}
footer .top_footer{
    padding:70px 0 30px 0;
    margin-top:0;
    border-top:8px solid #253170;
    background-image:url(../images/);
    background-size:contain;
    background-position:right;
    position:relative
}
footer .top_footer .wrapper{
    z-index:9;
    position:relative
}
footer .top_footer:after{
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:.1;
    background-position:center;
     background-image:url(../images/);
}
footer .top_footer h5{
    font-size:25px;
    color:#fff;
    position:relative;
    font-weight:700
}
footer .top_footer h5:before{
    content:'';
    width:45px;
    height:2px;
    background:#ca0000;
    position:absolute;
    bottom:-13px
}
footer .top_footer .part1 h3{
    color:#fff;
    text-transform:uppercase;
    font-weight:800;
    font-size:25px
}
footer .top_footer .part1 a img{
    width:260px
}
footer .top_footer .part3{
    padding-left:39px
}
footer .top_footer .part4{
    padding-left:83px
}
footer .top_footer .part1 p:nth-child(2){
    font-size:.875em;
    color:#fff;
    line-height:25px;
    -webkit-text-fill-color:#fff;
    padding-top:16px;
    display:block
}
footer .top_footer .part1 p:nth-child(3){
    font-weight:600;
    font-size:1.25em;
    color:#ea212d
}
footer .top_footer .part1 p:nth-child(4){
    font-style:italic;
    font-size:.875em;
    color:#797a7c;
    padding-left:0;
    line-height:4px
}
footer .top_footer .part1 ul li{
    display:inline-block;
    margin-top:0
}
footer .top_footer .part1 .info p{
    color:#fff;
    -webkit-text-fill-color:#fff;
    display:block
}
footer .top_footer .part1 .info{
    padding-top:17px;
    padding-bottom:30px
}
footer .top_footer .part1 .info li span{
    color:#fff!important;
    -webkit-text-fill-color:#fff
}
footer .top_footer .part1 .info li span strong{
    color:#fff!important;
    -webkit-text-fill-color:#fff
}
footer .top_footer .part1 ul li a i{
    color:#fff;
    margin-top:7px;
    margin-left:0
}
footer .top_footer .part1 ul{
    padding-left:0;
    display:block
}
footer .top_footer .part1 .info ul li{
    display:block
}
footer .top_footer .part1 .info ul li span{
    display:block
}
footer .top_footer .part1 ul.p0 li a{
    display:block;
    text-align:center;
    width:32px;
    height:32px;
    border:1px solid #000000;
    margin-left:3px;
    background-color:#333333;
    color:#fff;
    -webkit-text-fill-color:#fff
}
footer .top_footer .part1 ul li a:hover{
    border:1px solid #93499c;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out
}
footer .top_footer .part1 ul li a:hover{
    background:#253170;
    border-color:#253170
}
footer .top_footer .part1 ul li a:hover i{
    color:#fff;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out
}
footer .top_footer .part2 ul li a{
    font-size:.875em;
    color:#fff;
    -webkit-text-fill-color:#fff;
    margin-top:14px;
    display:block;
    transition:all .3s ease
}
footer .top_footer .part2 ul li a i{
    color:#7ab517
}
footer .top_footer .part2 ul li:hover a{
    color:#7ab517
}
footer .top_footer .part2 ul{
    padding-top:18px;
    padding-left:0;
    display:block
}
footer .top_footer .part3 a{
    color:#93499c
}
footer .top_footer .part3 p{
    font-size:.875em;
    color:#797a7c;
    padding-top:31px
}
footer .top_footer .part3 span{
    font-weight:600;
    color:#797a7c;
    font-size:.75em;
    margin-top:-9px;
    display:block
}
footer .top_footer .part4 img{
    float:left;
    margin:0 2.5px 5px
}
footer .top_footer .part4 .gallery{
    margin-top:43px;
    margin-left:-5px;
    margin-right:-5px
}
footer .bottom_footer{
    display:flex;
    background-color:#18204c
}
footer .bottom_footer p{
    margin:0;
    -webkit-text-fill-color:#fff;
    font-size:15px;
    color:#fff;
    padding:15px 0
}
.float_right{
    float:right
}
.float_left{
    float:left
}
.banner_top{
    width:100%;
    height:340px;
    background-color:#fff;
    display:table;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}
.banner_top .content{
    display:table-cell;
    vertical-align:middle
}
.banner_top .content h3{
    text-shadow:0 0 9px #00000069;
    color:#fff;
    font-size:25px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-top:110px;
    font-weight:700;
    text-transform:uppercase;
    width:50%
}
.page_content{
    background-image:url(assets/img/pattern1.png)
}
.page_content .content_section{
    padding-top:4rem;
    padding-bottom:7rem
}
.page_content .content_section p{
    display:block;
    font-size:15px;
    font-weight:500;
    color:#666
}
.page_content .content_section img{
    width:45%;
    height:100%;
    margin-right:30px
}
table.liste{
    border-collapse:collapse;
    border-color:#ccc;
    width:100%;
    text-align:center
}
table.liste td{
    border:1px solid #fff;
    border-collapse:collapse
}
table.liste th{
    background:#f0f0f0;
    color:#313131;
    border:1px solid #FFF
}
table.liste tr:nth-child(odd){
    background:#e5e5e5
}
table.liste tr:nth-child(even){
    background:#f7f7f7
}
.page_content .content_section li{
    display:flex
}
.page_content .content_section li table.liste{
    width:53%
}
.page_content .content_section .galeri ul{
    display:flex;
    flex-wrap:wrap
}
.page_content .content_section .galeri ul li{
    width:10%;
    margin-right:11px;
    border:1px solid #e8e8e8;
    height:140px;
    margin-bottom:11px
}
.page_content .content_section .galeri ul li a img{
    width:100%;
    height:100%
}
.top_banner{
    height:320px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:47% 100%
}
.top_banner .content h3{
    text-align:left;
    padding-top:14%;
    color:#fff;
    font-size:31px
}
.top_banner .content p{
    color:#fff;
    font-size:15px
}
.adres_contact{
    width:50%;
    padding-top:40px;
    border-right:1px dashed #d8d8d8;
    padding-bottom:25px
}
.contact_section{
    background-color:#fff;
    padding:18px;
    box-shadow:0 3px 12px rgba(0,0,0,.08)
}
.row{
    margin:0!important
}
.adres_item{
    width:98%
}
.adres_item:first-child{
    border-bottom:1px dashed #d8d8d8;
    padding-bottom:20px
}
.adres_item:last-child{
    padding-top:22px
}
.adres_item h3{
    font-size:20px;
    font-weight:600
}
.adres_item p{
    color:#888;
    font-size:15px;
    line-height:1.5;
    margin-bottom:15px;
    font-weight:300
}
.adres_item p a{
    color:#232c79;
    font-weight:600
}
.adres_item p strong{
    font-weight:700
}
.adres_item .content .text{
    width:100%
}
.adres_item .content .harita{
    height:250px;
    width:39%
}
.form_content{
    padding-top:40px;
    padding-left:20px;
    width:50%
}
.form_content h3{
    font-size:20px;
    width:92%;
    margin-left:auto;
    margin-right:auto;
    font-weight:700
}
.form_content form{
    padding-top:2rem;
    float:right;
    padding-left:0;
    width:96%
}
.form_content form input{
    display:block;
    width:100%;
    padding:12px;
    margin-bottom:12px;
    font-size:15px;
    border:1px solid #eaeaea;
    border-radius:4px;
    transition:0.8s
}
.form_content form textarea{
    width:100%;
    padding:15px;
    border:1px solid #eaeaea;
    border-radius:4px;
    font-size:16px;
    transition:0.8s
}
.form_content form button{
    margin-top:3rem;
    color:#fff;
    background-color:#7ab517;
    border:1px solid #7ab517;
    width:190px;
    height:50px;
    font-size:13px;
    cursor:pointer
}
.form_content form button i{
    color:#fff;
    font-size:17px;
    padding-left:30px
}
.form_content form button:hover{
    background-color:#19214d;
    transition:0.4s;
    color:#fff;
    border:1px solid #19214d
}
.page_content .map{
    width:100%;
    margin-top:1rem;
    padding-right:20px
}
.page_content .map iframe{
    width:100%;
    height:330px
}
.content_section .items{
    width:81%;
    padding-left:20px
}
.content_section .item{
    width:19%;
    background-color:#fff;
    margin-right:10px;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
    margin-bottom:10px
}
.content_section .item .content{
    overflow:hidden
}
.content_section .item .content .img{
    width:100%;
    height:200px;
    position:relative;
    transition:0.5s;
    background-size:cover;
    background-position:center
}
.content_section .item .content .img img{
    width:100%
}
.content_section .item .content .image{
    overflow:hidden;
    position:relative
}
.content_section .item p.etiket{
    position:absolute;
    top:44px;
    background-color:#7ab517;
    left:0;
    width:110px;
    text-align:center;
    color:#fff;
    z-index:99;
    font-weight:500;
    padding:6px 6px
}
.content_section .item .content .text{
    padding-top:0;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:0
}
.content_section .item .content .text h3{
    color:#000;
    font-size:15px;
    font-weight:600;
    display:block;
    padding-bottom:15px;
    border-top:1px solid #e6e6e6;
    margin-bottom:0;
    line-height:initial;
    padding-top:10px
}
.content_section .item .content .text span{
    color:#fff;
    font-size:15px;
    padding:4px 13px;
    display:inline-block;
    background-color:#19214d;
    transition:0.4s;
    font-weight:400
}
.content_section .item:hover .content .text span{
    transition:0.4s;
    background-color:#7ab517
}
aside{
    display:inline-block;
    width:100%;
    background:#fff;
    float:left;
    border:1px solid #E8E8E8
}
.accordion{
    width:19%
}
#accordion,#accordion ul,#accordion ul li,#accordion ul li a{
    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
}
#accordion{
    width:100%;
    color:#fff
}
#accordion ul li ul{
    display:none
}
#accordion>ul>li.active>ul{
    display:block
}
#accordion>ul>li>a{
    padding:15px 20px;
    cursor:pointer;
    z-index:2;
    font-size:16px;
    text-decoration:none;
    color:#2c406d;
    font-weight:600;
    background:#fff;
    box-shadow:inset 0 0 1px #ccc;
    -webkit-transition:color .2s ease;
    -o-transition:color .2s ease;
    transition:color .2s ease
}
#accordion>ul>li>a:hover,#accordion>ul>li>a.active{
    background:#000;
    color:#fff;
    border-left:15px solid #e62123
}
#accordion>ul>li.active>a{
    background:#19214d;
    color:#fff;
    border-left:15px solid #7ab517
}
#accordion ul>li.has-sub>a:after{
    position:absolute;
    right:20px;
    top:15px;
    z-index:5;
    font-size:16px;
    display:block;
    content:"\4c";
    font-family:'ElegantIcons'
}
#accordion ul ul li a{
    padding:15px 35px;
    cursor:pointer;
    z-index:2;
    font-size:15px;
    text-decoration:none;
    color:#444;
    -webkit-text-fill-color:#444;
    background:#fff;
    box-shadow:0 0 1px #ccc;
    -webkit-transition:color .2s ease;
    -o-transition:color .2s ease;
    transition:color .2s ease;
    font-weight:400
}
#accordion ul ul ul li a{
    padding-left:60px;
    background:#fff
}
#accordion ul ul li a:hover{
    background:#f7f7f7;
    color:#5d6982
}
#carousel .owl-carousel .owl-wrapper-outer{
    padding-top:20px
}
.itemPicture{
    width:38%;
    border:1px solid #ccc;
    display:block;
    float:left;
    padding:20px;
    overflow:hidden;
    position:relative;
    margin:0 0 30px 0
}
.itemPicture .large{
    position:relative
}
.itemPicture>.large a{
    width:100%
}
.itemPicture>.thumbnail{
    display:flex;
    flex-wrap:wrap;
    justify-content:center
}
.itemPicture>.thumbnail a{
    width:22%;
    display:inline-block;
    border:2px solid #eee;
    margin:5px
}
.itemPicture>.thumbnail a img{
    width:100%;
    vertical-align:bottom
}
.thumbnail{
    border:none!important
}
.itemDetails{
    width:60%;
    min-height:300px;
    margin:0;
    padding:0 30px;
    display:block;
    float:left;
    overflow:hidden;
    font-size:14px
}
.itemDetails>h2{
    font-size:26px;
    margin:0;
    padding:0
}
.modal_items{
    display:flex;
    flex-wrap:wrap;
    float:left;
    margin-left:30px
}
.modal_items>a{
    display:block;
    overflow:hidden;
    width:auto;
    font-size:13px;
    font-weight:700;
    margin:0 10px 10px 0;
    padding:0 61px;
    height:38px;
    text-align:center;
    line-height:37px;
    background:#03c565;
    color:#fff;
    border:1px solid #03c565
}
.content_section .galery_detay .title h3{
    font-size:25px;
    font-weight:700
}
.content_section .galery_detay .galery_box .main_img{
    height:250px;
    margin-top:37px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    z-index:99;
    position:relative;
    border:1px solid #e3e3e3
}
.content_section .galery_detay .galery_box .main_img a{
    width:100%;
    height:100%;
    display:block
}
.content_section .galery_detay .galery_box .main_img a img{
    width:100%
}
.pdf_section .documents::before{
    padding:8px 12px;
    display:inline-block;
    background:#7ab517;
    width:45px;
    float:left;
    font-size:1.5em;
    text-align:center
}
.pdf_section .documents span{
    padding:8px 12px;
    margin-left:10px;
    display:inline-block;
    font-size:15px
}
.pdf_section .documents{
    display:inline-block;
    margin:13px 0;
    padding:0 15px 0 0;
    background:#19214d;
    color:#fff
}
.content_section .galery_detay .galery_box .galeri ul{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:0;
    justify-content:space-between
}
.content_section .galery_detay .galery_box .galeri ul li{
    list-style:none;
    width:24%;
    border:1px solid #e1e1e1;
    height:70px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    margin-top:8px;
    margin-right:0
}
.content_section .galery_detay .galery_box .galeri ul li a{
    width:100%;
    height:100%;
    display:block
}
.content_section .galery_detay .galery_box .galeri ul li a img{
    width:100%
}
.content_section .galery_detay .galery_box .galeri ul li a iframe{
    width:100%;
    height:48px
}
.content_section .galery_detay .video_box h3{
    font-size:15px;
    margin:0;
    padding-top:10px;
    padding-left:10px;
    color:#000;
    font-weight:500
}
.content_section .galery_detay .video_box{
    border-right:1px solid #e1e1e1;
    border-left:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1
}
.content_section .galery_detay ul.video_section li a{
    position:relative;
    display:block
}
.content_section .galery_detay ul.video_section{
    padding-left:0;
    padding-top:0;
    display:flex;
    flex-wrap:wrap;
    margin-bottom:0
}
.content_section .galery_detay ul.video_section li{
    list-style:none;
    width:76px;
    border:1px solid #e1e1e1;
    margin:9px
}
.content_section .galery_detay ul.video_section li a img{
    width:100%
}
.content_section .galery_detay ul.video_section li a::after{
    content:" ";
    width:100%;
    height:100%;
    background-color:#0000002b;
    background-image:url(../images/svg/play-button.png);
    position:absolute;
    display:block;
    top:0;
    background-size:35%;
    background-position:center;
    background-repeat:no-repeat
}
.content_section .galery_detay .pdf_documents{
    padding-top:20px
}
.content_section .galery_detay .pdf_documents h3{
    font-size:23px;
    border-bottom:1px solid #e1e1e1;
    padding-bottom:20px
}
.content_section .galery_detay .pdf_documents ul{
    padding-left:0;
    padding-top:10px;
    display:flex;
    flex-wrap:wrap
}
.content_section .galery_detay .pdf_documents ul li{
    list-style:none;
    width:60px;
    margin:0 3px
}
.content_section .galery_detay .pdf_documents ul li a{
    text-decoration:none;
    display:block;
    padding:6px;
    transition:0.3s;
    border:1px solid #e1e1e1
}
.content_section .galery_detay .pdf_documents ul li a:hover{
    border:1px solid #eb423c;
    transition:0.3s
}
.content_section .galery_detay .pdf_documents ul li a img{
    width:65%;
    margin:0 auto;
    display:block
}
.content_section .bilgi_detay .title h3{
    font-size:25px;
    font-weight:700
}
.tab-block{
    height:auto;
    margin:15px auto
}
.tab-block .tab-mnu{
    display:flex;
    list-style:none;
    padding:0;
    margin:0
}
.tab-block .tab-mnu:after{
    content:'';
    display:table;
    clear:both
}
.tab-block .tab-mnu li{
    box-sizing:border-box;
    color:#000;
    width:100%;
    text-align:center;
    border-bottom:2px solid #dfdfdf;
    cursor:pointer;
    background-color:#fff
}
.tab-block .tab-mnu .active{
    background-color:#fff;
    color:#596165;
    border-bottom:3px solid #7ab517!important;
    cursor:default
}
.tab-block .tab-cont{
    box-sizing:border-box;
    border-top:1px solid #fff;
    background-color:#fff;
    color:#292d2f
}
.tab-block .tab-cont .tab-pane{
    padding:20px 0
}
.tab-block .tab-cont .tab-pane p{
    font-size:15px
}
.tab_new_section .tab-block .tab-cont .tab-pane{
    height:auto
}
.tab_new_section{
    width:100%
}
.tabs.tab_new_section .tab-mnu li p{
    padding:12px 0
}
.tab_new_section .tab-block .tab-mnu{
    text-align:center
}
.tab_new_section .tab-block .tab-mnu li{
    display:inline-block;
    float:none
}
.tab_new_section .tab-block .tab-mnu li:not(:last-child){
    border-right:0
}
.tab_new_section .tab-block .tab-mnu li{
    width:310px
}
.tabs .tab-mnu li p{
    font-size:13px;
    font-weight:700;
    margin-top:7px;
    margin-bottom:7px;
    display:block;
    width:100%
}
.tabs .tab-mnu li p span{
    display:block;
    font-size:30px;
    padding-top:19px
}
.tabs .tab-mnu li b{
    margin-top:-44px;
    display:block;
    padding-bottom:7px;
    color:#574b45;
    font-weight:600;
    background:#fff;
    width:150px;
    margin-left:27%;
    opacity:0;
    border-radius:15px
}
.tabs .tab-mnu li.tool b{
    color:#574b45;
    opacity:100;
    transition:0.5s
}
.tabs .tab-mnu li b::before{
    content:'';
    position:absolute;
    margin-left:32px;
    transform:rotate(45deg) translateX(-50%);
    height:14px;
    width:13px;
    background:#fff;
    margin-top:26px
}
.tabs .tab-mnu li.active p{
    color:#7ab517
}
.tabs .tab-mnu li.active{
    background-color:#fff;
    cursor:pointer
}
.tabs .tab-cont .tabs_content .front_text{
    font-size:15px;
    font-weight:600;
    border-top:1px #eaeaea solid;
    padding-top:10px;
    padding-bottom:10px;
    margin:0;
    cursor:pointer
}
.tabs .tab-cont .tabs_content .front_text::before{
    content:"";
    background:url(../images/svg/arrow.svg);
    background-size:56%;
    background-repeat:no-repeat;
    width:30px;
    height:15px;
    display:inline-block
}
.tabs .tab-cont .tabs_content .back_text{
    display:none;
    background:#f2f2f2;
    margin-top:0;
    padding:10px
}
.active .back_text{
    display:block!important
}
.tabs .tabs_title{
    color:#fff;
    text-transform:uppercase;
    background:#6c4942;
    text-align:center;
    padding-top:21px;
    padding-bottom:20px;
    margin-top:0;
    width:101%
}
.blog-card{
    display:flex;
    flex-direction:column;
    margin:1rem auto;
    box-shadow:0 3px 7px -1px rgba(0,0,0,.1);
    margin-bottom:1.6%;
    background:#fff;
    line-height:1.4;
    font-family:sans-serif;
    border-radius:5px;
    overflow:hidden;
    z-index:0;
    transition:.2s;
    border:1px solid #fff
}
.blog-card a{
    color:inherit
}
.blog-card a:hover{
    color:#ec1c24
}
.blog-card:hover .photo{
    -webkit-transform:scale(1.3) rotate(3deg);
    transform:scale(1.3) rotate(3deg)
}
.blog-card .meta{
    position:relative;
    z-index:0;
    height:200px
}
.blog-card .photo{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-size:cover;
    background-position:center;
    transition:-webkit-transform .2s;
    transition:transform .2s;
    transition:transform .2s,-webkit-transform .2s
}
.blog-card .details,.blog-card .details ul{
    margin:auto;
    padding:0;
    list-style:none
}
.blog-card .details{
    position:absolute;
    top:0;
    bottom:0;
    left:-120%;
    margin:auto;
    transition:left .2s;
    background:rgba(25,33,77,.52);
    color:#fff;
    padding:10px;
    width:100%;
    font-size:.9rem
}
.blog-card .details a{
    -webkit-text-decoration:dotted underline;
    text-decoration:dotted underline
}
.blog-card .details ul li{
    display:inline-block
}
.blog-card .details .author:before{
    font-family:FontAwesome;
    margin-right:10px;
    content:"\f007"
}
.blog-card .details .date:before{
    font-family:FontAwesome;
    margin-right:10px;
    content:"\f133"
}
.blog-card .details .tags ul:before{
    font-family:FontAwesome;
    content:"\f02b";
    margin-right:10px
}
.blog-card .details .tags li{
    margin-right:2px
}
.blog-card .details .tags li:first-child{
    margin-left:-4px
}
.blog-card .description{
    padding:1rem;
    background:#fff;
    position:relative;
    color:#fff;
    z-index:1
}
.blog-card .description h1,.blog-card .description h2{
    font-family:Poppins,sans-serif
}
.blog-card .description h1{
    margin:0;
    font-size:15px;
    color:#000;
    padding-bottom:10px
}
#newslist td{
    color:#7ab517;
    font-size:15px
}
#newslist td a{
    color:#404040;
    font-weight:600;
    font-size:15px
}
.heading>h1{
    font-size:19px;
    font-weight:600;
    border-bottom:1px solid #e8e8e8;
    border-top:1px solid #e8e8e8;
    padding:10px 0;
    margin-bottom:20px
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    .blog-card .description .read-more p{
        color:#fff
    }
}
.blog-card .description h2{
    font-size:1rem;
    font-weight:300;
    text-transform:uppercase;
    color:#a2a2a2;
    margin-top:5px
}
.blog-card .description .read-more{
    text-align:right
}
.blog-card .description .read-more a{
    color:#fff;
    display:inline-block;
    position:relative;
    background-color:#19214d;
    font-weight:300;
    font-size:15px;
    padding:5px 10px
}
.blog-card .description .read-more a:hover{
    background-color:#7ab517;
    transition:0.3s;
    color:#fff
}
.blog-card .description .read-more a:after{
    content:"\f061";
    font-family:FontAwesome;
    margin-left:-10px;
    opacity:0;
    vertical-align:middle;
    transition:margin .3s,opacity .3s
}
.blog-card p{
    position:relative;
    display:block
}
.blog-card p:first-of-type{
    margin-top:1.25rem;
    color:#525252
}
.blog-card p:first-of-type:before{
    content:"";
    position:absolute;
    height:5px;
    background:#7ab517;
    width:35px;
    top:-.75rem;
    border-radius:3px
}
.blog-card:hover .details{
    left:0%
}
@media (min-width:640px){
    .blog-card{
        flex-direction:row
    }
    .blog-card .meta{
        flex-basis:40%;
        height:auto
    }
    .blog-card .description{
        flex-basis:60%
    }
    .blog-card .description:before{
        -webkit-transform:skewX(-3deg);
        transform:skewX(-3deg);
        content:"";
        background:#fff;
        width:30px;
        position:absolute;
        left:-10px;
        top:0;
        bottom:0;
        z-index:-1
    }
    .blog-card.alt{
        flex-direction:row-reverse
    }
    .blog-card.alt .description:before{
        left:inherit;
        right:-10px;
        -webkit-transform:skew(3deg);
        transform:skew(3deg)
    }
    .blog-card.alt .details{
        padding-left:25px
    }
}
.haber_detay_section{
    padding:0 130px;
    margin-top:70px;
    margin-bottom:170px
}
.haber_detay_section .left_section{
    width:65%
}
.haber_detay_section .left_section .image{
    width:100%
}
.haber_detay_section .left_section .image img{
    width:100%
}
.haber_detay_section .left_section .text_details h3{
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    padding:20px 0;
    margin-top:30px
}
.haber_detay_section .left_section .text_details p{
    font-size:15px;
    display:block
}
.haber_detay_section .right_section{
    width:35%
}
.haber_detay_section .right_section .right_menu{
    padding-left:36px
}
.haber_detay_section .right_section .right_menu h4{
    border-bottom:thin solid #525252;
    margin-bottom:9px;
    font-size:25px;
    padding-bottom:13px;
    font-weight:500
}
.haber_detay_section .right_section .right_menu ul{
    padding:0
}
.haber_detay_section .right_section .right_menu ul li{
    list-style:none;
    border-bottom:1px solid #eaeaea;
    transition:0.3s
}
.haber_detay_section .right_section .right_menu ul li a{
    color:#333;
    text-decoration:none;
    font-size:15px;
    transition:0.3s;
    font-weight:500;
    padding:11px 12px;
    display:block
}
.haber_detay_section .right_section .right_menu ul li a:hover{
    background-color:#f2f2f2;
    transition:0.3s
}
.haber_detay_section .right_section .right_menu ul li a i{
    font-size:19px;
    top:2px;
    position:relative;
    color:#eb423c
}
.haber_detay_section .right_section .right_menu ul li a:hover{
    color:#eb423c;
    transition:0.3s
}
@media (max-width:1600px){
    .navbar_section .links{
        padding-left:24px;
        margin-left:46px
    }
    .navbar_section .links ul li a{
        padding:11px 9px;
        font-size:14px
    }
    .header .upper .contact{
        padding-right:0
    }
    .navbar_section .logo img{
        margin-left:17%;
        margin-top:2px;
        width:35%
    }
    .wrapper{
        width:95%
    }
    .product_section .items .item{
        height:320px;
        margin:6px
    }
    .product_section .items .item .text h3{
        font-size:15px
    }
    .slider,.slider>div{
        height:657px!important
    }
    .slider>div span{
        width:70%
    }
    .slider>div span p{
        width:100%
    }
    .product_section .title h3{
        font-size:35px
    }
    .search{
        right:37px
    }
    .about_section .content_part .image{
        margin-left:89px;
        height:481px
    }
    .about_section .content_part .image::after{
        right:11px
    }
    .mail_sent_section .mail form{
        float:right;
        width:90%
    }
    .mail_sent_section .mail input{
        width:77%
    }
    .search_inp{
        right:88px;
        width:422px
    }
    .about_section .boxes ul li{
        width:auto
    }
    .accordion{
        width:21%
    }
    .content_section .items{
        width:78%
    }
    .content_section .item{
        width:24%;
        margin-right:9px
    }
    .page_content .content_section .galeri ul li{
        width:13%
    }
    .navbar_section .logo::after{
        box-shadow:none
    }
    .navbar_section .logo{
        box-shadow:none
    }
}
.toggle{
    display:none
}
@media (min-width:801px){
    .search .search_btn.closeSearch .icon_close{
        top:5px
    }
}
@media (max-width:800px){
    .search .search_btn i{
        top:7px
    }
    .header .upper .contact .item:nth-child(2){
        display:none
    }
    .header .upper{
        background:#19214d
    }
    .header .navbar_section{
        position:initial
    }
    .header .upper .contact .item:nth-child(3){
        display:none
    }
    .header .social{
        display:none
    }
    .search{
        top:0;
        right:107px;
        transition:2s
    }
    .header.sticky .search{
        opacity:0;
        transition:0.3s
    }
    .search .search_btn{
        margin-top:0
    }
    .search .search_btn{
        width:33px;
        height:28px;
        font-size:15px;
        margin-top:5px
    }
    .search .search_btn.closeSearch .icon_close{
        font-size:18px
    }
    .search_inp.open{
        height:38px
    }
    .search_inp{
        right:158px;
        top:0;
        width:50%;
        z-index:999
    }
    .search_inp input{
        height:39px;
        font-size:13px;
        width:75%;
        overflow:initial
    }
    .search_inp button{
        font-size:15px;
        left:10px;
        width:40px;
        height:38px
    }
    .navbar_section .logo img{
        margin-left:9%;
        width:52%!important
    }
    .navbar_section .logo{
        width:53%!important;
        height:auto!important
    }
    .navbar_section .logo::after{
        display:none
    }
    .links .main-nav{
        position:fixed!important;
        top:0;
        left:-2000px;
        background-color:#f7f7f7!important;
        transition:0.6s;
        width:80%;
        box-shadow:0 3px 12px rgba(0,0,0,.08);
        height:100%!important;
        padding-top:20px;
        margin:0!important;
        z-index:9999
    }
    .links .main-nav.is-active{
        left:0;
        transition:0.4s
    }
    .links ul li a.icon_house{
        display:none
    }
    .navbar_section .links ul li{
        display:block;
        padding-bottom:0;
        border-bottom:1px solid #e6e6e6
    }
    .navbar_section .links ul.link_nav>li:last-child a{
        margin-left:0;
        border-radius:0;
        padding:11px 9px
    }
    .navbar_section .links ul{
        padding-top:10px
    }
    .navbar_section .links{
        padding:0;
        width:33%;
        background:transparent
    }
    .navbar_section .links ul.link_nav>li:first-child{
        display:none
    }
    .navbar_section .links ul li a{
        display:block;
        border:0
    }
    .header .sub-nav{
        display:none
    }
    .toggle{
        display:block!important;
        position:absolute;
        top:18px;
        right:0
    }
    #outer{
        float:right;
        padding-right:20px
    }
    .menu-icon-wrapper{
        position:relative;
        left:0;
        top:0;
        width:36px;
        height:34px;
        pointer-events:none;
        transition:0.1s;
        border:1px solid #19214d
    }
    .menu-icon-wrapper svg{
        position:absolute;
        top:-18px;
        left:-18px;
        transform:scale(.07);
        transform-origin:0 0
    }
    .menu-icon-wrapper svg path{
        stroke:#19214d;
        stroke-width:40px;
        stroke-linecap:round;
        stroke-linejoin:round;
        fill:transparent;
        transition:stroke-dasharray 0.5s
    }
    .menu-icon-wrapper svg path.path1{
        stroke-dashoffset:5803.15px;
        stroke-dasharray:2901.57px,2981.57px,240px
    }
    .menu-icon-wrapper svg path.path2{
        stroke-dashoffset:800px;
        stroke-dasharray:400px,480px,240px
    }
    .menu-icon-wrapper svg path.path3{
        stroke-dashoffset:6993.11px;
        stroke-dasharray:3496.56px,3576.56px,240px
    }
    .menu-icon-wrapper.open svg path.path1{
        stroke-dasharray:2901.57px,5258.15px,240px
    }
    .menu-icon-wrapper.open svg path.path2{
        stroke-dasharray:400px,600px,0
    }
    .menu-icon-wrapper.open svg path.path3{
        stroke-dasharray:3496.56px,6448.11px,240px
    }
    .menu-icon-wrapper .menu-icon-trigger{
        position:relative;
        width:100%;
        height:100%;
        cursor:pointer;
        pointer-events:auto;
        background:none;
        border:none;
        margin:0;
        padding:0
    }
    .menu .navbar .links{
        position:relative
    }
    .wrapper{
        width:90%
    }
    .slider>div span h5{
        font-size:15px
    }
    .slider>div span h2{
        font-size:35px
    }
    .slider>div span{
        top:15%!important;
        width:89%;
        margin:0 auto;
        display:block;
        left:0;
        right:0
    }
    .slider>div span p{
        width:100%
    }
    .slider>.right{
        right:0
    }
    .slider>.left{
        left:0
    }
    .slider>i{
        top:84%!important;
        width:15px
    }
    .about_section .content_part .text{
        width:100%;
        margin-right:0;
        margin-bottom:60px
    }
    .about_section .content_part .text h3{
        font-size:19px
    }
    .about_section .content_part .text>p{
        font-size:14px
    }
    .about_section .boxes ul{
        display:block
    }
    .about_section .boxes ul li{
        margin-right:0;
        margin-bottom:10px
    }
    .about_section .content_part .image{
        margin-left:0;
        width:100%;
        height:320px
    }
    .about_section .content_part .image::after{
        display:none
    }
    .about_section .content_part .image .img{
        height:320px;
        width:100%
    }
    .about_section .boxes ul li:hover{
        transform:initial
    }
    .about_section .content_part .image .img:hover{
        transform:initial
    }
    .about_section .content_part .image .shape{
        display:none
    }
    .product_section{
        padding-top:2rem
    }
    .product_section .title h3{
        font-size:25px
    }
    .product_section .title p{
        font-size:12px
    }
    .product_section .items .item{
        width:100%
    }
    .product_section .items .item:hover{
        background-size:cover
    }
    .product_section .items .item{
        background-size:cover
    }
    .product_section .items .item .text::after{
        width:100%
    }
    .product_section .items .item:hover .text::after{
        transition:0.4s;
        width:100%;
        background-color:#7ab517
    }
    .btn-style-two .btn-title{
        font-size:13px;
        padding:8px 25px 8px
    }
    .news_section .title h3{
        font-weight:800;
        font-size:25px
    }
    .referans_section .title p{
        font-size:12px
    }
    .referans_section .title h3{
        font-weight:800;
        font-size:25px
    }
    .mail_sent_section .text{
        width:100%
    }
    .mail_sent_section .mail{
        width:100%
    }
    .mail_sent_section .mail form{
        width:100%
    }
    .mail_sent_section .mail button{
        padding:10px 14px
    }
    .mail_sent_section .mail input{
        padding:16px 10px;
        width:79%
    }
    .mail_sent_section .text .number a{
        font-size:20px
    }
    .mail_sent_section .text .number h3{
        font-size:14px;
        margin-bottom:0
    }
    .mail_sent_section .text .icon img{
        width:44px
    }
    .mail_sent_section .text{
        text-align:center;
        display:block
    }
    .mail_sent_section .text .number{
        display:inline-block
    }
    .mail_sent_section .text .icon{
        padding-right:30px;
        display:inline-block;
        top:-10px;
        position:relative
    }
    footer .top_footer{
        padding:30px 0 74px 0
    }
    footer .top_footer .part1 h3{
        font-weight:700;
        font-size:20px
    }
    footer .top_footer h5{
        font-size:20px
    }
    footer .bottom_footer p{
        float:none;
        display:block;
        padding:0;
        font-size:13px
    }
    footer .bottom_footer{
        padding:12px 0
    }
    footer .part2{
        padding-top:30px;
        padding-right:0;
        padding-left:0
    }
    footer .part1{
        padding-right:0;
        padding-left:0
    }
    footer .part1:last-child{
        padding-top:30px
    }
    footer .top_footer .part1 .info p{
        font-size:15px;
        -webkit-text-fill-color:#fff
    }
    footer .top_footer .part1 .info li{
        display:block
    }
    footer .top_footer .part1 .info li span{
        font-size:15px;
        display:block
    }
    .page_content .content_section p{
        font-size:14px;
        line-height:26px
    }
    .banner_top{
        height:300px
    }
    .page_content .content_section{
        padding-top:3rem
    }
    .page_content .content_section li{
        display:block
    }
    .page_content .content_section img{
        width:100%;
        margin-right:0;
        display:block;
        margin-bottom:30px
    }
    .page_content .content_section li table.liste{
        width:100%;
        overflow:scroll;
        display:block
    }
    table.liste{
        overflow:scroll;
        display:block
    }
    .page_content .content_section .galeri ul li{
        width:46%;
        height:110px
    }
    .banner_top .content h3{
        width:90%;
        font-size:21px
    }
    #newslist td{
        margin-bottom:10px;
        display:block;
        border-bottom:1px solid #ececec;
        padding-bottom:10px
    }
    .adres_contact{
        width:100%;
        border-right:none
    }
    .page_content .map{
        padding-right:0
    }
    .form_content{
        padding-left:0;
        width:100%
    }
    .form_content form{
        width:100%
    }
    .form_content form button{
        width:140px;
        font-size:15px
    }
    .accordion{
        width:100%!important
    }
    .content_section .items{
        width:100%;
        padding-left:0;
        margin-top:30px
    }
    .content_section .item{
        width:100%
    }
    .content_section .item .content .img{
        height:230px
    }
    .tab-block .tab-mnu{
        display:block
    }
    .tab-block .tab-mnu li{
        border-bottom:1px solid #dfdfdf
    }
    table.liste th{
        padding:10px 8px;
        font-size:14px
    }
    table.liste td{
        padding:10px 8px;
        font-size:13px;
        font-weight:600
    }
    .content_section .bilgi_detay .title{
        margin-top:30px
    }
    .tabs .tab-mnu li p{
        text-align:left
    }
    .items .galery_detay{
        padding:0
    }
    .items .bilgi_detay{
        padding:0
    }
    .content_section .bilgi_detay .title h3{
        font-size:20px
    }
    .content_section .galery_detay .title h3{
        font-size:20px
    }
    .content_section .galery_detay .galery_box .main_img{
        margin-top:17px
    }
    .content_section .new_item{
        padding:0
    }
    .blog-card .description .read-more a{
        width:100px
    }
    main>.subcategory>.item{
        width:100%!important
    }
}
