﻿
.accordion .card {border: none; border-radius: 5px; box-shadow: -webkit-box-shadow: 0 0 13px 18px rgba(0,0,0,0.02); -moz-box-shadow: 0 0 13px 18px rgba(0,0,0,0.02); box-shadow: 0 0 13px 18px rgba(0,0,0,0.02); margin-bottom: 20px;}
.accordion .card:last-child{margin-bottom: 0;}
.accordion .card-header {background: none; border:none;}
.accordion .card-header a{font-weight: 500; font-size: 15px; color: #222021; text-transform: capitalize;}
.accordion .card.active a, .accordion .card a:hover{color: #2a4f9f}
.accordion .card-header {padding: 30px 80px 30px 30px; position: relative;}
.accordion .card-body {padding-left: 30px; padding-top: 10px;}
.accordion .card-header a span:after,
.accordion .card-header a span:before,
.accordion .card-header a span {content: ''; position: absolute; left: 20px; top: 50%; width: 36px; height: 36px; background: #2a4f9f; border-radius: 50%;}
.accordion .card-header a span:before,
.accordion .card-header a span:after {width: 10px; height: 1px; background: #ffffff; top: 50%; left: 50%; -webkit-transform: translate(-50%); transform: translate(-50%)}
.accordion .card-header a span:before {-webkit-transform: translate(-50%) rotate(90deg); transform: translate(-50%) rotate(90deg)}
.accordion .card-header a span{left: inherit; right: 30px;}
.accordion .card-header a[aria-expanded="true"] span:before {-webkit-transform: translate(-50%) rotate(0deg); transform: translate(-50%) rotate(0deg)}

.dark-bg .accordion .card{background: rgba(0,0,0,0.2);}
.dark-bg .accordion .card-header a{color: rgba(255,255,255,0.8);}
.dark-bg .accordion .card.active a, .dark-bg .accordion .card a:hover{color: #2a4f9f;}
.dark-bg .accordion .card-body{color: rgba(255,255,255,0.6);}

.accordion.style-2 .card{box-shadow: none;}
.accordion.style-2 .card-header {margin: 0 30px; padding: 20px 0;}
.accordion.style-2 .card-header h6{position: relative; padding-left: 40px;}
.accordion.style-2 .card.active .card-header {border-bottom: 1px dashed #dddddd;}
.accordion.style-2 .card-header a small{font-size: 20px; position: absolute; left: 0; top: 0; margin-right: 10px; font-style: italic; font-weight: 700;}
.accordion.style-2 .card-body{padding: 30px;}



.social-icons ul{padding:0; margin: 0; line-height: 0;}
.text-center.social-icons ul{display:inline-block;}
.social-icons li{display: inline-block; list-style:none; padding:0; margin:0 8px 0 0;}
.social-icons li a,.social-icons li span {display: inline-block; height: 42px; width: 42px; line-height: 42px; font-size: 20px; text-align: center; margin:0; border-radius: 4px; border: 0; background: transparent; color: #222021; overflow: hidden; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.social-icons li:hover i {animation: 0.3s ease 0s normal forwards 1 running toTopFromBottom;}
.text-white .social-icons li a{color:#ffffff;}
/*** Colored ***/
.social-icons.social-colored a,.social-icons li span,
.social-icons.social-hover a:hover{color:#fff;}


/*** Border ***/
.social-icons.social-border li a{border:1px solid #ddd; background:transparent;}
.social-icons.social-border li.flag a{border:none; background:transparent;}

/*** Circle ***/
.social-icons.circle li a,.social-icons.circle li span{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}

@-webkit-keyframes toTopFromBottom {
    49% {-webkit-transform: translateY(-100%);}
    50% {opacity: 0; -webkit-transform: translateY(100%);}
    51% {opacity: 1;}
}
@-moz-keyframes toTopFromBottom {
    49% {-moz-transform: translateY(-100%);}
    50% {opacity: 0; -moz-transform: translateY(100%);}
    51% {opacity: 1;}
}
@keyframes toTopFromBottom {
    49% {transform: translateY(-100%);}
    50% {opacity: 0; transform: translateY(100%);}
    51% {opacity: 1;}
}



.team-member{overflow: hidden; position: relative;}
.team-images{position: relative; overflow: hidden;}
.team-member .team-description {width: 100%; padding: 20px; background: #ffffff;}
.team-member .team-description span,
.team-member.style-2 .team-title span{color: #222021;}
.team-member .team-description h5,.team-member .team-description .title,
.team-member.style-2 .team-title h5{ margin: 10px 0; font-weight: 400;  color: #000;font-size:14px; line-height:22px;}
.team-member .team-social-icon { left: 0; position: absolute; bottom: -10%; width: 100%; opacity: 0; z-index:9;}
.team-member .team-social-icon ul {display: inline-block; border-radius: 30px; padding: 0px 10px; }
.team-member .team-social-icon ul li {float: left; margin: 0; cursor: pointer; height: 50px; width: 50px; display: inline-block; background: #0c1220; position: relative; text-align: center;}
.team-member .team-social-icon ul li a {position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: #ffffff;  border-right: 1px solid rgba(255,255,255,0.3); width: 100%;  display: inline-block; text-align: center;}
.team-member .team-social-icon ul li:last-child a{border-right: none;}
.team-member .team-social-icon ul li a:hover {color: #2a4f9f;}
.team-member:hover .team-social-icon { opacity: 1; bottom: 10%; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.team-member img{width: 100%;}
.team-member:hover .team-images img{transform: scale(1.1); -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.team-member:hover .team-description{background: #2a4f9f; color: #ffffff;}
.team-member:hover h5 a, .team-member.style-2:hover .team-title h5,
.team-member:hover .team-description span, .team-member.style-2:hover .team-title span{color: #ffffff !important;}
.team-member .team-description h5,
.team-member.style-2 .team-title h5{font-size: 12px;font-weight:400;}
.team-member p{margin-bottom: 0; font-size: 14px;}

.team-member.style-2 {overflow: hidden; position: relative;}
.team-member.style-2 .team-social-icon, .team-member.style-3 .team-social-icon, .team-member.style-4 .team-social-icon{position: relative; bottom: inherit; margin-top: 20px; opacity: 1;}
.team-member.style-2 .team-social-icon ul li, .team-member.style-3 .team-social-icon ul li{background: none}
.team-member.style-2 .team-social-icon ul li a:hover, .team-member.style-3 .team-social-icon ul li a:hover {color: #222021;}
.team-member.style-2 .team-title {text-align:right; background: #ffffff; bottom: 40px;right: 12px; padding:2px 20px 2px 20px;; position: absolute;  width: 60%;border-radius: 30px 0 0 30px;}
.team-member.style-2 .team-description {position: absolute; text-align: center; bottom: -100%; width: 100%;}
.team-member.style-2:hover .team-description {bottom: 0;}
.team-member.style-2 .team-title h5 {padding:0 !important;font-size: 16px;line-height:22px; font-weight: 700 !important;color: #000 !important;text-transform: capitalize !important;}
.team-member.style-2 .team-images.border {border-style:dashed !important; border-color:#1f9a26 !important}
.team-member:hover h5 a, .team-member.style-2:hover .team-title h5,
.team-member:hover .team-description span, .team-member.style-2:hover .team-title span{color: #2a4f9f !important;}
@media (max-width: 1200px){
    .team-member.style-2 .team-title{bottom: 20px}
    .team-member.style-2 .team-title h5{font-size: 14px;}
}
@media (max-width: 992px){
    .team-member.style-2 .team-title h5{font-size: 12px;line-height:20px;}
}
@media (max-width: 414px){
    .team-member.style-2 .team-title{text-align:center;}
    .team-member.style-2 .team-title h5{font-size: 10px;line-height:16px;}
}
@media (min-width: 992px) {
.carousel-custom-1 .container-fluid .col-lg-12 {flex: 0 0 auto;width: 91.66666667%;margin-left: 8.33333333%;}
}


.team-member.style-3 .team-images{display: table-cell; vertical-align: middle; width: 30%;padding:10px;}
.team-member.style-3 .team-description {display: table-cell; vertical-align: middle; background: none;}
.team-member.style-3 .team-description .desc{font-size:15px;line-height:26px;}
.team-member.style-3:hover .team-description{background: none !important;}
.team-member.style-3:hover .team-description span{color: #222021 !important}
.team-member.style-3:hover .team-description h5,.team-member.style-3:hover .team-description h5{color: #2a4f9f !important;}
.team-member.style-3:hover .team-description{color: #666}
.team-member.style-3 .team-social-icon ul{padding: 0;}
.team-member.style-3 .team-social-icon ul li{padding: 0; background: #ffffff; margin-right: 10px; border-radius: 50%; -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,0.05);
-moz-box-shadow: 0 0 13px 3px rgba(0,0,0,0.05); box-shadow: 0 0 13px 3px rgba(0,0,0,0.05); height: 40px; width: 40px;}
.team-member.style-3 .team-social-icon ul li:hover{background: #2a4f9f}
.team-member.style-3 .team-social-icon ul li a{color: #666; border-right:none;}
.team-member.style-3 .team-social-icon ul li:hover a{color: #ffffff}

.team-member.style-4{position: relative;}
.team-member.style-4 .team-description {top: 50%; background: none !important; left: 0; position: absolute; right: 0; transform: translateY(-50%) scale(0); z-index: 99; padding: 50px;}
.team-member.style-4:before{background: #2a4f9f; content: ""; transform: translateY(110%); position: absolute; left: 0; right: 0; bottom: 0; height: 90%; width: 90%; margin: 5%; z-index: 9;}
.team-member.style-4:hover .team-description{top: 50%; transform: translateY(-50%) scale(1);}
.team-member.style-4:hover:before{transform: translateY(0);}


.tab .nav-tabs{border:none;}
.tab .nav-tabs .nav-link{color: #222021; font-size: 14px; border-radius: 5px; position: relative; display: inline-block; border:none; margin: 0; margin-right: 5px; background: #ffffff; padding:15px 30px; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}
.tab .nav-tabs .nav-link.active, .tab .nav-tabs .nav-link:hover, .tab .nav-tabs.active > a:focus, .tab .nav-tabs > a:hover{background: #2a4f9f; color: #ffffff; border: none;}
.tab .tab-content{padding: 30px 0;}
.tab .nav-tabs li a i {margin-right: 10px;}

.grey-bg .tab .tab-content{background: #ffffff;}
.tab.style-2 .nav-tabs{display: block; margin-bottom: 30px;}
.tab.style-2 .tab-content, .tab.style-3 .tab-content{padding: 30px;}
.tab.style-2 .nav-tabs .nav-link{background: #ffffff; color: #2a4f9f; -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,0.05); -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,0.05); box-shadow: 0 0 13px 3px rgba(0,0,0,0.05);}
.tab.style-2 .nav-tabs .nav-link.active, .tab.style-2 .nav-tabs .nav-link.active:hover, .tab.style-2 .nav-tabs .nav-link.active:focus, .tab.style-2 .nav-tabs .nav-link:hover{background: #2a4f9f; color: #ffffff;}
.tab.style-2 .nav-tabs a::after{border: 10px solid #2a4f9f; bottom: -10px; content: ""; left: 50%; position: absolute; transform: translateX(-50%); opacity: 0;-webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; -ms-transition: all 0.4s ease-in-out 0s; -o-transition: all 0.4s ease-in-out 0s;  transition: all 0.4s ease-in-out 0s;}
.tab.style-2 .nav-tabs .nav-link:hover:after, .tab.style-2 .nav-tabs .nav-link.active::after {opacity: 1;}

.tab.style-3 .nav-tabs a i{font-size: 40px; line-height: 40px; color: #2a4f9f; display: block; margin-bottom: 10px;}
.tab.style-3 .nav-tabs .nav-link{padding: 15px 80px; text-transform: uppercase; border-radius: 0; box-shadow: none; background: #efefef}
.dark-bg .tab.style-3 .nav-tabs .nav-link{background: rgba(255,255,255,0.1); color: #ffffff}
.tab.style-3 .nav-tabs .nav-link.active, .tab.style-3 .nav-tabs .nav-link:hover, .tab.style-3 .nav-tabs.active > a:focus, .tab.style-3 .nav-tabs > a:hover{background: #2a4f9f}
.theme-bg .tab.style-3 .nav-tabs .nav-link.active, .theme-bg .tab.style-3 .nav-tabs .nav-link:hover, .theme-bg .tab.style-3 .nav-tabs.active > a:focus, .theme-bg .tab.style-3 .nav-tabs > a:hover{background: rgba(255,255,255,0.2);}
.tab.style-3 .nav-tabs{display: inline-block; border-bottom: 1px dashed #2a4f9f; width: 100%;}
.tab.style-3 .nav-tabs .nav-link.active i, .tab.style-3 .nav-tabs .nav-link:hover i, .tab.style-3 .nav-tabs.active > a:focus i, .tab.style-3 .nav-tabs > a:hover i{color: #ffffff}


.counter{position:relative;text-align:center}
.counter i{font-size:40px; line-height:40px; color: #2a4f9f; display:inline-block;}
.counter .count-number{display:block; font-size:46px; font-weight:900; margin:20px 0 0; line-height:40px; position: relative; color:#222021;}
.counter label{font-weight:600; color:#222021; font-size:15px; position:relative; margin:10px 0; margin-bottom:0; padding-top: 15px;}
.counter label:before{position: absolute; content: ""; border-top: 2px dotted #2a4f9f; width:70px; height: 2px; top: 0; left: 50%; transform: translateX(-50%);}
.theme-bg .counter label:before{background: #ffffff}

.counter.style-2{padding: 15px 0;}
.dark-bg .counter, .dark-bg .counter label, .theme-bg .counter, .theme-bg .counter label, .counter.style-2 span{color: #ffffff}
.counter.style-2::before {border-right: 1px dashed rgba(255,255,255,0.2); content: ""; height: 100%; position: absolute; right: -15px; top: 0; width: 1px; z-index: 9;}
[class*='col-']:last-child .counter.style-2::before {border-right: medium none;}

.counter.style-3{padding-left: 80px;text-align:center}
.counter.style-3 i{position: absolute; left: 40px; top: 40%; padding: 10px 25px 10px 0;}
.counter.style-3 i:after{position: absolute; content: ""; border-right: 1px dashed #4baf47; height: 100%; width: 1px; top: 0; left: 65px;}
.counter.style-3 span{margin: 0;}
.theme-bg .counter i{color: #ffffff !important;}
.theme-bg .counter.style-3 i:after{border-right: 1px dashed rgba(255,255,255,0.5);}
.counter.style-3 label{padding-top: 0;}
.counter.style-3 label:before{display: none;}
.counter.style-3 i{color:#036800}
.counter.style-3 .count-number{color:#012d00;font-weight: 900;}
@media (max-width: 768px) {
    .counter.style-3 i{ left: 65px;}
}


.counter.style-4{background: #ffffff; padding: 50px 20px;}
/*.counter.style-4 {box-shadow: none;}
.counter.style-4 i {color: #012d00;font-size: 50px;width: 128px;height: 128px;line-height: 128px;border-radius: 50%;border: 1px solid #012d00;background-color: #f3f3f3;}
.counter.style-4 span {font-size: 50px;font-weight: 900;}
.counter i {color: #036800}
.counter .count-number {color: #012d00;font-weight: 900;}*/

.counter.style-5{padding: 50px 0;}
.counter.style-5::before {border-right: 1px dashed rgba(255,255,255,0.2); content: ""; height: 95%; position: absolute; right: -15px; top: 0; width: 1px; z-index: 9;}
.counter.style-5::after {border-bottom: 1px dashed rgba(255,255,255,0.2); content: ""; height: 100%; position: absolute; left: 0; bottom: 0; width: 100%; z-index: 9;}
.col-sm-6:nth-child(2n+2) .counter.style-5::before{border-right: none;}
.col-sm-6:nth-child(3) .counter.style-5::before{top: inherit; bottom: 0;}
.col-sm-6:nth-child(n+3) .counter.style-5::after{border-bottom: none;}
.dark-bg .count-number, .theme-bg .count-number{color: #ffffff;}

.post {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}
.post-meta{ margin: 15px 0 0;}
.post-meta ul li:first-child{background: #2a4f9f; color: #ffffff;}
.post-meta ul li{background: #efefef; color: #222021; border-radius: 30px; font-weight: 600; font-size: 12px; display: inline-block; margin: 0 10px 0 0; list-style-type: none; position: relative; padding: 4px 14px; text-transform: uppercase;}
.post-meta ul li:last-child{margin-right: 0;}
.post .post-desc{padding:10px 20px;border-top:1px solid #efefef;background: #ffffff; width: 100%; display: inline-block; -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1); box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);}
.post .post-desc h5 a{text-transform: capitalize; font-weight: 500; color: #2a4f9f}
.post .post-desc h5 a:hover{color: #222021}
.post .post-desc p{margin-top: 15px;}
.post-image{overflow: hidden;}
.post-image img {width: 100%;}
.post-btn{text-transform: uppercase;}
.post .post-btn:hover{color: #222021;}
.post:hover{transform: translateY(5px); -webkit-transform: translateY(5px); -o-transform: translateY(5px); -ms-transform: translateY(5px); -moz-transform: translateY(5px);}

.post.style-2 .post-meta{border-bottom: none; margin-bottom: 0; padding-bottom: 0;}
.masonry .post{border-radius: 0; transform: inherit;}

.post.style-4 .post-desc h5 a{font-size:20px;}
.post.style-4 .post-desc h5 a, .post.style-4 .post-desc p, .post.style-4 .post-btn:hover{color: #ffffff;}
.post.style-4:hover h5 a{color: #2a4f9f;}
.post.style-4 h5 a:hover{color: rgba(255,255,255,0.7)}
.post.style-4 .post-desc {background: rgba(0,0,0,0.5);border:none; box-shadow: none; top: 0; left: 0; position: absolute; right: 0;
 z-index: 99;width: 100%; height: 100%;}
.post.style-4:hover .post-desc.post.style-4:hover .post-desc, .post.style-4.active .post-desc{bottom: 50%; transform: translateY(50%);}
.post.style-4:before{content: ""; background: rgba(0,0,0,0.7); position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; transform: translateY(100%); transition: transform 500ms ease 0s, box-shadow 500ms ease 0s; z-index: 9}
.post.style-4:hover:before, .post.style-4.active:before{transform: translateY(0);}

.blog-classic {/*border-bottom: 1px dashed #efefef; */margin-bottom: 30px;}
.video-post {padding-top: 50%; position: relative; width: 100%;}
.video-post iframe, .video-post object, .video-post embed {pointer-events: auto; border: medium none; height: 100%; left: 0; position: absolute; top: 0; width: 100%;}

.left-side .post{box-shadow: none; margin-top: -50px; padding:0 30px 30px;}
.media-holder .media.inner {margin: 40px 0 40px 80px;}
.media-holder .media{position: relative;} 
.media-body h6{color: #2a4f9f; text-transform: uppercase;}
.comment-date {left: 0; position: absolute; bottom: -10px; color: #2a4f9f;}
.reply {position: absolute; right: 0; top: 0;}
.reply a{color: #252525; font-weight: 500; border: 1px dashed #efefef; padding:5px;}
.reply a:hover{color: #2a4f9f; border-color: #2a4f9f}
.media-body p{border-top: 1px dashed #efefef; margin: 15px 0 0; padding-top: 15px;}

.page-item:first-child .page-link{border-radius: 5px;}
.pagination > li{margin: 0 6px;}
.pagination > li > a, .pagination > li > span{border-radius: 5px; color: #2a4f9f; border-color: #efefef}
.pagination > li.active .page-link, .page-link:hover, .page-link:focus{box-shadow: none; background: #2a4f9f; color: #ffffff; border-color: #2a4f9f}

.widget-title{position: relative; margin: 0px 0 25px 0;}


.widget .widget-categories li { display: block; margin-bottom: 8px;padding-bottom:8px; border-bottom: 1px solid #ebebeb }
.widget .widget-categories li a, .widget .widget-categories li span {font-size: 15px; color: #000; line-height: 32px; display: block; font-weight: 500; }
.widget .widget-categories li a:before,.widget .widget-categories li span:before { font-family: "Font Awesome 5 Free"; content: "\f35a"; padding-right: 10px; }
.widget .widget-categories li span { color: #2a4f9f; }
.widget .widget-categories li a:hover {color: #2a4f9f;}


.testimonial {padding: 10px; position: relative; margin-bottom: 50px;}
.testimonial-content{padding: 30px; border-radius: 10px; position: relative; background: #ffffff; -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1); box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);}
.testimonial .testimonial-content p{ font-size: 16px; line-height: 30px; font-style: italic;}
.testimonial .testimonial-content p, .testimonial .testimonial-avatar label{margin-bottom: 0;}
.testimonial-avatar{margin-top: 30px;}
.testimonial .testimonial-img {display: inline-block; margin-right: 15px;}
.testimonial .testimonial-avatar img{border-radius: 50%; width: 100px; height: 100px; padding: 5px; -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1); box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);}
.testimonial .testimonial-caption {display: inline-block; vertical-align: middle;}
.testimonial h6{color: #2a4f9f; text-transform: uppercase;}
.testimonial .testimonial-content:after, .testimonial .testimonial-content:before {top: 100%; left: 50px; border: solid transparent;
  content: ""; height: 0; width: 0; position: absolute; pointer-events: none;}
.testimonial .testimonial-content:after {border-top-color: #ffffff; border-width: 17px; margin-left: -17px;}
.testimonial .testimonial-content:before {border-width: 20px; margin-left: -20px;}

.testimonial.style-2 .testimonial-avatar {border-radius: 50%; left: 10px; margin: 0; position: absolute; top: 50%; transform: translateY(-50%);}
.testimonial.style-2 .testimonial-content{margin-left: 45px; padding-left: 80px;}
.testimonial.style-2 .testimonial-content:after, .testimonial.style-2 .testimonial-content:before, .testimonial.style-3 .testimonial-content:after, .testimonial.style-3 .testimonial-content:before{display: none;}
.testimonial.style-2 .testimonial-caption{margin-top: 20px;}
.testimonial.style-2 .testimonial-content{position: relative;}
.testimonial.style-2 .testimonial-content:before {content: "\e67f"; font-family: 'themify'; font-style: normal; font-weight: normal; text-decoration: inherit; font-size: 50px;
position: absolute; top: inherit; left: inherit; bottom: 30px; line-height: 50px; right: 60px; display: block; color: #2a4f9f; opacity: 0.1}
.testimonial.style-2:hover .testimonial-content:before{opacity: 1;}

.testimonial.style-3{background: none; text-align: center; margin-bottom: 0; padding: 0;}
.testimonial.style-3 .testimonial-content{background: none; color: #222021; box-shadow: none; padding: 0; margin: 0 auto; font-size: 18px; text-transform: capitalize; line-height: 34px;}
.testimonial.style-3:hover{background: none;}
.testimonial.style-3 .testimonial-content span {font-size: 40px; line-height: 40px; color: #2a4f9f; margin-bottom: 50px;}
.theme-bg .testimonial.style-3 .testimonial-content span{color: #ffffff;}
.theme-bg .testimonial.style-3 h6 {color: #222021;}
.theme-bg .testimonial.style-3 .testimonial-content {color: rgba(255,255,255,0.9);}
.testimonial.style-3 .testimonial-img {display: block; margin: 30px 0 20px;}
.testimonial.style-3 .testimonial-caption label{color: #222021}
.dark-bg .testimonial.style-3 .testimonial-content{ color: #ffffff;}
.dark-bg .testimonial.style-3 .testimonial-caption label, .theme-bg .testimonial.style-3 .testimonial-caption label{ color: #ffffff;}


.featured-item{padding: 40px 30px;}
.featured-item .featured-icon {margin-bottom: 20px; line-height: 0;}
.featured-item .featured-icon i{font-size: 45px; line-height: 45px; color: #2a4f9f}
.featured-desc p{margin-bottom: 0;}
.featured-title h5{margin-bottom: 15px; font-weight: 400; font-size: 20px;color:#222021}
.dark-bg .featured-title h5, .theme-bg .featured-title h5{color: #ffffff}

.featured-item.style-2{padding: 0 0 0 70px; position: relative; background: none}
.featured-item.style-2 .featured-icon {left: 0; position: absolute; top: 0; display: inline-block; margin: 0;}
.featured-item.style-2:hover{box-shadow: none; transform: inherit;}
.grey-bg .featured-item.style-2{padding: 30px 30px 30px 90px; background: #ffffff;}
.theme-bg .featured-item.style-2, .white-bg .featured-item.style-2{padding: 50px 30px 50px 90px;}
.grey-bg .featured-item.style-2 .featured-icon, .theme-bg .featured-item.style-2 .featured-icon, .white-bg .featured-item.style-2 .featured-icon{left: 25px; top: 50px;}

.featured-box-style-3{padding:100px 0;}
.main-page .featured-box-style-3{padding:0;}
.main-page .featured-box-style-3 .style-3-holder{margin-top:-150px;position:relative;z-index:99;}
.featured-item.style-3{background: #ffffff;border-top-left-radius: 20px;border-top-right-radius: 20px;padding: 30px 30px;}
.featured-item.style-3:hover{box-shadow: none;}
.featured-item.style-3 .featured-icon {margin-bottom: 40px;/*border: 1px solid rgba(204, 204, 204, 0.40);*/padding: 7px;display: inline-block;}
.featured-item.style-3 .featured-icon i {display: inline-block;width: 90px;height: 90px;line-height: 90px;background: #2a4f9f;color:#fff;font-size: 30px;border-radius: 50%;}
/*.featured-item.style-3:hover .featured-icon i{color: #000}
.featured-item.style-3:hover featured-icon{border-color: #000}*/

.featured-item.style-4{position: relative; padding: 70px 30px;}
.featured-item.style-4 h5, .featured-item.style-4 p{color: #ffffff}
.featured-item.style-4 .featured-icon{padding: 0; margin-bottom: 15px;}
.featured-item.style-4 > i, .featured-item.style-6 > i{position: absolute; right: -100%; bottom: -30px; font-size: 130px; line-height: 130px; color: rgba(255,255,255,0.05);} 
.featured-item.style-4:hover > i, .featured-item.style-6:hover > i{right: -15px;}
.featured-item.style-4 .featured-icon i::after{display: none;}

.featured-item.style-5 .featured-title{margin-bottom: 15px;}
.featured-item.style-5 .featured-icon {display: inline-block; margin: 0; vertical-align: middle; margin-right: 10px; color: #2a4f9f}
.featured-item.style-5 .featured-title h5 {display: inline-block; margin-bottom: 0;}

.featured-item.style-6{background: #fff;padding-top: 60px;padding-bottom: 80px;z-index: 10;}
.featured-item.style-6:hover{background: #2a4f9f}
.featured-item.style-6 .featured-icon{text-align:left;font-style: normal; font-size:40px;color: #fff;margin-bottom:40px;}
.featured-item.style-6:hover h5,.featured-item.style-6 h5 a:hover, .featured-item.style-6:hover p, .featured-item.style-6:hover .featured-icon i{color: #ffffff;}
.featured-item.style-6:hover h5 a,.featured-item.style-6 h5:hover a{text-decoration:underline !important}
.featured-item.style-6-theme{background-color: #2a4f9f;}

.featured-item.style-6-1 {background-color: #2a4f9f;}
.featured-item.style-6-2 {background-color: #000;}
.featured-item.style-6-3 {background-color: #f3f4f6;color: #333;}
.featured-item.style-6-4 {background-color: #fff;}


.featured-item.style-7{background-color: #ffffff; padding: 30px 40px !important;}
.featured-item.style-7:hover,.featured-item.style-7-1{background: #2a4f9f;}
.featured-item.style-7-2{background: #000;}
.featured-item.style-7-alt{background-color: transparent; padding: 0px !important;-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
.featured-item.style-7-alt:hover{padding: 20px !important}
.featured-item.style-7 .featured-title h5 {position: relative; margin: 30px 0;font-size: 22px;font-weight: 400;line-height:30px;}
.featured-item.style-7 .featured-title h5 span {color:#00000014 ;/*color: rgba(0, 0, 0, 0.08);*/ font-size: 80px; font-weight: 700;left: 0; position: absolute; top: -15px;}
.featured-item.style-7-2 .featured-title h5 span{color:#ffffff40}
.featured-item.style-7:hover .featured-title h5, .featured-item.style-7:hover p,.featured-item.style-7-1 .featured-title h5, .featured-item.style-7-1 p{color: #fff;}
.featured-item.style-7:hover .featured-title h5 span{color:#00000014; transform: translateY(-100%);}
.featured-item.style-7 h5 a{position:relative}
.featured-item.style-7 a:hover{color:#fff;text-decoration:underline}
.dark-bg .featured-item.style-7{background: rgba(255,255,255,0.01);}
.dark-bg .featured-item.style-7 .featured-title h5 span{color: rgba(255, 255, 255, 0.04);}
.dark-bg .featured-item.style-7:hover .featured-title h5 span{color: rgba(255, 255, 255, 0.2);}
.dark-bg .featured-item.style-7.text-right .featured-title h5 span{right: 0; left: inherit;}

.featured-item.style-8{background: #ffffff;}
.featured-item.style-8 .featured-icon i{font-size: 65px; line-height: 65px;}
.featured-item.style-8:hover .featured-icon i {animation: 0.3s ease 0s normal forwards 1 running toTopFromBottom;}
.featured-item.style-8:hover .featured-icon i {animation-duration: 4s; animation-iteration-count: infinite; animation-name: shake-chunk; animation-timing-function: ease-in-out;}


.featured-item.text-left, .featured-item.style-5{padding: 0;}
.featured-item.text-right, .featured-item.style-5{padding: 0;}
.small-icon{font-size: 20px !important; line-height: 24px !important;}
.medium-icon{font-size: 30px !important; line-height: 30px !important;}

.slick-slide .featured-item{margin: 0 15px;}
.featured-item.style-3:hover .featured-icon, .featured-item.style-8:hover .featured-icon{transform: inherit;}

.side-navbar .featured-item.style-3{padding: 40px 20px;}
.side-navbar .featured-item.style-3 h5{font-size: 16px;}

.featured-item.style-9{padding: 0 0 0 0px; position: relative; background: none}
.featured-item.style-9:hover{box-shadow: none; transform: inherit;}
.featured-item.style-9 .featured-title i{font-size:25px;margin-right:10px;color:#2a4f9f}
.featured-item.style-9 .featured-title a:hover{color:#2a4f9f !important}
.featured-item.style-9 .featured-title span{font-size:16px;margin-bottom:0px;}
.featured-item.style-9 .featured-desc{font-size:15px;}

.featured-item.style-10 {padding: 40px 90px 40px 20px;background-color: #ffffff;border-radius: 20px;border:1px solid #e2e2e2;position: relative;overflow: hidden;}
.featured-item.style-10 .featured-icon {position: absolute;right: -52px;top: -100px;height: 210px;width: 210px;background: #f3f3f3;-webkit-transition: all 300ms ease;transition: all 300ms ease;padding: 110px 60px;border-radius: 50%;}
.featured-item.style-10 h5 {font-size: 20px !important;font-weight: 900;}
.featured-item.style-10 p {font-size: 16px;}
.featured-item.style-10 .featured-icon i{margin-top: 20px !important;}
.featured-item.style-10 .featured-title,
.featured-item.style-10 .featured-desc {margin-left: 20px;position:relative;z-index:10;}
/*.featured-item.style-10 .featured-icon:before {content: "";position: absolute;z-index: 1;height: 45px;width: 45px;border-radius: 50%;background: none !important;top:35%;left:-15px;-webkit-transition: all 0.3s linear 0s;-moz-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;transition: all 0.3s linear 0s;}*/
@media (max-width: 1200px){
    .featured-item.style-10 {padding: 40px 20px 40px 20px;}
    .featured-item.style-10 .featured-icon{bottom: 160px;}
}

@media (max-width: 992px){
    .featured-item.style-10 {padding: 40px 20px 40px 20px;}
    .featured-item.style-10 .featured-icon{top: -110px;}
}
@media (max-width: 414px){
    .featured-item.style-10 .featured-icon{top: -120px;}
}


.btn{padding: 12px 40px; background: transparent; border-radius: 0; border: 2px solid transparent; position: relative; overflow: hidden; z-index: 9; text-transform: uppercase;text-decoration:none !important;}
.btn.btn-sm{padding: 10px 40px;}
.btn.btn-lg{padding: 15px 40px;}
.btn:hover{color: #2a4f9f}
.btn:focus, .btn.focus{color: #2a4f9f; box-shadow: none;}
.btn:focus:hover{color: #ffffff;}
.btn.btn-theme{background: #2a4f9f !important; color: #fff !important;border-width:1px; }
.btn.btn-theme:hover{background: #ffffff !important;color: #000 !important;border:1px solid #2a4f9f}
.btn.btn-black{background: #000 !important; color: #fff !important;border-width:1px; }
.btn.btn-black:hover{background: #ffffff !important;color: #000 !important;border:1px solid #000}
.btn.btn-theme-2{background: #2a4f9f !important; color: #000 !important;border-width:1px; }
.btn.btn-theme-2:hover{background: #ffffff !important;color: #000000 !important;border:1px solid #2a4f9f}
.btn.btn-border{border:2px solid #2a4f9f;}
.btn.btn-radius{border-radius: 5px;}
.btn.btn-circle{border-radius: 30px;}
.btn.btn-iconic i{margin-left:10px; font-size:15px;}
.btn.btn-iconic span, .btn.btn-iconic i{-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;transition:all .2s ease-out;}
.btn.btn-iconic i{position:absolute;display:block;top:50%;right:0;-webkit-transform:translate(40px,-50%);-ms-transform:translate(40px,-50%);transform:translate(40px,-50%);ms-transform:translate(40px,-50%);opacity:0}
.btn.btn-iconic span{width:100%;height:100%;display:block;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);ms-transform:translate(0,0);-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;ms-backface-visibility:hidden;}
.btn:hover.btn-iconic span{-webkit-transform:translate(-20px,0);-ms-transform:translate(-20px,0);transform:translate(-20px,0);ms-transform:translate(-20px,0);}
.btn:hover.btn-iconic i{opacity:1;}
/*.btn:before {content: ''; display: block; position: absolute; background: #2a4f9f; width: 100%; height: 0%; left: 50%; top: 50%;
transform: translate(-50%, -50%) rotate(40deg); -webkit-transform: translate(-50%, -50%) rotate(40deg); -moz-transform: translate(-50%, -50%) rotate(40deg); transition: all .5s; -webkit-transition: all .5s;
-moz-transition: all .5s;}*/
.btn.btn-theme:before{background: #ffffff !important;color: #2a4f9f !important;}
.btn:hover:before {width: 110%; height: 400%; z-index: -1;}
.btn.btn-block:hover:before {height: 600%;}
.btn.btn-white{background: #ffffff;border-color: #dfdfdf;color:#2a4f9f}
.btn.btn-white.btn-border{border-color: #ffffff; background: none; color: #ffffff;}
.btn.btn-white:hover{color: #000;}
.btn.btn-white.btn-border:hover{color: #2a4f9f;}
.btn.btn-white.btn-custom:hover{color: #2a4f9f;background-color: #ffffff;}
.btn.btn-white:before{background: #222021;}
.btn.btn-white.btn-border:before{background: #ffffff;}
.btn + .btn{margin-left: 10px;}
.btn-secondary{background:#a8a8a8;border:2px solid #5d5d5d !important;}

.client-logo.style-3 {border-collapse: collapse; display: table; table-layout: fixed; width: 100%;}
.client-logo.style-3 .client-row {display: table-row; border-collapse: collapse; margin: 0;}
.client-logo.style-3 .client-row .client-item {border: 1px solid #dddddd; display: table-cell; padding: 60px; text-align: center; vertical-align: middle; float: none;}
.dark-bg .client-logo.style-3 .client-row .client-item{border-color: rgba(255,255,255,0.1);}


.section-title h2{font-weight:700;font-size:40px;line-height:58px;z-index: 10 !important;text-transform:uppercase}

.section-title h5,.section-title .h5{color:#2a4f9f;font-weight:400 !important;}
h2.title{color: #222021;}
h2.title span{font-weight: 900; color: #2a4f9f;}
h2.title small{font-weight: 700; margin-right: 5px; vertical-align: baseline; font-style: italic; color: #2a4f9f;}
.dark-bg h2.title{color: #ffffff;}
.dark-bg h2 .sub-title{color: #ffffff;}
.dark-bg p,.dark-bg li {color: #ffffff;}
.theme-bg h2.title{color: #000;}
.theme-bg h2 .sub-title{color: #000;}
.theme-bg p,.theme-bg li {color: #000}
.theme-bg h2 small, .theme-bg .title-2 span{color: #000 !important;}
.dark-bg h2 small{color: #2a4f9f;}
.text-white{color:#fff !important;}

.title-2{position: relative; color: #222021; margin-bottom: 15px; display: inline-block;}
.title-2:before{position: absolute; content: ""; bottom: 4px; left: 0; width: 70px; height: 15px; background: #2a4f9f; z-index: -1}
.text-center .title-2:before{left: 50%;}
.text-right .title-2:before{left: inherit; right: 0; transform: inherit;}
.text-right .title-2{right: inherit; left: 0;}
.title-2 span{color: #2a4f9f}
.theme-bg .title-2:before, .dark-bg .title-2:before{background-color: rgba(255,255,255,0.2);}
.dark-bg h2.title-2{color: #ffffff;}
.theme-bg h2.title-2 span{color: #222021;}

.gallery li{margin-bottom: 30px;}
.gallery li:last-child{margin-bottom: 0;}
.gallery-item,.gallery-item-2 {overflow: hidden; position: relative; text-align: center;}
/*.gallery-item img,.gallery-item-2 img{transform: translate3d(-5px, 0px, 0px); width: calc(100% + 10px);}*/
.gallery-item:hover img,.gallery-item-2:hover img{transform: translate3d(0px, 0px, 0px);}
.gallery-hover::before, .gallery-hover::after {position: absolute; top: 30px; right: 30px; bottom: 30px; left: 30px; content: ''; opacity: 0; -webkit-transition: opacity 0.50s, -webkit-transform 0.50s;
transition: opacity 0.50s, transform 0.50s; z-index: 99;}
.gallery-hover::before {border-top: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: scale(0,1); transform: scale(0,1);}
.gallery-hover::after {border-right: 1px solid #fff; border-left: 1px solid #fff; -webkit-transform: scale(1,0); transform: scale(1,0);}
.gallery-item:hover .gallery-hover::before,
.gallery-item:hover .gallery-hover::after {opacity: 1; -webkit-transform: scale(1); transform: scale(1);}

.gallery-title{position: absolute; top: 50%; width: 100%; padding: 15px; left: 0; z-index: 999;}
.gallery-item a:before,.gallery-item-2 a:before{opacity: 0; content: ''; display: inline-block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 99; background: rgba(0,0,0,0.5);
-webkit-transition: all 0.7s cubic-bezier(.68,.11,.13,.98); -moz-transition: all 0.7s cubic-bezier(.68,.11,.13,.98); transition: all 0.7s cubic-bezier(.68,.11,.13,.98); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.gallery-item a:hover:before, .portfolio-item:hover:before,.gallery-item-2 a:hover:before {opacity: 1;}

.gallery.style-2 .gallery-hover::before, .portfolio-item::after{z-index: 9; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(255,255,255,0.3); content: ''; -webkit-transition: -webkit-transform 0.6s; transition: transform 0.6s; -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0); border: none;}
.gallery.style-2 .gallery-hover::after{display: none;}
.gallery.style-2 .gallery-item:hover .gallery-hover::before, .portfolio-item:hover::after {-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0); transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0);}

.gallery.no-gutters li{margin-bottom: 0;}
.masonry .masonry-brick {float: left; position: relative; margin-bottom: 30px; padding: 0 15px;}
.gallery.no-gutters .masonry-brick{padding: 0; margin-bottom: 0;}


.card-item-overlay .card-img{overflow: hidden; }
.card-item-overlay img {transform: scale(1);transition: transform 0.3s ease;}
.card-item-overlay:hover img {transform: scale(1.2);}
.card-item-overlay:before{z-index:10;}
.card-item-overlay:hover:before{z-index:10;}
.card-item-overlay .card-img-overlay{z-index:15}


.portfolio-filter {overflow: hidden; display: inline-block; margin:0 auto 50px; text-align: center;}
.portfolio-filter button {position: relative; cursor: pointer; padding: 10px 30px; border-radius: 30px; font-size: 16px; font-weight: 700; background: transparent; color: #222021; border:none; float: left; text-transform: uppercase;}
.portfolio-filter button:focus { outline: none;  outline-style: none; outline-offset:0; }
.portfolio-filter button.is-checked, .portfolio-filter button:hover {background: #2a4f9f; color: #ffffff;}
.portfolio-filter button + button {margin-left: 10px;} 
.isotope .grid-item img {width: 100%;}
.theme-bg .portfolio-filter button{color: #ffffff;}
.theme-bg .portfolio-filter button.is-checked, .theme-bg .portfolio-filter button:hover{background: #ffffff; color: #2a4f9f;}

.grid .grid-item{padding: 15px;}
.grid.columns-2 .grid-item, .masonry.columns-2 .masonry-brick { width: 50%;}
.grid.columns-3 .grid-item, .masonry.columns-3 .masonry-brick{ width: 33.333333%;}
.grid.columns-4 .grid-item, .masonry.columns-4 .masonry-brick { width: 25%;}
.grid.no-gutters .grid-item{padding: 0;}
.masonry.no-gutters .masonry-brick{padding: 0; margin: 0;}

.portfolio-item {overflow: hidden; position: relative;}
.portfolio-item img{transform: translate3d(0px, 0px, 0px); }
.portfolio-item .portfolio-slider img{transform: inherit;}
.portfolio-item:hover img{transform: translate3d(-5px, 0px, 0px); width: calc(100% + 10px);}
.portfolio-hover {background: rgba(0, 0, 0, 0.80); bottom: 0; display: table; padding: 15px; top: auto; transform: translate3d(0px, 100%, 0px);
  transition: transform 0.35s ease 0s; left: 0;  position: absolute; width: 100%; backface-visibility: hidden; z-index: 99}
.portfolio-hover h4,.portfolio-hover a {color: #fff; line-height: 22px; font-size: 16px; font-weight: normal; display: table-cell; vertical-align: middle; width: auto; margin: 0;}
.portfolio-hover a:hover{color: #dfdfdf;}
.portfolio-item:hover .portfolio-hover{transform: translate3d(0px, 0px, 0px);}
.portfolio-title {display: table-cell; text-align: right; vertical-align: middle; width: auto;}
.portfolio-item a.popup{z-index: 9; text-align: center;}
.portfolio-meta li span, .portfolio-details .social-icons span {color: #000; display: inline-block; vertical-align: middle; font-size: 12px; text-transform: uppercase; width: 110px;}
.portfolio-details .social-icons ul{display: inline-block; vertical-align: middle;}

.custom-form-holder {background-color:#f2f2f2;border-radius:30px;}
.custom-form-holder h4,.custom-form-holder h5,.custom-form-holder h4{color:#000 !important;}
.custom-form-holder .form-control{border-color:#c9c9c9 !important;}

.section.pb-0 .mb-4{margin-bottom:0px !important;}
@media (max-width: 978px) {
    .section.pb-0 .mb-4{margin-bottom:40px !important;}
}

/*  HERO CAROUSEL START */
 .hero-carousel .carousel-img {
            background-size:cover ;
    background-position: center center;
    background-repeat: no-repeat;
  /*  height: 100%;*/
    width: 100%;
        }
        .hero-carousel .carousel-indicators [data-bs-target] {
            background-color: #37667A;
            /*width: 20px;
            height: 20px;
            line-height:20px;
            border-radius:100%;*/
        }
/*.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    filter: invert(20%) sepia(100%) saturate(2000%) hue-rotate(120deg) brightness(95%) contrast(105%);
}*/

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    background-image: none;
    font-family: "Font Awesome 7 Free";
    font-size: 14px;
    font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color:transparent;
    color:#37667A;
    border:1px solid #37667A;
    display:inline-block;
    filter:none;
    z-index:100;
}
.hero-carousel .carousel-control-prev-icon{
    position:absolute;
left:20px;
}
.hero-carousel .carousel-control-next-icon{
     position:absolute;
right:20px;z-index:100;
}

.hero-carousel .carousel-control-prev-icon::before {
   content: "\f053";
   
}

.hero-carousel .carousel-control-next-icon::before {
    content: "\f054";
}
.hero-carousel .section-title h1,
    .hero-carousel .section-title h2{
        font-size: 50px;
        line-height: 56px;
    }

        
        /* Desktop */
        @media (min-width: 992px) {
            .hero-carousel .carousel-indicators{display:none;}
            .hero-carousel .carousel-item {
                height: 870px;
                height: 80vh;
            }
            .hero-carousel .carousel-img {
                height: 100%;
            }
            .hero-carousel .carousel-content {
                /*position: static;*/
                background: transparent;
                /*color: #000;*/
                width: 65%;
            }
        }
        
        /* Mobil */
@media (max-width: 991.98px) {
    .hero-carousel .carousel-indicators{display:flex;}
    .hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon{
        display:none;
    }
    .hero-carousel [data-overlay="0"]:before,.hero-carousel [data-overlay="1"]:before,.hero-carousel [data-overlay="2"]:before,.hero-carousel [data-overlay="3"]:before {
        /* data-overlay="6" etkisi için opacity değerini değiştir */
        opacity: .4;
    }

    .hero-carousel .carousel-item {
        height: calc(86vh - 30px);
        position: relative;
    }

    .hero-carousel .carousel-img {
        height: calc(86vh - 30px);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .hero-carousel .carousel-content {
        position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background: rgba(255,255,255,0.7);*/
    /*padding: 30px 20px;*/
    /*max-width: 400px;*/
    border-radius: 12px;
    width: 90%;
    /*text-align: center;*/
    z-index: 5;
    margin: 0;
    color:#fff;
    }
    .hero-carousel .section-title h1,
    .hero-carousel .section-title h2{
        font-size: 40px;
        line-height: 44px;
    }
    .hero-carousel .carousel-content h1,
    .hero-carousel .carousel-content h2,
    .hero-carousel .carousel-content h3,
    .hero-carousel .carousel-content h4,
    .hero-carousel .carousel-content h5,
    .hero-carousel .carousel-content h6,
    .hero-carousel .carousel-content .color-theme{
        color:#fff;
    }
    .hero-carousel .carousel-control-prev,
    .hero-carousel .carousel-control-next {
        z-index: 15;
    }

    .hero-carousel .carousel-indicators {
        z-index: 15;
    }
}

.hero-carousel .carousel-content {
    opacity: 0;
    transition: all 0.9s ease-out;
}

.hero-carousel .carousel-item.active .carousel-content {
    opacity: 1;
}

/*  HERO CAROUSEL END */



/*  MARQUEE CAROUSEL START */

.marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.marquee-track {
  display: flex;
  width: max-content; /* içerik genişliği kadar */
  animation: marquee 40s linear infinite; /* yavaş ve sonsuz */
}

.marquee-track img {
  width: 500px;
  height: 500px;
  object-fit: cover;   /* orantılı kesme */
  margin-right: 20px;  /* aralık */
  border-radius: 8px;  /* opsiyonel */
}

/*.marquee-container:hover .marquee-track {animation-play-state: paused;}*/
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* %50 çünkü içerik iki kez tekrar ediyor */
}

/*  MARQUEE CAROUSEL END */


.image-with-tip-left,.image-with-tip-right,.image-with-tip-bottom {position: relative;}
.image-with-tip-left::after,.image-with-tip-right::after {content: "";position: absolute;top: 5rem;right: 0;width: 0;height: 0;border-top: 16px solid transparent;border-bottom: 16px solid transparent;border-right: 18px solid #fff; /* üçgen rengi (white-bg ile aynı) */pointer-events: none;z-index: 2;}
.image-with-tip-right::after {left: 0; border-left: 18px solid #fff;border-right:none;}
.image-with-tip-bottom::after{content: "";position: absolute;bottom: 0;left: 1rem;transform: translateX(0);width: 0;height: 0;border-left: 12px solid transparent;border-right: 12px solid transparent;border-top: 0;border-bottom: 18px solid #fff; z-index: 2;}

.icon-circle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  color: #37667A !important; /* ikon rengi */
  font-size: 28px;
  line-height: 70px !important; /* 🔹 font boşluğu kaldırır */
  text-align: center;
  vertical-align: middle;
}
i.icon-circle{color: #37667A !important; }


.image-wrapper {position: relative;width: 100%;height: 100%;overflow: hidden;}
.image-wrapper img {width: 100%;height: 100%;object-fit: cover !important;display: block;}

.object-cover {object-fit: cover;object-position: center;width: 100%;height: 100%;display: block;}

/* İkon Çerçevesi (Yuvarlak) */
.process-icon-box-1 {
    width: 120px;
    height: 120px;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto; /* Ortalamak için */
    position: relative;
    background-color: transparent;
    color: var(--theme-color);
    font-size: 2.5rem; /* İkon boyutu */
    transition: all 0.3s ease;
}

/* Sağ alttaki Numara (Badge) */
.process-icon-box-1 .step-badge {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--bg-color); /* Arka plan renginde kenarlık */
}

/* Hover efekti (Opsiyonel - güzel görünmesi için) */
.process-item-1:hover .process-icon-box-1 {
    border-color: var(--theme-color);
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}


/* Zaman Çizelgesi (Timeline) Kapsayıcısı */
.timeline-wrapper-1 {
    position: relative;
    padding-top: 30px; /* Dairelerin üst kısmı için boşluk */
}

.grey-bg .process-icon-box-1 {
    background-color: #fff;
}
.grey-bg .process-item-1:hover .process-icon-box-1 {
    background-color: transparent;
}
/* Yatay Gri Çizgi */
.timeline-wrapper-1 .timeline-line {
    position: absolute;
    top: 80px; /* Dairelerin tam ortasına denk gelmesi için ayar */
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    z-index: 0; /* En arkada */
}

    /* Sayıların olduğu Daireler */
    .timeline-wrapper-1 .step-circle {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #f5faff;
        border: 1px solid #cfdfea; /* Hafif çerçeve */
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        font-weight: 600;
        color: #000;
        margin: 0 auto 30px auto; /* Ortalamak ve alt boşluk */
        position: relative;
        z-index: 1; /* Çizginin üstünde durması için */
    }

/* Mobilde (992px altı) çizgiyi gizle, çünkü elemanlar alt alta gelecek */
@media (max-width: 991px) {
    .timeline-wrapper-1 .timeline-line {
        display: none;
    }
}


/* Yuvarlak Progress Bar için mecburi ufak CSS */
.experience-circle-1 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(closest-side, #212529 79%, transparent 90% 100%), conic-gradient(#fff 90%, #495057 0);
    display: flex;
    align-items: center;
    justify-content: center;
}



.cta-1 .cta-bar {
    background: #000;
    border-radius: 60px;
    padding: 18px 40px;
    position: relative;
}

.cta-1 .cta-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--theme-color);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    outline: 10px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
}


.left-top-box {
    position: absolute;
    top: 40px;
    left: -40px;
    background: #111111;
    color: #fff;
    border-radius: 16px;
    padding: 30px 35px;
    text-align: center;
}

    .left-top-box span {
        font-size: 48px;
        margin-bottom: 5px;
        display: block;
    }


.left-bottom-image {
    position: absolute;
    bottom: -30px;
    right: -30px;
    border-radius: 16px;
    border: 8px solid #fff;
    width: 220px;
}

@media (max-width: 600px) {
    .left-top-box {
        left: -10px;
    }

    .left-bottom-image {
        right: -10px;
    }
}