/*
Template name : gilroy portfolio web template;
Version:1.0


INNER PAGES CSS----->

*/


.welcome-area.inner {
    padding: 150px 0 200px 0;
}

.inner-wlc h2 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
}

.inner-wlc h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.inner-wlc a {
    color: #fff;
}


.inner-filltext h1 {
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px #08a6d6;
}


.single-blog-section-description h2, 
.single-blog-section-description h2 a{
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    color: white;
    margin: 0;
    letter-spacing: 0
}

.single-blog-section-description h2:hover, 
.single-blog-section-description h2 a:hover{

    color: #08a6d6;
}

.single-blog-section-description {
    padding: 30px 0 50px 0;
}
.single-blog-section-description p{
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 16px;
	color: white;
}
.single-blog-section-author li {
    display: inline-block;
    padding: 25px 0;
    padding-right: 15px;
}

.single-blog-section-author li a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    color: #666666
}

.readmore {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    font-weight: 600;
    padding-right: 10px;
    background-color: #08a6d6;
    border: 1px solid #08a6d6;
    padding: 15px 30px;
    border-radius: 5px;
}
.readmore:hover{
    background-color: transparent;
    color: #08a6d6;
}


a.blog-author {
    padding-left: 50px;
    position: relative;
    z-index: 2;
}

a.blog-author img {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 0;
    top: 50%;
    margin-top: -20px;
    border-radius: 50%;
    border: 1px solid #08a6d6;
}

.single-blog-section-author li a i {
    color: #08a6d6;
    padding-right: 5px;
}

.single-blog-section-img {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 2;
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0f1418;
}

.blog-page-left .single-blog-section {
    border: 1px solid #fff;
    padding: 10px;
    margin: 10px;
    margin-right: 10px;
    margin-bottom: 28px;
    border-radius: 7%;
    text-align: center;
    box-shadow: none;
    overflow: hidden;
    background: #0f1418;
    transform: scale(1);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.blog-page-left .single-blog-section:hover {
    box-shadow: -3px -7px 33px #08a6d6;
    transform: scale(1.03);
}

.single-blog-section-img{
    border-radius: 6%;
}

.blog-page-left .single-blog-section-img {
    border-radius: inherit;
    overflow: hidden;
}

.blog-page-left .single-blog-section-description {
    padding: 18px 0 10px 0;
    flex: 1;
}

.blog-page-left .single-blog-section-description p {
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 4.9em;
}

.blog-page-left .readmore {
    margin-top: 0;
    margin-bottom: 6px;
    align-self: center;
}

span.single-blog-section-img-tag {
    color: #fff;
    text-transform: uppercase;
    background: #000;
    padding: 10px 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.blog-author-image h6 {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    opacity: .7;
    margin: 15px 0;
}
.single-blog-section:hover span.single-blog-section-img-tag{
	background: #08a6d6;
}

.blog-page-social li {
    display: inline;
    margin-left: 10px;
}
.blog-page-social li:first-child{
    margin-left: 0
}
.blog-page-social li a {
    font-size: 18px;
}

.blog-banner {
    padding: 50px 60px;
    background: #000;
    color: #fff;
}

.blog-banner h3 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}
.cpagination .page-link:focus{
	outline: none;
	box-shadow: none
}

.cpagination .page-link {
    position: relative;
    display: block;
    padding: 16px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #08a6d6;
    color: #08a6d6;
    margin-right: 10px;
    border-radius: 5px;
}

.cpagination .page-link:hover{
	background: #08a6d6;
	color: #fff;
	
}

.blog-box {
    margin-bottom: 50px;
   
}

.blog-box h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
}

.blog-box span {
    color: #08a6d6;
}

.blog-author-image img {
    width: 60%;
}

.blog-author-image p {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    opacity: .7;
    margin: 20px 0;
}

.blog-author-description p {

    padding: 30px 0;
 
}
.blog-box p{
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    color: white;
    opacity: .7;
    margin: 0;
}
.single-blog-post p {
    color: white;
    text-transform: uppercase;
}

.single-blog-post {
    position: relative;
    z-index: 2;
    padding-left: 110px;
    text-align: left;
    margin-bottom: 45px
}
.single-blog-post:last-child{
    margin-bottom: 0
}
.single-blog-post a{
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
.single-blog-post img {
    position: absolute;
    left: 0;
    top: 50%;
    height: 70px;
    width: 70px;
    margin-top: -35px;
}

.single-blog-social li a {
    display: inline-block;
    width: 100px;
    line-height: 100px;
    text-align: center;
    background: red;
    height: 100px;
    margin: 6px;
}

.single-blog-social li {
    display: inline-block;
}

.blog-categores li a {
    color: #000;
    padding: 10px 0;
}
.blog-categores li a:hover{
    color: #08a6d6;
}
.blog-tag li a {
    padding: 7px 13px;
    border: 1px solid #e7e7e7;
    margin: 5px;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
}

.blog-tag li {
    display: unset;
}

.blog-tag li a:hover {
    background: #08a6d6;
    color: #fff;
}

.blog-subscribe-form input {
    margin: 30px 0 20px 0;
    width: 80% !important;
    border: 1px solid #b4f3d0;
    padding: 13px;
}


.contact-form input, 
.contact-form textarea {
    border: 1px solid #bcbcbc;
    padding: 13px;
    margin-bottom: 17px;
    background: #f9f9f9;
    border-radius: 5px;
}

.contact-form input:focus, 
.contact-form textarea:focus {
    border-color: #08a6d6;
}

.portfolio-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.portfolio-filter-link {
    border: 1px solid #1d252a;
    color: #c7d2d9;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    text-transform: uppercase;
}

.portfolio-filter-link.active,
.portfolio-filter-link:hover {
    background: #08a6d6;
    border-color: #08a6d6;
    color: #fff;
}

.portfolio-search-form {
    display: flex;
    gap: 8px;
    position: relative;
}

.portfolio-search-form input {
    width: 100%;
    background: #11161a;
    border: 1px solid #1d252a;
    color: #fff;
    border-radius: 6px;
    padding: 10px 12px;
}

.portfolio-search-form button {
    white-space: nowrap;
    border: 1px solid #08a6d6;
    background: #08a6d6;
    color: #fff;
    border-radius: 6px;
    padding: 10px 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.blog-search-form {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
}

.blog-search-form input {
    width: 100%;
    background: #11161a;
    border: 1px solid #1d252a;
    color: #fff;
    border-radius: 6px;
    padding: 12px 14px;
}

.blog-search-form button {
    white-space: nowrap;
    border: 1px solid #08a6d6;
    background: #08a6d6;
    color: #fff;
    border-radius: 6px;
    padding: 12px 16px;
    text-transform: uppercase;
    cursor: pointer;
}

.blog-search-form button:hover {
    background: transparent;
    color: #08a6d6;
}

.blog-empty-message {
    color: #c7d2d9;
    margin: 10px 0 0;
}

.search-suggest-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    background: #0f1418;
    border: 1px solid #1d252a;
    border-radius: 8px;
    z-index: 50;
    display: none;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.search-suggest-dropdown .suggest-item {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 10px 12px;
    cursor: pointer;
}

.search-suggest-dropdown .suggest-item:hover {
    background: #08a6d6;
}

@media (min-width: 768px) {
    .content-cards-row {
        margin-top: 80px;
    }
}

.portfolio-project-card {
    background: #0f1418;
    border: 1px solid #fff;
    border-radius: 7%;
    overflow: hidden;
    height: 100%;
    padding: 10px;
    text-align: center;
    box-shadow: none;
    transform: scale(1);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
}

.portfolio-project-card:hover {
    box-shadow: -3px -7px 33px #08a6d6;
    transform: scale(1.03);
}

.portfolio-project-image {
    display: block;
    border-radius: inherit;
    overflow: hidden;
}

.portfolio-project-image img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.portfolio-project-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.portfolio-project-meta {
    color: #08a6d6;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
}

.portfolio-project-content h3 {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.portfolio-project-content h3 a {
    color: #fff;
}

.portfolio-project-content p {
    color: #c7d2d9;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 4.9em;
}

.portfolio-project-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: auto;
    justify-content: center;
}

.portfolio-btn-primary,
.portfolio-btn-secondary {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    text-transform: uppercase;
}

.portfolio-btn-primary {
    background: #08a6d6;
    color: #fff;
    border: 1px solid #08a6d6;
}

.portfolio-btn-secondary {
    border: 1px solid #1d252a;
    color: #c7d2d9;
}

.portfolio-btn-secondary:hover {
    color: #fff;
    border-color: #08a6d6;
}

.project-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.project-screen-card {
    height: 240px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c1116;
}

.project-screen-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: #0b0f13;
}

.related-project-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

@media only screen and (max-width: 767px) {
    .project-screen-card {
        height: 200px;
    }
}

.portfolio-bg-1{
    background: url(../img/project/portfolio1.jpg)
}
.portfolio-bg-2{
    background: url(../img/project/portfolio2.jpg)
}
.portfolio-bg-3{
    background: url(../img/project/portfolio3.jpg)
}
.portfolio-bg-4{
    background: url(../img/project/portfolio4.jpg)
}
.portfolio-bg-5{
    background: url(../img/project/portfolio5.jpg)
}
.portfolio-bg-6{
    background: url(../img/project/portfolio6.jpg)
}
.portfolio-bg-7{
    background: url(../img/project/01.jpg)
}
.portfolio-bg-8{
    background: url(../img/project/02.jpg)
}
.portfolio-bg-9{
    background: url(../img/project/03.jpg)
}

.portfolio-filter {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    font-size: 20px;
}
.portfolio-filter li {
    display: inline-block;
    padding: 10px 24px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #0b0d0e;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.portfolio-filter li.active{
    color: #08a6d6;
}
.portfolio-description {
    margin-bottom: 30px;
    padding: 30px 0;
}
.portfolio-description h6{
    font-size: 16px;
    color: #08a6d6;
    text-transform: uppercase;
}

.portfolio-description h3{
    color: #0b0d0e;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.portfolio-category {
    margin: 6px 0 0;
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
}

.single-portfolio-item {
    height: 310px;
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: center;
    z-index: 2;
    margin: 15px 0;
    overflow: hidden;
}
.portfolio-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single-portfolio-item {
    -webkit-box-shadow: 3px 4px 13px #f2f2f2; 
    box-shadow: 3px 4px 13px #f2f2f2;

}
.single-portfolio-item:hover .portfolio-hover{
    opacity: 1;
    visibility: visible;
}
.portfolio-hover h3, 
.portfolio-hover a{
    color: #fff;
    font-size: 20px;
}

.portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.portfolio-hover:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 50%;
    width: 50%;
    background: #000;
    content: "";
    z-index: -1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}
.single-portfolio-item:hover .portfolio-hover:after{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 100%;
    width: 100%;
    opacity: .5;
    visibility: visible;
}
.portfolio-hover h4, .portfolio-hover a{
    font-size: 40px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    
}
.single-portfolio-item:hover .portfolio-hover a{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.portfolio-hover-table {
    display: table;
    height: 100%;
    width: 100%;
}
.portfolio-hover-table-cell {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.lage {
height: 350px;
}
.single-portfolio-item2{
    height: 520px
}

.small{
    height: 250px;
}

.single-portfolio-description h3, 
.comment_form h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: white;
}

.single-portfolio-description p {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: white;
}
.project-content {
    margin-top: 20px;
}

.ctable th {
    font-weight: 500;
}

.ctable td {
    font-weight: 400;
}
.post_prev_next a, 
.post_prev_next h5{
    text-transform: uppercase;
    color: #000;
}
.single_comment {
    position: relative;
    z-index: 2;
    padding: 0 0 0px 120px;
    margin-bottom: 40px;
}
.comment_img {
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
    border-radius: 50%;
    overflow: hidden;
}

.comment_img img {
    max-width: 100%;
    max-height: 100%;
}

.related_tags h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.single_comment h4{
    color: #08a6d6;
    margin: 0;
    text-transform: uppercase;
}
.single_comment a{
    text-transform: uppercase;
}

.comment_text p{
    margin: 0;
    color: #000;
    font-weight: 400;
}

.comment_form input, 
.comment_form textarea {
    padding: 13px;
    border-radius: 5px;
    border: 1px solid #000;
}

.comment_form input:first-child {
    margin-bottom: 20px;
}

.comment_form input:focus, 
.comment_form textarea:focus {
    border-color: #08a6d6;
   -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.single-blog-section-description h4 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    background: #ddd;
    padding: 50px 30px;
    line-height: 1.6;
    margin-bottom: 30px;
}
div#home {
    padding-top: 90px;
}

.inner-bg-shpes {
    position: relative;
    z-index: 2;
}

img.inner-shape1 {
    position: absolute;
    top: 0;
    left: -10%;
    z-index: -1;
}

img.inner-shape2 {
    position: absolute;
    right: -25%;
    bottom: 5%;
    z-index: -1;
}

img.inner-shape3 {
    position: absolute;
    right: -35%;
    bottom: 70%;
    z-index: -1;
}

.blog-box {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
}

.single-quote {
    padding: 60px 50px;
    background: #08a6d6;
}

.single-quote h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
}

.single-quote h2, 
.single-quote h2 a{
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    color: #fff;
}

.single-quote{
    counter-reset: dot-number;
    position: relative;
}

.single-quote:after {
    position: absolute;
    content: "Q" counter(dot-number);
    counter-increment: dot-number;
    top: 20%;
    right: 10%;
    font-size: 80px;
    color: #08a6d6;
}

.contact-page-area .service-text{
    margin-bottom: 0;
}

.border-effect{
    position: relative;
    z-index: 2;
    height: 1px;
    width: 100%;
    background: #f5f5f5;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all 35s;
}

.border-effect:after{
    position: absolute;
    content: "";
    height: 100%;
    width:10%;
    background: #08a6d6;
    z-index: 2;
    left: 0;
    top: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.blog-box:hover .border-effect:after{
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}




.memphis-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.memphics {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

img.memphis {
    position: absolute;
    z-index: -1;
}

img.memphis1 {
    top: 50%;
    right: 5%;
    -webkit-animation: spin alternate infinite ease 9s;
    animation: spin alternate infinite ease 9s;
}

img.memphis2 {
    top: -5%;
    left: -15%;
    filter: brightness(0);
    -webkit-animation: spin infinite ease 9s;
    animation: spin infinite ease 9s;
}
img.memphis.memphis3 {
    right: 10%;
    top: 24%;
}

img.memphis.memphis5 {
    left: 50%;
    top: 68%;
}

img.memphis.memphis4 {
    right: 49.7%;
    bottom: 73%;
    -webkit-animation: updown infinite alternate ease 20s; 
    animation: updown infinite alternate ease 20s;
}

img.memphis.memphis6 {
    bottom: 15%;
    left: 5%;
}

img.memphis.memphis7 {
    right: 14.8%;
    top: 20%;
    -webkit-animation: updown infinite alternate ease 25s;
    animation: updown infinite alternate ease 25s
}

@keyframes spin {
    0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        tr-webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes updown {
    0%{
        top: 20%;
    }
    100%{
         top: 60%;
    }
}






.contact__card h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #32383A;
    margin: 20px 0;
}


.contact__card__icon i {
    color: #32383A;
    font-size: 36px;
}

.contact__card ul li {
    color: #999999;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 3px;
}

.contact__card ul li:last-child{
    margin-bottom: 0;
}
.contact__card {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    transform: translateY(0);
    transition: all .3s;
    padding: 40px 30px;
}

.contact__card:hover {
    transform: translateY(-5px);
    transition: all .3s;
    box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.1);
}

.contact-page-area .contact__card {
    background: #11161a;
    border-color: #1d252a;
}

.contact-page-area .contact__card h4,
.contact-page-area .contact__card__icon i {
    color: #fff;
}

.contact-page-area .contact__card ul li,
.contact-page-area .contact__card ul li a {
    color: #c7d2d9;
}

.contact-page-area .primery-heading {
    min-height: 130px;
}

.contact-page-area .primery-heading strong.filltext {
    font-size: 72px;
    top: -12px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #1d252a;
}

.contact-page-area .primery-heading h2 {
    color: #fff;
    position: relative;
    z-index: 2;
}

.contact-page-area .primery-heading p {
    color: #c7d2d9;
}

.contact-form button.subscribe-btn {
    padding: 15px 60px 15px 30px;
    background: #08a6d6;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-align: left;
    border: 1px solid transparent;
    font-size: 15px;
    cursor: pointer;
    line-height: 1.2;
}

.contact-form button.subscribe-btn i {
    background: #fff;
    color: #08a6d6;
    height: 35px;
    width: 35px;
    text-align: center;
    position: absolute;
    right: 13px;
    line-height: 35px;
    border-radius: 3px;
    top: 50%;
    margin-top: -17.5px;
}

.contact-form button.subscribe-btn:hover,
.contact-form button.subscribe-btn:hover i {
    border-color: #08a6d6;
    background: transparent;
    color: #08a6d6;
    transition: all .3s;
}
