/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1361px) {
  .custom-container {
    max-width: 1300px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
  }
  /*MAIN SLIDER*/
  section.sliderContainer .item .sliderText{
    
  }
  section.sliderContainer .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  section.sliderContainer .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  section.sliderContainer .owl-item.active a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    z-index: 1;
  }
  section.sliderContainer .item .sliderText h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:35px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
  }
  section.sliderContainer .item .sliderText p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#5A5A5A;
    line-height: 1.2;
    text-align: left;
    padding-bottom:20px;
  }
  section.sliderContainer .item .sliderText .playBtn{
    margin-top:50px;
  }
  section.sliderContainer .item .sliderText .playBtn a{
    display: flex;
    align-items: center;
    color:#FFF;
    font-size:14px;
    font-weight: 500;
    z-index: 2
  }
  section.sliderContainer .item .sliderText .playBtn a img{
    width:60px;
    margin-right: 10px
  }
  section.sliderContainer .footSliderImage{
    height: auto;
  }
  section.sliderContainer .footSliderImage img.front1{
    z-index: 0;
    width: 75%;
    bottom:-250px;
    left:-50px;
    position: absolute;
    -webkit-animation: slideLeftAnimation 4s ease-out 1s infinite;
    animation: slideLeftAnimation 4s ease-out 1s infinite;
  }
  section.sliderContainer .footSliderImage img.front2{
    z-index: 0;
    width: 75%;
    position: absolute;
    bottom:-230px;
    right: -60px;
    -webkit-animation: slideRightAnimation 4s ease-out 1s infinite;
    animation: slideRightAnimation 4s ease-out 1s infinite;
  }
  section.sliderContainer .sliderImage img.front3{
  }
  /*MAIN SLIDER*/

  /*MAIN SLIDER BOTTOM*/
  section.mainSliderBottom{}
  section.mainSliderBottom .slideBottomContent{
    margin-top:-175px;
  }
  section.mainSliderBottom .slideBottomSlider .owl-item{
    
  }
  section.mainSliderBottom .item{
    padding:10px;
    position: relative;
    background: url('../img/other/human_bg.png');
    background-repeat: no-repeat;
    background-size:100% 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    min-height: 175px;
    display: flex;
    align-items: end;
    z-index: 9;
    overflow: hidden;
    margin:15px;
  }
  section.mainSliderBottom .item a{
    font-weight: 700;
    font-size:12px;
    color:#197C82;
    position: absolute;
    z-index: 9;
    bottom:15px;
  }
  section.mainSliderBottom .item img{
    position: absolute;
    bottom:-60px;
    z-index: 9;
    width: 150px;
    right: 25%; 
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out; 
  }
  section.mainSliderBottom .item:hover{
    overflow: hidden;
  }
  section.mainSliderBottom .item:hover img{
    bottom:-20px;  
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out; 
  }
  /*MAIN SLIDER BOTTOM*/

  /*MAIN BANNER*/
  section.mainBanner{}
  section.mainBanner .bannerContent{
    background:url('../img/other/banner_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  section.mainBanner .bannerSlider .item{
    padding:10px 60px;
  }
  section.mainBanner .bannerSlider .item .sliderText{}
  section.mainBanner .bannerSlider .item .sliderText h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:35px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
  }
  section.mainBanner .bannerSlider .item .sliderText p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#5A5A5A;
    line-height: 1.2;
    text-align: left;
    padding-bottom:20px;
  }
  section.mainBanner .bannerSlider .owl-nav{
    display: block!important; 
    right:0;
    font-size: 20px;
    color:#ccc;
  }
  section.mainBanner .bannerSlider .owl-prev {
    position: absolute;
    left: 30px;
    top: 50%;
  }
  section.mainBanner .bannerSlider .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
  }
  section.mainBanner .mini-item{
    margin-top:30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    position: relative;
  }
  section.mainBanner .mini-item img{
    width:100%;
    border-radius: 20px;
    
  }
  section.mainBanner .mini-item img:hover{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(1.12);
  }
  section.mainBanner .miniTitle{
    position: absolute;
    width: 100%;
    text-align: left;
    bottom: 0;
    min-height: 10px;
    display: flex;
    align-items: end;
  }
  section.mainBanner .miniTitle a{
    text-decoration: none;
  }
  section.mainBanner .miniTitle a h5{
    color:#FFF;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:5px;
    font-size: 15px;
    font-weight: 500;
  }
  /*MAIN BANNER*/

  /*MAIN POSTS*/
  section.mainPosts{}
  section.mainPosts .sectionTitle{
    position:relative;
  }
  section.mainPosts .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainPosts .sectionTitle h3:before{
    content:'';
    top:30%;
    left:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainPosts .sectionTitle h3:after{
    content:'';
    top:30%;
    right:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainPosts .item{
    padding:40px;
    -webkit-border-radius: 40px;
    -webkit-border-top-right-radius: 80px;
    -webkit-border-bottom-left-radius: 80px;
    -moz-border-radius: 40px;
    -moz-border-radius-topright: 80px;
    -moz-border-radius-bottomleft: 80px;
    border-radius: 40px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  section.mainPosts .item svg{
    margin-bottom:1rem;
  }
  section.mainPosts .item h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:20px;
    color:#197C82;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#707070;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item .itemBtn{
    text-align: center;
  }
  section.mainPosts .item .itemBtn a{
    text-align:center;
    text-decoration: none;
    color:#197C82;
    font-size: 14px;
    font-weight: 400;
  }
  section.mainPosts .item.active path, section.mainPosts .item:hover path{
    fill:#FFF;
  }
  section.mainPosts .item.active, section.mainPosts .item:hover{
    background: #197C82;
  }
  section.mainPosts .item.active h4, section.mainPosts .item:hover h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:20px;
    color:#FFF;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item.active p, section.mainPosts .item:hover p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#FFF;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item.active .itemBtn, section.mainPosts .item:hover .itemBtn{
    text-align: center;
  }
  section.mainPosts .item.active .itemBtn a, section.mainPosts .item:hover .itemBtn a{
    text-align:center;
    text-decoration: none;
    color:#FFF;
    font-size: 14px;
    font-weight: 400;
  }
  /*MAIN POSTS*/

  /*MAIN FAQS*/
  section.mainFaqs{}
  section.mainFaqs .sectionTitle{
    position:relative;
  }
  section.mainFaqs .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainFaqs .sectionTitle h3:before{
    content:'';
    top:30%;
    left:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainFaqs .sectionTitle h3:after{
    content:'';
    top:30%;
    right:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  /*MAIN FAQS*/

  /*MAIN VIDEOS*/
  section.mainVideos{}
  section.mainVideos .sectionTitle{
    position:relative;
  }
  section.mainVideos .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainVideos .sectionTitle p{
    margin-top:10px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    color:#1C1C1C;
  }
  section.mainVideos .carouselContent .playCarouselBtn{
    position: absolute;
    right:10px;
    bottom:10px;
  }
  section.mainVideos .carouselContent .playCarouselBtn img{
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.mainVideos hr{
    margin-top:80px;
    border-color:#197C82;
  }
  /*MAIN VIDEOS*/

  /*MAIN CALLME*/
  section.callMe{
    padding-left:175px;
    padding-right:175px;
  }
  section.callMe .sectionTitle h4{
    color:#197C82;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1
  }
  section.callMe .sectionTitle h3{
    color:#197C82;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1
  }
  section.callMe .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    border-radius: 5px;
    background:#197C82;
    left: 15px;
    top: 60px;
  }
  section.callMe .sectionTitle p{
    color:#1C1C1C;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.1;
    margin-top:25px;
  }
  section.callMe .callForm input, section.callMe .callForm select, section.callMe .callForm textarea{
    border:1px solid #197C82;
    border-radius: 10px;
    color:#197C82;
    font-weight:300;
    font-size:14px;
  }
  section.callMe .callForm label{
    color:#1C1C1C;
    font-weight:300;
    font-size:12px;
    text-align: justify;
  }
  /*MAIN CALLME*/


  /*MAIN SOCIAL*/
  section.social{
    background-color:#197C82;
    margin-top:150px;
  }

  section.social .sectionTitle h3{
    color:#FFF;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1.2
  }
  section.social .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    background:#FFF;
    left: 15px;
    top: 78px;
  }
  section.social .sectionTitle p{
    color:#FFF;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.3;
    margin-top:25px;
  }
  section.social ul.socialUs{
    margin-top:50px;
    display: flex;
    justify-content: start;
  }
  section.social ul.socialUs li{
    float: left;
    margin-right: 15px;
  }
  section.social ul.socialUs li img {
    width: 25px;
  }
  section.social .imgContainer{
  
  }
  section.social .imgContainer img.phone1{
    margin-top:-200px;
    margin-bottom: -50px;
    -webkit-animation: socialPhoneLeft 4s ease-out 1s infinite;
    animation: socialPhoneLeft 4s ease-out 1s infinite;
    width: 300px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 46px;
  }
  section.social .imgContainer img.phone2{
    margin-top:-150px;
    margin-left: -50px;
    margin-bottom: -50px;
    -webkit-animation: socialPhoneRight 4s ease-out 1s infinite;
    animation: socialPhoneRight 4s ease-out 1s infinite;
    width: 275px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 46px;
  }
  /*MAIN SOCIAL*/


  /*MAIN GUESTBOOK*/
  section.guestBook .sectionTitle h4{
    color:#363636;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1
  }
  section.guestBook .sectionTitle h3{
    color:#363636;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1
  }
  section.guestBook .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    background:#197C82;
    left: 15px;
    top: 60px;
  }
  section.guestBook .sectionTitle p{
    color:#2D2D2D;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1;
    margin-top:25px;
  }
  section.guestBook .commentSlider{
    padding-bottom: 80px;
    border-bottom: 1px solid #197C82;
  }
  section.guestBook .commentSlider .item{
    padding:15px;
  }
  section.guestBook .commentSlider .sliderItem{
    padding:15px;
    border:1px solid #F2F2F2;
    box-shadow: rgb(17 17 26 / 5%) 0px 0px 20px;
    border-radius: 20px;
    background: #FFF;
  }
  section.guestBook .commentSlider .sliderItem .imgContainer{
    padding-bottom:10px;
  }
  section.guestBook .commentSlider .sliderItem .imgContainer img{
    margin-top:-30px;
    width: 50px;
    height: 50px;
  }
  section.guestBook .commentSlider .sliderItem p.desc{
    font-size:13px;
    color:#2D2D2D;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom:15px;
    border-bottom: 1px solid #F2F2F2;
    min-height: 110px;
  }
  section.guestBook .commentSlider .sliderItem p.author{
    font-size:13px;
    color:#2D2D2D;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  section.guestBook .commentSlider .sliderItem .platform{
    padding-bottom: 15px;
  }
  section.guestBook .commentSlider .sliderItem p.platformName{
    font-size:11px;
    color:#969696;
    font-weight: 300;
    line-height: 1.2;
    width:50%;
    float:left;
    margin-bottom: 0;
  }
  section.guestBook .commentSlider .sliderItem p.vote{
    font-size:11px;
    color:#969696;
    font-weight: 300;
    line-height: 1.2;
    width:50%;
    float:right;
    margin-bottom: 0;
    text-align: right;
  }
  section.guestBook .commentSlider .sliderItem p.vote i{
    font-size:11px;
    color:#FF9B26;
    font-weight: 300;
    line-height: 1.2;
  }
  /*MAIN GUESTBOOK*/

  /*MAIN NEWSLETTER*/
  section.newsletter{}
  section.newsletter .sectionTitle h3 {
    color: #197C82;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    line-height: 1;
  }
  section.newsletter .sectionTitle p {
    color: #2D2D2D;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin-top:10px;
    margin-bottom:30px;
  }
  section.newsletter .sectionBody input[type='email']{
    background: #197C82;
    padding:25px 100px 25px 60px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color:#FFF;
  }

  section.newsletter .sectionBody input[type='email']::placeholder{
    color:#FFF;
    opacity: 1;
  }
  section.newsletter .sectionBody input[type='email']:-ms-input-placeholder, section.newsletter .sectionBody input[type='email']::-ms-input-placeholder{
    color:#FFF;
  }
  section.newsletter .sectionBody input[type='submit']{
    position: absolute;
    top: -4px;
    right: 22px;
    font-weight: 400;
  }
  section.newsletter .sectionBody img.inputImg{
    position: absolute;
    top: 18px;
    left: 40px;
  }
  /*MAIN NEWSLETTER*/

  /*FOOTER*/
  footer.footer{
    padding-top:80px;
  }
  footer.footer .siteInfo img{
    width: 130px;
    padding-bottom:30px;
  }
  footer.footer .siteInfo p{
    font-weight: 400;
    font-size: 13px;
    color:#707070;
    line-height: 1.2;
    padding-right: 40px
  }
  footer.footer ul.socialUs{
    margin-top:30px;
    display: flex;
    justify-content: start;
  }
  footer.footer ul.socialUs li{
    float: left;
    margin-right: 15px;
  }
  footer.footer ul.socialUs li img {
    width: 25px;
  }
  footer.footer .siteMenu .menuTitle{
    font-weight: 400;
    font-size:18px;
    color:#2D2D2D;
  }
  footer.footer .siteMenu p{
    font-size:14px;
    font-weight: 400;
    color:#707070;
    line-height: 1.3;
  }
  footer.footer .siteMenu ul{
    font-weight: 400;
    font-size:18px;
    color:#2D2D2D;
  }
  footer.footer .siteMenu ul li{
    line-height: 1.5;
  }
  footer.footer .siteMenu ul li a{
    font-size:14px;
    font-weight: 400;
    color:#707070;
  }
  footer.footer .footerBottom{
    background: #197C82;
  }
  /*FOOTER*/


  /*SONRADAN EKLENENLER*/
  .breadcrumbs{
    background-color:transparent!important;
    padding:0!important;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle{
    position: relative;
    margin-top: -40px;
  }
  .breadcrumbs .breadcrumbTitle p.smDesc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle h1{
    font-size: 20px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle h1:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -5px;
  }
  .breadcrumbs .breadcrumbTitle p.lgDesc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.2;
  }
  .breadcrumbs .imageContent{
    position: relative;
    min-height: 228px;
  }
  .breadcrumbs .imageContent img{
    margin-bottom: -60px;
    position: absolute;
    z-index: 1;
  }
  section.page{
    margin-top:-15px;
    background: #FFF;
    position: relative;
    padding-bottom: 80px;
  }
  section.page:before{
    content: '';
    background: url('../img/section-before.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 160px;
    height: 250px;
    position: absolute;
    top: -100px;
    right: 0;
  }
  section.page:after{
    content: '';
    background: url('../img/section-after.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 120px;
    height: 200px;
    position: absolute;
    bottom: -125px;
    left: 0
  }
  section.page .textContent{}
  section.page .textContent p.desc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 400;
    position: relative;
  }
  section.page .sirketKadrosu{}
  section.page .sirketKadrosu .item{
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border:1px solid #197C82;
  }
  section.page .sirketKadrosu .item .imageContent{}
  section.page .sirketKadrosu .item .imageContent img{}
  section.page .sirketKadrosu .item .textContent{
    position: relative;
  }
  section.page .sirketKadrosu .item .textContent p.smDesc{
    font-size: 12px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.3;
  }
  section.page .sirketKadrosu .item .textContent h2{
    font-size: 16px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  section.page .sirketKadrosu .item .textContent h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .sirketKadrosu .item .textContent ul{
    margin-top: 1rem;
  }
  section.page .sirketKadrosu .item .textContent ul li{}
  section.page .sirketKadrosu .item .textContent ul li a{
    font-size: 12px;
    font-weight: 400;
    color:#646464;
  }
  section.page .sirketKadrosu .item .textContent ul li a i{
    padding-right: 10px;
    color:#197C82;
  }


  section.page .projeOrtaklari{
    margin-top:100px;
  }
  section.page .projeOrtaklari .item{
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border:1px solid #197C82;
  }
  section.page .projeOrtaklari .item .imageContent{}
  section.page .projeOrtaklari .item .imageContent img{}
  section.page .projeOrtaklari .item .textContent{
    position: relative;
  }
  section.page .projeOrtaklari .item .textContent p.smDesc{
    font-size: 12px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.3;
  }
  section.page .projeOrtaklari .item .textContent h2{
    font-size: 16px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  section.page .projeOrtaklari .item .textContent h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .projeOrtaklari .item .textContent ul{
    margin-top: 1rem;
  }
  section.page .projeOrtaklari .item .textContent ul li{}
  section.page .projeOrtaklari .item .textContent ul li a{
    font-size: 12px;
    font-weight: 400;
    color:#646464;
  }
  section.page .projeOrtaklari .item .textContent ul li a i{
    padding-right: 10px;
    color:#197C82;
  }


  section.page .iletisim{
    margin-top:100px;
  }
  section.page .iletisim .item{
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  section.page .iletisim .item .sectionTitle{
    width: 40%;
    float:left;
    background: url('../img/contact_bg.png') #197A80;
    background-repeat: no-repeat;
    background-size:175px;
    background-position: center;
    padding:30px 20px;
    height: 100%;
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
  }
  section.page .iletisim .item .sectionTitle h2{
    font-size: 18px;
    color:#FFF;
    font-weight: 600;
    position: relative;
  }
  section.page .iletisim .item .sectionTitle p.smDesc{
    font-size: 12px;
    color:#FFF;
    font-weight: 400;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0;
  }
  section.page .iletisim .item .sectionBody{
    width:60%;
    float:right;
    padding:20px 30px;
    height: 100%;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
  }
  section.page .iletisim .item .sectionBody ul{
    margin-bottom: 0px;
  }
  section.page .iletisim .item .sectionBody ul li{
    margin-bottom: 10px;
  }
  section.page .iletisim .item .sectionBody ul li a{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    position: relative;
  }
  section.page .iletisim .item .sectionBody ul li a i{
    font-size: 12px;
    color:#197A80;
    padding-right: 20px;
    position: relative;
  }
  section.page .iletisim .iletisimFormu .sectionTitle{
    margin-bottom: 20px
  }
  section.page .iletisim .iletisimFormu .sectionTitle p{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
  }
  section.page .iletisim .iletisimFormu .sectionTitle h3{
    font-size: 20px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
  }
  section.page .iletisim .iletisimFormu .form-control{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    border-radius: 15px;
    padding:25px;
    border:1px solid #BFBFBF;
  }
  section.page .iletisim .iletisimFormu button{
    padding-left: 60px;
    padding-right: 60px;
  }

  section.page .product{}
  section.page .product .sectionTitle{
    position: relative;
  }
  section.page .product .sectionTitle h2{
    font-size: 20px;
    color:#197C82;
    font-weight: 600;
    position: relative;
  }
  section.page .product .sectionTitle h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .product .sectionBody p{
    margin-top: 20px;
    color: #2D2D2D;
    font-weight: 400;
    font-size: 13px;
    text-align: justify;
    line-height: 1.5;
  }
  section.page .product .sectionBody ul{
    margin-top: 20px;
    margin-bottom:20px;
  }
  section.page .product .sectionBody ul li{
    float:left;
    width: 50%;
  }
  section.page .product .sectionBody ul li a{
    color: #197C82;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }
  section.page .product .sectionBody ul li a:hover{
    text-decoration: underline!important;
  }
  section.page .product .sectionBody .moreBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
  }
  section.page .product .sectionBody .moreBtn a i{
    color: #197C82;
    font-size: 10px;
    padding-left: 10px
  }

  section.page .tanitimMedya{
    margin-top:50px;
  }
  section.page .tanitimMedya .item{
    margin-bottom: 30px;
    border-radius: 20px;
  }
  section.page .tanitimMedya .item .imageContent{
    position: relative;
  }
  section.page .tanitimMedya .item .imageContent .playBtn{
    position: absolute;
    right: 44%;
    top: 38%;
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.page .tanitimMedya .item .imageContent img.mainImage{
    width:100%;
    border-radius: 20px;
  }
  section.page .tanitimMedya .item .textContent{
    position: relative;
  } 
  section.page .tanitimMedya .item .textContent .sectionTitle{
    padding:15px 0;
    position: relative;
    border-bottom:1px solid #197C82;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle h2{
    font-size: 15px;
    color:#197C82;
    font-weight: 600;
    position: relative;
    width: 80%;
    float: left;
    margin-bottom: 0;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn{
    width:20%;
    text-align: right;
    float: right;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
  }
   section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn a i{
    color: #197C82;
    font-size: 10px;
    padding-left: 5px
  }

  section.page .belgeler{
    margin-top:50px;
  }
  section.page .belgeler .item{
    margin-bottom: 30px;
    border-radius: 20px;
    padding:10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  section.page .belgeler .item .imageContent{
    position: relative;
  }
  section.page .belgeler .item .imageContent .playBtn{
    position: absolute;
    right: 75px;
    top: 38%;
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.page .belgeler .item .imageContent img.mainImage{
    border-radius: 20px;
  }
  section.page .belgeler .item .textContent{
    position: relative;
  } 
  section.page .belgeler .item .textContent .sectionTitle{
    text-align: center;
    position: relative;
  }
  section.page .belgeler .item .textContent .sectionTitle h2{
    font-size: 12px;
    color:#197C82;
    font-weight: 600;
    position: relative;
    width: 100%;
    padding:10px 0;
    margin-bottom: 0;
  }
  section.page .belgeler .item .screenBtn{
    text-align: right;
  }
  section.page .belgeler .item .screenBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
  }


  section.productDetail{
    padding-top:40px;
    padding-bottom:80px;
    position: relative;
  }
   section.productDetail:after{
    content: '';
    background: url('../img/section-after.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 120px;
    height: 200px;
    position: absolute;
    bottom: -125px;
    left: 0
  }
  section.productDetail .productSlideContent{
    border-radius: 20px;
    background: #FFF;
    height: 100%;
    display: flex;
    align-items: center;
  }
  section.productDetail .productSlideContent .productSlider{}
  section.productDetail .productSlideContent .productSlider .item{
    padding:15px;
  }
  section.productDetail .productSlideContent .productSlider .item .slideItem{}
  section.productDetail .productSlideContent .productSlider .item .slideItem img{
    width: 100%;
  }
  section.productDetail .productTextContent{
    position: relative;
    border-radius: 20px;
    background: #FFF;
    padding:30px;
  }
  section.productDetail .productTextContent .vegetable{
    position: absolute;
    top: 0;
    right: 50px
  }
  section.productDetail .productTextContent .vegetable img{
    width: 60px;
  }
  section.productDetail .productTextContent .sectionTitle{}
  section.productDetail .productTextContent .sectionTitle h1{
    color:#197C82;
    font-weight: 700;
    font-size: 24px;
    padding-top:10px;
  }
  section.productDetail .productTextContent .productFeatures{
    margin-top: 25px;
    display: flex;
    padding-bottom: 20px;
    border-bottom:1px solid #197C82;
  }
  section.productDetail .productTextContent .productFeatures li b{
    font-size: 12px;
    color:#197C82;
    line-height: 1.3;
    font-weight: 500;
  }
  section.productDetail .productTextContent .productFeatures li{
    font-size: 10px;
    color:#197C82;
    line-height: 1.5;
    border-right: 1px solid #197C82;
    float: left;
    width: 25%;
    padding:0 15px;
  }
  section.productDetail .productTextContent .warnDesc{}
  section.productDetail .productTextContent .warnDesc p{
    font-size: 12px;
    color:#646464;
    line-height: 1.3;
    font-weight: 300
  }
  section.productDetail .productTextContent .warnDesc p b{
    font-size: 12px;
    color:#646464;
    line-height: 1.3;
    font-weight: 500;
  }


  section.productDetail .productTabs{
    position: relative;
    border-radius: 20px;
    background: #FFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  section.productDetail .productTabs ul.nav-tabs{
    border-radius: 0px;
  }
  section.productDetail .productTabs ul.nav-tabs li{
    width:25%;
  }
  section.productDetail .productTabs ul.nav-tabs li.first a.active, section.productDetail .productTabs ul.nav-tabs li.first a:hover{
    transition: all 0.1s ease-in-out;
    border-top-left-radius:20px;
  }
  section.productDetail .productTabs ul.nav-tabs li.last a.active, section.productDetail .productTabs ul.nav-tabs li.last a:hover{
    transition: all 0.1s ease-in-out;
    border-top-right-radius:20px;
  }
  section.productDetail .productTabs ul.nav-tabs li a{
    font-size:14px;
    font-weight: 300;
    color:#646464;
    text-align: center;
    padding:15px 0;
    border-radius: 0;
  }
  section.productDetail .productTabs ul.nav-tabs li a.active{
    background: #197C82;
    color:#FFF;
  }
  section.productDetail .productTabs #productTabContent .tab-pane{
    padding:30px 50px;
  }
  section.productDetail .productTabs #productTabContent .tab-pane p{
    font-size: 13px;
    color:#646464;
    line-height: 1.3;
    font-weight: 300;
    text-align: justify;
  }
  .mainFeaturedSlide{
    padding-bottom:80px;
  }
  .mainFeaturedSlide .services{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
      height: 75vh;
      margin:0 auto;
  }
  .mainFeaturedSlide .services > * {
    flex-grow: 1;
  }

  .circle--rotate {
    border-radius: 50%;
    border: 5px #197C82 solid;
    width: 43%;
    height: 43%;
    margin: 0 auto 0;
    position: relative;
    transform: rotate(0deg);
    z-index: 0;
    padding: 0;
  }
  .circle--rotate > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
  }
  .circle--rotate > li .icon {
    visibility: visible;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    background-color: #197C82;
    height: 20%;
    width: 20%;
    margin: -10% auto;
    transition: all 500ms ease;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.2);
  }
  .circle--rotate > li img {
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: table;
    border-radius: 50%;
  }
  .circle--rotate > li i::before {
    display: table-cell;
    vertical-align: middle;
  }
  .circle--rotate > li img {
    margin: auto;
  }

  .circle--slider {
    position: relative;
  }
  .circle--slider .rotate--circle {
    margin: 0 auto;
  }
  .circle--slider .circle--rotate > li div {
    position: relative;
    overflow: visible;
    background-color: #FFF;
  }
  .circle--slider .circle--rotate > li div span {
    transform: rotate(0deg);
    transition: all 2s;
    opacity: 0;
  }
  .circle--slider .circle--rotate > li.active div {
    font-size: 20px;
    background-color: #197c82;
    padding:4px;
    transition: all 1s;
  }
  .circle--slider .circle--rotate > li.active div span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    z-index: -1;
    opacity: 1;
  }
  .circle--slider .circle--rotate > li.active div span:before {
    position: absolute;
    height: 1px;
    top: -50%;
    right: 140%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 30%;
    height: 30%;
    filter: blur(3px);
    opacity: 0.7;
    border: 6px solid #F48E2A;
    z-index: -1;
  }
  .circle--slider .circle--rotate > li.active div span:after {
    position: absolute;
    height: 1px;
    top: 100%;
    left: 130%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 40%;
    height: 40%;
    border-radius: 50%;
    opacity: 0.7;
    border: 8px solid #FE9290;
    z-index: 5;
  }
  .circle--slider .count2 li:nth-child(2) {
    transform: rotate(180deg);
  }
  .circle--slider .count3 li:nth-child(2) {
    transform: rotate(120deg);
  }
  .circle--slider .count3 li:nth-child(3) {
    transform: rotate(240deg);
  }
  .circle--slider .count4 li:nth-child(2) {
    transform: rotate(90deg);
  }
  .circle--slider .count4 li:nth-child(3) {
    transform: rotate(180deg);
  }
  .circle--slider .count4 li:nth-child(4) {
    transform: rotate(270deg);
  }
  .circle--slider .count5 li:nth-child(2) {
    transform: rotate(72deg);
  }
  .circle--slider .count5 li:nth-child(3) {
    transform: rotate(144deg);
  }
  .circle--slider .count5 li:nth-child(4) {
    transform: rotate(216deg);
  }
  .circle--slider .count5 li:nth-child(5) {
    transform: rotate(-72deg);
  }
  .circle--slider .count6 li:nth-child(2) {
    transform: rotate(60deg);
  }
  .circle--slider .count6 li:nth-child(3) {
    transform: rotate(120deg);
  }
  .circle--slider .count6 li:nth-child(4) {
    transform: rotate(180deg);
  }
  .circle--slider .count6 li:nth-child(5) {
    transform: rotate(240deg);
  }
  .circle--slider .count6 li:nth-child(6) {
    transform: rotate(-60deg);
  }
  .circle--slider .count7 li:nth-child(2) {
    transform: rotate(51.5deg);
  }
  .circle--slider .count7 li:nth-child(3) {
    transform: rotate(103deg);
  }
  .circle--slider .count7 li:nth-child(4) {
    transform: rotate(154.5deg);
  }
  .circle--slider .count7 li:nth-child(5) {
    transform: rotate(206deg);
  }
  .circle--slider .count7 li:nth-child(6) {
    transform: rotate(-103deg);
  }
  .circle--slider .count7 li:nth-child(7) {
    transform: rotate(-51.5deg);
  }
  .circle--slider .count8 li:nth-child(2) {
    transform: rotate(45deg);
  }
  .circle--slider .count8 li:nth-child(3) {
    transform: rotate(90deg);
  }
  .circle--slider .count8 li:nth-child(4) {
    transform: rotate(135deg);
  }
  .circle--slider .count8 li:nth-child(5) {
    transform: rotate(180deg);
  }
  .circle--slider .count8 li:nth-child(6) {
    transform: rotate(-135deg);
  }
  .circle--slider .count8 li:nth-child(7) {
    transform: rotate(-90deg);
  }
  .circle--slider .count8 li:nth-child(8) {
    transform: rotate(-45deg);
  }
  .circle--slider .count9 li:nth-child(2) {
    transform: rotate(40deg);
  }
  .circle--slider .count9 li:nth-child(3) {
    transform: rotate(80deg);
  }
  .circle--slider .count9 li:nth-child(4) {
    transform: rotate(120deg);
  }
  .circle--slider .count9 li:nth-child(5) {
    transform: rotate(160deg);
  }
  .circle--slider .count9 li:nth-child(6) {
    transform: rotate(-160deg);
  }
  .circle--slider .count9 li:nth-child(7) {
    transform: rotate(-120deg);
  }
  .circle--slider .count9 li:nth-child(8) {
    transform: rotate(-80deg);
  }
  .circle--slider .count9 li:nth-child(9) {
    transform: rotate(-40deg);
  }
  .circle--slider .count10 li:nth-child(2) {
    transform: rotate(36deg);
  }
  .circle--slider .count10 li:nth-child(3) {
    transform: rotate(72deg);
  }
  .circle--slider .count10 li:nth-child(4) {
    transform: rotate(108deg);
  }
  .circle--slider .count10 li:nth-child(5) {
    transform: rotate(144deg);
  }
  .circle--slider .count10 li:nth-child(6) {
    transform: rotate(-180deg);
  }
  .circle--slider .count10 li:nth-child(7) {
    transform: rotate(-144deg);
  }
  .circle--slider .count10 li:nth-child(8) {
    transform: rotate(-108deg);
  }
  .circle--slider .count10 li:nth-child(9) {
    transform: rotate(-72deg);
  }
  .circle--slider .count10 li:nth-child(10) {
    transform: rotate(-36deg);
  }
  .circle--slider .count12 li:nth-child(2) {
    transform: rotate(30deg);
  }
  .circle--slider .count12 li:nth-child(3) {
    transform: rotate(60deg);
  }
  .circle--slider .count12 li:nth-child(4) {
    transform: rotate(90deg);
  }
  .circle--slider .count12 li:nth-child(5) {
    transform: rotate(120deg);
  }
  .circle--slider .count12 li:nth-child(6) {
    transform: rotate(150deg);
  }
  .circle--slider .count12 li:nth-child(7) {
    transform: rotate(-180deg);
  }
  .circle--slider .count12 li:nth-child(8) {
    transform: rotate(-150deg);
  }
  .circle--slider .count12 li:nth-child(9) {
    transform: rotate(-120deg);
  }
  .circle--slider .count12 li:nth-child(10) {
    transform: rotate(-90deg);
  }
  .circle--slider .count12 li:nth-child(11) {
    transform: rotate(-60deg);
  }
  .circle--slider .count12 li:nth-child(12) {
    transform: rotate(-30deg);
  }

  .circle--slider .count14 li:nth-child(2) {
    transform: rotate(25deg);
  }
  .circle--slider .count14 li:nth-child(3) {
    transform: rotate(50deg);
  }
  .circle--slider .count14 li:nth-child(4) {
    transform: rotate(75deg);
  }
  .circle--slider .count14 li:nth-child(5) {
    transform: rotate(100deg);
  }
  .circle--slider .count14 li:nth-child(6) {
    transform: rotate(125deg);
  }
  .circle--slider .count14 li:nth-child(7) {
    transform: rotate(150deg);
  }
  .circle--slider .count14 li:nth-child(8) {
    transform: rotate(-180deg);
  }
  .circle--slider .count14 li:nth-child(9) {
    transform: rotate(-150deg);
  }
  .circle--slider .count14 li:nth-child(10) {
    transform: rotate(-125deg);
  }
  .circle--slider .count14 li:nth-child(11) {
    transform: rotate(-100deg);
  }
  .circle--slider .count14 li:nth-child(12) {
    transform: rotate(-75deg);
  }
  .circle--slider .count14 li:nth-child(13) {
    transform: rotate(-50deg);
  }
  .circle--slider .count14 li:nth-child(14) {
    transform: rotate(-25deg);
  }
  


  .circle--slider .animate-wrapper {
    width: 25%;
    height: 25%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
  }
  .circle--slider .animate-title, .circle--slider .animate-title h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
    line-height: 1.4;
  }
  .circle--slider .animate-title p{
    margin-top:10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #FFF;
    line-height: 1.1;
    padding: 0 40px;
  }
  .circle--slider .animate-img {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    overflow: hidden;
  }
  .circle--slider .animate-img .animate-img__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    z-index: 3;
    transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
    transition: 0.55s ease-in-out;
    width: 100%;
    height: 100%;
    opacity: 0;
    background:#197C82;
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3);
  }
  .circle--slider .animate-more {
    opacity: 0;
    visibility: hidden;
    min-width: 131px;
    text-align: center;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15px;
    transform: scale(1);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
    line-height: 1.4;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    
  }
  .circle--slider .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    display: flex;
    align-items: center;
  }
  .circle--slider .animate.active .animate-more img{
    margin-top:-150px;
    width:80%;
    margin-bottom: -50px;
  }
  .circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    transform: scale(1);
  }


}

@media (min-width: 1281px) and (max-width: 1360px) {
  .custom-container {
    max-width: 1150px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
  }
  /*MAIN SLIDER*/
  section.sliderContainer .item .sliderText{
    
  }
  section.sliderContainer .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  section.sliderContainer .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  section.sliderContainer .owl-item.active a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    z-index: 1;
  }
  section.sliderContainer .item .sliderText h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:35px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
  }
  section.sliderContainer .item .sliderText p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#5A5A5A;
    line-height: 1.2;
    text-align: left;
    padding-bottom:20px;
  }
  section.sliderContainer .item .sliderText .playBtn{
    margin-top:50px;
  }
  section.sliderContainer .item .sliderText .playBtn a{
    display: flex;
    align-items: center;
    color:#FFF;
    font-size:14px;
    font-weight: 500;
    z-index: 2
  }
  section.sliderContainer .item .sliderText .playBtn a img{
    width:60px;
    margin-right: 10px
  }
  section.sliderContainer .footSliderImage{
    height: auto;
  }
  section.sliderContainer .footSliderImage img.front1{
    z-index: 0;
    width: 75%;
    bottom:-250px;
    left:-50px;
    position: absolute;
    -webkit-animation: slideLeftAnimation 4s ease-out 1s infinite;
    animation: slideLeftAnimation 4s ease-out 1s infinite;
  }
  section.sliderContainer .footSliderImage img.front2{
    z-index: 0;
    width: 75%;
    position: absolute;
    bottom:-230px;
    right: -60px;
    -webkit-animation: slideRightAnimation 4s ease-out 1s infinite;
    animation: slideRightAnimation 4s ease-out 1s infinite;
  }
  section.sliderContainer .sliderImage img.front3{
  }
  /*MAIN SLIDER*/

  /*MAIN SLIDER BOTTOM*/
  section.mainSliderBottom{}
  section.mainSliderBottom .slideBottomContent{
    margin-top:-175px;
  }
  section.mainSliderBottom .slideBottomSlider .owl-item{
    
  }
  section.mainSliderBottom .item{
    padding:10px;
    position: relative;
    background: url('../img/other/human_bg.png');
    background-repeat: no-repeat;
    background-size:100% 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    min-height: 175px;
    display: flex;
    align-items: end;
    z-index: 9;
    overflow: hidden;
    margin:15px;
  }
  section.mainSliderBottom .item a{
    font-weight: 700;
    font-size:12px;
    color:#197C82;
    position: absolute;
    z-index: 9;
	  bottom:15px;
  }
  section.mainSliderBottom .item img{
    position: absolute;
    bottom:-60px;
    z-index: 9;
    width: 150px;
    right: 25%; 
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out; 
  }
  section.mainSliderBottom .item:hover{
    overflow: hidden;
  }
  section.mainSliderBottom .item:hover img{
    bottom:-20px;  
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out; 
  }
  /*MAIN SLIDER BOTTOM*/

  /*MAIN BANNER*/
  section.mainBanner{}
  section.mainBanner .bannerContent{
    background:url('../img/other/banner_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  section.mainBanner .bannerSlider .item{
    padding:10px 60px;
  }
  section.mainBanner .bannerSlider .item .sliderText{}
  section.mainBanner .bannerSlider .item .sliderText h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:35px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
  }
  section.mainBanner .bannerSlider .item .sliderText p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#5A5A5A;
    line-height: 1.2;
    text-align: left;
    padding-bottom:20px;
  }
  section.mainBanner .bannerSlider .owl-nav{
    display: block!important; 
    right:0;
    font-size: 20px;
    color:#ccc;
  }
  section.mainBanner .bannerSlider .owl-prev {
    position: absolute;
    left: 30px;
    top: 50%;
  }
  section.mainBanner .bannerSlider .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
  }
  section.mainBanner .mini-item{
    margin-top:30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    position: relative;
  }
  section.mainBanner .mini-item img{
    border-radius: 20px;
    
  }
  section.mainBanner .mini-item img:hover{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(1.12);
  }
  section.mainBanner .miniTitle{
    position: absolute;
    width: 100%;
    text-align: left;
    bottom: 0;
    min-height: 10px;
    display: flex;
    align-items: end;
  }
  section.mainBanner .miniTitle a{
    text-decoration: none;
  }
  section.mainBanner .miniTitle a h5{
    color:#FFF;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:5px;
    font-size: 15px;
    font-weight: 500;
  }
  /*MAIN BANNER*/

  /*MAIN POSTS*/
  section.mainPosts{}
  section.mainPosts .sectionTitle{
    position:relative;
  }
  section.mainPosts .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainPosts .sectionTitle h3:before{
    content:'';
    top:30%;
    left:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainPosts .sectionTitle h3:after{
    content:'';
    top:30%;
    right:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainPosts .item{
    padding:40px;
    -webkit-border-radius: 40px;
    -webkit-border-top-right-radius: 80px;
    -webkit-border-bottom-left-radius: 80px;
    -moz-border-radius: 40px;
    -moz-border-radius-topright: 80px;
    -moz-border-radius-bottomleft: 80px;
    border-radius: 40px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  section.mainPosts .item svg{
    margin-bottom:1rem;
  }
  section.mainPosts .item h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:20px;
    color:#197C82;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#707070;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item .itemBtn{
    text-align: center;
  }
  section.mainPosts .item .itemBtn a{
    text-align:center;
    text-decoration: none;
    color:#197C82;
    font-size: 14px;
    font-weight: 400;
  }
  section.mainPosts .item.active path, section.mainPosts .item:hover path{
    fill:#FFF;
  }
  section.mainPosts .item.active, section.mainPosts .item:hover{
    background: #197C82;
  }
  section.mainPosts .item.active h4, section.mainPosts .item:hover h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:20px;
    color:#FFF;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item.active p, section.mainPosts .item:hover p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#FFF;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item.active .itemBtn, section.mainPosts .item:hover .itemBtn{
    text-align: center;
  }
  section.mainPosts .item.active .itemBtn a, section.mainPosts .item:hover .itemBtn a{
    text-align:center;
    text-decoration: none;
    color:#FFF;
    font-size: 14px;
    font-weight: 400;
  }
  /*MAIN POSTS*/

  /*MAIN FAQS*/
  section.mainFaqs{}
  section.mainFaqs .sectionTitle{
    position:relative;
  }
  section.mainFaqs .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainFaqs .sectionTitle h3:before{
    content:'';
    top:30%;
    left:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainFaqs .sectionTitle h3:after{
    content:'';
    top:30%;
    right:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  /*MAIN FAQS*/

  /*MAIN VIDEOS*/
  section.mainVideos{}
  section.mainVideos .sectionTitle{
    position:relative;
  }
  section.mainVideos .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainVideos .sectionTitle p{
    margin-top:10px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    color:#1C1C1C;
  }
  section.mainVideos .carouselContent .playCarouselBtn{
    position: absolute;
    right:10px;
    bottom:10px;
  }
  section.mainVideos .carouselContent .playCarouselBtn img{
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.mainVideos hr{
    margin-top:80px;
    border-color:#197C82;
  }
  /*MAIN VIDEOS*/

  /*MAIN CALLME*/
  section.callMe{
    padding-left:175px;
    padding-right:175px;
  }
  section.callMe .sectionTitle h4{
    color:#197C82;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1
  }
  section.callMe .sectionTitle h3{
    color:#197C82;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1
  }
  section.callMe .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    border-radius: 5px;
    background:#197C82;
    left: 15px;
    top: 60px;
  }
  section.callMe .sectionTitle p{
    color:#1C1C1C;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.1;
    margin-top:25px;
  }
  section.callMe .callForm input, section.callMe .callForm select, section.callMe .callForm textarea{
    border:1px solid #197C82;
    border-radius: 10px;
    color:#197C82;
    font-weight:300;
    font-size:14px;
  }
  section.callMe .callForm label{
    color:#1C1C1C;
    font-weight:300;
    font-size:12px;
    text-align: justify;
  }
  /*MAIN CALLME*/


  /*MAIN SOCIAL*/
  section.social{
    background-color:#197C82;
    margin-top:150px;
  }

  section.social .sectionTitle h3{
    color:#FFF;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1.2
  }
  section.social .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    background:#FFF;
    left: 15px;
    top: 78px;
  }
  section.social .sectionTitle p{
    color:#FFF;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.3;
    margin-top:25px;
  }
  section.social ul.socialUs{
    margin-top:50px;
    display: flex;
    justify-content: start;
  }
  section.social ul.socialUs li{
    float: left;
    margin-right: 15px;
  }
  section.social ul.socialUs li img {
    width: 25px;
  }
  section.social .imgContainer{
  
  }
  section.social .imgContainer img.phone1{
    margin-top:-200px;
    margin-bottom: -50px;
    -webkit-animation: socialPhoneLeft 4s ease-out 1s infinite;
    animation: socialPhoneLeft 4s ease-out 1s infinite;
    width: 300px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 46px;
  }
  section.social .imgContainer img.phone2{
    margin-top:-150px;
    margin-left: -50px;
    margin-bottom: -50px;
    -webkit-animation: socialPhoneRight 4s ease-out 1s infinite;
    animation: socialPhoneRight 4s ease-out 1s infinite;
    width: 275px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 46px;
  }
  /*MAIN SOCIAL*/


  /*MAIN GUESTBOOK*/
  section.guestBook .sectionTitle h4{
    color:#363636;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1
  }
  section.guestBook .sectionTitle h3{
    color:#363636;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1
  }
  section.guestBook .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    background:#197C82;
    left: 15px;
    top: 60px;
  }
  section.guestBook .sectionTitle p{
    color:#2D2D2D;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1;
    margin-top:25px;
  }
  section.guestBook .commentSlider{
    padding-bottom: 80px;
    border-bottom: 1px solid #197C82;
  }
  section.guestBook .commentSlider .item{
    padding:15px;
  }
  section.guestBook .commentSlider .sliderItem{
    padding:15px;
    border:1px solid #F2F2F2;
    box-shadow: rgb(17 17 26 / 5%) 0px 0px 20px;
    border-radius: 20px;
    background: #FFF;
  }
  section.guestBook .commentSlider .sliderItem .imgContainer{
    padding-bottom:10px;
  }
  section.guestBook .commentSlider .sliderItem .imgContainer img{
    margin-top:-30px;
    width: 50px;
    height: 50px;
  }
  section.guestBook .commentSlider .sliderItem p.desc{
    font-size:13px;
    color:#2D2D2D;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom:15px;
    border-bottom: 1px solid #F2F2F2;
    min-height: 110px;
  }
  section.guestBook .commentSlider .sliderItem p.author{
    font-size:13px;
    color:#2D2D2D;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  section.guestBook .commentSlider .sliderItem .platform{
    padding-bottom: 15px;
  }
  section.guestBook .commentSlider .sliderItem p.platformName{
    font-size:11px;
    color:#969696;
    font-weight: 300;
    line-height: 1.2;
    width:50%;
    float:left;
    margin-bottom: 0;
  }
  section.guestBook .commentSlider .sliderItem p.vote{
    font-size:11px;
    color:#969696;
    font-weight: 300;
    line-height: 1.2;
    width:50%;
    float:right;
    margin-bottom: 0;
    text-align: right;
  }
  section.guestBook .commentSlider .sliderItem p.vote i{
    font-size:11px;
    color:#FF9B26;
    font-weight: 300;
    line-height: 1.2;
  }
  /*MAIN GUESTBOOK*/

  /*MAIN NEWSLETTER*/
  section.newsletter{}
  section.newsletter .sectionTitle h3 {
    color: #197C82;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    line-height: 1;
  }
  section.newsletter .sectionTitle p {
    color: #2D2D2D;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin-top:10px;
    margin-bottom:30px;
  }
  section.newsletter .sectionBody input[type='email']{
    background: #197C82;
    padding:25px 100px 25px 60px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color:#FFF;
  }

  section.newsletter .sectionBody input[type='email']::placeholder{
    color:#FFF;
    opacity: 1;
  }
  section.newsletter .sectionBody input[type='email']:-ms-input-placeholder, section.newsletter .sectionBody input[type='email']::-ms-input-placeholder{
    color:#FFF;
  }
  section.newsletter .sectionBody input[type='submit']{
    position: absolute;
    top: -4px;
    right: 22px;
    font-weight: 400;
  }
  section.newsletter .sectionBody img.inputImg{
    position: absolute;
    top: 18px;
    left: 40px;
  }
  /*MAIN NEWSLETTER*/

  /*FOOTER*/
  footer.footer{
    padding-top:80px;
  }
  footer.footer .siteInfo img{
    width: 130px;
    padding-bottom:30px;
  }
  footer.footer .siteInfo p{
    font-weight: 400;
    font-size: 13px;
    color:#707070;
    line-height: 1.2;
    padding-right: 40px
  }
  footer.footer ul.socialUs{
    margin-top:30px;
    display: flex;
    justify-content: start;
  }
  footer.footer ul.socialUs li{
    float: left;
    margin-right: 15px;
  }
  footer.footer ul.socialUs li img {
    width: 25px;
  }
  footer.footer .siteMenu .menuTitle{
    font-weight: 400;
    font-size:18px;
    color:#2D2D2D;
  }
  footer.footer .siteMenu p{
    font-size:14px;
    font-weight: 400;
    color:#707070;
    line-height: 1.3;
  }
  footer.footer .siteMenu ul{
    font-weight: 400;
    font-size:18px;
    color:#2D2D2D;
  }
  footer.footer .siteMenu ul li{
    line-height: 1.5;
  }
  footer.footer .siteMenu ul li a{
    font-size:14px;
    font-weight: 400;
    color:#707070;
  }
  footer.footer .footerBottom{
    background: #197C82;
  }
  /*FOOTER*/


  /*SONRADAN EKLENENLER*/
  .breadcrumbs{
    background-color:transparent!important;
    padding:0!important;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle{
    position: relative;
    margin-top: -40px;
  }
  .breadcrumbs .breadcrumbTitle p.smDesc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle h1{
    font-size: 20px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle h1:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -5px;
  }
  .breadcrumbs .breadcrumbTitle p.lgDesc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.2;
  }
  .breadcrumbs .imageContent{
    position: relative;
    min-height: 228px;
  }
  .breadcrumbs .imageContent img{
    margin-bottom: -60px;
    position: absolute;
    z-index: 1;
  }
  section.page{
    margin-top:-15px;
    background: #FFF;
    position: relative;
    padding-bottom: 80px;
  }
  section.page:before{
    content: '';
    background: url('../img/section-before.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 160px;
    height: 250px;
    position: absolute;
    top: -100px;
    right: 0;
  }
  section.page:after{
    content: '';
    background: url('../img/section-after.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 120px;
    height: 200px;
    position: absolute;
    bottom: -125px;
    left: 0
  }
  section.page .textContent{}
  section.page .textContent p.desc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 400;
    position: relative;
  }
  section.page .sirketKadrosu{}
  section.page .sirketKadrosu .item{
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border:1px solid #197C82;
  }
  section.page .sirketKadrosu .item .imageContent{}
  section.page .sirketKadrosu .item .imageContent img{}
  section.page .sirketKadrosu .item .textContent{
    position: relative;
  }
  section.page .sirketKadrosu .item .textContent p.smDesc{
    font-size: 12px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.3;
  }
  section.page .sirketKadrosu .item .textContent h2{
    font-size: 16px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  section.page .sirketKadrosu .item .textContent h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .sirketKadrosu .item .textContent ul{
    margin-top: 1rem;
  }
  section.page .sirketKadrosu .item .textContent ul li{}
  section.page .sirketKadrosu .item .textContent ul li a{
    font-size: 12px;
    font-weight: 400;
    color:#646464;
  }
  section.page .sirketKadrosu .item .textContent ul li a i{
    padding-right: 10px;
    color:#197C82;
  }


  section.page .projeOrtaklari{
    margin-top:100px;
  }
  section.page .projeOrtaklari .item{
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border:1px solid #197C82;
  }
  section.page .projeOrtaklari .item .imageContent{}
  section.page .projeOrtaklari .item .imageContent img{}
  section.page .projeOrtaklari .item .textContent{
    position: relative;
  }
  section.page .projeOrtaklari .item .textContent p.smDesc{
    font-size: 12px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.3;
  }
  section.page .projeOrtaklari .item .textContent h2{
    font-size: 16px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  section.page .projeOrtaklari .item .textContent h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .projeOrtaklari .item .textContent ul{
    margin-top: 1rem;
  }
  section.page .projeOrtaklari .item .textContent ul li{}
  section.page .projeOrtaklari .item .textContent ul li a{
    font-size: 12px;
    font-weight: 400;
    color:#646464;
  }
  section.page .projeOrtaklari .item .textContent ul li a i{
    padding-right: 10px;
    color:#197C82;
  }


  section.page .iletisim{
    margin-top:100px;
  }
  section.page .iletisim .item{
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  section.page .iletisim .item .sectionTitle{
    width: 40%;
    float:left;
    background: url('../img/contact_bg.png') #197A80;
    background-repeat: no-repeat;
    background-size:175px;
    background-position: center;
    padding:30px 20px;
    height: 100%;
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
  }
  section.page .iletisim .item .sectionTitle h2{
    font-size: 18px;
    color:#FFF;
    font-weight: 600;
    position: relative;
  }
  section.page .iletisim .item .sectionTitle p.smDesc{
    font-size: 12px;
    color:#FFF;
    font-weight: 400;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0;
  }
  section.page .iletisim .item .sectionBody{
    width:60%;
    float:right;
    padding:20px 30px;
    height: 100%;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
  }
  section.page .iletisim .item .sectionBody ul{
    margin-bottom: 0px;
  }
  section.page .iletisim .item .sectionBody ul li{
    margin-bottom: 10px;
  }
  section.page .iletisim .item .sectionBody ul li a{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    position: relative;
  }
  section.page .iletisim .item .sectionBody ul li a i{
    font-size: 12px;
    color:#197A80;
    padding-right: 20px;
    position: relative;
  }
  section.page .iletisim .iletisimFormu .sectionTitle{
    margin-bottom: 20px
  }
  section.page .iletisim .iletisimFormu .sectionTitle p{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
  }
  section.page .iletisim .iletisimFormu .sectionTitle h3{
    font-size: 20px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
  }
  section.page .iletisim .iletisimFormu .form-control{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    border-radius: 15px;
    padding:25px;
    border:1px solid #BFBFBF;
  }
  section.page .iletisim .iletisimFormu button{
    padding-left: 60px;
    padding-right: 60px;
  }

  section.page .product{}
  section.page .product .sectionTitle{
    position: relative;
  }
  section.page .product .sectionTitle h2{
    font-size: 20px;
    color:#197C82;
    font-weight: 600;
    position: relative;
  }
  section.page .product .sectionTitle h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .product .sectionBody p{
    margin-top: 20px;
    color: #2D2D2D;
    font-weight: 400;
    font-size: 13px;
    text-align: justify;
    line-height: 1.5;
  }
  section.page .product .sectionBody ul{
    margin-top: 20px;
    margin-bottom:20px;
  }
  section.page .product .sectionBody ul li{
    float:left;
    width: 50%;
  }
  section.page .product .sectionBody ul li a{
    color: #197C82;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }
  section.page .product .sectionBody ul li a:hover{
    text-decoration: underline!important;
  }
  section.page .product .sectionBody .moreBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
  }
  section.page .product .sectionBody .moreBtn a i{
    color: #197C82;
    font-size: 10px;
    padding-left: 10px
  }

  section.page .tanitimMedya{
    margin-top:50px;
  }
  section.page .tanitimMedya .item{
    margin-bottom: 30px;
    border-radius: 20px;
  }
  section.page .tanitimMedya .item .imageContent{
    position: relative;
  }
  section.page .tanitimMedya .item .imageContent .playBtn{
    position: absolute;
    right: 44%;
    top: 38%;
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.page .tanitimMedya .item .imageContent img.mainImage{
    border-radius: 20px;
  }
  section.page .tanitimMedya .item .textContent{
    position: relative;
  } 
  section.page .tanitimMedya .item .textContent .sectionTitle{
    padding:15px 0;
    position: relative;
    border-bottom:1px solid #197C82;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle h2{
    font-size: 15px;
    color:#197C82;
    font-weight: 600;
    position: relative;
    width: 80%;
    float: left;
    margin-bottom: 0;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn{
    width:20%;
    text-align: right;
    float: right;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
  }
   section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn a i{
    color: #197C82;
    font-size: 10px;
    padding-left: 5px
  }

  section.page .belgeler{
    margin-top:50px;
  }
  section.page .belgeler .item{
    margin-bottom: 30px;
    border-radius: 20px;
    padding:10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  section.page .belgeler .item .imageContent{
    position: relative;
  }
  section.page .belgeler .item .imageContent .playBtn{
    position: absolute;
    right: 75px;
    top: 38%;
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.page .belgeler .item .imageContent img.mainImage{
    border-radius: 20px;
  }
  section.page .belgeler .item .textContent{
    position: relative;
  } 
  section.page .belgeler .item .textContent .sectionTitle{
    text-align: center;
    position: relative;
  }
  section.page .belgeler .item .textContent .sectionTitle h2{
    font-size: 12px;
    color:#197C82;
    font-weight: 600;
    position: relative;
    width: 100%;
    padding:10px 0;
    margin-bottom: 0;
  }
  section.page .belgeler .item .screenBtn{
    text-align: right;
  }
  section.page .belgeler .item .screenBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
  }


  section.productDetail{
    padding-top:40px;
    padding-bottom:80px;
    position: relative;
  }
   section.productDetail:after{
    content: '';
    background: url('../img/section-after.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 120px;
    height: 200px;
    position: absolute;
    bottom: -125px;
    left: 0
  }
  section.productDetail .productSlideContent{
    border-radius: 20px;
    background: #FFF;
    height: 100%;
    display: flex;
    align-items: center;
  }
  section.productDetail .productSlideContent .productSlider{}
  section.productDetail .productSlideContent .productSlider .item{
    padding:15px;
  }
  section.productDetail .productSlideContent .productSlider .item .slideItem{}
  section.productDetail .productSlideContent .productSlider .item .slideItem img{
    width: 100%;
  }
  section.productDetail .productTextContent{
    position: relative;
    border-radius: 20px;
    background: #FFF;
    padding:30px;
  }
  section.productDetail .productTextContent .vegetable{
    position: absolute;
    top: 0;
    right: 50px
  }
  section.productDetail .productTextContent .vegetable img{
    width: 60px;
  }
  section.productDetail .productTextContent .sectionTitle{}
  section.productDetail .productTextContent .sectionTitle h1{
    color:#197C82;
    font-weight: 700;
    font-size: 24px;
    padding-top:10px;
  }
  section.productDetail .productTextContent .productFeatures{
    margin-top: 25px;
    display: flex;
    padding-bottom: 20px;
    border-bottom:1px solid #197C82;
  }
  section.productDetail .productTextContent .productFeatures li b{
    font-size: 12px;
    color:#197C82;
    line-height: 1.3;
    font-weight: 500;
  }
  section.productDetail .productTextContent .productFeatures li{
    font-size: 10px;
    color:#197C82;
    line-height: 1.5;
    border-right: 1px solid #197C82;
    float: left;
    width: 25%;
    padding:0 15px;
  }
  section.productDetail .productTextContent .warnDesc{}
  section.productDetail .productTextContent .warnDesc p{
    font-size: 12px;
    color:#646464;
    line-height: 1.3;
    font-weight: 300
  }
  section.productDetail .productTextContent .warnDesc p b{
    font-size: 12px;
    color:#646464;
    line-height: 1.3;
    font-weight: 500;
  }


  section.productDetail .productTabs{
    position: relative;
    border-radius: 20px;
    background: #FFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  section.productDetail .productTabs ul.nav-tabs{
    border-radius: 0px;
  }
  section.productDetail .productTabs ul.nav-tabs li{
    width:25%;
  }
  section.productDetail .productTabs ul.nav-tabs li.first a.active, section.productDetail .productTabs ul.nav-tabs li.first a:hover{
    transition: all 0.1s ease-in-out;
    border-top-left-radius:20px;
  }
  section.productDetail .productTabs ul.nav-tabs li.last a.active, section.productDetail .productTabs ul.nav-tabs li.last a:hover{
    transition: all 0.1s ease-in-out;
    border-top-right-radius:20px;
  }
  section.productDetail .productTabs ul.nav-tabs li a{
    font-size:14px;
    font-weight: 300;
    color:#646464;
    text-align: center;
    padding:15px 0;
    border-radius: 0;
  }
  section.productDetail .productTabs ul.nav-tabs li a.active{
    background: #197C82;
    color:#FFF;
  }
  section.productDetail .productTabs #productTabContent .tab-pane{
    padding:30px 50px;
  }
  section.productDetail .productTabs #productTabContent .tab-pane p{
    font-size: 13px;
    color:#646464;
    line-height: 1.3;
    font-weight: 300;
    text-align: justify;
  }

  .mainFeaturedSlide{
    padding-bottom:80px;
  }
  .mainFeaturedSlide .services{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
      height: 75vh;
      margin:0 auto;
  }
  .mainFeaturedSlide .services > * {
    flex-grow: 1;
  }

  .circle--rotate {
    border-radius: 50%;
    border: 1px #197C82 solid;
    width: 43%;
    height: 43%;
    margin: 0 auto 0;
    position: relative;
    transform: rotate(0deg);
    z-index: 0;
    padding: 0;
  }
  .circle--rotate > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
  }
  .circle--rotate > li .icon {
    visibility: visible;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    background-color: #197C82;
    height: 20%;
    width: 20%;
    margin: -10% auto;
    transition: all 500ms ease;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.2);
  }
  .circle--rotate > li img {
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: table;
    border-radius: 50%;
  }
  .circle--rotate > li i::before {
    display: table-cell;
    vertical-align: middle;
  }
  .circle--rotate > li img {
    margin: auto;
  }

  .circle--slider {
    position: relative;
  }
  .circle--slider .rotate--circle {
    margin: 0 auto;
  }
  .circle--slider .circle--rotate > li div {
    position: relative;
    overflow: visible;
    background-color: #FFF;
  }
  .circle--slider .circle--rotate > li div span {
    transform: rotate(0deg);
    transition: all 2s;
    opacity: 0;
  }
  .circle--slider .circle--rotate > li.active div {
    font-size: 20px;
    background-color: #197c82;
    transition: all 1s;
  }
  .circle--slider .circle--rotate > li.active div span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    z-index: -1;
    opacity: 1;
  }
  .circle--slider .circle--rotate > li.active div span:before {
    position: absolute;
    height: 1px;
    top: -50%;
    right: 140%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 30%;
    height: 30%;
    filter: blur(3px);
    opacity: 0.7;
    border: 6px solid #F48E2A;
    z-index: -1;
  }
  .circle--slider .circle--rotate > li.active div span:after {
    position: absolute;
    height: 1px;
    top: 100%;
    left: 130%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 40%;
    height: 40%;
    border-radius: 50%;
    opacity: 0.7;
    border: 8px solid #FE9290;
    z-index: 5;
  }
  .circle--slider .count2 li:nth-child(2) {
    transform: rotate(180deg);
  }
  .circle--slider .count3 li:nth-child(2) {
    transform: rotate(120deg);
  }
  .circle--slider .count3 li:nth-child(3) {
    transform: rotate(240deg);
  }
  .circle--slider .count4 li:nth-child(2) {
    transform: rotate(90deg);
  }
  .circle--slider .count4 li:nth-child(3) {
    transform: rotate(180deg);
  }
  .circle--slider .count4 li:nth-child(4) {
    transform: rotate(270deg);
  }
  .circle--slider .count5 li:nth-child(2) {
    transform: rotate(72deg);
  }
  .circle--slider .count5 li:nth-child(3) {
    transform: rotate(144deg);
  }
  .circle--slider .count5 li:nth-child(4) {
    transform: rotate(216deg);
  }
  .circle--slider .count5 li:nth-child(5) {
    transform: rotate(-72deg);
  }
  .circle--slider .count6 li:nth-child(2) {
    transform: rotate(60deg);
  }
  .circle--slider .count6 li:nth-child(3) {
    transform: rotate(120deg);
  }
  .circle--slider .count6 li:nth-child(4) {
    transform: rotate(180deg);
  }
  .circle--slider .count6 li:nth-child(5) {
    transform: rotate(240deg);
  }
  .circle--slider .count6 li:nth-child(6) {
    transform: rotate(-60deg);
  }
  .circle--slider .count7 li:nth-child(2) {
    transform: rotate(51.5deg);
  }
  .circle--slider .count7 li:nth-child(3) {
    transform: rotate(103deg);
  }
  .circle--slider .count7 li:nth-child(4) {
    transform: rotate(154.5deg);
  }
  .circle--slider .count7 li:nth-child(5) {
    transform: rotate(206deg);
  }
  .circle--slider .count7 li:nth-child(6) {
    transform: rotate(-103deg);
  }
  .circle--slider .count7 li:nth-child(7) {
    transform: rotate(-51.5deg);
  }
  .circle--slider .count8 li:nth-child(2) {
    transform: rotate(45deg);
  }
  .circle--slider .count8 li:nth-child(3) {
    transform: rotate(90deg);
  }
  .circle--slider .count8 li:nth-child(4) {
    transform: rotate(135deg);
  }
  .circle--slider .count8 li:nth-child(5) {
    transform: rotate(180deg);
  }
  .circle--slider .count8 li:nth-child(6) {
    transform: rotate(-135deg);
  }
  .circle--slider .count8 li:nth-child(7) {
    transform: rotate(-90deg);
  }
  .circle--slider .count8 li:nth-child(8) {
    transform: rotate(-45deg);
  }
  .circle--slider .count9 li:nth-child(2) {
    transform: rotate(40deg);
  }
  .circle--slider .count9 li:nth-child(3) {
    transform: rotate(80deg);
  }
  .circle--slider .count9 li:nth-child(4) {
    transform: rotate(120deg);
  }
  .circle--slider .count9 li:nth-child(5) {
    transform: rotate(160deg);
  }
  .circle--slider .count9 li:nth-child(6) {
    transform: rotate(-160deg);
  }
  .circle--slider .count9 li:nth-child(7) {
    transform: rotate(-120deg);
  }
  .circle--slider .count9 li:nth-child(8) {
    transform: rotate(-80deg);
  }
  .circle--slider .count9 li:nth-child(9) {
    transform: rotate(-40deg);
  }
  .circle--slider .count10 li:nth-child(2) {
    transform: rotate(36deg);
  }
  .circle--slider .count10 li:nth-child(3) {
    transform: rotate(72deg);
  }
  .circle--slider .count10 li:nth-child(4) {
    transform: rotate(108deg);
  }
  .circle--slider .count10 li:nth-child(5) {
    transform: rotate(144deg);
  }
  .circle--slider .count10 li:nth-child(6) {
    transform: rotate(-180deg);
  }
  .circle--slider .count10 li:nth-child(7) {
    transform: rotate(-144deg);
  }
  .circle--slider .count10 li:nth-child(8) {
    transform: rotate(-108deg);
  }
  .circle--slider .count10 li:nth-child(9) {
    transform: rotate(-72deg);
  }
  .circle--slider .count10 li:nth-child(10) {
    transform: rotate(-36deg);
  }
  .circle--slider .count12 li:nth-child(2) {
    transform: rotate(30deg);
  }
  .circle--slider .count12 li:nth-child(3) {
    transform: rotate(60deg);
  }
  .circle--slider .count12 li:nth-child(4) {
    transform: rotate(90deg);
  }
  .circle--slider .count12 li:nth-child(5) {
    transform: rotate(120deg);
  }
  .circle--slider .count12 li:nth-child(6) {
    transform: rotate(150deg);
  }
  .circle--slider .count12 li:nth-child(7) {
    transform: rotate(-180deg);
  }
  .circle--slider .count12 li:nth-child(8) {
    transform: rotate(-150deg);
  }
  .circle--slider .count12 li:nth-child(9) {
    transform: rotate(-120deg);
  }
  .circle--slider .count12 li:nth-child(10) {
    transform: rotate(-90deg);
  }
  .circle--slider .count12 li:nth-child(11) {
    transform: rotate(-60deg);
  }
  .circle--slider .count12 li:nth-child(12) {
    transform: rotate(-30deg);
  }

  .circle--slider .count14 li:nth-child(2) {
    transform: rotate(25deg);
  }
  .circle--slider .count14 li:nth-child(3) {
    transform: rotate(50deg);
  }
  .circle--slider .count14 li:nth-child(4) {
    transform: rotate(75deg);
  }
  .circle--slider .count14 li:nth-child(5) {
    transform: rotate(100deg);
  }
  .circle--slider .count14 li:nth-child(6) {
    transform: rotate(125deg);
  }
  .circle--slider .count14 li:nth-child(7) {
    transform: rotate(150deg);
  }
  .circle--slider .count14 li:nth-child(8) {
    transform: rotate(-180deg);
  }
  .circle--slider .count14 li:nth-child(9) {
    transform: rotate(-150deg);
  }
  .circle--slider .count14 li:nth-child(10) {
    transform: rotate(-125deg);
  }
  .circle--slider .count14 li:nth-child(11) {
    transform: rotate(-100deg);
  }
  .circle--slider .count14 li:nth-child(12) {
    transform: rotate(-75deg);
  }
  .circle--slider .count14 li:nth-child(13) {
    transform: rotate(-50deg);
  }
  .circle--slider .count14 li:nth-child(14) {
    transform: rotate(-25deg);
  }
  .circle--slider .animate-wrapper {
    width: 25%;
    height: 25%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
  }
  .circle--slider .animate-title, .circle--slider .animate-title h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
    line-height: 1.4;
  }
  .circle--slider .animate-title p{
    font-size:12px;
    color:#FFF;
    line-height: 1.1;
    font-weight: 400;
  }
  .circle--slider .animate-img {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    overflow: hidden;
  }
  .circle--slider .animate-img .animate-img__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    z-index: 3;
    transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
    transition: 0.55s ease-in-out;
    width: 100%;
    height: 100%;
    opacity: 0;
    background:#197C82;
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3);
  }
  .circle--slider .animate-more {
    opacity: 0;
    visibility: hidden;
    min-width: 131px;
    overflow: hidden;
    text-align: center;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15px;
    transform: scale(1);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
    line-height: 1.4;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    
  }
  .circle--slider .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    transform: scale(1);
  }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  .custom-container {
    max-width: 1100px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
  }
  /*MAIN SLIDER*/
  section.sliderContainer .item .sliderText{
    margin-left:15px;
  }
  section.sliderContainer .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  section.sliderContainer .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  section.sliderContainer .owl-item.active a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    z-index: 1;
  }
  section.sliderContainer .item .sliderText h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:35px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
  }
  section.sliderContainer .item .sliderText p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#5A5A5A;
    line-height: 1.2;
    text-align: left;
    padding-bottom:20px;
  }
  section.sliderContainer .item .sliderText .playBtn{
    margin-top:50px;
  }
  section.sliderContainer .item .sliderText .playBtn a{
    display: flex;
    align-items: center;
    color:#FFF;
    font-size:14px;
    font-weight: 500;
    z-index: 2
  }
  section.sliderContainer .item .sliderText .playBtn a img{
    width:60px;
    margin-right: 10px
  }
  section.sliderContainer .footSliderImage{
    height: auto;
  }
  section.sliderContainer .footSliderImage img.front1{
    z-index: 0;
    width: 75%;
    bottom:-250px;
    left:-50px;
    position: absolute;
    -webkit-animation: slideLeftAnimation 4s ease-out 1s infinite;
    animation: slideLeftAnimation 4s ease-out 1s infinite;
  }
  section.sliderContainer .footSliderImage img.front2{
    z-index: 0;
    width: 75%;
    position: absolute;
    bottom:-230px;
    right: -60px;
    -webkit-animation: slideRightAnimation 4s ease-out 1s infinite;
    animation: slideRightAnimation 4s ease-out 1s infinite;
  }
  section.sliderContainer .sliderImage img.front3{
  }
  /*MAIN SLIDER*/

  /*MAIN SLIDER BOTTOM*/
  section.mainSliderBottom{}
  section.mainSliderBottom .slideBottomContent{
    margin-top:-175px;
  }
  section.mainSliderBottom .item{
    padding:10px;
    position: relative;
    background: url('../img/other/human_bg.png');
    background-repeat: no-repeat;
    background-size:100% 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    min-height: 175px;
    display: flex;
    align-items: end;
    z-index: 9;
    overflow: hidden;
    margin:15px;
  }
  section.mainSliderBottom .item a{
    font-weight: 700;
    font-size:12px;
    color:#197C82;
    position: absolute;
    z-index: 9;
    bottom:15px;
  }
  section.mainSliderBottom .item img{
    position: absolute;
    bottom:-60px;
    z-index: 9;
    width: 150px;
    right: 25%; 
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out; 
  }
  section.mainSliderBottom .item:hover{
    overflow: hidden;
  }
  section.mainSliderBottom .item:hover img{
    bottom:-20px;  
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out; 
  }
  /*MAIN SLIDER BOTTOM*/

  /*MAIN BANNER*/
  section.mainBanner{}
  section.mainBanner .bannerContent{
    background:url('../img/other/banner_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  section.mainBanner .bannerSlider .item{
    padding:10px 60px;
  }
  section.mainBanner .bannerSlider .item .sliderText{}
  section.mainBanner .bannerSlider .item .sliderText h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:35px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
  }
  section.mainBanner .bannerSlider .item .sliderText p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#5A5A5A;
    line-height: 1.2;
    text-align: left;
    padding-bottom:20px;
  }
  section.mainBanner .bannerSlider .owl-nav{
    display: block!important; 
    right:0;
    font-size: 20px;
    color:#ccc;
  }
  section.mainBanner .bannerSlider .owl-prev {
    position: absolute;
    left: 30px;
    top: 50%;
  }
  section.mainBanner .bannerSlider .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
  }
  section.mainBanner .mini-item{
    margin-top:30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    position: relative;
  }
  section.mainBanner .mini-item img{
    border-radius: 20px;
    
  }
  section.mainBanner .mini-item img:hover{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(1.12);
  }
  section.mainBanner .miniTitle{
    position: absolute;
    width: 100%;
    text-align: left;
    bottom: 0;
    display: flex;
    align-items: end;
  }
  section.mainBanner .miniTitle a{
    text-decoration: none;
  }
  section.mainBanner .miniTitle a h5{
    color:#FFF;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:5px;
    font-size: 15px;
    font-weight: 500;
  }
  /*MAIN BANNER*/

  /*MAIN POSTS*/
  section.mainPosts{}
  section.mainPosts .sectionTitle{
    position:relative;
  }
  section.mainPosts .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainPosts .sectionTitle h3:before{
    content:'';
    top:30%;
    left:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainPosts .sectionTitle h3:after{
    content:'';
    top:30%;
    right:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainPosts .item{
    padding:40px;
    -webkit-border-radius: 40px;
    -webkit-border-top-right-radius: 80px;
    -webkit-border-bottom-left-radius: 80px;
    -moz-border-radius: 40px;
    -moz-border-radius-topright: 80px;
    -moz-border-radius-bottomleft: 80px;
    border-radius: 40px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  section.mainPosts .item svg{
    margin-bottom:1rem;
  }
  section.mainPosts .item h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:20px;
    color:#197C82;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#707070;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item .itemBtn{
    text-align: center;
  }
  section.mainPosts .item .itemBtn a{
    text-align:center;
    text-decoration: none;
    color:#197C82;
    font-size: 14px;
    font-weight: 400;
  }
  section.mainPosts .item.active path, section.mainPosts .item:hover path{
    fill:#FFF;
  }
  section.mainPosts .item.active, section.mainPosts .item:hover{
    background: #197C82;
  }
  section.mainPosts .item.active h4, section.mainPosts .item:hover h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:20px;
    color:#FFF;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item.active p, section.mainPosts .item:hover p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#FFF;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item.active .itemBtn, section.mainPosts .item:hover .itemBtn{
    text-align: center;
  }
  section.mainPosts .item.active .itemBtn a, section.mainPosts .item:hover .itemBtn a{
    text-align:center;
    text-decoration: none;
    color:#FFF;
    font-size: 14px;
    font-weight: 400;
  }
  /*MAIN POSTS*/

  /*MAIN FAQS*/
  section.mainFaqs{}
  section.mainFaqs .sectionTitle{
    position:relative;
  }
  section.mainFaqs .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainFaqs .sectionTitle h3:before{
    content:'';
    top:30%;
    left:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainFaqs .sectionTitle h3:after{
    content:'';
    top:30%;
    right:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  /*MAIN FAQS*/

  /*MAIN VIDEOS*/
  section.mainVideos{}
  section.mainVideos .sectionTitle{
    position:relative;
  }
  section.mainVideos .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainVideos .sectionTitle p{
    margin-top:10px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    color:#1C1C1C;
  }
  section.mainVideos .carouselContent .playCarouselBtn{
    position: absolute;
    right:10px;
    bottom:10px;
  }
  section.mainVideos .carouselContent .playCarouselBtn img{
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.mainVideos hr{
    margin-top:80px;
    border-color:#197C82;
  }
  /*MAIN VIDEOS*/

  /*MAIN CALLME*/
  section.callMe{
    padding-left:50px;
    padding-right:50px;
  }
  section.callMe .sectionTitle h4{
    color:#197C82;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1
  }
  section.callMe .sectionTitle h3{
    color:#197C82;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1
  }
  section.callMe .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    border-radius: 5px;
    background:#197C82;
    left: 15px;
    top: 60px;
  }
  section.callMe .sectionTitle p{
    color:#1C1C1C;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.1;
    margin-top:25px;
  }
  section.callMe .callForm input, section.callMe .callForm select, section.callMe .callForm textarea{
    border:1px solid #197C82;
    border-radius: 10px;
    color:#197C82;
    font-weight:300;
    font-size:14px;
  }
  section.callMe .callForm label{
    color:#1C1C1C;
    font-weight:300;
    font-size:12px;
    text-align: justify;
  }
  /*MAIN CALLME*/


  /*MAIN SOCIAL*/
  section.social{
    background-color:#197C82;
    margin-top:150px;
  }

  section.social .sectionTitle h3{
    color:#FFF;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1.2
  }
  section.social .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    background:#FFF;
    left: 15px;
    top: 78px;
  }
  section.social .sectionTitle p{
    color:#FFF;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.3;
    margin-top:25px;
  }
  section.social ul.socialUs{
    margin-top:50px;
    display: flex;
    justify-content: start;
  }
  section.social ul.socialUs li{
    float: left;
    margin-right: 15px;
  }
  section.social ul.socialUs li img {
    width: 25px;
  }
  section.social .imgContainer{
  
  }
  section.social .imgContainer img.phone1{
    margin-top:-200px;
    margin-bottom: -50px;
    -webkit-animation: socialPhoneLeft 4s ease-out 1s infinite;
    animation: socialPhoneLeft 4s ease-out 1s infinite;
    width: 300px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 46px;
  }
  section.social .imgContainer img.phone2{
    margin-top:-150px;
    margin-left: -50px;
    margin-bottom: -50px;
    -webkit-animation: socialPhoneRight 4s ease-out 1s infinite;
    animation: socialPhoneRight 4s ease-out 1s infinite;
    width: 275px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 46px;
  }
  /*MAIN SOCIAL*/


  /*MAIN GUESTBOOK*/
  section.guestBook .sectionTitle h4{
    color:#363636;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1
  }
  section.guestBook .sectionTitle h3{
    color:#363636;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1
  }
  section.guestBook .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    background:#197C82;
    left: 15px;
    top: 60px;
  }
  section.guestBook .sectionTitle p{
    color:#2D2D2D;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1;
    margin-top:25px;
  }
  section.guestBook .commentSlider{
    padding-bottom: 80px;
    border-bottom: 1px solid #197C82;
  }
  section.guestBook .commentSlider .item{
    padding:15px;
  }
  section.guestBook .commentSlider .sliderItem{
    padding:15px;
    border:1px solid #F2F2F2;
    box-shadow: rgb(17 17 26 / 5%) 0px 0px 20px;
    border-radius: 20px;
    background: #FFF;
  }
  section.guestBook .commentSlider .sliderItem .imgContainer{
    padding-bottom:10px;
  }
  section.guestBook .commentSlider .sliderItem .imgContainer img{
    margin-top:-30px;
    width: 50px;
    height: 50px;
  }
  section.guestBook .commentSlider .sliderItem p.desc{
    font-size:13px;
    color:#2D2D2D;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom:15px;
    border-bottom: 1px solid #F2F2F2;
    min-height: 110px;
  }
  section.guestBook .commentSlider .sliderItem p.author{
    font-size:13px;
    color:#2D2D2D;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  section.guestBook .commentSlider .sliderItem .platform{
    padding-bottom: 15px;
  }
  section.guestBook .commentSlider .sliderItem p.platformName{
    font-size:11px;
    color:#969696;
    font-weight: 300;
    line-height: 1.2;
    width:50%;
    float:left;
    margin-bottom: 0;
  }
  section.guestBook .commentSlider .sliderItem p.vote{
    font-size:11px;
    color:#969696;
    font-weight: 300;
    line-height: 1.2;
    width:50%;
    float:right;
    margin-bottom: 0;
    text-align: right;
  }
  section.guestBook .commentSlider .sliderItem p.vote i{
    font-size:11px;
    color:#FF9B26;
    font-weight: 300;
    line-height: 1.2;
  }
  /*MAIN GUESTBOOK*/

  /*MAIN NEWSLETTER*/
  section.newsletter{}
  section.newsletter .sectionTitle h3 {
    color: #197C82;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    line-height: 1;
  }
  section.newsletter .sectionTitle p {
    color: #2D2D2D;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin-top:10px;
    margin-bottom:30px;
  }
  section.newsletter .sectionBody input[type='email']{
    background: #197C82;
    padding:25px 100px 25px 60px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color:#FFF;
  }

  section.newsletter .sectionBody input[type='email']::placeholder{
    color:#FFF;
    opacity: 1;
  }
  section.newsletter .sectionBody input[type='email']:-ms-input-placeholder, section.newsletter .sectionBody input[type='email']::-ms-input-placeholder{
    color:#FFF;
  }
  section.newsletter .sectionBody input[type='submit']{
    position: absolute;
    top: -4px;
    right: 22px;
    font-weight: 400;
  }
  section.newsletter .sectionBody img.inputImg{
    position: absolute;
    top: 18px;
    left: 40px;
  }
  /*MAIN NEWSLETTER*/

  /*FOOTER*/
  footer.footer{
    padding-top:80px;
  }
  footer.footer .siteInfo img{
    width: 130px;
    padding-bottom:30px;
  }
  footer.footer .siteInfo p{
    font-weight: 400;
    font-size: 13px;
    color:#707070;
    line-height: 1.2;
    padding-right: 40px
  }
  footer.footer ul.socialUs{
    margin-top:30px;
    display: flex;
    justify-content: start;
  }
  footer.footer ul.socialUs li{
    float: left;
    margin-right: 15px;
  }
  footer.footer ul.socialUs li img {
    width: 25px;
  }
  footer.footer .siteMenu .menuTitle{
    font-weight: 400;
    font-size:18px;
    color:#2D2D2D;
  }
  footer.footer .siteMenu p{
    font-size:14px;
    font-weight: 400;
    color:#707070;
    line-height: 1.3;
  }
  footer.footer .siteMenu ul{
    font-weight: 400;
    font-size:18px;
    color:#2D2D2D;
  }
  footer.footer .siteMenu ul li{
    line-height: 1.5;
  }
  footer.footer .siteMenu ul li a{
    font-size:14px;
    font-weight: 400;
    color:#707070;
  }
  footer.footer .footerBottom{
    background: #197C82;
  }
  /*FOOTER*/

  /*SONRADAN EKLENENLER*/
  .breadcrumbs{
    background-color:transparent!important;
    padding:0!important;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle{
    position: relative;
    margin-top: -40px;
  }
  .breadcrumbs .breadcrumbTitle p.smDesc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle h1{
    font-size: 20px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle h1:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -5px;
  }
  .breadcrumbs .breadcrumbTitle p.lgDesc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.2;
  }
  .breadcrumbs .imageContent{
    position: relative;
    min-height: 228px;
  }
  .breadcrumbs .imageContent img{
    margin-bottom: -60px;
    position: absolute;
    z-index: 1;
  }
  section.page{
    margin-top:-15px;
    background: #FFF;
    position: relative;
    padding-bottom: 80px;
  }
  section.page:before{
    content: '';
    background: url('../img/section-before.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 120px;
    height: 190px;
    position: absolute;
    top: -100px;
    right: 0;
  }
  section.page:after{
    content: '';
    background: url('../img/section-after.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 120px;
    height: 200px;
    position: absolute;
    bottom: -125px;
    left: 0
  }
  section.page .textContent{}
  section.page .textContent p.desc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 400;
    position: relative;
  }
  section.page .sirketKadrosu{}
  section.page .sirketKadrosu .item{
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border:1px solid #197C82;
  }
  section.page .sirketKadrosu .item .imageContent{}
  section.page .sirketKadrosu .item .imageContent img{}
  section.page .sirketKadrosu .item .textContent{
    position: relative;
  }
  section.page .sirketKadrosu .item .textContent p.smDesc{
    font-size: 12px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.3;
  }
  section.page .sirketKadrosu .item .textContent h2{
    font-size: 16px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  section.page .sirketKadrosu .item .textContent h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .sirketKadrosu .item .textContent ul{
    margin-top: 1rem;
  }
  section.page .sirketKadrosu .item .textContent ul li{}
  section.page .sirketKadrosu .item .textContent ul li a{
    font-size: 12px;
    font-weight: 400;
    color:#646464;
  }
  section.page .sirketKadrosu .item .textContent ul li a i{
    padding-right: 10px;
    color:#197C82;
  }


  section.page .projeOrtaklari{
    margin-top:100px;
  }
  section.page .projeOrtaklari .item{
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border:1px solid #197C82;
  }
  section.page .projeOrtaklari .item .imageContent{}
  section.page .projeOrtaklari .item .imageContent img{}
  section.page .projeOrtaklari .item .textContent{
    position: relative;
  }
  section.page .projeOrtaklari .item .textContent p.smDesc{
    font-size: 12px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.3;
  }
  section.page .projeOrtaklari .item .textContent h2{
    font-size: 16px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  section.page .projeOrtaklari .item .textContent h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .projeOrtaklari .item .textContent ul{
    margin-top: 1rem;
  }
  section.page .projeOrtaklari .item .textContent ul li{}
  section.page .projeOrtaklari .item .textContent ul li a{
    font-size: 12px;
    font-weight: 400;
    color:#646464;
  }
  section.page .projeOrtaklari .item .textContent ul li a i{
    padding-right: 10px;
    color:#197C82;
  }


  section.page .iletisim{
    margin-top:100px;
  }
  section.page .iletisim .item{
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  section.page .iletisim .item .sectionTitle{
    width: 40%;
    float:left;
    background: url('../img/contact_bg.png') #197A80;
    background-repeat: no-repeat;
    background-size:175px;
    background-position: center;
    padding:30px 20px;
    height: 100%;
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
  }
  section.page .iletisim .item .sectionTitle h2{
    font-size: 18px;
    color:#FFF;
    font-weight: 600;
    position: relative;
  }
  section.page .iletisim .item .sectionTitle p.smDesc{
    font-size: 12px;
    color:#FFF;
    font-weight: 400;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0;
  }
  section.page .iletisim .item .sectionBody{
    width:60%;
    float:right;
    padding:20px 30px;
    height: 100%;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
  }
  section.page .iletisim .item .sectionBody ul{
    margin-bottom: 0px;
  }
  section.page .iletisim .item .sectionBody ul li{
    margin-bottom: 10px;
  }
  section.page .iletisim .item .sectionBody ul li a{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    position: relative;
  }
  section.page .iletisim .item .sectionBody ul li a i{
    font-size: 12px;
    color:#197A80;
    padding-right: 20px;
    position: relative;
  }
  section.page .iletisim .iletisimFormu .sectionTitle{
    margin-bottom: 20px
  }
  section.page .iletisim .iletisimFormu .sectionTitle p{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
  }
  section.page .iletisim .iletisimFormu .sectionTitle h3{
    font-size: 20px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
  }
  section.page .iletisim .iletisimFormu .form-control{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    border-radius: 15px;
    padding:25px;
    border:1px solid #BFBFBF;
  }
  section.page .iletisim .iletisimFormu button{
    padding-left: 60px;
    padding-right: 60px;
  }

  section.page .product{}
  section.page .product .sectionTitle{
    position: relative;
  }
  section.page .product .sectionTitle h2{
    font-size: 20px;
    color:#197C82;
    font-weight: 600;
    position: relative;
  }
  section.page .product .sectionTitle h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .product .sectionBody p{
    margin-top: 20px;
    color: #2D2D2D;
    font-weight: 400;
    font-size: 13px;
    text-align: justify;
    line-height: 1.5;
  }
  section.page .product .sectionBody ul{
    margin-top: 20px;
    margin-bottom:20px;
  }
  section.page .product .sectionBody ul li{
    float:left;
    width: 50%;
  }
  section.page .product .sectionBody ul li a{
    color: #197C82;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }
  section.page .product .sectionBody ul li a:hover{
    text-decoration: underline!important;
  }
  section.page .product .sectionBody .moreBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
  }
  section.page .product .sectionBody .moreBtn a i{
    color: #197C82;
    font-size: 10px;
    padding-left: 10px
  }

  section.page .tanitimMedya{
    margin-top:50px;
  }
  section.page .tanitimMedya .item{
    margin-bottom: 30px;
    border-radius: 20px;
  }
  section.page .tanitimMedya .item .imageContent{
    position: relative;
  }
  section.page .tanitimMedya .item .imageContent .playBtn{
    position: absolute;
    right: 44%;
    top: 38%;
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.page .tanitimMedya .item .imageContent img.mainImage{
    border-radius: 20px;
  }
  section.page .tanitimMedya .item .textContent{
    position: relative;
  } 
  section.page .tanitimMedya .item .textContent .sectionTitle{
    padding:15px 0;
    position: relative;
    border-bottom:1px solid #197C82;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle h2{
    font-size: 15px;
    color:#197C82;
    font-weight: 600;
    position: relative;
    width: 80%;
    float: left;
    margin-bottom: 0;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn{
    width:20%;
    text-align: right;
    float: right;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
  }
   section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn a i{
    color: #197C82;
    font-size: 10px;
    padding-left: 5px
  }

  section.page .belgeler{
    margin-top:50px;
  }
  section.page .belgeler .item{
    margin-bottom: 30px;
    border-radius: 20px;
    padding:10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  section.page .belgeler .item .imageContent{
    position: relative;
  }
  section.page .belgeler .item .imageContent .playBtn{
    position: absolute;
    right: 75px;
    top: 38%;
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.page .belgeler .item .imageContent img.mainImage{
    border-radius: 20px;
  }
  section.page .belgeler .item .textContent{
    position: relative;
  } 
  section.page .belgeler .item .textContent .sectionTitle{
    text-align: center;
    position: relative;
  }
  section.page .belgeler .item .textContent .sectionTitle h2{
    font-size: 12px;
    color:#197C82;
    font-weight: 600;
    position: relative;
    width: 100%;
    padding:10px 0;
    margin-bottom: 0;
  }
  section.page .belgeler .item .screenBtn{
    text-align: right;
  }
  section.page .belgeler .item .screenBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
  }


  section.productDetail{
    padding-top:40px;
    padding-bottom:80px;
    position: relative;
  }
   section.productDetail:after{
    content: '';
    background: url('../img/section-after.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 120px;
    height: 200px;
    position: absolute;
    bottom: -125px;
    left: 0
  }
  section.productDetail .productSlideContent{
    border-radius: 20px;
    background: #FFF;
    height: 100%;
    display: flex;
    align-items: center;
  }
  section.productDetail .productSlideContent .productSlider{}
  section.productDetail .productSlideContent .productSlider .item{
    padding:15px;
  }
  section.productDetail .productSlideContent .productSlider .item .slideItem{}
  section.productDetail .productSlideContent .productSlider .item .slideItem img{
    width: 100%;
  }
  section.productDetail .productTextContent{
    position: relative;
    border-radius: 20px;
    background: #FFF;
    padding:30px;
  }
  section.productDetail .productTextContent .vegetable{
    position: absolute;
    top: 0;
    right: 50px
  }
  section.productDetail .productTextContent .vegetable img{
    width: 60px;
  }
  section.productDetail .productTextContent .sectionTitle{}
  section.productDetail .productTextContent .sectionTitle h1{
    color:#197C82;
    font-weight: 700;
    font-size: 24px;
    padding-top:10px;
  }
  section.productDetail .productTextContent .productFeatures{
    margin-top: 25px;
    display: flex;
    padding-bottom: 20px;
    border-bottom:1px solid #197C82;
  }
  section.productDetail .productTextContent .productFeatures li b{
    font-size: 12px;
    color:#197C82;
    line-height: 1.3;
    font-weight: 500;
  }
  section.productDetail .productTextContent .productFeatures li{
    font-size: 10px;
    color:#197C82;
    line-height: 1.5;
    border-right: 1px solid #197C82;
    float: left;
    width: 25%;
    padding:0 15px;
  }
  section.productDetail .productTextContent .warnDesc{}
  section.productDetail .productTextContent .warnDesc p{
    font-size: 12px;
    color:#646464;
    line-height: 1.3;
    font-weight: 300
  }
  section.productDetail .productTextContent .warnDesc p b{
    font-size: 12px;
    color:#646464;
    line-height: 1.3;
    font-weight: 500;
  }


  section.productDetail .productTabs{
    position: relative;
    border-radius: 20px;
    background: #FFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  section.productDetail .productTabs ul.nav-tabs{
    border-radius: 0px;
  }
  section.productDetail .productTabs ul.nav-tabs li{
    width:25%;
  }
  section.productDetail .productTabs ul.nav-tabs li.first a.active, section.productDetail .productTabs ul.nav-tabs li.first a:hover{
    transition: all 0.1s ease-in-out;
    border-top-left-radius:20px;
  }
  section.productDetail .productTabs ul.nav-tabs li.last a.active, section.productDetail .productTabs ul.nav-tabs li.last a:hover{
    transition: all 0.1s ease-in-out;
    border-top-right-radius:20px;
  }
  section.productDetail .productTabs ul.nav-tabs li a{
    font-size:14px;
    font-weight: 300;
    color:#646464;
    text-align: center;
    padding:15px 0;
    border-radius: 0;
  }
  section.productDetail .productTabs ul.nav-tabs li a.active{
    background: #197C82;
    color:#FFF;
  }
  section.productDetail .productTabs #productTabContent .tab-pane{
    padding:30px 50px;
  }
  section.productDetail .productTabs #productTabContent .tab-pane p{
    font-size: 13px;
    color:#646464;
    line-height: 1.3;
    font-weight: 300;
    text-align: justify;
  }

  .mainFeaturedSlide{
    padding-top:40px;
    padding-bottom:40px;
  }
  .mainFeaturedSlide .services{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    margin:0 auto;
  }
  .mainFeaturedSlide .services > * {
    flex-grow: 1;
  }

  .circle--rotate {
    border-radius: 50%;
    border: 1px #197C82 solid;
    width: 43%;
    height: 43%;
    margin: 0 auto 0;
    position: relative;
    transform: rotate(0deg);
    z-index: 0;
    padding: 0;
  }
  .circle--rotate > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
  }
  .circle--rotate > li .icon {
    visibility: visible;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    background-color: #197C82;
    height: 20%;
    width: 20%;
    margin: -10% auto;
    transition: all 500ms ease;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.2);
  }
  .circle--rotate > li img {
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: table;
    border-radius: 50%;
  }
  .circle--rotate > li i::before {
    display: table-cell;
    vertical-align: middle;
  }
  .circle--rotate > li img {
    margin: auto;
  }

  .circle--slider {
    position: relative;
  }
  .circle--slider .rotate--circle {
    margin: 0 auto;
  }
  .circle--slider .circle--rotate > li div {
    position: relative;
    overflow: visible;
    background-color: #FFF;
  }
  .circle--slider .circle--rotate > li div span {
    transform: rotate(0deg);
    transition: all 2s;
    opacity: 0;
  }
  .circle--slider .circle--rotate > li.active div {
    font-size: 20px;
    background-color: #197c82;
    transition: all 1s;
  }
  .circle--slider .circle--rotate > li.active div span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    z-index: -1;
    opacity: 1;
  }
  .circle--slider .circle--rotate > li.active div span:before {
    position: absolute;
    height: 1px;
    top: -50%;
    right: 140%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 30%;
    height: 30%;
    filter: blur(3px);
    opacity: 0.7;
    border: 6px solid #F48E2A;
    z-index: -1;
  }
  .circle--slider .circle--rotate > li.active div span:after {
    position: absolute;
    height: 1px;
    top: 100%;
    left: 130%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 40%;
    height: 40%;
    border-radius: 50%;
    opacity: 0.7;
    border: 8px solid #FE9290;
    z-index: 5;
  }
  .circle--slider .count2 li:nth-child(2) {
    transform: rotate(180deg);
  }
  .circle--slider .count3 li:nth-child(2) {
    transform: rotate(120deg);
  }
  .circle--slider .count3 li:nth-child(3) {
    transform: rotate(240deg);
  }
  .circle--slider .count4 li:nth-child(2) {
    transform: rotate(90deg);
  }
  .circle--slider .count4 li:nth-child(3) {
    transform: rotate(180deg);
  }
  .circle--slider .count4 li:nth-child(4) {
    transform: rotate(270deg);
  }
  .circle--slider .count5 li:nth-child(2) {
    transform: rotate(72deg);
  }
  .circle--slider .count5 li:nth-child(3) {
    transform: rotate(144deg);
  }
  .circle--slider .count5 li:nth-child(4) {
    transform: rotate(216deg);
  }
  .circle--slider .count5 li:nth-child(5) {
    transform: rotate(-72deg);
  }
  .circle--slider .count6 li:nth-child(2) {
    transform: rotate(60deg);
  }
  .circle--slider .count6 li:nth-child(3) {
    transform: rotate(120deg);
  }
  .circle--slider .count6 li:nth-child(4) {
    transform: rotate(180deg);
  }
  .circle--slider .count6 li:nth-child(5) {
    transform: rotate(240deg);
  }
  .circle--slider .count6 li:nth-child(6) {
    transform: rotate(-60deg);
  }
  .circle--slider .count7 li:nth-child(2) {
    transform: rotate(51.5deg);
  }
  .circle--slider .count7 li:nth-child(3) {
    transform: rotate(103deg);
  }
  .circle--slider .count7 li:nth-child(4) {
    transform: rotate(154.5deg);
  }
  .circle--slider .count7 li:nth-child(5) {
    transform: rotate(206deg);
  }
  .circle--slider .count7 li:nth-child(6) {
    transform: rotate(-103deg);
  }
  .circle--slider .count7 li:nth-child(7) {
    transform: rotate(-51.5deg);
  }
  .circle--slider .count8 li:nth-child(2) {
    transform: rotate(45deg);
  }
  .circle--slider .count8 li:nth-child(3) {
    transform: rotate(90deg);
  }
  .circle--slider .count8 li:nth-child(4) {
    transform: rotate(135deg);
  }
  .circle--slider .count8 li:nth-child(5) {
    transform: rotate(180deg);
  }
  .circle--slider .count8 li:nth-child(6) {
    transform: rotate(-135deg);
  }
  .circle--slider .count8 li:nth-child(7) {
    transform: rotate(-90deg);
  }
  .circle--slider .count8 li:nth-child(8) {
    transform: rotate(-45deg);
  }
  .circle--slider .count9 li:nth-child(2) {
    transform: rotate(40deg);
  }
  .circle--slider .count9 li:nth-child(3) {
    transform: rotate(80deg);
  }
  .circle--slider .count9 li:nth-child(4) {
    transform: rotate(120deg);
  }
  .circle--slider .count9 li:nth-child(5) {
    transform: rotate(160deg);
  }
  .circle--slider .count9 li:nth-child(6) {
    transform: rotate(-160deg);
  }
  .circle--slider .count9 li:nth-child(7) {
    transform: rotate(-120deg);
  }
  .circle--slider .count9 li:nth-child(8) {
    transform: rotate(-80deg);
  }
  .circle--slider .count9 li:nth-child(9) {
    transform: rotate(-40deg);
  }
  .circle--slider .count10 li:nth-child(2) {
    transform: rotate(36deg);
  }
  .circle--slider .count10 li:nth-child(3) {
    transform: rotate(72deg);
  }
  .circle--slider .count10 li:nth-child(4) {
    transform: rotate(108deg);
  }
  .circle--slider .count10 li:nth-child(5) {
    transform: rotate(144deg);
  }
  .circle--slider .count10 li:nth-child(6) {
    transform: rotate(-180deg);
  }
  .circle--slider .count10 li:nth-child(7) {
    transform: rotate(-144deg);
  }
  .circle--slider .count10 li:nth-child(8) {
    transform: rotate(-108deg);
  }
  .circle--slider .count10 li:nth-child(9) {
    transform: rotate(-72deg);
  }
  .circle--slider .count10 li:nth-child(10) {
    transform: rotate(-36deg);
  }
  .circle--slider .count12 li:nth-child(2) {
    transform: rotate(30deg);
  }
  .circle--slider .count12 li:nth-child(3) {
    transform: rotate(60deg);
  }
  .circle--slider .count12 li:nth-child(4) {
    transform: rotate(90deg);
  }
  .circle--slider .count12 li:nth-child(5) {
    transform: rotate(120deg);
  }
  .circle--slider .count12 li:nth-child(6) {
    transform: rotate(150deg);
  }
  .circle--slider .count12 li:nth-child(7) {
    transform: rotate(-180deg);
  }
  .circle--slider .count12 li:nth-child(8) {
    transform: rotate(-150deg);
  }
  .circle--slider .count12 li:nth-child(9) {
    transform: rotate(-120deg);
  }
  .circle--slider .count12 li:nth-child(10) {
    transform: rotate(-90deg);
  }
  .circle--slider .count12 li:nth-child(11) {
    transform: rotate(-60deg);
  }
  .circle--slider .count12 li:nth-child(12) {
    transform: rotate(-30deg);
  }

  .circle--slider .count14 li:nth-child(2) {
    transform: rotate(25deg);
  }
  .circle--slider .count14 li:nth-child(3) {
    transform: rotate(50deg);
  }
  .circle--slider .count14 li:nth-child(4) {
    transform: rotate(75deg);
  }
  .circle--slider .count14 li:nth-child(5) {
    transform: rotate(100deg);
  }
  .circle--slider .count14 li:nth-child(6) {
    transform: rotate(125deg);
  }
  .circle--slider .count14 li:nth-child(7) {
    transform: rotate(150deg);
  }
  .circle--slider .count14 li:nth-child(8) {
    transform: rotate(-180deg);
  }
  .circle--slider .count14 li:nth-child(9) {
    transform: rotate(-150deg);
  }
  .circle--slider .count14 li:nth-child(10) {
    transform: rotate(-125deg);
  }
  .circle--slider .count14 li:nth-child(11) {
    transform: rotate(-100deg);
  }
  .circle--slider .count14 li:nth-child(12) {
    transform: rotate(-75deg);
  }
  .circle--slider .count14 li:nth-child(13) {
    transform: rotate(-50deg);
  }
  .circle--slider .count14 li:nth-child(14) {
    transform: rotate(-25deg);
  }
  .circle--slider .animate-wrapper {
    width: 25%;
    height: 25%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
  }
  .circle--slider .animate-title, .circle--slider .animate-title h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
    line-height: 1.4;
  }
  .circle--slider .animate-title p{
    font-size:12px;
    color:#FFF;
    line-height: 1.1;
    font-weight: 400;
  }
  .circle--slider .animate-img {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    overflow: hidden;
  }
  .circle--slider .animate-img .animate-img__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    z-index: 3;
    transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
    transition: 0.55s ease-in-out;
    width: 100%;
    height: 100%;
    opacity: 0;
    background:#197C82;
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3);
  }
  .circle--slider .animate-more {
    opacity: 0;
    visibility: hidden;
    min-width: 131px;
    overflow: hidden;
    text-align: center;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15px;
    transform: scale(1);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
    line-height: 1.4;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    
  }
  .circle--slider .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .circle--slider .animate.active .animate-more img{
    
  }
  .circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    transform: scale(1);
  }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  .custom-container {
    max-width: 900px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
  }
  /*MAIN SLIDER*/
  section.sliderContainer .item .sliderText{
    margin-left:15px;
  }
  section.sliderContainer .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  section.sliderContainer .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  section.sliderContainer .owl-item.active a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    z-index: 1;
  }
  section.sliderContainer .item .sliderText h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
  }
  section.sliderContainer .item .sliderText p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:12px;
    color:#5A5A5A;
    line-height: 1.2;
    text-align: left;
  }
  section.sliderContainer .item .sliderText .playBtn{
    margin-top:50px;
  }
  section.sliderContainer .item .sliderText .playBtn a{
    display: flex;
    align-items: center;
    color:#FFF;
    font-size:14px;
    font-weight: 500;
    z-index: 2
  }
  section.sliderContainer .item .sliderText .playBtn a img{
    width:60px;
    margin-right: 10px
  }
  section.sliderContainer .footSliderImage{
    height: auto;
  }
  section.sliderContainer .footSliderImage img.front1{
    z-index: 0;
    width: 75%;
    bottom:-200px;
    left:-50px;
    position: absolute;
    -webkit-animation: slideLeftAnimation 4s ease-out 1s infinite;
    animation: slideLeftAnimation 4s ease-out 1s infinite;
  }
  section.sliderContainer .footSliderImage img.front2{
    z-index: 0;
    width: 75%;
    position: absolute;
    bottom:-200px;
    right: -60px;
    -webkit-animation: slideRightAnimation 4s ease-out 1s infinite;
    animation: slideRightAnimation 4s ease-out 1s infinite;
  }
  section.sliderContainer .sliderImage img.front3{
  }
  /*MAIN SLIDER*/

  /*MAIN SLIDER BOTTOM*/
  section.mainSliderBottom{}
  section.mainSliderBottom .slideBottomContent{
    margin-top:-175px;
  }
  section.mainSliderBottom .item{
    padding:15px;
    position: relative;
    background: url('../img/other/human_bg.png');
    background-repeat: no-repeat;
    background-size:100% 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    min-height: 200px;
    display: flex;
    align-items: end;
    z-index: 9;
    overflow: hidden;
  }
  section.mainSliderBottom .item a{
    font-weight: 700;
    font-size:12px;
    color:#197C82;
    position: absolute;
    z-index: 9;
	bottom:15px;
  }
  section.mainSliderBottom .item img{
    position: absolute;
    bottom:-75;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out; 
  }
  section.mainSliderBottom .item:hover{
    transition: all 1.2s, border 0.5s 1.2s, box-shadow 0.3s 1.5s;
    overflow: visible;
  }
  section.mainSliderBottom .item:hover img{
    bottom:0;    
  }
  /*MAIN SLIDER BOTTOM*/

  /*MAIN BANNER*/
  section.mainBanner{}
  section.mainBanner .bannerContent{
    background:url('../img/other/banner_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  section.mainBanner .bannerSlider .item{
    padding:10px 60px;
  }
  section.mainBanner .bannerSlider .item .sliderText{
    padding-top:30px;
  }
  section.mainBanner .bannerSlider .item .sliderText h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:35px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
  }
  section.mainBanner .bannerSlider .item .sliderText p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#5A5A5A;
    line-height: 1.2;
    text-align: left;
    padding-bottom:20px;
  }
  section.mainBanner .bannerSlider .owl-nav{
    display: block!important; 
    right:0;
    font-size: 20px;
    color:#ccc;
  }
  section.mainBanner .bannerSlider .owl-prev {
    position: absolute;
    left: 30px;
    top: 50%;
  }
  section.mainBanner .bannerSlider .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
  }
  section.mainBanner .mini-item{
    margin-top:30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    position: relative;
  }
  section.mainBanner .mini-item img{
    border-radius: 20px;
    
  }
  section.mainBanner .mini-item img:hover{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(1.12);
  }
  section.mainBanner .miniTitle{
    position: absolute;
    width: 100%;
    text-align: left;
    bottom: 0;
    display: flex;
    align-items: end;
  }
  section.mainBanner .miniTitle a{
    text-decoration: none;
  }
  section.mainBanner .miniTitle a h5{
    color:#FFF;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:5px;
    font-size: 15px;
    font-weight: 500;
  }
  /*MAIN BANNER*/

  /*MAIN POSTS*/
  section.mainPosts{}
  section.mainPosts .sectionTitle{
    position:relative;
  }
  section.mainPosts .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainPosts .sectionTitle h3:before{
    content:'';
    top:30%;
    left:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainPosts .sectionTitle h3:after{
    content:'';
    top:30%;
    right:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainPosts .item{
    padding:40px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  section.mainPosts .item svg{
    margin-bottom:1rem;
  }
  section.mainPosts .item h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:20px;
    color:#197C82;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#707070;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item .itemBtn{
    text-align: center;
  }
  section.mainPosts .item .itemBtn a{
    text-align:center;
    text-decoration: none;
    color:#197C82;
    font-size: 14px;
    font-weight: 400;
  }
  section.mainPosts .item.active path, section.mainPosts .item:hover path{
    fill:#FFF;
  }
  section.mainPosts .item.active, section.mainPosts .item:hover{
    background: #197C82;
  }
  section.mainPosts .item.active h4, section.mainPosts .item:hover h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:20px;
    color:#FFF;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item.active p, section.mainPosts .item:hover p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#FFF;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item.active .itemBtn, section.mainPosts .item:hover .itemBtn{
    text-align: center;
  }
  section.mainPosts .item.active .itemBtn a, section.mainPosts .item:hover .itemBtn a{
    text-align:center;
    text-decoration: none;
    color:#FFF;
    font-size: 14px;
    font-weight: 400;
  }
  /*MAIN POSTS*/

  /*MAIN FAQS*/
  section.mainFaqs{}
  section.mainFaqs .sectionTitle{
    position:relative;
  }
  section.mainFaqs .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainFaqs .sectionTitle h3:before{
    content:'';
    top:30%;
    left:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainFaqs .sectionTitle h3:after{
    content:'';
    top:30%;
    right:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  /*MAIN FAQS*/

  /*MAIN VIDEOS*/
  section.mainVideos{}
  section.mainVideos .sectionTitle{
    position:relative;
  }
  section.mainVideos .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainVideos .sectionTitle p{
    margin-top:10px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    color:#1C1C1C;
  }
  section.mainVideos .carouselContent .playCarouselBtn{
    position: absolute;
    right:10px;
    bottom:10px;
  }
  section.mainVideos .carouselContent .playCarouselBtn img{
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.mainVideos hr{
    margin-top:80px;
    border-color:#197C82;
  }
  /*MAIN VIDEOS*/

  /*MAIN CALLME*/
  section.callMe{
    padding-left:50px;
    padding-right:50px;
  }
  section.callMe .sectionTitle h4{
    color:#197C82;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1
  }
  section.callMe .sectionTitle h3{
    color:#197C82;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1
  }
  section.callMe .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    border-radius: 5px;
    background:#197C82;
    left: 15px;
    top: 60px;
  }
  section.callMe .sectionTitle p{
    color:#1C1C1C;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.1;
    margin-top:25px;
  }
  section.callMe .callForm input, section.callMe .callForm select, section.callMe .callForm textarea{
    border:1px solid #197C82;
    border-radius: 10px;
    color:#197C82;
    font-weight:300;
    font-size:14px;
  }
  section.callMe .callForm label{
    color:#1C1C1C;
    font-weight:300;
    font-size:12px;
    text-align: justify;
  }
  /*MAIN CALLME*/


  /*MAIN SOCIAL*/
  section.social{
    background-color:#197C82;
    margin-top:150px;
  }

  section.social .sectionTitle h3{
    color:#FFF;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1.2
  }
  section.social .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    background:#FFF;
    left: 15px;
    top: 78px;
  }
  section.social .sectionTitle p{
    color:#FFF;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.3;
    margin-top:25px;
  }
  section.social ul.socialUs{
    margin-top:50px;
    display: flex;
    justify-content: start;
  }
  section.social ul.socialUs li{
    float: left;
    margin-right: 15px;
  }
  section.social ul.socialUs li img {
    width: 25px;
  }
  section.social .imgContainer{
  
  }
  section.social .imgContainer img.phone1{
    margin-top:-200px;
    margin-bottom: -50px;
    -webkit-animation: socialPhoneLeft 4s ease-out 1s infinite;
    animation: socialPhoneLeft 4s ease-out 1s infinite;
    width: 225px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 46px;
  }
  section.social .imgContainer img.phone2{
    margin-top:-150px;
    margin-left: -50px;
    margin-bottom: -50px;
    -webkit-animation: socialPhoneRight 4s ease-out 1s infinite;
    animation: socialPhoneRight 4s ease-out 1s infinite;
    width: 225px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 46px;
  }
  /*MAIN SOCIAL*/


  /*MAIN GUESTBOOK*/
  section.guestBook .sectionTitle h4{
    color:#363636;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1
  }
  section.guestBook .sectionTitle h3{
    color:#363636;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1
  }
  section.guestBook .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    background:#197C82;
    left: 15px;
    top: 60px;
  }
  section.guestBook .sectionTitle p{
    color:#2D2D2D;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1;
    margin-top:25px;
  }
  section.guestBook .commentSlider{
    padding-bottom: 80px;
    border-bottom: 1px solid #197C82;
  }
  section.guestBook .commentSlider .item{
    padding:15px;
  }
  section.guestBook .commentSlider .sliderItem{
    padding:15px;
    border:1px solid #F2F2F2;
    box-shadow: rgb(17 17 26 / 5%) 0px 0px 20px;
    border-radius: 20px;
    background: #FFF;
  }
  section.guestBook .commentSlider .sliderItem .imgContainer{
    padding-bottom:10px;
  }
  section.guestBook .commentSlider .sliderItem .imgContainer img{
    margin-top:-30px;
    width: 50px;
    height: 50px;
  }
  section.guestBook .commentSlider .sliderItem p.desc{
    font-size:13px;
    color:#2D2D2D;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom:15px;
    border-bottom: 1px solid #F2F2F2;
    min-height: 160px;
  }
  section.guestBook .commentSlider .sliderItem p.author{
    font-size:13px;
    color:#2D2D2D;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  section.guestBook .commentSlider .sliderItem .platform{
    padding-bottom: 25px;
  }
  section.guestBook .commentSlider .sliderItem p.platformName{
    font-size:11px;
    color:#969696;
    font-weight: 300;
    line-height: 1.2;
    width:100%;
    float:left;
    margin-bottom: 0;
  }
  section.guestBook .commentSlider .sliderItem p.vote{
    font-size:11px;
    color:#969696;
    font-weight: 300;
    line-height: 1.2;
    width:100%;
    float:right;
    margin-bottom: 0;
    text-align: left;
    margin-top:5px;
  }
  section.guestBook .commentSlider .sliderItem p.vote i{
    font-size:11px;
    color:#FF9B26;
    font-weight: 300;
    line-height: 1.2;
  }
  /*MAIN GUESTBOOK*/

  /*MAIN NEWSLETTER*/
  section.newsletter{}
  section.newsletter .sectionTitle h3 {
    color: #197C82;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    line-height: 1;
  }
  section.newsletter .sectionTitle p {
    color: #2D2D2D;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin-top:10px;
    margin-bottom:30px;
  }
  section.newsletter .sectionBody input[type='email']{
    background: #197C82;
    padding:25px 100px 25px 60px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color:#FFF;
  }

  section.newsletter .sectionBody input[type='email']::placeholder{
    color:#FFF;
    opacity: 1;
  }
  section.newsletter .sectionBody input[type='email']:-ms-input-placeholder, section.newsletter .sectionBody input[type='email']::-ms-input-placeholder{
    color:#FFF;
  }
  section.newsletter .sectionBody input[type='submit']{
    position: absolute;
    top: -4px;
    right: 22px;
    font-weight: 400;
  }
  section.newsletter .sectionBody img.inputImg{
    position: absolute;
    top: 18px;
    left: 40px;
  }
  /*MAIN NEWSLETTER*/

  /*FOOTER*/
  footer.footer{
    padding-top:80px;
  }
  footer.footer .siteInfo img{
    width: 130px;
    padding-bottom:30px;
  }
  footer.footer .siteInfo p{
    font-weight: 400;
    font-size: 13px;
    color:#707070;
    line-height: 1.2;
    padding-right: 40px
  }
  footer.footer ul.socialUs{
    margin-top:30px;
    display: flex;
    justify-content: start;
  }
  footer.footer ul.socialUs li{
    float: left;
    margin-right: 15px;
  }
  footer.footer ul.socialUs li img {
    width: 25px;
  }
  footer.footer .siteMenu .menuTitle{
    font-weight: 400;
    font-size:18px;
    color:#2D2D2D;
  }
  footer.footer .siteMenu p{
    font-size:14px;
    font-weight: 400;
    color:#707070;
    line-height: 1.3;
  }
  footer.footer .siteMenu ul{
    font-weight: 400;
    font-size:18px;
    color:#2D2D2D;
  }
  footer.footer .siteMenu ul li{
    line-height: 1.5;
  }
  footer.footer .siteMenu ul li a{
    font-size:14px;
    font-weight: 400;
    color:#707070;
  }
  footer.footer .footerBottom{
    background: #197C82;
  }
  /*FOOTER*/

  .mainFeaturedSlide{
    padding-top:40px;
    padding-bottom:40px;
  }
  .mainFeaturedSlide .services{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    margin:0 auto;
  }
  .mainFeaturedSlide .services > * {
    flex-grow: 1;
  }

  .circle--rotate {
    border-radius: 50%;
    border: 1px #197C82 solid;
    width: 43%;
    height: 43%;
    margin: 0 auto 0;
    position: relative;
    transform: rotate(0deg);
    z-index: 0;
    padding: 0;
  }
  .circle--rotate > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
  }
  .circle--rotate > li .icon {
    visibility: visible;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    background-color: #197C82;
    height: 20%;
    width: 20%;
    margin: -10% auto;
    transition: all 500ms ease;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.2);
  }
  .circle--rotate > li img {
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: table;
    border-radius: 50%;
  }
  .circle--rotate > li i::before {
    display: table-cell;
    vertical-align: middle;
  }
  .circle--rotate > li img {
    margin: auto;
  }

  .circle--slider {
    position: relative;
  }
  .circle--slider .rotate--circle {
    margin: 0 auto;
  }
  .circle--slider .circle--rotate > li div {
    position: relative;
    overflow: visible;
    background-color: #FFF;
  }
  .circle--slider .circle--rotate > li div span {
    transform: rotate(0deg);
    transition: all 2s;
    opacity: 0;
  }
  .circle--slider .circle--rotate > li.active div {
    font-size: 20px;
    background-color: #197c82;
    transition: all 1s;
  }
  .circle--slider .circle--rotate > li.active div span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    z-index: -1;
    opacity: 1;
  }
  .circle--slider .circle--rotate > li.active div span:before {
    position: absolute;
    height: 1px;
    top: -50%;
    right: 140%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 30%;
    height: 30%;
    filter: blur(3px);
    opacity: 0.7;
    border: 6px solid #F48E2A;
    z-index: -1;
  }
  .circle--slider .circle--rotate > li.active div span:after {
    position: absolute;
    height: 1px;
    top: 100%;
    left: 130%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 40%;
    height: 40%;
    border-radius: 50%;
    opacity: 0.7;
    border: 8px solid #FE9290;
    z-index: 5;
  }
  .circle--slider .count2 li:nth-child(2) {
    transform: rotate(180deg);
  }
  .circle--slider .count3 li:nth-child(2) {
    transform: rotate(120deg);
  }
  .circle--slider .count3 li:nth-child(3) {
    transform: rotate(240deg);
  }
  .circle--slider .count4 li:nth-child(2) {
    transform: rotate(90deg);
  }
  .circle--slider .count4 li:nth-child(3) {
    transform: rotate(180deg);
  }
  .circle--slider .count4 li:nth-child(4) {
    transform: rotate(270deg);
  }
  .circle--slider .count5 li:nth-child(2) {
    transform: rotate(72deg);
  }
  .circle--slider .count5 li:nth-child(3) {
    transform: rotate(144deg);
  }
  .circle--slider .count5 li:nth-child(4) {
    transform: rotate(216deg);
  }
  .circle--slider .count5 li:nth-child(5) {
    transform: rotate(-72deg);
  }
  .circle--slider .count6 li:nth-child(2) {
    transform: rotate(60deg);
  }
  .circle--slider .count6 li:nth-child(3) {
    transform: rotate(120deg);
  }
  .circle--slider .count6 li:nth-child(4) {
    transform: rotate(180deg);
  }
  .circle--slider .count6 li:nth-child(5) {
    transform: rotate(240deg);
  }
  .circle--slider .count6 li:nth-child(6) {
    transform: rotate(-60deg);
  }
  .circle--slider .count7 li:nth-child(2) {
    transform: rotate(51.5deg);
  }
  .circle--slider .count7 li:nth-child(3) {
    transform: rotate(103deg);
  }
  .circle--slider .count7 li:nth-child(4) {
    transform: rotate(154.5deg);
  }
  .circle--slider .count7 li:nth-child(5) {
    transform: rotate(206deg);
  }
  .circle--slider .count7 li:nth-child(6) {
    transform: rotate(-103deg);
  }
  .circle--slider .count7 li:nth-child(7) {
    transform: rotate(-51.5deg);
  }
  .circle--slider .count8 li:nth-child(2) {
    transform: rotate(45deg);
  }
  .circle--slider .count8 li:nth-child(3) {
    transform: rotate(90deg);
  }
  .circle--slider .count8 li:nth-child(4) {
    transform: rotate(135deg);
  }
  .circle--slider .count8 li:nth-child(5) {
    transform: rotate(180deg);
  }
  .circle--slider .count8 li:nth-child(6) {
    transform: rotate(-135deg);
  }
  .circle--slider .count8 li:nth-child(7) {
    transform: rotate(-90deg);
  }
  .circle--slider .count8 li:nth-child(8) {
    transform: rotate(-45deg);
  }
  .circle--slider .count9 li:nth-child(2) {
    transform: rotate(40deg);
  }
  .circle--slider .count9 li:nth-child(3) {
    transform: rotate(80deg);
  }
  .circle--slider .count9 li:nth-child(4) {
    transform: rotate(120deg);
  }
  .circle--slider .count9 li:nth-child(5) {
    transform: rotate(160deg);
  }
  .circle--slider .count9 li:nth-child(6) {
    transform: rotate(-160deg);
  }
  .circle--slider .count9 li:nth-child(7) {
    transform: rotate(-120deg);
  }
  .circle--slider .count9 li:nth-child(8) {
    transform: rotate(-80deg);
  }
  .circle--slider .count9 li:nth-child(9) {
    transform: rotate(-40deg);
  }
  .circle--slider .count10 li:nth-child(2) {
    transform: rotate(36deg);
  }
  .circle--slider .count10 li:nth-child(3) {
    transform: rotate(72deg);
  }
  .circle--slider .count10 li:nth-child(4) {
    transform: rotate(108deg);
  }
  .circle--slider .count10 li:nth-child(5) {
    transform: rotate(144deg);
  }
  .circle--slider .count10 li:nth-child(6) {
    transform: rotate(-180deg);
  }
  .circle--slider .count10 li:nth-child(7) {
    transform: rotate(-144deg);
  }
  .circle--slider .count10 li:nth-child(8) {
    transform: rotate(-108deg);
  }
  .circle--slider .count10 li:nth-child(9) {
    transform: rotate(-72deg);
  }
  .circle--slider .count10 li:nth-child(10) {
    transform: rotate(-36deg);
  }
  .circle--slider .count12 li:nth-child(2) {
    transform: rotate(30deg);
  }
  .circle--slider .count12 li:nth-child(3) {
    transform: rotate(60deg);
  }
  .circle--slider .count12 li:nth-child(4) {
    transform: rotate(90deg);
  }
  .circle--slider .count12 li:nth-child(5) {
    transform: rotate(120deg);
  }
  .circle--slider .count12 li:nth-child(6) {
    transform: rotate(150deg);
  }
  .circle--slider .count12 li:nth-child(7) {
    transform: rotate(-180deg);
  }
  .circle--slider .count12 li:nth-child(8) {
    transform: rotate(-150deg);
  }
  .circle--slider .count12 li:nth-child(9) {
    transform: rotate(-120deg);
  }
  .circle--slider .count12 li:nth-child(10) {
    transform: rotate(-90deg);
  }
  .circle--slider .count12 li:nth-child(11) {
    transform: rotate(-60deg);
  }
  .circle--slider .count12 li:nth-child(12) {
    transform: rotate(-30deg);
  }

  .circle--slider .count14 li:nth-child(2) {
    transform: rotate(25deg);
  }
  .circle--slider .count14 li:nth-child(3) {
    transform: rotate(50deg);
  }
  .circle--slider .count14 li:nth-child(4) {
    transform: rotate(75deg);
  }
  .circle--slider .count14 li:nth-child(5) {
    transform: rotate(100deg);
  }
  .circle--slider .count14 li:nth-child(6) {
    transform: rotate(125deg);
  }
  .circle--slider .count14 li:nth-child(7) {
    transform: rotate(150deg);
  }
  .circle--slider .count14 li:nth-child(8) {
    transform: rotate(-180deg);
  }
  .circle--slider .count14 li:nth-child(9) {
    transform: rotate(-150deg);
  }
  .circle--slider .count14 li:nth-child(10) {
    transform: rotate(-125deg);
  }
  .circle--slider .count14 li:nth-child(11) {
    transform: rotate(-100deg);
  }
  .circle--slider .count14 li:nth-child(12) {
    transform: rotate(-75deg);
  }
  .circle--slider .count14 li:nth-child(13) {
    transform: rotate(-50deg);
  }
  .circle--slider .count14 li:nth-child(14) {
    transform: rotate(-25deg);
  }
  .circle--slider .animate-wrapper {
    width: 25%;
    height: 25%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
  }
  .circle--slider .animate-title, .circle--slider .animate-title h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
    line-height: 1.4;
  }
  .circle--slider .animate-title p{
    font-size:12px;
    color:#FFF;
    line-height: 1.1;
    font-weight: 400;
  }
  .circle--slider .animate-img {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    overflow: hidden;
  }
  .circle--slider .animate-img .animate-img__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    z-index: 3;
    transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
    transition: 0.55s ease-in-out;
    width: 100%;
    height: 100%;
    opacity: 0;
    background:#197C82;
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3);
  }
  .circle--slider .animate-more {
    opacity: 0;
    visibility: hidden;
    min-width: 131px;
    overflow: hidden;
    text-align: center;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15px;
    transform: scale(1);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
    line-height: 1.4;
    padding-bottom: 10px;
    
  }
  .circle--slider .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    transform: scale(1);
  }

/*SONRADAN EKLENENLER*/
  .breadcrumbs{
    background-color:transparent!important;
    padding:0!important;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle{
    position: relative;
    margin-top: -40px;
  }
  .breadcrumbs .breadcrumbTitle p.smDesc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle h1{
    font-size: 20px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle h1:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -5px;
  }
  .breadcrumbs .breadcrumbTitle p.lgDesc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.2;
  }
  .breadcrumbs .imageContent{
    position: relative;
    min-height: auto!important;
  }
  .breadcrumbs .imageContent img{
    position: relative;
    z-index: 1;
    height: 150px!important;
  }
  section.page{
    margin-top:-15px;
    background: #FFF;
    position: relative;
    padding-bottom: 80px;
  }
  section.page:before{
    content: '';
    background: url('../img/section-before.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 100px;
    height: 170px;
    position: absolute;
    top: -100px;
    right: 0;
  }
  .addSectionBg{
    background-size:cover!important;
  }
  section.page:after{
    content: '';
    background: url('../img/section-after.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height: 150px;
    position: absolute;
    bottom: -100px;
    left: 0
  }
  section.page .textContent{}
  section.page .textContent p.desc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 400;
    position: relative;
  }
  section.page .sirketKadrosu{}
  section.page .sirketKadrosu .item{
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border:1px solid #197C82;
  }
  section.page .sirketKadrosu .item .imageContent{}
  section.page .sirketKadrosu .item .imageContent img{}
  section.page .sirketKadrosu .item .textContent{
    position: relative;
  }
  section.page .sirketKadrosu .item .textContent p.smDesc{
    font-size: 12px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.3;
  }
  section.page .sirketKadrosu .item .textContent h2{
    font-size: 16px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  section.page .sirketKadrosu .item .textContent h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .sirketKadrosu .item .textContent ul{
    margin-top: 1rem;
  }
  section.page .sirketKadrosu .item .textContent ul li{}
  section.page .sirketKadrosu .item .textContent ul li a{
    font-size: 12px;
    font-weight: 400;
    color:#646464;
  }
  section.page .sirketKadrosu .item .textContent ul li a i{
    padding-right: 10px;
    color:#197C82;
  }


  section.page .projeOrtaklari{
    margin-top:100px;
  }
  section.page .projeOrtaklari .item{
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border:1px solid #197C82;
  }
  section.page .projeOrtaklari .item .imageContent{}
  section.page .projeOrtaklari .item .imageContent img{}
  section.page .projeOrtaklari .item .textContent{
    position: relative;
  }
  section.page .projeOrtaklari .item .textContent p.smDesc{
    font-size: 12px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.3;
  }
  section.page .projeOrtaklari .item .textContent h2{
    font-size: 16px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  section.page .projeOrtaklari .item .textContent h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .projeOrtaklari .item .textContent ul{
    margin-top: 1rem;
  }
  section.page .projeOrtaklari .item .textContent ul li{}
  section.page .projeOrtaklari .item .textContent ul li a{
    font-size: 12px;
    font-weight: 400;
    color:#646464;
  }
  section.page .projeOrtaklari .item .textContent ul li a i{
    padding-right: 10px;
    color:#197C82;
  }


  section.page .iletisim{
    margin-top:40px;
  }
  section.page .iletisim .item{
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  section.page .iletisim .item .sectionTitle{
    width: 40%;
    float:left;
    background: url('../img/contact_bg.png') #197A80;
    background-repeat: no-repeat;
    background-size:175px;
    background-position: center;
    padding:30px 20px;
    height: 100%;
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
  }
  section.page .iletisim .item .sectionTitle h2{
    font-size: 18px;
    color:#FFF;
    font-weight: 600;
    position: relative;
  }
  section.page .iletisim .item .sectionTitle p.smDesc{
    font-size: 12px;
    color:#FFF;
    font-weight: 400;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0;
  }
  section.page .iletisim .item .sectionBody{
    width:60%;
    float:right;
    padding:20px;
    height: 100%;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
  }
  section.page .iletisim .item .sectionBody ul{
    margin-bottom: 0px;
  }
  section.page .iletisim .item .sectionBody ul li{
    margin-bottom: 10px;
  }
  section.page .iletisim .item .sectionBody ul li a{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    position: relative;
  }
  section.page .iletisim .item .sectionBody ul li a i{
    font-size: 12px;
    color:#197A80;
    padding-right: 20px;
    position: relative;
  }
  section.page .iletisim .iletisimFormu .sectionTitle{
    margin-bottom: 20px
  }
  section.page .iletisim .iletisimFormu .sectionTitle p{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
  }
  section.page .iletisim .iletisimFormu .sectionTitle h3{
    font-size: 20px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
  }
  section.page .iletisim .iletisimFormu .form-control{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    border-radius: 15px;
    padding:25px;
    border:1px solid #BFBFBF;
  }
  section.page .iletisim .iletisimFormu button{
    padding-left: 60px;
    padding-right: 60px;
  }

  section.page .product{}
  section.page .product .sectionTitle{
    position: relative;
  }
  section.page .product .sectionTitle h2{
    font-size: 20px;
    color:#197C82;
    font-weight: 600;
    position: relative;
  }
  section.page .product .sectionTitle h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .product .sectionBody p{
    margin-top: 20px;
    color: #2D2D2D;
    font-weight: 400;
    font-size: 13px;
    text-align: justify;
    line-height: 1.5;
  }
  section.page .product .sectionBody ul{
    margin-top: 20px;
    margin-bottom:20px;
  }
  section.page .product .sectionBody ul li{
    float:left;
    width: 50%;
  }
  section.page .product .sectionBody ul li a{
    color: #197C82;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }
  section.page .product .sectionBody ul li a:hover{
    text-decoration: underline!important;
  }
  section.page .product .sectionBody .moreBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
  }
  section.page .product .sectionBody .moreBtn a i{
    color: #197C82;
    font-size: 10px;
    padding-left: 10px
  }

  section.page .tanitimMedya{
    margin-top:0px;
  }
  section.page .tanitimMedya .item{
    margin-bottom: 30px;
    border-radius: 20px;
  }
  section.page .tanitimMedya .item .imageContent{
    position: relative;
  }
  section.page .tanitimMedya .item .imageContent .playBtn{
    position: absolute;
    right: 40px;
    top: 34%;
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.page .tanitimMedya .item .imageContent img.mainImage{
    border-radius: 20px;
  }
  section.page .tanitimMedya .item .textContent{
    position: relative;
  } 
  section.page .tanitimMedya .item .textContent .sectionTitle{
    padding:15px 0;
    position: relative;
    border-bottom:1px solid #197C82;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle h2{
    font-size: 12px;
    color:#197C82;
    font-weight: 600;
    position: relative;
    width: 75%;
    float: left;
    margin-bottom: 0;
    line-height: inherit;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn{
    width:25%;
    text-align: right;
    float: right;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
  }
   section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn a i{
    color: #197C82;
    font-size: 10px;
    padding-left: 5px
  }

  section.page .belgeler{
    margin-top:50px;
  }
  section.page .belgeler .item{
    margin-bottom: 30px;
    border-radius: 20px;
    padding:10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  section.page .belgeler .item .imageContent{
    position: relative;
  }
  section.page .belgeler .item .imageContent .playBtn{
    position: absolute;
    right: 75px;
    top: 38%;
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.page .belgeler .item .imageContent img.mainImage{
    border-radius: 20px;
  }
  section.page .belgeler .item .textContent{
    position: relative;
  } 
  section.page .belgeler .item .textContent .sectionTitle{
    text-align: center;
    position: relative;
  }
  section.page .belgeler .item .textContent .sectionTitle h2{
    font-size: 12px;
    color:#197C82;
    font-weight: 600;
    position: relative;
    width: 100%;
    padding:10px 0;
    margin-bottom: 0;
    min-height: 50px
  }
  section.page .belgeler .item .screenBtn{
    text-align: right;
  }
  section.page .belgeler .item .screenBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
  }

  .addProductBg{
    background-size:1530px!important;
  }
  section.productDetail{
    padding-top:40px;
    padding-bottom:80px;
    position: relative;
  }
   section.productDetail:after{
    content: '';
    background: url('../img/section-after.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height: 150px;
    position: absolute;
    bottom: -100px;
    left: 0
  }
  section.productDetail .productSlideContent{
    border-radius: 20px;
    background: #FFF;
    height: 100%;
    display: flex;
    align-items: center;
  }
  section.productDetail .productSlideContent .productSlider{}
  section.productDetail .productSlideContent .productSlider .item{
    padding:15px;
  }
  section.productDetail .productSlideContent .productSlider .item .slideItem{}
  section.productDetail .productSlideContent .productSlider .item .slideItem img{
    width: 100%;
  }
  section.productDetail .productTextContent{
    position: relative;
    border-radius: 20px;
    background: #FFF;
    padding:30px;
  }
  section.productDetail .productTextContent .vegetable{
    position: absolute;
    top: 0;
    right: 50px
  }
  section.productDetail .productTextContent .vegetable img{
    width: 60px;
  }
  section.productDetail .productTextContent .sectionTitle{}
  section.productDetail .productTextContent .sectionTitle h1{
    color:#197C82;
    font-weight: 700;
    font-size: 24px;
    padding-top:10px;
  }
  section.productDetail .productTextContent .productFeatures{
    margin-top: 25px;
    display: flex;
    padding-bottom: 20px;
    border-bottom:1px solid #197C82;
  }
  section.productDetail .productTextContent .productFeatures li b{
    font-size: 12px;
    color:#197C82;
    line-height: 1.3;
    font-weight: 500;
  }
  section.productDetail .productTextContent .productFeatures li{
    font-size: 10px;
    color:#197C82;
    line-height: 1.5;
    border-right: 1px solid #197C82;
    float: left;
    width: 25%;
    padding:0 15px;
  }
  section.productDetail .productTextContent .warnDesc{}
  section.productDetail .productTextContent .warnDesc p{
    font-size: 10px;
    color:#646464;
    line-height: 1.3;
    font-weight: 300
  }
  section.productDetail .productTextContent .warnDesc p b{
    font-size: 12px;
    color:#646464;
    line-height: 1.3;
    font-weight: 500;
  }


  section.productDetail .productTabs{
    position: relative;
    border-radius: 20px;
    background: #FFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  section.productDetail .productTabs ul.nav-tabs{
    border-radius: 0px;
  }
  section.productDetail .productTabs ul.nav-tabs li{
    width:25%;
  }
  section.productDetail .productTabs ul.nav-tabs li.first a.active, section.productDetail .productTabs ul.nav-tabs li.first a:hover{
    transition: all 0.1s ease-in-out;
    border-top-left-radius:20px;
  }
  section.productDetail .productTabs ul.nav-tabs li.last a.active, section.productDetail .productTabs ul.nav-tabs li.last a:hover{
    transition: all 0.1s ease-in-out;
    border-top-right-radius:20px;
  }
  section.productDetail .productTabs ul.nav-tabs li a{
    font-size:12px;
    font-weight: 300;
    color:#646464;
    text-align: center;
    padding:15px 0;
    border-radius: 0;
  }
  section.productDetail .productTabs ul.nav-tabs li a.active{
    background: #197C82;
    color:#FFF;
  }
  section.productDetail .productTabs #productTabContent .tab-pane{
    padding:30px 50px;
  }
  section.productDetail .productTabs #productTabContent .tab-pane p{
    font-size: 13px;
    color:#646464;
    line-height: 1.3;
    font-weight: 300;
    text-align: justify;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .custom-container {
    max-width: 900px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
  }
  /*MAIN SLIDER*/
  .addBg{
    background-size: cover!important;
  }
 
  .headerExtra{
    display: none;
  }
  section.sliderContainer .item .sliderText{
    margin-left:15px;
  }
  section.sliderContainer .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  section.sliderContainer .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  section.sliderContainer .owl-item.active a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    z-index: 1;
  }
  section.sliderContainer .item .sliderText h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
  }
  section.sliderContainer .item .sliderText p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:12px;
    color:#5A5A5A;
    line-height: 1.2;
    text-align: left;
  }
  section.sliderContainer .item .sliderText .playBtn{
    margin-top:50px;
  }
  section.sliderContainer .item .sliderText .playBtn a{
    display: flex;
    align-items: center;
    color:#FFF;
    font-size:14px;
    font-weight: 500;
    z-index: 2
  }
  section.sliderContainer .item .sliderText .playBtn a img{
    width:60px;
    margin-right: 10px
  }
  section.sliderContainer .footSliderImage{
    height: auto;
  }
  section.sliderContainer .footSliderImage img.front1{
    z-index: 0;
    width: 75%;
    bottom:-200px;
    left:-50px;
    position: absolute;
    -webkit-animation: slideLeftAnimation 4s ease-out 1s infinite;
    animation: slideLeftAnimation 4s ease-out 1s infinite;
  }
  section.sliderContainer .footSliderImage img.front2{
    z-index: 0;
    width: 75%;
    position: absolute;
    bottom:-200px;
    right: -60px;
    -webkit-animation: slideRightAnimation 4s ease-out 1s infinite;
    animation: slideRightAnimation 4s ease-out 1s infinite;
  }
  section.sliderContainer .sliderImage img.front3{
  }
  /*MAIN SLIDER*/

  /*MAIN SLIDER BOTTOM*/
  section.mainSliderBottom{}
  section.mainSliderBottom .slideBottomContent{
    margin-top:-175px;
  }
  section.mainSliderBottom .item{
    padding:10px;
    position: relative;
    background: url('../img/other/human_bg.png');
    background-repeat: no-repeat;
    background-size:100% 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    min-height: 175px;
    display: flex;
    align-items: end;
    z-index: 9;
    overflow: hidden;
    margin:15px;
  }
  section.mainSliderBottom .item a{
    font-weight: 700;
    font-size:12px;
    color:#197C82;
    position: absolute;
    z-index: 9;
    bottom:15px;
  }
  section.mainSliderBottom .item img{
    position: absolute;
    bottom:-60px;
    z-index: 9;
    width: 150px;
    right: 22%; 
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out; 
  }
  section.mainSliderBottom .item:hover{
    overflow: hidden;
  }
  section.mainSliderBottom .item:hover img{
    bottom:-20px;  
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out; 
  }
  /*MAIN SLIDER BOTTOM*/

  /*MAIN BANNER*/
  section.mainBanner{}
  section.mainBanner .bannerContent{
    background:url('../img/other/banner_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  section.mainBanner .bannerSlider .item{
    padding:10px 60px;
  }
  section.mainBanner .bannerSlider .item .sliderText{
    padding-top:30px;
  }
  section.mainBanner .bannerSlider .item .sliderText h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:35px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
  }
  section.mainBanner .bannerSlider .item .sliderText p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#5A5A5A;
    line-height: 1.2;
    text-align: left;
    padding-bottom:20px;
  }
  section.mainBanner .bannerSlider .owl-nav{
    display: block!important; 
    right:0;
    font-size: 20px;
    color:#ccc;
  }
  section.mainBanner .bannerSlider .owl-prev {
    position: absolute;
    left: 30px;
    top: 50%;
  }
  section.mainBanner .bannerSlider .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
  }
  section.mainBanner .mini-item{
    margin-top:30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    position: relative;
  }
  section.mainBanner .mini-item img{
    border-radius: 20px;
    
  }
  section.mainBanner .mini-item img:hover{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(1.12);
  }
  section.mainBanner .miniTitle{
    position: absolute;
    width: 100%;
    text-align: left;
    bottom: 0;
    display: flex;
    align-items: end;
  }
  section.mainBanner .miniTitle a{
    text-decoration: none;
  }
  section.mainBanner .miniTitle a h5{
    color:#FFF;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:5px;
    font-size: 15px;
    font-weight: 500;
  }
  /*MAIN BANNER*/

  /*MAIN POSTS*/
  section.mainPosts{}
  section.mainPosts .sectionTitle{
    position:relative;
  }
  section.mainPosts .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainPosts .sectionTitle h3:before{
    content:'';
    top:30%;
    left:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainPosts .sectionTitle h3:after{
    content:'';
    top:30%;
    right:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainPosts .item{
    padding:40px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  section.mainPosts .item svg{
    margin-bottom:1rem;
  }
  section.mainPosts .item h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:20px;
    color:#197C82;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#707070;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item .itemBtn{
    text-align: center;
  }
  section.mainPosts .item .itemBtn a{
    text-align:center;
    text-decoration: none;
    color:#197C82;
    font-size: 14px;
    font-weight: 400;
  }
  section.mainPosts .item.active path, section.mainPosts .item:hover path{
    fill:#FFF;
  }
  section.mainPosts .item.active, section.mainPosts .item:hover{
    background: #197C82;
  }
  section.mainPosts .item.active h4, section.mainPosts .item:hover h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:20px;
    color:#FFF;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item.active p, section.mainPosts .item:hover p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#FFF;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item.active .itemBtn, section.mainPosts .item:hover .itemBtn{
    text-align: center;
  }
  section.mainPosts .item.active .itemBtn a, section.mainPosts .item:hover .itemBtn a{
    text-align:center;
    text-decoration: none;
    color:#FFF;
    font-size: 14px;
    font-weight: 400;
  }
  /*MAIN POSTS*/

  /*MAIN FAQS*/
  section.mainFaqs{}
  section.mainFaqs .sectionTitle{
    position:relative;
  }
  section.mainFaqs .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainFaqs .sectionTitle h3:before{
    content:'';
    top:30%;
    left:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainFaqs .sectionTitle h3:after{
    content:'';
    top:30%;
    right:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  /*MAIN FAQS*/

  /*MAIN VIDEOS*/
  section.mainVideos{}
  section.mainVideos .sectionTitle{
    position:relative;
  }
  section.mainVideos .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainVideos .sectionTitle p{
    margin-top:10px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    color:#1C1C1C;
  }
  section.mainVideos .carouselContent .playCarouselBtn{
    position: absolute;
    right:10px;
    bottom:10px;
  }
  section.mainVideos .carouselContent .playCarouselBtn img{
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.mainVideos hr{
    margin-top:80px;
    border-color:#197C82;
  }
  /*MAIN VIDEOS*/

  /*MAIN CALLME*/
  section.callMe{
    padding-left:50px;
    padding-right:50px;
  }
  section.callMe .sectionTitle h4{
    color:#197C82;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1
  }
  section.callMe .sectionTitle h3{
    color:#197C82;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1
  }
  section.callMe .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    border-radius: 5px;
    background:#197C82;
    left: 15px;
    top: 60px;
  }
  section.callMe .sectionTitle p{
    color:#1C1C1C;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.1;
    margin-top:25px;
  }
  section.callMe .callForm input, section.callMe .callForm select, section.callMe .callForm textarea{
    border:1px solid #197C82;
    border-radius: 10px;
    color:#197C82;
    font-weight:300;
    font-size:14px;
  }
  section.callMe .callForm label{
    color:#1C1C1C;
    font-weight:300;
    font-size:12px;
    text-align: justify;
  }
  /*MAIN CALLME*/


  /*MAIN SOCIAL*/
  section.social{
    background-color:#197C82;
    margin-top:150px;
  }

  section.social .sectionTitle h3{
    color:#FFF;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1.2
  }
  section.social .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    background:#FFF;
    left: 15px;
    top: 78px;
  }
  section.social .sectionTitle p{
    color:#FFF;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.3;
    margin-top:25px;
  }
  section.social ul.socialUs{
    margin-top:50px;
    display: flex;
    justify-content: start;
  }
  section.social ul.socialUs li{
    float: left;
    margin-right: 15px;
  }
  section.social ul.socialUs li img {
    width: 25px;
  }
  section.social .imgContainer{
  
  }
  section.social .imgContainer img.phone1{
    margin-top:-200px;
    margin-bottom: -50px;
    -webkit-animation: socialPhoneLeft 4s ease-out 1s infinite;
    animation: socialPhoneLeft 4s ease-out 1s infinite;
    width: 225px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 46px;
  }
  section.social .imgContainer img.phone2{
    margin-top:-150px;
    margin-left: -50px;
    margin-bottom: -50px;
    -webkit-animation: socialPhoneRight 4s ease-out 1s infinite;
    animation: socialPhoneRight 4s ease-out 1s infinite;
    width: 225px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 46px;
  }
  /*MAIN SOCIAL*/


  /*MAIN GUESTBOOK*/
  section.guestBook .sectionTitle h4{
    color:#363636;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1
  }
  section.guestBook .sectionTitle h3{
    color:#363636;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1
  }
  section.guestBook .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    background:#197C82;
    left: 15px;
    top: 60px;
  }
  section.guestBook .sectionTitle p{
    color:#2D2D2D;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1;
    margin-top:25px;
  }
  section.guestBook .commentSlider{
    padding-bottom: 80px;
    border-bottom: 1px solid #197C82;
  }
  section.guestBook .commentSlider .item{
    padding:15px;
  }
  section.guestBook .commentSlider .sliderItem{
    padding:15px;
    border:1px solid #F2F2F2;
    box-shadow: rgb(17 17 26 / 5%) 0px 0px 20px;
    border-radius: 20px;
    background: #FFF;
  }
  section.guestBook .commentSlider .sliderItem .imgContainer{
    padding-bottom:10px;
  }
  section.guestBook .commentSlider .sliderItem .imgContainer img{
    margin-top:-30px;
    width: 50px;
    height: 50px;
  }
  section.guestBook .commentSlider .sliderItem p.desc{
    font-size:13px;
    color:#2D2D2D;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom:15px;
    border-bottom: 1px solid #F2F2F2;
    min-height: 160px;
  }
  section.guestBook .commentSlider .sliderItem p.author{
    font-size:13px;
    color:#2D2D2D;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  section.guestBook .commentSlider .sliderItem .platform{
    padding-bottom: 25px;
  }
  section.guestBook .commentSlider .sliderItem p.platformName{
    font-size:11px;
    color:#969696;
    font-weight: 300;
    line-height: 1.2;
    width:100%;
    float:left;
    margin-bottom: 0;
  }
  section.guestBook .commentSlider .sliderItem p.vote{
    font-size:11px;
    color:#969696;
    font-weight: 300;
    line-height: 1.2;
    width:100%;
    float:right;
    margin-bottom: 0;
    text-align: left;
    margin-top:5px;
  }
  section.guestBook .commentSlider .sliderItem p.vote i{
    font-size:11px;
    color:#FF9B26;
    font-weight: 300;
    line-height: 1.2;
  }
  /*MAIN GUESTBOOK*/

  /*MAIN NEWSLETTER*/
  section.newsletter{}
  section.newsletter .sectionTitle h3 {
    color: #197C82;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    line-height: 1;
  }
  section.newsletter .sectionTitle p {
    color: #2D2D2D;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin-top:10px;
    margin-bottom:30px;
  }
  section.newsletter .sectionBody input[type='email']{
    background: #197C82;
    padding:25px 100px 25px 60px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color:#FFF;
  }

  section.newsletter .sectionBody input[type='email']::placeholder{
    color:#FFF;
    opacity: 1;
  }
  section.newsletter .sectionBody input[type='email']:-ms-input-placeholder, section.newsletter .sectionBody input[type='email']::-ms-input-placeholder{
    color:#FFF;
  }
  section.newsletter .sectionBody input[type='submit']{
    position: absolute;
    top: -4px;
    right: 22px;
    font-weight: 400;
  }
  section.newsletter .sectionBody img.inputImg{
    position: absolute;
    top: 18px;
    left: 40px;
  }
  /*MAIN NEWSLETTER*/

  /*FOOTER*/
  footer.footer{
    padding-top:80px;
  }
  footer.footer .siteInfo img{
    width: 130px;
    padding-bottom:30px;
  }
  footer.footer .siteInfo p{
    font-weight: 400;
    font-size: 13px;
    color:#707070;
    line-height: 1.2;
    padding-right: 40px
  }
  footer.footer ul.socialUs{
    margin-top:30px;
    display: flex;
    justify-content: start;
  }
  footer.footer ul.socialUs li{
    float: left;
    margin-right: 15px;
  }
  footer.footer ul.socialUs li img {
    width: 25px;
  }
  footer.footer .siteMenu .menuTitle{
    font-weight: 400;
    font-size:18px;
    color:#2D2D2D;
  }
  footer.footer .siteMenu p{
    font-size:14px;
    font-weight: 400;
    color:#707070;
    line-height: 1.3;
  }
  footer.footer .siteMenu ul{
    font-weight: 400;
    font-size:18px;
    color:#2D2D2D;
  }
  footer.footer .siteMenu ul li{
    line-height: 1.5;
  }
  footer.footer .siteMenu ul li a{
    font-size:14px;
    font-weight: 400;
    color:#707070;
  }
  footer.footer .footerBottom{
    background: #197C82;
  }
  /*FOOTER*/

/*SONRADAN EKLENENLER*/
  .breadcrumbs{
    background-color:transparent!important;
    padding:0!important;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle{
    position: relative;
    margin-top: -40px;
  }
  .breadcrumbs .breadcrumbTitle p.smDesc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle h1{
    font-size: 20px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle h1:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -5px;
  }
  .breadcrumbs .breadcrumbTitle p.lgDesc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.2;
  }
  .breadcrumbs .imageContent{
    position: relative;
    min-height: auto!important;
  }
  .breadcrumbs .imageContent img{
    position: relative;
    z-index: 1;
    height: 150px!important;
  }
  section.page{
    margin-top:-15px;
    background: #FFF;
    position: relative;
    padding-bottom: 80px;
  }
  section.page:before{
    content: '';
    background: url('../img/section-before.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 100px;
    height: 170px;
    position: absolute;
    top: -100px;
    right: 0;
  }
  .addSectionBg{
    background-size:cover!important;
  }
  section.page:after{
    content: '';
    background: url('../img/section-after.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height: 150px;
    position: absolute;
    bottom: -100px;
    left: 0
  }
  section.page .textContent{}
  section.page .textContent p.desc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 400;
    position: relative;
  }
  section.page .sirketKadrosu{}
  section.page .sirketKadrosu .item{
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border:1px solid #197C82;
  }
  section.page .sirketKadrosu .item .imageContent{}
  section.page .sirketKadrosu .item .imageContent img{}
  section.page .sirketKadrosu .item .textContent{
    position: relative;
  }
  section.page .sirketKadrosu .item .textContent p.smDesc{
    font-size: 12px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.3;
  }
  section.page .sirketKadrosu .item .textContent h2{
    font-size: 16px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  section.page .sirketKadrosu .item .textContent h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .sirketKadrosu .item .textContent ul{
    margin-top: 1rem;
  }
  section.page .sirketKadrosu .item .textContent ul li{}
  section.page .sirketKadrosu .item .textContent ul li a{
    font-size: 12px;
    font-weight: 400;
    color:#646464;
  }
  section.page .sirketKadrosu .item .textContent ul li a i{
    padding-right: 10px;
    color:#197C82;
  }


  section.page .projeOrtaklari{
    margin-top:100px;
  }
  section.page .projeOrtaklari .item{
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border:1px solid #197C82;
  }
  section.page .projeOrtaklari .item .imageContent{}
  section.page .projeOrtaklari .item .imageContent img{}
  section.page .projeOrtaklari .item .textContent{
    position: relative;
  }
  section.page .projeOrtaklari .item .textContent p.smDesc{
    font-size: 12px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.3;
  }
  section.page .projeOrtaklari .item .textContent h2{
    font-size: 16px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  section.page .projeOrtaklari .item .textContent h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .projeOrtaklari .item .textContent ul{
    margin-top: 1rem;
  }
  section.page .projeOrtaklari .item .textContent ul li{}
  section.page .projeOrtaklari .item .textContent ul li a{
    font-size: 12px;
    font-weight: 400;
    color:#646464;
  }
  section.page .projeOrtaklari .item .textContent ul li a i{
    padding-right: 10px;
    color:#197C82;
  }


  section.page .iletisim{
    margin-top:40px;
  }
  section.page .iletisim .item{
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  section.page .iletisim .item .sectionTitle{
    width: 40%;
    float:left;
    background: url('../img/contact_bg.png') #197A80;
    background-repeat: no-repeat;
    background-size:175px;
    background-position: center;
    padding:30px 20px;
    height: 100%;
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
  }
  section.page .iletisim .item .sectionTitle h2{
    font-size: 18px;
    color:#FFF;
    font-weight: 600;
    position: relative;
  }
  section.page .iletisim .item .sectionTitle p.smDesc{
    font-size: 12px;
    color:#FFF;
    font-weight: 400;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0;
  }
  section.page .iletisim .item .sectionBody{
    width:60%;
    float:right;
    padding:20px;
    height: 100%;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
  }
  section.page .iletisim .item .sectionBody ul{
    margin-bottom: 0px;
  }
  section.page .iletisim .item .sectionBody ul li{
    margin-bottom: 10px;
  }
  section.page .iletisim .item .sectionBody ul li a{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    position: relative;
  }
  section.page .iletisim .item .sectionBody ul li a i{
    font-size: 12px;
    color:#197A80;
    padding-right: 20px;
    position: relative;
  }
  section.page .iletisim .iletisimFormu .sectionTitle{
    margin-bottom: 20px
  }
  section.page .iletisim .iletisimFormu .sectionTitle p{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
  }
  section.page .iletisim .iletisimFormu .sectionTitle h3{
    font-size: 20px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
  }
  section.page .iletisim .iletisimFormu .form-control{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    border-radius: 15px;
    padding:25px;
    border:1px solid #BFBFBF;
  }
  section.page .iletisim .iletisimFormu button{
    padding-left: 60px;
    padding-right: 60px;
  }

  section.page .product{}
  section.page .product .sectionTitle{
    position: relative;
  }
  section.page .product .sectionTitle h2{
    font-size: 20px;
    color:#197C82;
    font-weight: 600;
    position: relative;
  }
  section.page .product .sectionTitle h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .product .sectionBody p{
    margin-top: 20px;
    color: #2D2D2D;
    font-weight: 400;
    font-size: 13px;
    text-align: justify;
    line-height: 1.5;
  }
  section.page .product .sectionBody ul{
    margin-top: 20px;
    margin-bottom:20px;
  }
  section.page .product .sectionBody ul li{
    float:left;
    width: 50%;
  }
  section.page .product .sectionBody ul li a{
    color: #197C82;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }
  section.page .product .sectionBody ul li a:hover{
    text-decoration: underline!important;
  }
  section.page .product .sectionBody .moreBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
  }
  section.page .product .sectionBody .moreBtn a i{
    color: #197C82;
    font-size: 10px;
    padding-left: 10px
  }

  section.page .tanitimMedya{
    margin-top:0px;
  }
  section.page .tanitimMedya .item{
    margin-bottom: 30px;
    border-radius: 20px;
  }
  section.page .tanitimMedya .item .imageContent{
    position: relative;
  }
  section.page .tanitimMedya .item .imageContent .playBtn{
    position: absolute;
    right: 43%;
    top: 34%;
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.page .tanitimMedya .item .imageContent img.mainImage{
    border-radius: 20px;
  }
  section.page .tanitimMedya .item .textContent{
    position: relative;
  } 
  section.page .tanitimMedya .item .textContent .sectionTitle{
    padding:15px 0;
    position: relative;
    border-bottom:1px solid #197C82;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle h2{
    font-size: 12px;
    color:#197C82;
    font-weight: 600;
    position: relative;
    width: 75%;
    float: left;
    margin-bottom: 0;
    line-height: inherit;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn{
    width:25%;
    text-align: right;
    float: right;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
  }
   section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn a i{
    color: #197C82;
    font-size: 10px;
    padding-left: 5px
  }

  section.page .belgeler{
    margin-top:50px;
  }
  section.page .belgeler .item{
    margin-bottom: 30px;
    border-radius: 20px;
    padding:10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  section.page .belgeler .item .imageContent{
    position: relative;
  }
  section.page .belgeler .item .imageContent .playBtn{
    position: absolute;
    right: 75px;
    top: 38%;
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.page .belgeler .item .imageContent img.mainImage{
    border-radius: 20px;
  }
  section.page .belgeler .item .textContent{
    position: relative;
  } 
  section.page .belgeler .item .textContent .sectionTitle{
    text-align: center;
    position: relative;
  }
  section.page .belgeler .item .textContent .sectionTitle h2{
    font-size: 12px;
    color:#197C82;
    font-weight: 600;
    position: relative;
    width: 100%;
    padding:10px 0;
    margin-bottom: 0;
    min-height: 50px
  }
  section.page .belgeler .item .screenBtn{
    text-align: right;
  }
  section.page .belgeler .item .screenBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
  }

  .addProductBg{
    background-size:1530px!important;
  }
  section.productDetail{
    padding-top:40px;
    padding-bottom:80px;
    position: relative;
  }
   section.productDetail:after{
    content: '';
    background: url('../img/section-after.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height: 150px;
    position: absolute;
    bottom: -100px;
    left: 0
  }
  section.productDetail .productSlideContent{
    border-radius: 20px;
    background: #FFF;
    height: 100%;
    display: flex;
    align-items: center;
  }
  section.productDetail .productSlideContent .productSlider{}
  section.productDetail .productSlideContent .productSlider .item{
    padding:15px;
  }
  section.productDetail .productSlideContent .productSlider .item .slideItem{}
  section.productDetail .productSlideContent .productSlider .item .slideItem img{
    width: 100%;
  }
  section.productDetail .productTextContent{
    position: relative;
    border-radius: 20px;
    background: #FFF;
    padding:30px;
  }
  section.productDetail .productTextContent .vegetable{
    position: absolute;
    top: 0;
    right: 50px
  }
  section.productDetail .productTextContent .vegetable img{
    width: 60px;
  }
  section.productDetail .productTextContent .sectionTitle{}
  section.productDetail .productTextContent .sectionTitle h1{
    color:#197C82;
    font-weight: 700;
    font-size: 24px;
    padding-top:10px;
  }
  section.productDetail .productTextContent .productFeatures{
    margin-top: 25px;
    display: flex;
    padding-bottom: 20px;
    border-bottom:1px solid #197C82;
  }
  section.productDetail .productTextContent .productFeatures li b{
    font-size: 12px;
    color:#197C82;
    line-height: 1.3;
    font-weight: 500;
  }
  section.productDetail .productTextContent .productFeatures li{
    font-size: 10px;
    color:#197C82;
    line-height: 1.5;
    border-right: 1px solid #197C82;
    float: left;
    width: 25%;
    padding:0 15px;
  }
  section.productDetail .productTextContent .warnDesc{}
  section.productDetail .productTextContent .warnDesc p{
    font-size: 10px;
    color:#646464;
    line-height: 1.3;
    font-weight: 300
  }
  section.productDetail .productTextContent .warnDesc p b{
    font-size: 12px;
    color:#646464;
    line-height: 1.3;
    font-weight: 500;
  }


  section.productDetail .productTabs{
    position: relative;
    border-radius: 20px;
    background: #FFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  section.productDetail .productTabs ul.nav-tabs{
    border-radius: 0px;
  }
  section.productDetail .productTabs ul.nav-tabs li{
    width:25%;
  }
  section.productDetail .productTabs ul.nav-tabs li.first a.active, section.productDetail .productTabs ul.nav-tabs li.first a:hover{
    transition: all 0.1s ease-in-out;
    border-top-left-radius:20px;
  }
  section.productDetail .productTabs ul.nav-tabs li.last a.active, section.productDetail .productTabs ul.nav-tabs li.last a:hover{
    transition: all 0.1s ease-in-out;
    border-top-right-radius:20px;
  }
  section.productDetail .productTabs ul.nav-tabs li a{
    font-size:12px;
    font-weight: 300;
    color:#646464;
    text-align: center;
    padding:15px 0;
    border-radius: 0;
  }
  section.productDetail .productTabs ul.nav-tabs li a.active{
    background: #197C82;
    color:#FFF;
  }
  section.productDetail .productTabs #productTabContent .tab-pane{
    padding:30px 50px;
  }
  section.productDetail .productTabs #productTabContent .tab-pane p{
    font-size: 13px;
    color:#646464;
    line-height: 1.3;
    font-weight: 300;
    text-align: justify;
  }
  .mainFeaturedSlide{
    padding-top:40px;
    padding-bottom:40px;
  }
  .mainFeaturedSlide .services{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    margin:0 auto;
  }
  .mainFeaturedSlide .services > * {
    flex-grow: 1;
  }

  .circle--rotate {
    border-radius: 50%;
    border: 1px #197C82 solid;
    width: 43%;
    height: 43%;
    margin: 0 auto 0;
    position: relative;
    transform: rotate(0deg);
    z-index: 0;
    padding: 0;
  }
  .circle--rotate > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
  }
  .circle--rotate > li .icon {
    visibility: visible;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    background-color: #197C82;
    height: 20%;
    width: 20%;
    margin: -10% auto;
    transition: all 500ms ease;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.2);
  }
  .circle--rotate > li img {
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: table;
    border-radius: 50%;
  }
  .circle--rotate > li i::before {
    display: table-cell;
    vertical-align: middle;
  }
  .circle--rotate > li img {
    margin: auto;
  }

  .circle--slider {
    position: relative;
  }
  .circle--slider .rotate--circle {
    margin: 0 auto;
  }
  .circle--slider .circle--rotate > li div {
    position: relative;
    overflow: visible;
    background-color: #FFF;
  }
  .circle--slider .circle--rotate > li div span {
    transform: rotate(0deg);
    transition: all 2s;
    opacity: 0;
  }
  .circle--slider .circle--rotate > li.active div {
    font-size: 20px;
    background-color: #197c82;
    transition: all 1s;
  }
  .circle--slider .circle--rotate > li.active div span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    z-index: -1;
    opacity: 1;
  }
  .circle--slider .circle--rotate > li.active div span:before {
    position: absolute;
    height: 1px;
    top: -50%;
    right: 140%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 30%;
    height: 30%;
    filter: blur(3px);
    opacity: 0.7;
    border: 6px solid #F48E2A;
    z-index: -1;
  }
  .circle--slider .circle--rotate > li.active div span:after {
    position: absolute;
    height: 1px;
    top: 100%;
    left: 130%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 40%;
    height: 40%;
    border-radius: 50%;
    opacity: 0.7;
    border: 8px solid #FE9290;
    z-index: 5;
  }
  .circle--slider .count2 li:nth-child(2) {
    transform: rotate(180deg);
  }
  .circle--slider .count3 li:nth-child(2) {
    transform: rotate(120deg);
  }
  .circle--slider .count3 li:nth-child(3) {
    transform: rotate(240deg);
  }
  .circle--slider .count4 li:nth-child(2) {
    transform: rotate(90deg);
  }
  .circle--slider .count4 li:nth-child(3) {
    transform: rotate(180deg);
  }
  .circle--slider .count4 li:nth-child(4) {
    transform: rotate(270deg);
  }
  .circle--slider .count5 li:nth-child(2) {
    transform: rotate(72deg);
  }
  .circle--slider .count5 li:nth-child(3) {
    transform: rotate(144deg);
  }
  .circle--slider .count5 li:nth-child(4) {
    transform: rotate(216deg);
  }
  .circle--slider .count5 li:nth-child(5) {
    transform: rotate(-72deg);
  }
  .circle--slider .count6 li:nth-child(2) {
    transform: rotate(60deg);
  }
  .circle--slider .count6 li:nth-child(3) {
    transform: rotate(120deg);
  }
  .circle--slider .count6 li:nth-child(4) {
    transform: rotate(180deg);
  }
  .circle--slider .count6 li:nth-child(5) {
    transform: rotate(240deg);
  }
  .circle--slider .count6 li:nth-child(6) {
    transform: rotate(-60deg);
  }
  .circle--slider .count7 li:nth-child(2) {
    transform: rotate(51.5deg);
  }
  .circle--slider .count7 li:nth-child(3) {
    transform: rotate(103deg);
  }
  .circle--slider .count7 li:nth-child(4) {
    transform: rotate(154.5deg);
  }
  .circle--slider .count7 li:nth-child(5) {
    transform: rotate(206deg);
  }
  .circle--slider .count7 li:nth-child(6) {
    transform: rotate(-103deg);
  }
  .circle--slider .count7 li:nth-child(7) {
    transform: rotate(-51.5deg);
  }
  .circle--slider .count8 li:nth-child(2) {
    transform: rotate(45deg);
  }
  .circle--slider .count8 li:nth-child(3) {
    transform: rotate(90deg);
  }
  .circle--slider .count8 li:nth-child(4) {
    transform: rotate(135deg);
  }
  .circle--slider .count8 li:nth-child(5) {
    transform: rotate(180deg);
  }
  .circle--slider .count8 li:nth-child(6) {
    transform: rotate(-135deg);
  }
  .circle--slider .count8 li:nth-child(7) {
    transform: rotate(-90deg);
  }
  .circle--slider .count8 li:nth-child(8) {
    transform: rotate(-45deg);
  }
  .circle--slider .count9 li:nth-child(2) {
    transform: rotate(40deg);
  }
  .circle--slider .count9 li:nth-child(3) {
    transform: rotate(80deg);
  }
  .circle--slider .count9 li:nth-child(4) {
    transform: rotate(120deg);
  }
  .circle--slider .count9 li:nth-child(5) {
    transform: rotate(160deg);
  }
  .circle--slider .count9 li:nth-child(6) {
    transform: rotate(-160deg);
  }
  .circle--slider .count9 li:nth-child(7) {
    transform: rotate(-120deg);
  }
  .circle--slider .count9 li:nth-child(8) {
    transform: rotate(-80deg);
  }
  .circle--slider .count9 li:nth-child(9) {
    transform: rotate(-40deg);
  }
  .circle--slider .count10 li:nth-child(2) {
    transform: rotate(36deg);
  }
  .circle--slider .count10 li:nth-child(3) {
    transform: rotate(72deg);
  }
  .circle--slider .count10 li:nth-child(4) {
    transform: rotate(108deg);
  }
  .circle--slider .count10 li:nth-child(5) {
    transform: rotate(144deg);
  }
  .circle--slider .count10 li:nth-child(6) {
    transform: rotate(-180deg);
  }
  .circle--slider .count10 li:nth-child(7) {
    transform: rotate(-144deg);
  }
  .circle--slider .count10 li:nth-child(8) {
    transform: rotate(-108deg);
  }
  .circle--slider .count10 li:nth-child(9) {
    transform: rotate(-72deg);
  }
  .circle--slider .count10 li:nth-child(10) {
    transform: rotate(-36deg);
  }
  .circle--slider .count12 li:nth-child(2) {
    transform: rotate(30deg);
  }
  .circle--slider .count12 li:nth-child(3) {
    transform: rotate(60deg);
  }
  .circle--slider .count12 li:nth-child(4) {
    transform: rotate(90deg);
  }
  .circle--slider .count12 li:nth-child(5) {
    transform: rotate(120deg);
  }
  .circle--slider .count12 li:nth-child(6) {
    transform: rotate(150deg);
  }
  .circle--slider .count12 li:nth-child(7) {
    transform: rotate(-180deg);
  }
  .circle--slider .count12 li:nth-child(8) {
    transform: rotate(-150deg);
  }
  .circle--slider .count12 li:nth-child(9) {
    transform: rotate(-120deg);
  }
  .circle--slider .count12 li:nth-child(10) {
    transform: rotate(-90deg);
  }
  .circle--slider .count12 li:nth-child(11) {
    transform: rotate(-60deg);
  }
  .circle--slider .count12 li:nth-child(12) {
    transform: rotate(-30deg);
  }

  .circle--slider .count14 li:nth-child(2) {
    transform: rotate(25deg);
  }
  .circle--slider .count14 li:nth-child(3) {
    transform: rotate(50deg);
  }
  .circle--slider .count14 li:nth-child(4) {
    transform: rotate(75deg);
  }
  .circle--slider .count14 li:nth-child(5) {
    transform: rotate(100deg);
  }
  .circle--slider .count14 li:nth-child(6) {
    transform: rotate(125deg);
  }
  .circle--slider .count14 li:nth-child(7) {
    transform: rotate(150deg);
  }
  .circle--slider .count14 li:nth-child(8) {
    transform: rotate(-180deg);
  }
  .circle--slider .count14 li:nth-child(9) {
    transform: rotate(-150deg);
  }
  .circle--slider .count14 li:nth-child(10) {
    transform: rotate(-125deg);
  }
  .circle--slider .count14 li:nth-child(11) {
    transform: rotate(-100deg);
  }
  .circle--slider .count14 li:nth-child(12) {
    transform: rotate(-75deg);
  }
  .circle--slider .count14 li:nth-child(13) {
    transform: rotate(-50deg);
  }
  .circle--slider .count14 li:nth-child(14) {
    transform: rotate(-25deg);
  }
  .circle--slider .animate-wrapper {
    width: 25%;
    height: 25%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
  }
  .circle--slider .animate-title, .circle--slider .animate-title h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
    line-height: 1.4;
  }
  .circle--slider .animate-title p{
    font-size:12px;
    color:#FFF;
    line-height: 1.1;
    font-weight: 400;
  }
  .circle--slider .animate-img {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    overflow: hidden;
  }
  .circle--slider .animate-img .animate-img__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    z-index: 3;
    transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
    transition: 0.55s ease-in-out;
    width: 100%;
    height: 100%;
    opacity: 0;
    background:#197C82;
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3);
  }
  .circle--slider .animate-more {
    opacity: 0;
    visibility: hidden;
    min-width: 131px;
    overflow: hidden;
    text-align: center;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15px;
    transform: scale(1);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
    line-height: 1.4;
    padding-bottom: 10px;
    
  }
  .circle--slider .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    transform: scale(1);
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .mainFeaturedSlide{
    display:none;
  }
  .custom-container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .addBg{
    background-size: cover!important;
  }
  /*MAIN SLIDER*/
  header .navbar-nav{
    margin-top: 10px;
  }
  header .navbar-nav .nav-item .nav-link {
    background: #FFF;
    margin-bottom: 5px;
    border-radius: 10px;
  }
  .headerExtra{
    display: none;
  }
  section.sliderContainer{
    padding-top:40px;
    
  }
  section.sliderContainer .item .sliderText{
    margin-left:15px;
  }
  section.sliderContainer .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  section.sliderContainer .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  section.sliderContainer .owl-item.active a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    z-index: 1;
  }
  section.sliderContainer .item .sliderText h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
  }
  section.sliderContainer .item .sliderText p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:12px;
    color:#FFF;
    line-height: 1.2;
    text-align: left;
    position: relative;
    z-index: 1;
  }
  section.sliderContainer .item .sliderText .playBtn{
    margin-top:50px;
  }
  section.sliderContainer .item .sliderText .playBtn a{
    display: flex;
    align-items: center;
    color:#FFF;
    font-size:14px;
    font-weight: 500;
    z-index: 2
  }
  section.sliderContainer .item .sliderImage{
    display:none;
  }
  section.sliderContainer .item .sliderText .playBtn a img{
    width:60px;
    margin-right: 10px
  }
  section.sliderContainer .footSliderImage{
    height: auto;
    margin-top:50px;
  }
  section.sliderContainer .footSliderImage img.front1{
    z-index: 0;
    width: 70%;
    bottom: -120px;
    left: -30px;
    position: absolute;
    -webkit-animation: slideLeftAnimation 4s ease-out 1s infinite;
    animation: slideLeftAnimation 4s ease-out 1s infinite;
  }
  section.sliderContainer .footSliderImage img.front2{
    z-index: 0;
    width: 70%;
    position: absolute;
    bottom: -110px;
    right: -20px;
    -webkit-animation: slideRightAnimation 4s ease-out 1s infinite;
    animation: slideRightAnimation 4s ease-out 1s infinite;
  }
  section.sliderContainer .sliderImage img.front3{
  }
  /*MAIN SLIDER*/

  /*MAIN SLIDER BOTTOM*/
  section.mainSliderBottom{}
  section.mainSliderBottom .slideBottomContent{
    margin-top:0px;
  }
  section.mainSliderBottom .item{
    padding:10px;
    position: relative;
    background: url('../img/other/human_bg.png');
    background-repeat: no-repeat;
    background-size:100% 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    min-height: 175px;
    display: flex;
    align-items: end;
    z-index: 9;
    overflow: hidden;
    margin:15px;
  }
  section.mainSliderBottom .item a{
    font-weight: 700;
    font-size:12px;
    color:#197C82;
    position: absolute;
    z-index: 9;
    bottom:15px;
  }
  section.mainSliderBottom .item img{
    position: absolute;
    bottom:-60px;
    z-index: 9;
    width: 150px;
    right: 23%; 
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out; 
  }
  section.mainSliderBottom .item:hover{
    overflow: hidden;
  }
  section.mainSliderBottom .item:hover img{
    bottom:-20px;  
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out; 
  }
  /*MAIN SLIDER BOTTOM*/

  /*MAIN BANNER*/
  section.mainBanner{}
  section.mainBanner .bannerContent{
    background:url('../img/other/banner_bg.png');
    background-repeat: no-repeat;
    background-size:cover;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  }
  section.mainBanner .bannerSlider .item{
    padding:10px 60px;
  }
  section.mainBanner .bannerSlider .item .sliderText{
    padding-top:30px;
  }
  section.mainBanner .bannerSlider .item .sliderText h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:35px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
  }
  section.mainBanner .bannerSlider .item .sliderText p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#5A5A5A;
    line-height: 1.2;
    text-align: left;
    padding-bottom:20px;
  }
  section.mainBanner .bannerSlider .owl-nav{
    display: block!important; 
    right:0;
    font-size: 20px;
    color:#ccc;
  }
  section.mainBanner .bannerSlider .owl-prev {
    position: absolute;
    left: 30px;
    top: 50%;
  }
  section.mainBanner .bannerSlider .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
  }
  section.mainBanner .mini-item{
    margin-top:30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    position: relative;
  }
  section.mainBanner .mini-item img{
    border-radius: 20px;
    width: 100%;
    
  }
  section.mainBanner .mini-item img:hover{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(1.12);
  }
  section.mainBanner .miniTitle{
    position: absolute;
    width: 100%;
    text-align: left;
    bottom: 0;
    display: flex;
    align-items: end;
  }
  section.mainBanner .miniTitle a{
    text-decoration: none;
  }
  section.mainBanner .miniTitle a h5{
    color:#FFF;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:5px;
    font-size: 15px;
    font-weight: 500;
  }
  /*MAIN BANNER*/

  /*MAIN POSTS*/
  section.mainPosts{}
  section.mainPosts .sectionTitle{
    position:relative;
  }
  section.mainPosts .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainPosts .sectionTitle h3:before{
    content:'';
    top:30%;
    left:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainPosts .sectionTitle h3:after{
    content:'';
    top:30%;
    right:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainPosts .item{
    padding:40px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  section.mainPosts .item svg{
    margin-bottom:1rem;
  }
  section.mainPosts .item h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:20px;
    color:#197C82;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#707070;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item .itemBtn{
    text-align: center;
  }
  section.mainPosts .item .itemBtn a{
    text-align:center;
    text-decoration: none;
    color:#197C82;
    font-size: 14px;
    font-weight: 400;
  }
  section.mainPosts .item.active path, section.mainPosts .item:hover path{
    fill:#FFF;
  }
  section.mainPosts .item.active, section.mainPosts .item:hover{
    background: #197C82;
  }
  section.mainPosts .item.active h4, section.mainPosts .item:hover h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:20px;
    color:#FFF;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item.active p, section.mainPosts .item:hover p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#FFF;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item.active .itemBtn, section.mainPosts .item:hover .itemBtn{
    text-align: center;
  }
  section.mainPosts .item.active .itemBtn a, section.mainPosts .item:hover .itemBtn a{
    text-align:center;
    text-decoration: none;
    color:#FFF;
    font-size: 14px;
    font-weight: 400;
  }
  /*MAIN POSTS*/

  /*MAIN FAQS*/
  section.mainFaqs{}
  section.mainFaqs .sectionTitle{
    position:relative;
  }
  section.mainFaqs .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainFaqs .sectionTitle h3:before{
    content:'';
    top:30%;
    left:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainFaqs .sectionTitle h3:after{
    content:'';
    top:30%;
    right:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  /*MAIN FAQS*/

  /*MAIN VIDEOS*/
  section.mainVideos{}
  section.mainVideos .sectionTitle{
    position:relative;
  }
  section.mainVideos .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainVideos .sectionTitle p{
    margin-top:10px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    color:#1C1C1C;
  }
  section.mainVideos .carouselContent .playCarouselBtn{
    position: absolute;
    right:10px;
    bottom:10px;
  }
  section.mainVideos .carouselContent .playCarouselBtn img{
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.mainVideos hr{
    margin-top:80px;
    border-color:#197C82;
  }
  /*MAIN VIDEOS*/

  /*MAIN CALLME*/
  section.callMe{
    padding-left:50px;
    padding-right:50px;
  }
  section.callMe .sectionTitle h4{
    color:#197C82;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1
  }
  section.callMe .sectionTitle h3{
    color:#197C82;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1
  }
  section.callMe .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    border-radius: 5px;
    background:#197C82;
    left: 15px;
    top: 60px;
  }
  section.callMe .sectionTitle p{
    color:#1C1C1C;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.1;
    margin-top:25px;
  }
  section.callMe .callForm input, section.callMe .callForm select, section.callMe .callForm textarea{
    border:1px solid #197C82;
    border-radius: 10px;
    color:#197C82;
    font-weight:300;
    font-size:14px;
  }
  section.callMe .callForm label{
    color:#1C1C1C;
    font-weight:300;
    font-size:12px;
    text-align: justify;
  }
  /*MAIN CALLME*/


  /*MAIN SOCIAL*/
  section.social{
    background-color:#197C82;
    margin-top:80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  section.social .sectionTitle h3{
    color:#FFF;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1.2
  }
  section.social .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    background:#FFF;
    left: 15px;
    top: 78px;
  }
  section.social .sectionTitle p{
    color:#FFF;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.3;
    margin-top:25px;
  }
  section.social ul.socialUs{
    margin-top:50px;
    display: flex;
    justify-content: start;
  }
  section.social ul.socialUs li{
    float: left;
    margin-right: 15px;
  }
  section.social ul.socialUs li img {
    width: 25px;
  }
  section.social .imgContainer{
    display: none;
  
  }
  section.social .imgContainer img.phone1{
    margin-top:-200px;
    margin-bottom: -50px;
    -webkit-animation: socialPhoneLeft 4s ease-out 1s infinite;
    animation: socialPhoneLeft 4s ease-out 1s infinite;
    width: 225px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 46px;
  }
  section.social .imgContainer img.phone2{
    margin-top:-150px;
    margin-left: -50px;
    margin-bottom: -50px;
    -webkit-animation: socialPhoneRight 4s ease-out 1s infinite;
    animation: socialPhoneRight 4s ease-out 1s infinite;
    width: 225px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 46px;
  }
  /*MAIN SOCIAL*/


  /*MAIN GUESTBOOK*/
  section.guestBook .sectionTitle h4{
    color:#363636;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1
  }
  section.guestBook .sectionTitle h3{
    color:#363636;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1
  }
  section.guestBook .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    background:#197C82;
    left: 15px;
    top: 60px;
  }
  section.guestBook .sectionTitle p{
    color:#2D2D2D;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1;
    margin-top:25px;
  }
  section.guestBook .commentSlider{
    padding-bottom: 80px;
    border-bottom: 1px solid #197C82;
  }
  section.guestBook .commentSlider .item{
    padding:15px;
  }
  section.guestBook .commentSlider .sliderItem{
    padding:15px;
    border:1px solid #F2F2F2;
    box-shadow: rgb(17 17 26 / 5%) 0px 0px 20px;
    border-radius: 20px;
    background: #FFF;
  }
  section.guestBook .commentSlider .sliderItem .imgContainer{
    padding-bottom:10px;
  }
  section.guestBook .commentSlider .sliderItem .imgContainer img{
    margin-top:-30px;
    width: 50px;
    height: 50px;
  }
  section.guestBook .commentSlider .sliderItem p.desc{
    font-size:13px;
    color:#2D2D2D;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom:15px;
    border-bottom: 1px solid #F2F2F2;
    min-height: 80px;
  }
  section.guestBook .commentSlider .sliderItem p.author{
    font-size:13px;
    color:#2D2D2D;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  section.guestBook .commentSlider .sliderItem .platform{
    padding-bottom: 25px;
  }
  section.guestBook .commentSlider .sliderItem p.platformName{
    font-size:11px;
    color:#969696;
    font-weight: 300;
    line-height: 1.2;
    width:50%;
    float:left;
    margin-bottom: 0;
  }
  section.guestBook .commentSlider .sliderItem p.vote{
    font-size:11px;
    color:#969696;
    font-weight: 300;
    line-height: 1.2;
    width:50%;
    float:right;
    margin-bottom: 0;
    text-align: right
  }
  section.guestBook .commentSlider .sliderItem p.vote i{
    font-size:11px;
    color:#FF9B26;
    font-weight: 300;
    line-height: 1.2;
  }
  /*MAIN GUESTBOOK*/

  /*MAIN NEWSLETTER*/
  section.newsletter{}
  section.newsletter .sectionTitle h3 {
    color: #197C82;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    line-height: 1;
  }
  section.newsletter .sectionTitle p {
    color: #2D2D2D;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin-top:10px;
    margin-bottom:30px;
  }
  section.newsletter .sectionBody input[type='email']{
    background: #197C82;
    padding:25px 100px 25px 60px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color:#FFF;
  }

  section.newsletter .sectionBody input[type='email']::placeholder{
    color:#FFF;
    opacity: 1;
  }
  section.newsletter .sectionBody input[type='email']:-ms-input-placeholder, section.newsletter .sectionBody input[type='email']::-ms-input-placeholder{
    color:#FFF;
  }
  section.newsletter .sectionBody input[type='submit']{
    position: absolute;
    top: -4px;
    right: 22px;
    font-weight: 400;
  }
  section.newsletter .sectionBody img.inputImg{
    position: absolute;
    top: 18px;
    left: 40px;
  }
  /*MAIN NEWSLETTER*/

  /*FOOTER*/
  footer.footer{
    padding-top:80px;
  }
  footer.footer .siteInfo img{
    width: 130px;
    padding-bottom:30px;
  }
  footer.footer .siteInfo p{
    font-weight: 400;
    font-size: 13px;
    color:#707070;
    line-height: 1.2;
    padding-right: 40px
  }
  footer.footer ul.socialUs{
    margin-top:30px;
    display: flex;
    justify-content: start;
  }
  footer.footer ul.socialUs li{
    float: left;
    margin-right: 15px;
  }
  footer.footer ul.socialUs li img {
    width: 25px;
  }
  footer.footer .siteMenu .menuTitle{
    font-weight: 400;
    font-size:18px;
    color:#2D2D2D;
  }
  footer.footer .siteMenu p{
    font-size:14px;
    font-weight: 400;
    color:#707070;
    line-height: 1.3;
  }
  footer.footer .siteMenu ul{
    font-weight: 400;
    font-size:18px;
    color:#2D2D2D;
  }
  footer.footer .siteMenu ul li{
    line-height: 1.5;
  }
  footer.footer .siteMenu ul li a{
    font-size:14px;
    font-weight: 400;
    color:#707070;
  }
  footer.footer .footerBottom{
    background: #197C82;
  }
  footer.footer .footerBottom p{
    font-size:11px!important;
  }
  /*FOOTER*/

  /*VIDEO CAROUSEL*/
  .carouselContent{
    width: 415px!important;
    min-height:200px!important; 
  }
  .carouselContent .videoCarousel li{
    width: 350px!important;
    height: 175px!important;
  }
  .carouselContent .videoCarousel li img.carouselImg{
    width:350px!important;
    height: 175px!important;
  }

/*SONRADAN EKLENENLER*/
  .breadcrumbs{
    margin-top: 60px;
    margin-bottom: 60px;
    background-color:transparent!important;
    padding:0!important;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle{
    position: relative;
    margin-top: -40px;
  }
  .breadcrumbs .breadcrumbTitle p.smDesc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle h1{
    font-size: 20px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle h1:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -5px;
  }
  .breadcrumbs .breadcrumbTitle p.lgDesc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.2;
  }
  .breadcrumbs .imageContent{
    display: none;
  }
  .breadcrumbs .imageContent img{
    position: relative;
    z-index: 1;
    height: 150px!important;
  }
  section.page{
    margin-top:-15px;
    background: #FFF;
    position: relative;
    padding-bottom: 80px;
  }
  section.page:before{
    content: '';
    background: url('../img/section-before.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 100px;
    height: 170px;
    position: absolute;
    top: -100px;
    right: 0;
  }
  .addSectionBg{
    background:none!important;
  }
  section.page:after{
    content: '';
    background: url('../img/section-after.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height: 150px;
    position: absolute;
    bottom: -100px;
    left: 0
  }
  section.page .textContent{}
  section.page .textContent p.desc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 400;
    position: relative;
  }
  section.page .sirketKadrosu{}
  section.page .sirketKadrosu .item{
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border:1px solid #197C82;
  }
  section.page .sirketKadrosu .item .imageContent{
    text-align: center;
  }
  section.page .sirketKadrosu .item .imageContent img{}
  section.page .sirketKadrosu .item .textContent{
    margin-top: 20px;
    position: relative;
  }
  section.page .sirketKadrosu .item .textContent p.smDesc{
    font-size: 12px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.3;
  }
  section.page .sirketKadrosu .item .textContent h2{
    font-size: 16px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  section.page .sirketKadrosu .item .textContent h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .sirketKadrosu .item .textContent ul{
    margin-top: 1rem;
  }
  section.page .sirketKadrosu .item .textContent ul li{}
  section.page .sirketKadrosu .item .textContent ul li a{
    font-size: 12px;
    font-weight: 400;
    color:#646464;
  }
  section.page .sirketKadrosu .item .textContent ul li a i{
    padding-right: 10px;
    color:#197C82;
  }


  section.page .projeOrtaklari{
    margin-top:20px;
  }
  section.page .projeOrtaklari .item{
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border:1px solid #197C82;
  }
  section.page .projeOrtaklari .item .imageContent{
    text-align: center;
  }
  section.page .projeOrtaklari .item .imageContent img{}
  section.page .projeOrtaklari .item .textContent{
    position: relative;
    margin-top:20px;
  }
  section.page .projeOrtaklari .item .textContent p.smDesc{
    font-size: 12px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.3;
  }
  section.page .projeOrtaklari .item .textContent h2{
    font-size: 16px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  section.page .projeOrtaklari .item .textContent h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .projeOrtaklari .item .textContent ul{
    margin-top: 1rem;
  }
  section.page .projeOrtaklari .item .textContent ul li{}
  section.page .projeOrtaklari .item .textContent ul li a{
    font-size: 12px;
    font-weight: 400;
    color:#646464;
  }
  section.page .projeOrtaklari .item .textContent ul li a i{
    padding-right: 10px;
    color:#197C82;
  }


  section.page .iletisim{
    margin-top:20px;
  }
  section.page .iletisim .item{
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  section.page .iletisim .item .sectionTitle{
    width: 40%;
    float:left;
    background: url('../img/contact_bg.png') #197A80;
    background-repeat: no-repeat;
    background-size:150px;
    background-position: center;
    padding:30px 20px;
    height: 100%;
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
  }
  section.page .iletisim .item .sectionTitle h2{
    font-size: 18px;
    color:#FFF;
    font-weight: 600;
    position: relative;
  }
  section.page .iletisim .item .sectionTitle p.smDesc{
    font-size: 12px;
    color:#FFF;
    font-weight: 400;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0;
  }
  section.page .iletisim .item .sectionBody{
    width:60%;
    float:right;
    padding:20px;
    height: 100%;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
  }
  section.page .iletisim .item .sectionBody ul{
    margin-bottom: 0px;
  }
  section.page .iletisim .item .sectionBody ul li{
    margin-bottom: 10px;
  }
  section.page .iletisim .item .sectionBody ul li a{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    position: relative;
  }
  section.page .iletisim .item .sectionBody ul li a i{
    font-size: 12px;
    color:#197A80;
    padding-right: 20px;
    position: relative;
  }
  section.page .iletisim .iletisimFormu .sectionTitle{
    margin-bottom: 20px
  }
  section.page .iletisim .iletisimFormu .sectionTitle p{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
  }
  section.page .iletisim .iletisimFormu .sectionTitle h3{
    font-size: 20px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
  }
  section.page .iletisim .iletisimFormu .form-control{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    border-radius: 15px;
    padding:25px;
    border:1px solid #BFBFBF;
  }
  section.page .iletisim .iletisimFormu button{
    padding-left: 60px;
    padding-right: 60px;
  }

  section.page .product{}
  section.page .product .sectionTitle{
    position: relative;
  }
  section.page .product .sectionTitle h2{
    font-size: 20px;
    color:#197C82;
    font-weight: 600;
    position: relative;
  }
  section.page .product .sectionTitle h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .product .sectionBody p{
    margin-top: 20px;
    color: #2D2D2D;
    font-weight: 400;
    font-size: 13px;
    text-align: justify;
    line-height: 1.5;
  }
  section.page .product .sectionBody ul{
    margin-top: 20px;
    margin-bottom:20px;
  }
  section.page .product .sectionBody ul li{
    float:left;
    width: 50%;
  }
  section.page .product .sectionBody ul li a{
    color: #197C82;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }
  section.page .product .sectionBody ul li a:hover{
    text-decoration: underline!important;
  }
  section.page .product .sectionBody .moreBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
  }
  section.page .product .sectionBody .moreBtn a i{
    color: #197C82;
    font-size: 10px;
    padding-left: 10px
  }

  section.page .tanitimMedya{
    margin-top:0px;
  }
  section.page .tanitimMedya .item{
    margin-bottom: 30px;
    border-radius: 20px;
  }
  section.page .tanitimMedya .item .imageContent{
    position: relative;
  }
  section.page .tanitimMedya .item .imageContent .playBtn{
    position: absolute;
    right: 46%;
    top: 37%;
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.page .tanitimMedya .item .imageContent img.mainImage{
    border-radius: 20px;
    width:100%;
  }
  section.page .tanitimMedya .item .textContent{
    position: relative;
  } 
  section.page .tanitimMedya .item .textContent .sectionTitle{
    padding:15px 0;
    position: relative;
    border-bottom:1px solid #197C82;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle h2{
    font-size: 12px;
    color:#197C82;
    font-weight: 600;
    position: relative;
    width: 75%;
    float: left;
    margin-bottom: 0;
    line-height: inherit;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn{
    width:25%;
    text-align: right;
    float: right;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
  }
   section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn a i{
    color: #197C82;
    font-size: 10px;
    padding-left: 5px
  }

  section.page .belgeler{
    margin-top:0px;
  }
  section.page .belgeler .item{
    margin-bottom: 30px;
    border-radius: 20px;
    padding:10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  section.page .belgeler .item .imageContent{
    position: relative;
  }
  section.page .belgeler .item .imageContent .playBtn{
    position: absolute;
    right: 75px;
    top: 38%;
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.page .belgeler .item .imageContent img.mainImage{
    border-radius: 20px;
  }
  section.page .belgeler .item .textContent{
    position: relative;
  } 
  section.page .belgeler .item .textContent .sectionTitle{
    text-align: center;
    position: relative;
  }
  section.page .belgeler .item .textContent .sectionTitle h2{
    font-size: 12px;
    color:#197C82;
    font-weight: 600;
    position: relative;
    width: 100%;
    padding:10px 0;
    margin-bottom: 0;
    min-height: 50px
  }
  section.page .belgeler .item .screenBtn{
    text-align: right;
  }
  section.page .belgeler .item .screenBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
  }

  .addProductBg{
    background-size:1600px!important;
  }
  section.productDetail{
    padding-top:40px;
    padding-bottom:80px;
    position: relative;
  }
   section.productDetail:after{
    content: '';
    background: url('../img/section-after.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height: 150px;
    position: absolute;
    bottom: -100px;
    left: 0
  }
  section.productDetail .productSlideContent{
    border-radius: 20px;
    background: #FFF;
    height: 100%;
    display: flex;
    align-items: center;
  }
  section.productDetail .productSlideContent .productSlider{}
  section.productDetail .productSlideContent .productSlider .item{
    padding:15px;
  }
  section.productDetail .productSlideContent .productSlider .item .slideItem{}
  section.productDetail .productSlideContent .productSlider .item .slideItem img{
    width: 100%;
  }
  section.productDetail .productTextContent{
    position: relative;
    border-radius: 20px;
    background: #FFF;
    padding:30px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  }
  section.productDetail .productTextContent .vegetable{
    position: absolute;
    top: 0;
    right: 50px
  }
  section.productDetail .productTextContent .vegetable img{
    width: 60px;
  }
  section.productDetail .productTextContent .sectionTitle{}
  section.productDetail .productTextContent .sectionTitle h1{
    color:#197C82;
    font-weight: 700;
    font-size: 18px;
    padding-top:10px;
    padding-right: 80px;
  }
  section.productDetail .productTextContent .productFeatures{
    margin-top: 25px;
    padding-bottom: 20px;
  }
  section.productDetail .productTextContent .productFeatures li b{
    font-size: 12px;
    color:#197C82;
    line-height: 1.3;
    font-weight: 500;
  }
  section.productDetail .productTextContent .productFeatures li{
    font-size: 10px;
    color:#197C82;
    line-height: 1.5;
    border-bottom: 1px solid #197C82;
    float: left;
    width: 100%;
    padding-top:10px;
    padding-bottom:10px;
  }
  section.productDetail .productTextContent .warnDesc{}
  section.productDetail .productTextContent .warnDesc p{
    font-size: 10px;
    color:#646464;
    line-height: 1.3;
    font-weight: 300
  }
  section.productDetail .productTextContent .warnDesc p b{
    font-size: 12px;
    color:#646464;
    line-height: 1.3;
    font-weight: 500;
  }


  section.productDetail .productTabs{
    position: relative;
    border-radius: 20px;
    background: #FFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  section.productDetail .productTabs ul.nav-tabs{
    border-radius: 0px;
  }
  section.productDetail .productTabs ul.nav-tabs li{
    width:100%;
  }
  section.productDetail .productTabs ul.nav-tabs li.first a.active, section.productDetail .productTabs ul.nav-tabs li.first a:hover{
    transition: all 0.1s ease-in-out;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
  }
  section.productDetail .productTabs ul.nav-tabs li.last a.active, section.productDetail .productTabs ul.nav-tabs li.last a:hover{
    transition: all 0.1s ease-in-out;
  }
  section.productDetail .productTabs ul.nav-tabs li a{
    font-size:12px;
    font-weight: 300;
    color:#646464;
    text-align: center;
    padding:15px 0;
    border-radius: 0;
  }
  section.productDetail .productTabs ul.nav-tabs li a.active{
    background: #197C82;
    color:#FFF;
  }
  section.productDetail .productTabs #productTabContent .tab-pane{
    padding:30px 50px;
  }
  section.productDetail .productTabs #productTabContent .tab-pane p{
    font-size: 13px;
    color:#646464;
    line-height: 1.3;
    font-weight: 300;
    text-align: justify;
  }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (max-width: 480px) {
  .mainFeaturedSlide{
    display:none;
  }
  .custom-container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
    .addBg{
    background-size: cover!important;
  }
  /*MAIN SLIDER*/
  header .navbar-nav{
    margin-top: 10px;
  }
  header .navbar-nav .nav-item .nav-link {
    background: #FFF;
    margin-bottom: 5px;
    border-radius: 10px;
  }
  .headerExtra{
    display: none;
  }
  section.sliderContainer{
    padding-top:40px;
    
  }
  section.sliderContainer .item .sliderText{
    margin-left:15px;
  }
  section.sliderContainer .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  section.sliderContainer .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  section.sliderContainer .owl-item.active a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    z-index: 1;
  }
  section.sliderContainer .item .sliderText h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
  }
  section.sliderContainer .item .sliderText p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:12px;
    color:#FFF;
    line-height: 1.2;
    text-align: left;
  }
  section.sliderContainer .item .sliderText .playBtn{
    margin-top:50px;
  }
  section.sliderContainer .item .sliderText .playBtn a{
    display: flex;
    align-items: center;
    color:#FFF;
    font-size:14px;
    font-weight: 500;
    z-index: 2
  }
  section.sliderContainer .item .sliderImage{
    display:none;
  }
  section.sliderContainer .item .sliderText .playBtn a img{
    width:60px;
    margin-right: 10px
  }
  section.sliderContainer .footSliderImage{
    height: auto;
    margin-top:50px;
  }
  section.sliderContainer .footSliderImage img.front1{
    z-index: 0;
    width: 70%;
    bottom: -70px;
    left: -30;
    position: absolute;
    -webkit-animation: slideLeftAnimation 4s ease-out 1s infinite;
    animation: slideLeftAnimation 4s ease-out 1s infinite;
  }
  section.sliderContainer .footSliderImage img.front2{
    z-index: 0;
    width: 70%;
    position: absolute;
    bottom: -100px;
    right: -20px;
    -webkit-animation: slideRightAnimation 4s ease-out 1s infinite;
    animation: slideRightAnimation 4s ease-out 1s infinite;
  }
  section.sliderContainer .sliderImage img.front3{
  }
  /*MAIN SLIDER*/

  /*MAIN SLIDER BOTTOM*/
  section.mainSliderBottom{}
  section.mainSliderBottom .slideBottomContent{
    margin-top:0px;
  }
  section.mainSliderBottom .item{
    padding:10px;
    position: relative;
    background: url('../img/other/human_bg.png');
    background-repeat: no-repeat;
    background-size:100% 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    min-height: 175px;
    display: flex;
    align-items: end;
    z-index: 9;
    overflow: hidden;
    margin:15px;
  }
  section.mainSliderBottom .item a{
    font-weight: 700;
    font-size:12px;
    color:#197C82;
    position: absolute;
    z-index: 9;
    bottom:15px;
  }
  section.mainSliderBottom .item img{
    position: absolute;
    bottom:-60px;
    z-index: 9;
    width: 150px;
    right: 27%; 
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out; 
  }
  section.mainSliderBottom .item:hover{
    overflow: hidden;
  }
  section.mainSliderBottom .item:hover img{
    bottom:-20px;  
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out; 
  }
  /*MAIN SLIDER BOTTOM*/

  /*MAIN BANNER*/
  section.mainBanner{}
  section.mainBanner .bannerContent{
    background:url('../img/other/banner_bg.png');
    background-repeat: no-repeat;
    background-size:cover;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  }
  section.mainBanner .bannerSlider .item{
    padding:10px 60px;
  }
  section.mainBanner .bannerSlider .item .sliderText{
    padding-top:30px;
  }
  section.mainBanner .bannerSlider .item .sliderText h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:30px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
  }
  section.mainBanner .bannerSlider .item .sliderText p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#5A5A5A;
    line-height: 1.2;
    text-align: left;
    padding-bottom:20px;
  }
  section.mainBanner .bannerSlider .owl-nav{
    display: block!important; 
    right:0;
    font-size: 20px;
    color:#ccc;
  }
  section.mainBanner .bannerSlider .owl-prev {
    position: absolute;
    left: 30px;
    top: 50%;
  }
  section.mainBanner .bannerSlider .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
  }
  section.mainBanner .mini-item{
    margin-top:30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    position: relative;
  }
  section.mainBanner .mini-item img{
    border-radius: 20px;
    width: 100%;
    
  }
  section.mainBanner .mini-item img:hover{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(1.12);
  }
  section.mainBanner .miniTitle{
    position: absolute;
    width: 100%;
    text-align: left;
    bottom: 0;
    display: flex;
    align-items: end;
  }
  section.mainBanner .miniTitle a{
    text-decoration: none;
  }
  section.mainBanner .miniTitle a h5{
    color:#FFF;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:5px;
    font-size: 15px;
    font-weight: 500;
  }
  /*MAIN BANNER*/

  /*MAIN POSTS*/
  section.mainPosts{}
  section.mainPosts .sectionTitle{
    position:relative;
  }
  section.mainPosts .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainPosts .sectionTitle h3:before{
    content:'';
    top:30%;
    left:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainPosts .sectionTitle h3:after{
    content:'';
    top:30%;
    right:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainPosts .item{
    padding:40px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  section.mainPosts .item svg{
    margin-bottom:1rem;
  }
  section.mainPosts .item h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:20px;
    color:#197C82;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#707070;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item .itemBtn{
    text-align: center;
  }
  section.mainPosts .item .itemBtn a{
    text-align:center;
    text-decoration: none;
    color:#197C82;
    font-size: 14px;
    font-weight: 400;
  }
  section.mainPosts .item.active path, section.mainPosts .item:hover path{
    fill:#FFF;
  }
  section.mainPosts .item.active, section.mainPosts .item:hover{
    background: #197C82;
  }
  section.mainPosts .item.active h4, section.mainPosts .item:hover h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:20px;
    color:#FFF;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item.active p, section.mainPosts .item:hover p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#FFF;
    line-height: 1.4;
    padding-bottom:10px;
  }
  section.mainPosts .item.active .itemBtn, section.mainPosts .item:hover .itemBtn{
    text-align: center;
  }
  section.mainPosts .item.active .itemBtn a, section.mainPosts .item:hover .itemBtn a{
    text-align:center;
    text-decoration: none;
    color:#FFF;
    font-size: 14px;
    font-weight: 400;
  }
  /*MAIN POSTS*/

  /*MAIN FAQS*/
  section.mainFaqs{}
  section.mainFaqs .sectionTitle{
    position:relative;
  }
  section.mainFaqs .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainFaqs .sectionTitle h3:before{
    content:'';
    top:30%;
    left:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  section.mainFaqs .sectionTitle h3:after{
    content:'';
    top:30%;
    right:0;
    width:35%;
    height: 1px;
    background: #197C82;
    position: absolute;
  }
  /*MAIN FAQS*/

  /*MAIN VIDEOS*/
  section.mainVideos{}
  section.mainVideos .sectionTitle{
    position:relative;
  }
  section.mainVideos .sectionTitle h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:25px;
    color:#197C82;
    line-height: 1.2;
    padding-bottom:10px;
    text-align: center;
  }
  section.mainVideos .sectionTitle p{
    margin-top:10px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    color:#1C1C1C;
  }
  section.mainVideos .carouselContent .playCarouselBtn{
    position: absolute;
    right:10px;
    bottom:10px;
  }
  section.mainVideos .carouselContent .playCarouselBtn img{
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.mainVideos hr{
    margin-top:80px;
    border-color:#197C82;
  }
  /*MAIN VIDEOS*/

  /*MAIN CALLME*/
  section.callMe{
    padding-left:50px;
    padding-right:50px;
  }
  section.callMe .sectionTitle h4{
    color:#197C82;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1
  }
  section.callMe .sectionTitle h3{
    color:#197C82;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1
  }
  section.callMe .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    border-radius: 5px;
    background:#197C82;
    left: 15px;
    top: 60px;
  }
  section.callMe .sectionTitle p{
    color:#1C1C1C;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.1;
    margin-top:25px;
  }
  section.callMe .callForm input, section.callMe .callForm select, section.callMe .callForm textarea{
    border:1px solid #197C82;
    border-radius: 10px;
    color:#197C82;
    font-weight:300;
    font-size:14px;
  }
  section.callMe .callForm label{
    color:#1C1C1C;
    font-weight:300;
    font-size:12px;
    text-align: justify;
  }
  /*MAIN CALLME*/


  /*MAIN SOCIAL*/
  section.social{
    background-color:#197C82;
    margin-top:80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  section.social .sectionTitle h3{
    color:#FFF;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1.2
  }
  section.social .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    background:#FFF;
    left: 15px;
    top: 78px;
  }
  section.social .sectionTitle p{
    color:#FFF;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.3;
    margin-top:25px;
  }
  section.social ul.socialUs{
    margin-top:50px;
    display: flex;
    justify-content: start;
  }
  section.social ul.socialUs li{
    float: left;
    margin-right: 15px;
  }
  section.social ul.socialUs li img {
    width: 25px;
  }
  section.social .imgContainer{
    display: none;
  
  }
  section.social .imgContainer img.phone1{
    margin-top:-200px;
    margin-bottom: -50px;
    -webkit-animation: socialPhoneLeft 4s ease-out 1s infinite;
    animation: socialPhoneLeft 4s ease-out 1s infinite;
    width: 225px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 46px;
  }
  section.social .imgContainer img.phone2{
    margin-top:-150px;
    margin-left: -50px;
    margin-bottom: -50px;
    -webkit-animation: socialPhoneRight 4s ease-out 1s infinite;
    animation: socialPhoneRight 4s ease-out 1s infinite;
    width: 225px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 46px;
  }
  /*MAIN SOCIAL*/


  /*MAIN GUESTBOOK*/
  section.guestBook .sectionTitle h4{
    color:#363636;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1
  }
  section.guestBook .sectionTitle h3{
    color:#363636;
    font-weight: 700;
    font-size:25px;
    text-align: left;
    line-height: 1
  }
  section.guestBook .sectionTitle h3:before{
    content:'';
    position: absolute;
    width:150px;
    height:4px;
    background:#197C82;
    left: 15px;
    top: 60px;
  }
  section.guestBook .sectionTitle p{
    color:#2D2D2D;
    font-size:14px;
    font-weight: 400;
    text-align: left;
    line-height: 1;
    margin-top:25px;
  }
  section.guestBook .commentSlider{
    padding-bottom: 80px;
    border-bottom: 1px solid #197C82;
  }
  section.guestBook .commentSlider .item{
    padding:15px;
  }
  section.guestBook .commentSlider .sliderItem{
    padding:15px;
    border:1px solid #F2F2F2;
    box-shadow: rgb(17 17 26 / 5%) 0px 0px 20px;
    border-radius: 20px;
    background: #FFF;
  }
  section.guestBook .commentSlider .sliderItem .imgContainer{
    padding-bottom:10px;
  }
  section.guestBook .commentSlider .sliderItem .imgContainer img{
    margin-top:-30px;
    width: 50px;
    height: 50px;
  }
  section.guestBook .commentSlider .sliderItem p.desc{
    font-size:13px;
    color:#2D2D2D;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom:15px;
    border-bottom: 1px solid #F2F2F2;
    min-height: 80px;
  }
  section.guestBook .commentSlider .sliderItem p.author{
    font-size:13px;
    color:#2D2D2D;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  section.guestBook .commentSlider .sliderItem .platform{
    padding-bottom: 25px;
  }
  section.guestBook .commentSlider .sliderItem p.platformName{
    font-size:11px;
    color:#969696;
    font-weight: 300;
    line-height: 1.2;
    width:50%;
    float:left;
    margin-bottom: 0;
  }
  section.guestBook .commentSlider .sliderItem p.vote{
    font-size:11px;
    color:#969696;
    font-weight: 300;
    line-height: 1.2;
    width:50%;
    float:right;
    margin-bottom: 0;
    text-align: right
  }
  section.guestBook .commentSlider .sliderItem p.vote i{
    font-size:11px;
    color:#FF9B26;
    font-weight: 300;
    line-height: 1.2;
  }
  /*MAIN GUESTBOOK*/

  /*MAIN NEWSLETTER*/
  section.newsletter{}
  section.newsletter .sectionTitle h3 {
    color: #197C82;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    line-height: 1;
  }
  section.newsletter .sectionTitle p {
    color: #2D2D2D;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin-top:10px;
    margin-bottom:30px;
  }
  section.newsletter .sectionBody input[type='email']{
    background: #197C82;
    padding:25px 100px 25px 60px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color:#FFF;
  }

  section.newsletter .sectionBody input[type='email']::placeholder{
    color:#FFF;
    opacity: 1;
  }
  section.newsletter .sectionBody input[type='email']:-ms-input-placeholder, section.newsletter .sectionBody input[type='email']::-ms-input-placeholder{
    color:#FFF;
  }
  section.newsletter .sectionBody input[type='submit']{
    position: absolute;
    top: -4px;
    right: 22px;
    font-weight: 400;
  }
  section.newsletter .sectionBody img.inputImg{
    position: absolute;
    top: 18px;
    left: 40px;
  }
  /*MAIN NEWSLETTER*/

  /*FOOTER*/
  footer.footer{
    padding-top:80px;
  }
  footer.footer .siteInfo img{
    width: 130px;
    padding-bottom:30px;
  }
  footer.footer .siteInfo p{
    font-weight: 400;
    font-size: 13px;
    color:#707070;
    line-height: 1.2;
    padding-right: 40px
  }
  footer.footer ul.socialUs{
    margin-top:30px;
    display: flex;
    justify-content: start;
  }
  footer.footer ul.socialUs li{
    float: left;
    margin-right: 15px;
  }
  footer.footer ul.socialUs li img {
    width: 25px;
  }
  footer.footer .siteMenu .menuTitle{
    font-weight: 400;
    font-size:18px;
    color:#2D2D2D;
  }
  footer.footer .siteMenu p{
    font-size:14px;
    font-weight: 400;
    color:#707070;
    line-height: 1.3;
  }
  footer.footer .siteMenu ul{
    font-weight: 400;
    font-size:18px;
    color:#2D2D2D;
  }
  footer.footer .siteMenu ul li{
    line-height: 1.5;
  }
  footer.footer .siteMenu ul li a{
    font-size:14px;
    font-weight: 400;
    color:#707070;
  }
  footer.footer .footerBottom{
    background: #197C82;
  }
  footer.footer .footerBottom p{
    font-size:11px!important;
  }
  /*FOOTER*/

  /*VIDEO CAROUSEL*/
  .carouselContent{
    width: 415px!important;
    min-height:200px!important; 
  }
  .carouselContent .videoCarousel li{
    width: 350px!important;
    height: 175px!important;
  }
  .carouselContent .videoCarousel li img.carouselImg{
    width:350px!important;
    height: 175px!important;
  }

/*SONRADAN EKLENENLER*/
  .breadcrumbs{
    margin-top: 60px;
    margin-bottom: 60px;
    background-color:transparent!important;
    padding:0!important;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle{
    position: relative;
    margin-top: -40px;
  }
  .breadcrumbs .breadcrumbTitle p.smDesc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle h1{
    font-size: 20px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  .breadcrumbs .breadcrumbTitle h1:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -5px;
  }
  .breadcrumbs .breadcrumbTitle p.lgDesc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.2;
  }
  .breadcrumbs .imageContent{
    display: none;
  }
  .breadcrumbs .imageContent img{
    position: relative;
    z-index: 1;
    height: 150px!important;
  }
  section.page{
    margin-top:-15px;
    background: #FFF;
    position: relative;
    padding-bottom: 80px;
  }
  section.page:before{
    content: '';
    background: url('../img/section-before.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 60px;
    height: 100px;
    position: absolute;
    top: -50;
    right: 0;
  }
  .addSectionBg{
    background:none!important;
  }
  section.page:after{
    content: '';
    background: url('../img/section-after.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 60px;
    height: 100px;
    position: absolute;
    bottom: -65px;
    left: 0
  }
  section.page .textContent{}
  section.page .textContent p.desc{
    font-size: 13px;
    color:#2D2D2D;
    font-weight: 400;
    position: relative;
  }
  section.page .sirketKadrosu{}
  section.page .sirketKadrosu .item{
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border:1px solid #197C82;
  }
  section.page .sirketKadrosu .item .imageContent{
    text-align: center;
  }
  section.page .sirketKadrosu .item .imageContent img{}
  section.page .sirketKadrosu .item .textContent{
    margin-top: 20px;
    position: relative;
  }
  section.page .sirketKadrosu .item .textContent p.smDesc{
    font-size: 12px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.3;
  }
  section.page .sirketKadrosu .item .textContent h2{
    font-size: 16px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  section.page .sirketKadrosu .item .textContent h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .sirketKadrosu .item .textContent ul{
    margin-top: 1rem;
  }
  section.page .sirketKadrosu .item .textContent ul li{}
  section.page .sirketKadrosu .item .textContent ul li a{
    font-size: 12px;
    font-weight: 400;
    color:#646464;
  }
  section.page .sirketKadrosu .item .textContent ul li a i{
    padding-right: 10px;
    color:#197C82;
  }


  section.page .projeOrtaklari{
    margin-top:20px;
  }
  section.page .projeOrtaklari .item{
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border:1px solid #197C82;
  }
  section.page .projeOrtaklari .item .imageContent{
    text-align: center;
  }
  section.page .projeOrtaklari .item .imageContent img{}
  section.page .projeOrtaklari .item .textContent{
    position: relative;
    margin-top:20px;
  }
  section.page .projeOrtaklari .item .textContent p.smDesc{
    font-size: 12px;
    color:#2D2D2D;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.3;
  }
  section.page .projeOrtaklari .item .textContent h2{
    font-size: 16px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
  }
  section.page .projeOrtaklari .item .textContent h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .projeOrtaklari .item .textContent ul{
    margin-top: 1rem;
  }
  section.page .projeOrtaklari .item .textContent ul li{}
  section.page .projeOrtaklari .item .textContent ul li a{
    font-size: 12px;
    font-weight: 400;
    color:#646464;
  }
  section.page .projeOrtaklari .item .textContent ul li a i{
    padding-right: 10px;
    color:#197C82;
  }


  section.page .iletisim{
    margin-top:20px;
  }
  section.page .iletisim .item{
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  section.page .iletisim .item .sectionTitle{
    width: 100%;
    float:left;
    background: url('../img/contact_bg.png') #197A80;
    background-repeat: no-repeat;
    background-size:150px;
    background-position: center;
    padding:30px 20px;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: center;
  }
  section.page .iletisim .item .sectionTitle h2{
    font-size: 18px;
    color:#FFF;
    font-weight: 600;
    position: relative;
  }
  section.page .iletisim .item .sectionTitle p.smDesc{
    font-size: 12px;
    color:#FFF;
    font-weight: 400;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0;
  }
  section.page .iletisim .item .sectionBody{
    width:100%;
    float:right;
    padding:20px;
    position: relative;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
  }
  section.page .iletisim .item .sectionBody ul{
    margin-bottom: 0px;
  }
  section.page .iletisim .item .sectionBody ul li{
    margin-bottom: 10px;
  }
  section.page .iletisim .item .sectionBody ul li a{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    position: relative;
  }
  section.page .iletisim .item .sectionBody ul li a i{
    font-size: 12px;
    color:#197A80;
    padding-right: 20px;
    position: relative;
  }
  section.page .iletisim .iletisimFormu .sectionTitle{
    margin-bottom: 20px
  }
  section.page .iletisim .iletisimFormu .sectionTitle p{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
  }
  section.page .iletisim .iletisimFormu .sectionTitle h3{
    font-size: 20px;
    color:#2D2D2D;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
  }
  section.page .iletisim .iletisimFormu .form-control{
    font-size: 12px;
    color:#9B9B9B;
    font-weight: 400;
    border-radius: 15px;
    padding:25px;
    border:1px solid #BFBFBF;
  }
  section.page .iletisim .iletisimFormu button{
    padding-left: 60px;
    padding-right: 60px;
  }

  section.page .product{}
  section.page .product .sectionTitle{
    position: relative;
  }
  section.page .product img{
    margin-top:30px;
  }
  section.page .product .sectionTitle h2{
    font-size: 20px;
    color:#197C82;
    font-weight: 600;
    position: relative;
  }
  section.page .product .sectionTitle h2:before{
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: #197C82;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  section.page .product .sectionBody p{
    margin-top: 20px;
    color: #2D2D2D;
    font-weight: 400;
    font-size: 11px;
    text-align: justify;
    line-height: 1.5;
  }
  section.page .product .sectionBody ul{
    margin-top: 20px;
    margin-bottom:20px;
  }
  section.page .product .sectionBody ul li{
    float:left;
    width: 50%;
  }
  section.page .product .sectionBody ul li a{
    color: #197C82;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.5;
  }
  section.page .product .sectionBody ul li a:hover{
    text-decoration: underline!important;
  }
  section.page .product .sectionBody .moreBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.5;
  }
  section.page .product .sectionBody .moreBtn a i{
    color: #197C82;
    font-size: 10px;
    padding-left: 10px
  }

  section.page .tanitimMedya{
    margin-top:0px;
  }
  section.page .tanitimMedya .item{
    margin-bottom: 30px;
    border-radius: 20px;
  }
  section.page .tanitimMedya .item .imageContent{
    position: relative;
  }
  section.page .tanitimMedya .item .imageContent .playBtn{
    position: absolute;
    right: 43%;
    top: 35%;
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.page .tanitimMedya .item .imageContent img.mainImage{
    border-radius: 20px;
  }
  section.page .tanitimMedya .item .textContent{
    position: relative;
  } 
  section.page .tanitimMedya .item .textContent .sectionTitle{
    padding:15px 0;
    position: relative;
    border-bottom:1px solid #197C82;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle h2{
    font-size: 12px;
    color:#197C82;
    font-weight: 600;
    position: relative;
    width: 75%;
    float: left;
    margin-bottom: 0;
    line-height: inherit;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn{
    width:25%;
    text-align: right;
    float: right;
  }
  section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
  }
   section.page .tanitimMedya .item .textContent .sectionTitle .moreBtn a i{
    color: #197C82;
    font-size: 10px;
    padding-left: 5px
  }

  section.page .belgeler{
    margin-top:0px;
  }
  section.page .belgeler .item{
    margin-bottom: 30px;
    border-radius: 20px;
    padding:10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  section.page .belgeler .item .imageContent{
    position: relative;
  }
  section.page .belgeler .item .imageContent .playBtn{
    position: absolute;
    right: 75px;
    top: 38%;
    -webkit-animation: zoomInImageSm 4s ease-out 1s infinite;
    animation: zoomInImageSm 4s ease-out 1s infinite;
  }
  section.page .belgeler .item .imageContent img.mainImage{
    border-radius: 20px;
  }
  section.page .belgeler .item .textContent{
    position: relative;
  } 
  section.page .belgeler .item .textContent .sectionTitle{
    text-align: center;
    position: relative;
  }
  section.page .belgeler .item .textContent .sectionTitle h2{
    font-size: 12px;
    color:#197C82;
    font-weight: 600;
    position: relative;
    width: 100%;
    padding:10px 0;
    margin-bottom: 0;
    min-height: 50px
  }
  section.page .belgeler .item .screenBtn{
    text-align: right;
  }
  section.page .belgeler .item .screenBtn a{
    color: #197C82;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
  }

  .addProductBg{
    background-size:1600px!important;
  }
  section.productDetail{
    padding-top:40px;
    padding-bottom:80px;
    position: relative;
  }
   section.productDetail:after{
    content: '';
    background: url('../img/section-after.png');
    background-repeat: no-repeat;
    background-size:contain;
    width: 60px;
    height: 100px;
    position: absolute;
    bottom: -65px;
    left: 0
  }
  section.productDetail .productSlideContent{
    border-radius: 20px;
    background: #FFF;
    height: 100%;
    display: flex;
    align-items: center;
  }
  section.productDetail .productSlideContent .productSlider{}
  section.productDetail .productSlideContent .productSlider .item{
    padding:15px;
  }
  section.productDetail .productSlideContent .productSlider .item .slideItem{}
  section.productDetail .productSlideContent .productSlider .item .slideItem img{
    width: 100%;
  }
  section.productDetail .productTextContent{
    position: relative;
    border-radius: 20px;
    background: #FFF;
    padding:30px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  }
  section.productDetail .productTextContent .vegetable{
    position: absolute;
    top: 0;
    right: 50px
  }
  section.productDetail .productTextContent .vegetable img{
    width: 60px;
  }
  section.productDetail .productTextContent .sectionTitle{}
  section.productDetail .productTextContent .sectionTitle h1{
    color:#197C82;
    font-weight: 700;
    font-size: 18px;
    padding-top:10px;
    padding-right: 80px;
  }
  section.productDetail .productTextContent .productFeatures{
    margin-top: 25px;
    padding-bottom: 20px;
  }
  section.productDetail .productTextContent .productFeatures li b{
    font-size: 12px;
    color:#197C82;
    line-height: 1.3;
    font-weight: 500;
  }
  section.productDetail .productTextContent .productFeatures li{
    font-size: 10px;
    color:#197C82;
    line-height: 1.5;
    border-bottom: 1px solid #197C82;
    float: left;
    width: 100%;
    padding-top:10px;
    padding-bottom:10px;
  }
  section.productDetail .productTextContent .warnDesc{}
  section.productDetail .productTextContent .warnDesc p{
    font-size: 10px;
    color:#646464;
    line-height: 1.3;
    font-weight: 300
  }
  section.productDetail .productTextContent .warnDesc p b{
    font-size: 12px;
    color:#646464;
    line-height: 1.3;
    font-weight: 500;
  }


  section.productDetail .productTabs{
    position: relative;
    border-radius: 20px;
    background: #FFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  section.productDetail .productTabs ul.nav-tabs{
    border-radius: 0px;
  }
  section.productDetail .productTabs ul.nav-tabs li{
    width:100%;
  }
  section.productDetail .productTabs ul.nav-tabs li.first a.active, section.productDetail .productTabs ul.nav-tabs li.first a:hover{
    transition: all 0.1s ease-in-out;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
  }
  section.productDetail .productTabs ul.nav-tabs li.last a.active, section.productDetail .productTabs ul.nav-tabs li.last a:hover{
    transition: all 0.1s ease-in-out;
  }
  section.productDetail .productTabs ul.nav-tabs li a{
    font-size:12px;
    font-weight: 300;
    color:#646464;
    text-align: center;
    padding:15px 0;
    border-radius: 0;
  }
  section.productDetail .productTabs ul.nav-tabs li a.active{
    background: #197C82;
    color:#FFF;
  }
  section.productDetail .productTabs #productTabContent .tab-pane{
    padding:30px;
  }
  section.productDetail .productTabs #productTabContent .tab-pane p{
    font-size: 13px;
    color:#646464;
    line-height: 1.3;
    font-weight: 300;
    text-align: justify;
  }
}