@import url("https://use.typekit.net/lww6yei.css");
body{
    font-family: "proxima-nova", sans-serif;
    font-size:14px;
    color:#333;
}
.header-top{
    background-color:#82B440;
    height:30px;
    display:flex;
    align-items:center;
}
ul.top-contact{
    display: flex;
    list-style: none;
    margin: 0px;
    padding:0px;
}
ul.top-contact>li{
    display: flex;
    margin-right:5px;
}
ul.top-contact>li>a{
    display: flex;
    color:white;
    text-decoration: none;
    font-size:14px;
    font-weight: 400;
    transition: all .4s;
}
ul.top-contact>li>a:hover{
    color:#333;
    transition: all .4s;
}
ul.top-social{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding:0px;
    margin:0px;
}
ul.top-social>li{
    display: flex;
    margin-left:5px;
}
ul.top-social>li>a{
    display:flex;
    width:24px;
    height:24px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:white;
    font-size:16px;
    transition: all .4s;
}
ul.top-social>li>a:hover{
    color:#333;
    transition: all .4s;
}
.header-bottom{
    background-color:rgba(255,255,255,.7);
    height:62px;
    display: flex;
    align-items: center;
    z-index:10;
}
a.navbar-brand{
    color:#333;
    font-weight:700;
    text-decoration: none;
    font-size:20px;
    line-height:22px;
}
a.btn.btn-orange{
    background-color: #FF6F00;
    color:white;
    display: flex;
    align-items: center;
    height:42px;
    font-size:14px;
    font-weight: 400;
    text-decoration: none;
    padding:0px 44px;
    border-radius: 8px;
    margin-left:10px;
    transition: all .4s;
}
a.btn.btn-orange:hover{
    background-color: #82B440;
    transition: all .4s;
}
button.btn.btn-orange{
    background-color: #FF6F00;
    color:white;
    display: flex;
    align-items: center;
    height:42px;
    font-size:14px;
    font-weight: 400;
    text-decoration: none;
    padding:0px 44px;
    border-radius: 8px;
    transition: all .4s;
    width:100%;
    justify-content: center;
}
button.btn.btn-orange:hover{
    background-color: #82B440;
    transition: all .4s;
}
.navbar-expand-sm .navbar-nav{
    align-items: center;
}
.navbar-expand-sm .navbar-nav .nav-link{
    font-size:14px;
    padding-left:13px;
    padding-right:13px;
    color:#333;
    font-weight: 400;
}
.slider{
    padding:0px;
    margin-top:-62px;
}
.slider-overlay{
    display: flex;
    position: absolute;
    width: 100%;
    height:100%;
    left:0;
    top:0;
    z-index: 0;
    background-color: rgba(0,0,0,.35);
}
.carousel-caption{
    top:0px;
    bottom:0px;
    left:28%;
    right:28%;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.carousel-caption>h3{
    font-size:42px;
    font-weight: 700;
    color:white;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:25px;
}
.carousel-caption>p{
    color:white;
    font-size:16px;
    font-weight:600;
    text-align: center;
}
.carousel-caption>p>a.btn.btn-orange{
    margin-top:15px;
}
.home-intro{
    margin-top:40px;
    margin-bottom:60px;
}
.home-intro>.row{
    display: flex;
    flex-direction: row-reverse;
}
.home-intro .intro-images{
    position: relative;
    display: flex;
    align-items: center;
}
.home-intro .intro-images>.img-1{
    position: absolute;
    left: 0px;
    right:30px;
    height:75%;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}
.home-intro .intro-images>.img-1>img{  
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.home-intro .intro-images>.img-2{
    display: flex;
    margin-left:20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index:2;
}
.home-intro .intro-images>.img-2>img{
    height:428px;
}
.intro-text{
    display: flex;
    flex-direction: column;
}
.intro-text>h1{
    font-size:32px;
    font-weight: 700;
    color:#333;
    width:75%;
    border-bottom:1px solid #82B440;
    padding-bottom:2px;
    margin-bottom:20px;
    margin-top:10px;
}
.intro-text>.intro-spot{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.intro-text>.intro-spot>p{
    font-size:16px;
    font-weight: 600;
    color:#333;
}
.intro-text>p{
    font-size:14px;
    font-weight: 400;
    color:#333;
}
.intro-text>ul.intro-social{
    display: flex;
    list-style: none;
    margin:20px 0px 10px;
    padding:0px;
    align-items: center;
    width: 100%;
}
.intro-text>ul.intro-social>li{
    display: flex;
    margin-right:5px;
}
.intro-text>ul.intro-social>li>a{
    display: flex;
    height:42px;
    width:42px;
    color:white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-size:16px;
    background-color:#FF6F00;
    border-radius: 8px;
    transition: all .4s;
}
.intro-text>ul.intro-social>li>a:hover{
    background-color: #82B440;
    transition: all .4s;
}
.intro-text>ul.intro-social>li>a.btn.btn-orange{
    background-color: #FF6F00;
    color:white;
    display: flex;
    align-items: center;
    height:42px;
    font-size:14px;
    font-weight: 400;
    text-decoration: none;
    padding:0px 44px;
    border-radius: 8px;
    margin-left:0px;
    width:auto;
    transition: all .4s;
}
.intro-text>ul.intro-social>li>a.btn.btn-orange:hover{
    background-color: #82B440;
    transition: all .4s;
}
.book-area{
    position: relative;
    padding:0px;
    margin-bottom:60px;
}
.book-testimonial{
    position: absolute;
    top: 10%;
    bottom: 10%;
    display: flex;
    width: 100%;
}
.book-testimonial>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.book-testimonial>.book-overlay{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top:0px;
    height: 100%;
    left:0px;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}
.book-img{
    position: relative;
    z-index: 5;
    right: 10%;
    width: 30%;
    left: 65%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}
.book-img>img{
    width:100%;
}
.book-text-area>h2{
    font-size:30px;
    font-weight: 900;
    color:#FF6F00;
    line-height: 40px;
    margin-bottom:20px;
}
.book-text-area>p{
    color:white;
    font-size:16px;
    font-weight: 400;
    margin-bottom:15px;
}
.book-text-area>ul.icon-list{
    display: flex;
    width: 100%;
    justify-content: space-between;
    list-style: none;
    padding:0px;
    margin:50px 0px 0px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.book-text-area>ul.icon-list>li{
    display: flex;
    width:33%;
    padding:0px 15px;
    flex-direction: column;
    align-items: center;
    height:100%;
}
.book-text-area>ul.icon-list>li>.icon{
    display: flex;
    margin-bottom:20px;
}
.book-text-area>ul.icon-list>li>.icon>img{
    height:62px;
}
.book-text-area>ul.icon-list>li>.number{
    color:white;
    font-size:45px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    line-height: 45px;
}
.book-text-area>ul.icon-list>li>.number>span{
    color:#FF6F00;
    font-size:30px;
    font-weight: 900;
    margin-left:5px;
    margin-top:-15px;
}
.book-text-area>ul.icon-list>li>.title{
    font-size:18px;
    font-weight: 600;
    color:white;
    display: flex;
    justify-content: center;
    line-height: 40px;
}
.project-area{
    margin-top:60px;
    margin-bottom:90px;
}
.project-area h2{
    font-size:32px;
    font-weight: 700;
    color:#333;
    text-align: center;
    margin-bottom:25px;
}
.project-area p{
    font-size:16px;
    color:#333;
    line-height: 20px;
    text-align: center;
}
a.project-box{
    display: flex;
    width: 100%;
    height:450px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
a.project-box>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
a.project-box>.overlay{
    position: absolute;
    top:15px;
    bottom:15px;
    left:15px;
    right:15px;
    background-color: rgba(27,70,36,.9);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:25px;
    opacity: 0;
    transition: all .4s;
}
a.project-box:hover>.overlay{
    opacity: 1;
    transition: all .4s;
}
a.project-box>.overlay>h4{
    font-size:20px;
    font-weight: 700;
    color:#FF6F00;
    text-align: center;
    margin-bottom:20px;
}
a.project-box>.overlay>p{
    color:white;
    font-size:16px;
    line-height: 24px;
    text-align: center;
}
.blog-area{
    margin-bottom:80px;
}
.blogtop{
    display: flex;
    flex-direction: column;
    margin-bottom:40px;
}
.blogtop>h4{
    width:60%;
    font-size:32px;
    font-weight: 700;
    color:#333;
    border-bottom:1px solid #82B440;
    padding-bottom:2px;
    margin-bottom:20px;
}
.blogtop>p{
    font-size:16px;
    color:#333;
    line-height: 24px;
}
.blogtop-btn{
    display: flex;
    justify-content: flex-end;
    margin-top:70px;
}
.blog-box{
    margin-bottom:40px;
}
.blog-img{
    display: flex;
    aspect-ratio: 1;
    margin-bottom:20px;
}
.blog-img>a{
    display:flex;
    width: 100%;
    height:100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.blog-img>a>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.blog-text>a{
    text-decoration: none;
    color:#333;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.blog-text>a>h5{
    font-size:18px;
    font-weight: 600;
    color:#333;
    margin-bottom:5px;
}
.blog-text>a>.date{
    font-size:13px;
    color:#969696;
    margin-bottom:20px;
}
.blog-text>a>.date>i{
    margin-right:5px;
}
.blog-text>a>p{
    font-size:14px;
    line-height: 20px;
    color:#333;
}
.blog-text>a>span{
    display: flex;
    margin-top:5px;
    color:#FF6F00;
    font-size:14px;
    font-weight: 500;
    align-items: center;
}
.blog-text>a>span>i{
    margin-left:5px;
}
.news-area{
    background-color: #FF6F00;
    border-radius: 10px;
    padding:40px 60px;
    position: relative;
    bottom:-30px;
}
.news-area>.row{
    display: flex;
    align-items: center;
}
.news-left{
    display: flex;
    align-items: center;
}
.news-left>img{
    height:90px;
}
.news-left>.news-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color:white;
    font-size:26px;
    font-weight: 700;
    margin-left:10px;
    line-height: 26px;
}
.news-left>.news-text>span{
    font-size:20px;
    font-weight: 500;
}
form.newslatter{
    display: flex;
    width:100%;
    margin-top: 10px;
}
.input-str {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
}

.input-str > input.form-control {
    background: none;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    padding: 10px 10px 5px 10px;
    font-size: 16px;
    color: white;
}

.input-str > label {
    font-size: 14px;
    font-weight: 400;
    color: white;
    position: absolute;
    left: 13px;
    bottom: 5px;
    transition: 0.2s ease all;
    pointer-events: none;
}

/* Eğer input odaklanırsa ya da değer girilmişse */
.input-str > input:focus + label,
.input-str > input:not(:placeholder-shown) + label {
    transform: translateY(-25px);
    font-size: 12px;
    opacity: 0.8;
}
.input-btn{
    display: flex;
    width: auto;
}
.btn.btn-white{
    background-color: white;
    color:#FF6F00;
    display: flex;
    align-items: center;
    justify-content: center;
    height:42px;
    font-size:14px;
    font-weight: 400;
    text-decoration: none;
    padding:0px;
    border-radius: 8px;
    margin-left:10px;
    transition: all .4s;
    width: 150px;
}
.btn.btn-white>i{
    margin-right:5px;
}
.btn.btn-white:hover{
    background-color: #82B440;
    color:white;
    transition: all .4s;
}
.footer{
    background-color: #1B4624;
    padding-top:100px;
    padding-bottom:10px;
}
.footer-logo>a{
    color:white;
    font-weight:700;
    text-decoration: none;
    font-size:20px;
    line-height:22px;
}
.footer-menu-area{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
ul.footer-menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    margin:0px 0px 10px;
    padding:0px;
}
ul.footer-menu>li{
    display: flex;
    margin-left:5px;
}
ul.footer-menu>li>a{
    display: flex;
    padding:5px 10px;
    text-decoration: none;
    font-size:14px;
    font-weight: 400;
    color:white;
    transition: all .4s;
}
ul.footer-menu>li>a:hover{
    color:#FF6F00;
    transition: all .4s;
}
ul.footer-menu>li:last-child>a{
    padding-right:0px;
}
ul.footer-social{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    padding:0px;
    margin:0px 0px 20px;
}
ul.footer-social>li{
    display: flex;
    margin-left:8px;
}
ul.footer-social>li>a{
    display: flex;
    width:38px;
    height:38px;
    align-items: center;
    justify-content: center;
    color:white;
    text-decoration: none;
    font-size:16px;
    background-color: #FF6F00;
    border-radius: 10px;
    transition: all .4s;
}
ul.footer-social>li>a:hover{
    background-color: white;
    color:#FF6F00;
    transition: all .4s;
}
.copyright-area{
    margin-top:60px;
    border-top:1px solid white;
    padding-top:10px;
}
.copyright-area .copyright{
    font-size:13px;
    font-weight: 300;
    color:white;
    padding:0px;
}
.copyright-area .design{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size:13px;
    color:white;
    font-weight: 300;
    padding:0px;
}
.copyright-area .design>a{
    margin-left:5px;
}
.copyright-area .design>a>img{
    height:12px;
    margin-top:-3px;
}
.page-header{
    padding:0px;
    position: relative;
    height:310px;
    margin-top:-62px
}
.page-header>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.header-overlay{
    display: flex;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.5);
    position: relative;
    z-index: 9;
    align-items: center;
    justify-content: center;
}
.page-header-info{
    margin-top:62px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.page-header-info>h1{
    font-size:34px;
    font-weight: 700;
    color:White;
    width: auto;
    border-bottom:1px solid white;
    padding:3px;
}
.page-header-info>ul{
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin:0px;
    padding:0px;
}
.page-header-info>ul>li{
    display:flex;
    color:white;
    font-size:16px;
    margin-left:5px;
    font-weight: 700;
}
.page-header-info>ul>li>a{
    display: flex;
    text-decoration: none;
    color:White;
    font-size:14px;
    align-items: center;
    font-weight: 400;
}
.page-header-info>ul>li>a::after{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color:white;
    font-size:10px;
    margin-left:5px;
    margin-top:3px;
}
.post-area{
    margin-top:30px;
}
.post-area h3{
    font-size:30px;
    font-weight: 700;
    color:#333;
}
.post-area p{
    font-size:16px;
    line-height: 26px;
}
.post-area ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding:0px;
}
.post-area ul>li{
    display: flex;
    margin-bottom:5px;
    color:#333;
    font-size:16px;
}
.post-area ul>li::before{
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 400;
    color:#FF6F00;
    margin-right:5px;
    font-size:16px;
}
.support-box{
    background-color:white;
    box-shadow: 0px 0px 8px rgba(0,0,0,.16);
    border-radius: 20px;
    overflow: hidden;
}
.support-box>.support-img{
    position: relative;
    height:235px;
}
.support-box>.support-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.support-box>.support-text{
    padding:20px;
}
.support-box>.support-text>h5{
    font-size:24px;
    font-weight: 700;
    color:#333;
}
.support-box>.support-text>p{
    font-size:14px;
    font-weight: 400;
    color:#333;
}
ul.btn-area{
    display: flex;
    flex-direction: row;
    padding:0px;
    width: 100%;
    justify-content: space-between;
}
ul.btn-area>li{
    display: flex;
    width:47%;
}
ul.btn-area>li:last-child{
    width:51%;
}
ul.btn-area>li:before{
    display: none;
}
ul.btn-area>li>a.btn.btn-outline-orange{
    font-size:14px;
    color:#333;
    font-weight: 400;
    border:1px solid #FF6F00;
    background-color:white;
    display: flex;
    width:100%;
    height:46px;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
ul.btn-area>li>a.btn.btn-outline-orange:hover{
    background-color:#FF6F00;
    color:white;
    transition: all .4s;
}
ul.btn-area>li>a.btn.btn-orange{
    font-size:14px;
    color:white;
    font-weight: 400;
    border:1px solid #FF6F00;
    background-color:#FF6F00;
    width:100%;
    height:46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
ul.btn-area>li>a.btn.btn-orange:hover{
    background-color:white;
    color:#333;
    transition: all .4s;
}
span.right-title{
    display: flex;
    width:100%;
    font-size:18px;
    font-weight: 700;
    color:#333;
    border-bottom:1px solid #FF6F00;
    margin-bottom:30px;
    margin-top:40px;
}
.postimg{
    display: flex;
    width:100%;
    position: relative;
    height:500px;
    border-radius: 20px;
    margin-bottom:30px;
    overflow: hidden;
}
.postimg>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.blog-area{
    margin-top:40px;
}
.pagination-area{
    margin-top:30px;
}
.active>.page-link, .page-link.active{
    background-color:#1B4624;
    color:white;
    outline:none;
    box-shadow:none;
    border-color:#1B4624;
}
.page-link{
    color:#333;
    outline:none;
    box-shadow:none;
}
.page-link:hover{
    color:#FF6F00;
    border-color: #FF6F00;
    background-color:white;
}
.active:hover>.page-link, .page-link.active:hover{
    background-color:#1B4624;
    color:white;
    outline:none;
    box-shadow:none;
    border-color:#1B4624;
}
.task-title{
    display: flex;
    justify-content: center;
    margin-top:30px;
    margin-bottom:20px;
}
.task-title>h4{
    font-size: 24px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #82B440;
    padding-bottom: 2px;
    text-transform: uppercase;
}
.teams-list{
    padding-top:60px;
    padding-bottom:80px;
}
.teams-list>.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.teams-str{
    padding:15px 30px;
}
.teams-str>a.teams-box{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    border-radius: 10px;
}
.teams-str>a.teams-box>.teams-img{
    display: flex;
    position: relative;
    height:280px;
}
.teams-str>a.teams-box>.teams-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center top;
    color: transparent;
}
.team-info{
    display: flex;
    background-color:rgba(27, 70, 36, 1);
    align-items: center;
    justify-content: center;
    padding:30px 15px;
}
.team-info>h6{
    color:white;
    font-size:16px;
    font-weight: 500;
    text-align: center;
}
.modal-footer{
    border:none;
    padding:0px;
}
.non-pointer{
    cursor:default;
}
.contact-title>h5{
    font-size: 24px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #82B440;
    padding-bottom: 2px;
    text-transform: uppercase;
}
.contact-title>ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin:20px 0px 20px;
    padding:0px;
    width:100%;
}
.contact-title>ul>li{
    display: flex;
    width:100%;
    margin-bottom:10px;
}
.contact-title>ul>li::before{
    display: none;
}
.contact-title>ul>li>a{
    text-decoration: none;
    display: flex;
    width: 100%;
    color:black;
    align-items: flex-start;
    font-size:16px;
}
.contact-title>ul>li>a>i{
    color:#FF6F00;
    font-size:16px;
    margin-right:5px;
    margin-top:5px;
}
form.contact-form{
    display: flex;
    width:100%;
    background-color: white;
    box-shadow: 0px 0px 6px rgba(0,0,0,.16);
    border-radius: 10px;
    padding:25px;
}
.contact-form>.row{
    min-width: 100%;
}

.contact-form h5{
    font-size: 24px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #82B440;
    padding-bottom: 2px;
    text-transform: uppercase;
}
.form-str>textarea.form-control{
    height:100px;
    resize: none;
}
.contact-area{
    padding:60px 15px 90px;
}
.form-str{
    padding:7px;
}
.gallery-box{
    padding:8px;
}
.gallery-box>a{
    display: flex;
    position: relative;
    width:100%;
    height: auto;
    aspect-ratio: 1;
}
.gallery-box>a>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}