/********** Template CSS **********/
:root {
    --primary: #F30B0B;
    --light: #F6F7F8;
    --dark: #1A2A36;
    --oranger :#FD5D14;
    --blue:#0373d5;
    --grey:#9B9B9B;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-logo {
    /* background-image: url("../img/parana_muhendislik_logo_buyuk.jpg"); */
        border-radius:.4rem ;
}
.bg-logo>div {
    background: url("../img/parana_muhendislik_logo_transparent_single.png") no-repeat center , linear-gradient(to bottom, #4cb2eb,   #328fc3);
    border-radius:.4rem ;
}

.text-fire {
    color: var(--primary) !important;
}

.text-yellow.active {
    color: #ffec68;
}

.text-black {
    color: var(--dark);
}

.header-carousel {
    position: relative;
}

.header-carousel:after {
  content: '';
  position: absolute;
  height: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  /* background:   linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 16%,rgba(0,0,0,0.38) 24%,rgba(0,0,0,1) 63%) */
}

 
.services {
    position: relative;
    margin-top: -120px !important;
    z-index: 1;
}

.services .service-item {
    /* height: 320px; */
    padding: 0.725rem;
    padding-top: 0.6rem;
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: center;
    background: var(--light) ;
    box-shadow: none;
    transition: .5s;
    border: solid 1px #ddd;
    border-top: solid 4px var(--light);
    /* box-shadow: 0 0 .5rem rgba(0,0,0,0.6) !important; */
    border-radius: 5px;
 
}

.services .service-item:hover {
    background:#fff ;
    border-top-color: var(--oranger);
    box-shadow: 0 0rem .8rem rgba(0,0,0,0.7) !important;
}

 

.services .service-item:hover .btn {
    color:var(--oranger);
}

.right-menu a {
    font-weight: normal;
    color: #888;
}

.right-menu a:hover {
    color: #F30B0B;
}

.btn-more {
    color:var(--oranger);
    border: solid 2px var(--oranger);
}

.btn-more:hover {
    background-color: var(--oranger);
    color: var(--light);
}


.services .service-item:hover hr {
    /* background:#e3e3e3 ; */
    color: var(--oranger);
}
 
.services .service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
}

.services .service-item i,
.services .service-item h4,
.services .service-item p {
    transition: .5s;
    text-align: left;
}

.services .service-item .service-text {
    padding-bottom: 0 !important;
}

.services .service-item .service-text .btn {
    color: var(--oranger);
}

.services .service-item:hover .service-text .btn {
    background-color: var(--oranger);
    color: #fff;
}

.services .service-item h4 {
    color: var(--dark);
    font-size: 1.1rem;
}

.services .service-item p {
    font-size: .9rem;
    color: var(--dark);
    
}
.services .service-item:hover p {
    color: var(--dark);
    
}
 
 

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-orange {
    background-color: var(--oranger);
    border-color: var(--oranger);
}

.btn-fire {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-orange:focus {
    box-shadow:0 0 0 .25rem rgb(166 71 43 / 50%) !important;
    
}
.btn-orange:focus {
    background-color: #af2323 !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.text-orange {
    color: var(--oranger) !important;
}


.text-grey {
    color: var(--grey) !important;
}

.blog-main-title {
    border-bottom: solid 1px var(--oranger);
}

.blog-main-title span {
    width: fit-content;
    border-bottom: solid 2px var(--oranger);
}

.blog-menu .blog-menu-title {
    border-bottom: solid 1px var(--oranger);
    color: #888;
}
.blog-menu .blog-menu-list a {
    font-weight: normal;
    font-size: .925rem;
}

.referanslar .project-item  {
    margin-bottom: .825rem;
}
.referanslar .project-item .project-item-img-container {
    height: 200px;
    /* border: solid 1px #ddd; */
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
    text-align: center;
    padding: .5rem;
    display: grid;
    place-items: center;
}
.referanslar .project-item .project-item-img-container img {
    margin-left: auto;
    margin-right: auto;
    
}
.referanslar .project-item h5 {
    font-size: .825rem;
    text-align: center;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    /* border-bottom: solid 2px #328fc3; */
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 76px;
}


.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
    border-bottom: solid 2px transparent;
        /* transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; */
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
    border-bottom: solid 2px var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}



@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.dropdown-menu {
    border-radius: 0 !important;
    border-top: solid 1px var(--oranger);
}

   
.dropdown-item {
    position: relative;
    font-size: .9rem;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}

 


.dropdown-item.active, .dropdown-item:hover {
    color: var(--oranger) !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--oranger) !important;
    color: var(--light) !important;
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


.project-item a.link-eye {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a.link-eye {
    opacity: 1;
}

/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    /* background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: inherit;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 2;
}

.testimonial-carousel:hover .owl-nav {
    width: 110%;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    /* width: 100px;
    height: 100px; */
    width: auto;
    max-height: 80px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}



.button-contact {
    position: fixed;
    z-index: 9999!important;
    right: 80px;
    bottom: 5px!important;   
}
.whatsapp-contact {
    position: fixed;
    z-index: 9999!important;
    right: 0;
    bottom: 5px!important;   
}
.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.whatsapp-contact .whatsapp {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .8s;
    left: 0;
    bottom: 0;
    display: block;
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /* -webkit-animation: zm 1.3s infinite;
    animation: zm 1.3s infinite; */
}

.whatsapp-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #25D366;
    background-color: rgba(37,211,102, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /* -webkit-animation: zm 1.1s infinite;
    animation: zm 1.1s infinite; */
}

.button-contact:hover .phone-vr-circle-fill {
    -webkit-animation: zm 1.1s infinite;
    animation: zm 1.1s infinite;
}

.whatsapp-contact:hover .whatsapp-fill {
    -webkit-animation: zm 1.1s infinite;
    animation: zm 1.1s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 50px;
    height: 50px;line-height: 50px;
    top: 20px;
    left: 20px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.whatsapp-circle {
    background-color: #25D366;
    width: 50px;
    height: 50px;line-height: 50px;
    top: 20px;
    left: 20px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.phone-vr-img-circle a, .phone-vr-img-circle a i {
	width: 50px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    text-align: center;
    font-size: 28px;
}
.whatsapp-circle a, .whatsapp-circle a i {
	width: 50px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    text-align: center;
    font-size: 28px;
}
@-webkit-keyframes zm{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zm{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 12px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}