/* Services Section */
.services-section .collection-box {
    text-align: center;
    border-radius: 10px;
    padding: 42px 32px 32px;
    transition: all 0.5s ease-in-out;
    background: var(--e-global-color-black);
    margin-bottom: 30px;
}
.services-section .collection-box figure {
    margin-bottom: 34px !important;
}
.services-section .collection-box h4{
    margin-bottom: 13px;
}
.services-section .collection-box p{
    margin-bottom: 24px;
}
.services-section .collection-box a i{
    font-size: 20px;
    color: var(--e-global-color-white);
}
.services-section .collection-box a {
    display: inline-block;
    transition: .4s ease-in-out;
}
.services-section .collection-box figure img {
  transition: all 0.5s ease-in-out;
}
.services-section .collection-box a:hover{
    transform: translateX(8px);
}
.services-section .collection-box:hover{
    background: var(--e-global-color-accent);
}
.services-section .collection-box:hover h4,
.services-section .collection-box:hover p{
    color: var(--e-global-color-white);
}
.services-section .collection-box:hover figure img{
    transform: translateY(5px);
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%);
}
/* Review Section */
.reviews-section .profile-box{
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    padding: 70px 48px 83px;
    background: var(--e-global-color-black);
    border-radius: 10px;
}
.reviews-section .profile-box::after{
    top: 0px;
    width: 47px;
    content: "";
    height: 40px;
    position: absolute;
    transform: translate(0, -50%);
    background: url(../images/quotes-img.png) no-repeat center;
}
.reviews-section .profile-box p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
    letter-spacing: -1px;
}
.reviews-section .owl-carousel .owl-nav, .reviews-section .owl-carousel .owl-nav.disabled {
    display: block;
}
.reviews-section .owl-carousel .owl-nav button.owl-prev, .reviews-section .owl-carousel .owl-nav.disabled button.owl-prev,
.reviews-section .owl-carousel .owl-nav button.owl-next ,.reviews-section .owl-carousel .owl-nav.disabled button.owl-next{
    top: 47%;
    width: 42px;
    height: 22px;
    position: absolute;
}
.reviews-section .owl-carousel .owl-nav button.owl-prev:focus,
.reviews-section .owl-carousel .owl-nav button.owl-next:focus{
    outline: none;
}
.reviews-section .owl-carousel .owl-nav button.owl-next{
    right: -70px;
    filter: brightness(0) invert(1);
    background: url(../images/arrow-right.png) no-repeat !important;
}
.reviews-section .owl-carousel .owl-nav button.owl-next:hover,
.reviews-section .owl-carousel .owl-nav button.owl-prev:hover{
    filter: none;
}
.reviews-section .owl-carousel .owl-nav button.owl-prev{
    left: -70px;
    filter: brightness(0) invert(1);
    background: url(../images/arrow-left.png) no-repeat !important;
}
.reviews-section .owl-carousel .owl-nav button.owl-prev span,
.reviews-section .owl-carousel .owl-nav button.owl-next span{
    display: none;
}
.reviews-section .profile-box figure{
    margin-bottom: 15px !important;
}
.reviews-section .profile-box figure img{
    width: 65px;
}
.reviews-section .profile-box h4{
    font-weight: 400;
    margin-bottom: 8px;
}
.reviews-section .owl-carousel .owl-stage-outer {
  overflow: inherit;
  overflow-x: clip !important;
}
/* Blog Section */
.blog-section .blog-inner-box{
    overflow: hidden;
    border-radius: 10px;
    background: var(--e-global-color-black);
    margin-bottom: 30px;
}
.blog-section .blog-inner-box > figure img{
    transition: all 0.5s ease-in-out;
}
.blog-section .blog-inner-box:hover > figure img {
    transform: scale(1.1);
}
.blog-section .blog-text-con{
    padding: 27px 40px 33px;
}
.blog-section .blog-text-con a{
    text-decoration: none;
}
.blog-section .blog-text-con a:hover h4{
    color: var(--e-global-color-secondary);
}
.blog-section .blog-text-con > ul li span{
    font-size: 14px;
    line-height: 24px;
    margin-left: 11px;
    color: var(--e-global-color-secondary);
    display: inline-block;
    text-transform: capitalize;
}
.blog-section .blog-text-con > ul{
    margin-bottom: 20px;
}
.blog-section .blog-text-con h4{
    margin-bottom: 17px;
}
.blog-section .posted-details ul li{
    font-size: 12px;
    margin-right: 53px;
}
.blog-section .posted-details ul li i{
    margin-right: 8px;
    color: var(--e-global-color-secondary);
}
/* Home Gallery Tabs */
.gallery-section-outer {
    margin: 0 !important;
} 
.gallery-section {
    column-width: 350px;
    gap: 0;
}
.gallery-section .img-outer {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}  
.gallery-section .img-outer .overlay {
    background: rgba(30, 39, 62, 0.8);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
.gallery-section .img-outer:hover .overlay {
    opacity: 1;
}
.gallery-section .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s;
}
.gallery-section .img-outer:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}
.gallery-section .content-details i {
    color: var(--e-global-color-white);
    font-size: 44px;
}  
.gallery-section .fadeIn_bottom {
    top: 80%;
} 
.gallery-section .gallery-images img {
    width: 100%;
    cursor: pointer;
    padding: 3px;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}  
.gallery-section .lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: #000000;
    perspective: 1000;
    z-index: 40000000;
}
.gallery-section .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(20px);
    opacity: 0.5;
    background-position: center;
    background-size: cover;
}
.gallery-section .lightbox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(0deg);
    max-height: 95vh;
    max-width: calc(95vw - 100px);
    transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
    transform-style: preserve-3d;
}
.gallery-section [class^="arrow"] {
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.gallery-section [class^="arrow"]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 14px;
    height: 14px;
} 
.gallery-section .arrowr {
    right: 0;
} 
.gallery-section .arrowr:after {
    border-right: 1px solid var(--e-global-color-white);
    border-bottom: 1px solid var(--e-global-color-white);
}  
.gallery-section .arrowl {
    left: 0;
 } 
.gallery-section .arrowl:after {
    border-left: 1px solid var(--e-global-color-white);
    border-top: 1px solid var(--e-global-color-white);
}
.gallery-section .close {
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    margin: 20px;
    font-size: 16px;
    opacity: 1;
    background: var(--e-global-color-black);
}
.gallery-section .close:before {
    content: '\f00d';
    position: absolute;
    top: 12px;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 22px;
    color: var(--e-global-color-white);
    text-shadow: none;
    left: 0;
    text-align: center;
}
.gallery-section-outer .nav-tabs {
    justify-content: center;
    margin-bottom: 48px;
    border: none;
}
.gallery-section-outer .nav-tabs .nav-item {
    margin: 0 24px;
}
.gallery-section-outer .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 24px;
    color: var(--e-global-color-text);
    border-radius: 0;
    border: none;
    padding: 0;
    font-weight: 400;
    background: transparent;
    padding-bottom: 2px;
}
.gallery-section-outer .nav-tabs .nav-link:hover {
    color: var(--e-global-color-secondary);
    border-bottom: 1px solid var(--e-global-color-secondary);
}
.gallery-section-outer .nav-tabs .nav-link.active {
    background: transparent;
    color: var(--e-global-color-secondary);
    border-bottom: 1px solid var(--e-global-color-secondary);
}
/* Home 2 */
/* Services Section */
.design-services-section .collection-box {
    background: rgb(0 0 0 / 20%);
}
/* Testimonial Section */
.testimonial-slider .carousel-control-prev-icon img,
.testimonial-slider .carousel-control-next img{
    filter: brightness(0) invert(1);
}
.testimonial-slider .carousel-control-prev-icon img:hover,
.testimonial-slider .carousel-control-next img:hover{
    filter: none;
}
.testimonial-slider .testimonial-content figure{
    margin-bottom: 53px !important;
}
.testimonial-slider .testimonial-content p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
    letter-spacing: -1px;
    padding: 0 140px;
    color: var(--e-global-color-primary);
}
.testimonial-slider .auther-con .user-img {
    margin-bottom: 17px !important;
}
.testimonial-slider .auther-con figure img {
    width: 65px;
}
.testimonial-slider .auther-con h4 {
    font-weight: 500;
    margin-bottom: 8px;
}
.testimonial-slider .auther-con span{
    font-size: 16px;
    color: var(--e-global-color-secondary);
}
.testimonial-slider .carousel-control-next,
.testimonial-slider .carousel-control-prev {
    top: 35%;
    opacity: 1;
    width: auto;
    height: 20px;
}
.testimonial-slider .carousel-control-prev-icon,
.testimonial-slider .carousel-control-next-icon{
    background-image: none;   
}
.testimonial-slider .carousel-control-next-icon,
.testimonial-slider .carousel-control-prev-icon {
    width: auto;
    height: auto;
}
/* Blog 2 Section */
.blog-post2 .blog-post-content-box {
    position: relative;
    margin-bottom: 30px;
}
.blog-post2 .blog-post-content-box figure img {
    opacity: 0.6;
}
.blog-post2 .blog-post2-content{
    bottom: 30px;
    position: absolute;
    padding: 0 40px;
}
.blog-post2 .blog-admin figure {
    top: -2px;
    margin-right: 17px !important;
    position: relative;
}
.blog-post2 .blog-admin{
    font-size: 14px;
    margin-bottom: 20px;
    color: var(--e-global-color-primary);
}
.blog-post2 .blog-post2-content a {
    display: inline-block;
}
.blog-post2 .blog-post2-content a:hover h4{
    color: var(--e-global-color-secondary);
}
/* Home 3 */
/* Services Section */
.future-services-section .collection-box {
    background: var(--e-global-color-mostly-black-blue);
}
.future-services-section .collection-box figure {
    margin-bottom: 31px !important;
}
/* Home 4 */
/* Services Section */
.graphic-services-section .collection-box {
    background: var(--e-global-color-dark-black-cyan);
}
/* Graphic Gallery Section */
.graphic-gallery-section-outer .nav-tabs .nav-link {
    color: var(--e-global-color-white);
}
.graphic-gallery-section .gallery-images img {
    padding: 0 0 30px 0;
    display: block;
}
.graphic-gallery-section {
    gap: 30px;
}
/* Reviews Section */
.graphic-reviews-section .profile-box {
    background: var(--e-global-color-dark-black-cyan);
    padding: 0px 50px 52px;
}
.graphic-reviews-section .profile-box::after {
    display: none;
}
.graphic-reviews-section .profile-box .quote-icon {
    margin-bottom: 16px !important;
}
.graphic-reviews-section .profile-box .quote-icon img {
    width: auto;
}
.graphic-reviews-section .profile-box .testimonial-contentimage {
    margin-top: -32px !important;
    margin-bottom: 22px !important;
}
.graphic-reviews-section .profile-box span {
    display: block;
    margin-bottom: 18px;
}
.graphic-reviews-section .profile-box p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    font-style: italic;
    color: var(--e-global-color-white);
}
/* Blog Section */
.graphic-blog-section .blog-inner-box {
    background: var(--e-global-color-dark-black-cyan);
}
/* About Page */
/* Team Section */
.team-section .blog-inner-box{
    overflow: hidden;
    border-radius: 10px;
    background: var(--e-global-color-black);
    margin-bottom: 30px;
}
.team-section .blog-inner-box a figure img{
    transition: all 0.5s ease-in-out;
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.team-section .blog-inner-box:hover a figure img {
    transform: scale(1.1);
}
.team-section .blog-text-con a h4:hover{
    color: var(--e-global-color-secondary);
}
.team-section .blog-text-con span{
    font-size: 14px;
    margin-bottom: 23px;
    color: var(--e-global-color-secondary);
}
.team-section .generic-title{
    margin-bottom: 70px;
}
.team-section .generic-title span{
    margin-bottom: 25px;
}
.team-section .blog-text-con {
    padding: 33px 40px 33px;
}
.team-section .blog-text-con h4 {
    margin-bottom: 9px;
}
.team-section .posted-details ul li {
    font-size: 16px;
    margin-right: 0px;
}
.team-section .posted-details ul li i{
    margin: 0;
    color: var(--e-global-color-primary);
}
.team-section .posted-details ul li a {
    height: 36px;
    width: 36px;
    padding: 5px;
    display: flex;
    background: transparent;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    border: 1px solid transparent;
}
.team-section .posted-details ul li a:hover{
    border-color: var(--e-global-color-secondary);
}
.team-section .posted-details ul li a:hover i{
    color: var(--e-global-color-secondary);
}


/* Responsive */
@media screen and (min-width: 1800px) and (max-width: 1875px){
}
@media screen and (min-width: 1700px) and (max-width: 1799px){
}
@media screen and (min-width: 1600px) and (max-width: 1699px){
}
@media screen and (max-width: 1610px) {
    /* Home 3 */
    .future-services-section .col-lg-6 { padding: 0 5px; }
    .future-services-section .collection-box { padding: 36px 21px 32px; margin-bottom: 10px; }
}
@media screen and (max-width: 1600px){
    /* Home 1 */
    .reviews-section .owl-carousel .owl-nav button.owl-prev, .reviews-section .owl-carousel .owl-nav.disabled button.owl-prev, .reviews-section .owl-carousel .owl-nav button.owl-next ,.reviews-section .owl-carousel .owl-nav.disabled button.owl-next { position: relative; }
    .reviews-section .owl-theme .owl-nav { margin-top: 20px; }
    .reviews-section .owl-theme .owl-nav { text-align: center; }
    .reviews-section .owl-carousel .owl-nav button.owl-prev { left: -5px; margin: 5px; } 
    .reviews-section .owl-carousel .owl-nav button.owl-next { right: -5px; margin: 5px; }
}
@media screen and (max-width: 1440px) {
    /* Home 1 */
    .services-section .collection-box { padding: 36px 21px 32px; }
    .services-section .collection-box figure { margin-bottom: 28px !important; } 
    .services-section .collection-box h4 { margin-bottom: 10px; }
    .blog-section .blog-inner-box img { width: 100%; }
    /* Home 2 */
    .testimonial-slider .testimonial-content figure { margin-bottom: 40px !important; }
    .testimonial-slider .testimonial-content p { font-size: 22px; line-height: 34px; margin-bottom: 32px; }
    /* Home 4 */
    .graphic-reviews-section .profile-box { padding: 0px 30px 40px; }
    /* About Page */
    .team-section .blog-text-con { padding: 28px 40px; }
    .team-section .blog-text-con span { margin-bottom: 18px; }
}
@media only screen and (max-width : 1199px) {
    /* Home 1 */
    .services-section .collection-box { padding: 26px 12px; }
    .services-section .collection-box figure {  margin-bottom: 22px !important; }
    .services-section .collection-box h4 { margin-bottom: 9px; }
    .reviews-section .profile-box { padding: 65px 30px 60px; }
    .reviews-section .profile-box p { font-size: 20px; line-height: 28px; margin-bottom: 24px; }
    .blog-section .blog-text-con { padding: 27px 23px 33px; }
    .blog-section .blog-text-con h4 { margin-bottom: 17px; }
    .blog-section .posted-details ul li { margin-right: 30px; }
    /* Home 2 */
    .testimonial-slider .testimonial-content p { font-size: 20px; line-height: 28px; margin-bottom: 24px; }
    .testimonial-slider .testimonial-content figure { margin-bottom: 25px !important; }
    .testimonial-slider .carousel-control-next, .testimonial-slider .carousel-control-prev { top: 30%; }
    .blog-post2 .blog-admin { margin-bottom: 9px; }
    .blog-post2 .blog-post2-content { padding: 0 20px; bottom: 25px; }
    /* Home 3 */
    .future-services-section .collection-box p { padding: 0 20px; }
    /* Home 4 */
    .graphic-reviews-section .profile-box { padding: 0px 35px 40px; }
    .graphic-reviews-section .profile-box p { font-size: 18px; line-height: 30px; }
    /* About Page */
    .team-section .blog-text-con { padding: 24px 28px; }
    .team-section .blog-text-con span { margin-bottom: 12px; }
}
@media only screen and (max-width : 1024px) {
    /* Home 3 */
    .future-services-section .col-lg-6 { padding: 0 15px; }
    .future-services-section .collection-box { margin-bottom: 30px; }
}
@media only screen and (max-width : 991px) {
    /* Home 1 */
    .services-section .collection-box { padding: 25px; }
    .services-section .collection-box figure img { width: 50px; }
    .services-section .collection-box p { margin-bottom: 15px; }
    .reviews-section .profile-box { padding: 50px 20px 35px; }
    .reviews-section .profile-box p { font-size: 16px; line-height: 24px; margin-bottom: 20px; }
    .reviews-section .profile-box h4 { margin-bottom: 4px; }
    .reviews-section .owl-carousel .owl-nav button.owl-prev, .reviews-section .owl-carousel .owl-nav button.owl-next { margin: 0; }
    .reviews-section .profile-box figure img { width: 60px; }
    .gallery-section-outer .nav-tabs .nav-item { margin: 0 15px; }
    .gallery-section-outer .nav-tabs { margin-bottom: 40px; }
    /* Home 2 */
    .testimonial-content figure { margin-bottom: 18px !important; }
    .testimonial-slider .auther-con h4 { margin-bottom: 4px; }
    .testimonial-slider .testimonial-content figure { margin-bottom: 25px !important; }
    .testimonial-slider .testimonial-content figure img { width: 40px; }
    .testimonial-slider .testimonial-content p { font-size: 16px; line-height: 24px; margin-bottom: 20px; padding: 0 100px; }
    .testimonial-slider .auther-con figure img { width: 60px; }
    .testimonial-slider .carousel-control-next img, .testimonial-slider .carousel-control-prev img { width: 35px; }
    .blog-post2 .blog-post2-content { bottom: 20px; padding: 0 20px; }
    .blog-post2 .blog-admin figure { top: -3px; margin-right: 10px !important; }
    /* Home 3 */
    .future-services-section .collection-box p { padding: 0 40px; }
    /* Home 4 */
    .graphic-reviews-section .profile-box { padding: 0px 40px 30px; }
}
@media only screen and (max-width : 767px){
    /* Home 1 */
    .services-section .collection-box figure img { width: 45px; }
    .services-section .collection-box a i { font-size: 16px; }
    .reviews-section .profile-box { padding: 40px 20px 30px; }
    .reviews-section .profile-box p { font-size: 14px; line-height: 22px; margin-bottom: 15px; }
    .reviews-section .profile-box::after { background-size: 35px; }
    .reviews-section .profile-box figure img { width: 50px; }
    .reviews-section .owl-carousel .owl-nav button.owl-prev, .reviews-section .owl-carousel .owl-nav.disabled button.owl-prev, .reviews-section .owl-carousel .owl-nav button.owl-next, .reviews-section .owl-carousel .owl-nav.disabled button.owl-next { width: 30px; background-size: 30px !important; }
    .blog-section .blog-text-con { padding: 25px 20px 25px; }
    .blog-section .posted-details ul li { margin-right: 15px; }
    .blog-section .posted-details ul li i { margin-right: 5px; }
    .gallery-section-outer .nav-tabs .nav-link { font-size: 14px; line-height: 22px; }
    .gallery-section-outer .nav-tabs .nav-item { margin: 0px 8px; }
    .gallery-section-outer .nav-tabs { margin-bottom: 25px; }
    .gallery-section [class^="arrow"] { height: 45px; width: 45px; }
    .gallery-section [class^="arrow"]:after { width: 12px; height: 12px; }
    .gallery-section .close { width: 35px; height: 35px; }
    .gallery-section .close:before { top: 8px; font-size: 18px; }
    /* Home 2 */
    .testimonial-slider .testimonial-content figure { margin-bottom: 16px !important; }
    .testimonial-slider .testimonial-content p { font-size: 14px; line-height: 22px;  margin-bottom: 15px; padding: 0 65px; }
    .testimonial-slider .testimonial-content figure img { width: 35px; }
    .testimonial-slider .auther-con figure img { width: 50px; }
    .testimonial-slider .carousel-control-next, .testimonial-slider .carousel-control-prev { top: 28%; }
    .testimonial-slider .carousel-control-next img, .testimonial-slider .carousel-control-prev img { width: 30px; }
    /* Home 3 */
    .future-services-section .collection-box p { padding: 0 10px; }
    /* Home 4 */
    .graphic-reviews-section .profile-box { padding: 0px 20px 30px; }
    .graphic-reviews-section .profile-box .testimonial-contentimage { margin-top: -27px !important; margin-bottom: 15px !important; }
    .graphic-reviews-section .profile-box .quote-icon img { width: 30px; }
    .graphic-reviews-section .profile-box span { margin-bottom: 12px; }
    /* About Page */
    .team-section .blog-text-con span { margin-bottom: 5px; }
    .team-section .posted-details ul li { font-size: 14px; }
    .team-section .posted-details ul li a { height: 30px; width: 30px; }
}
@media only screen and (max-width : 575px){
    /* Home 2 */
    .testimonial-slider .carousel-control-next, .testimonial-slider .carousel-control-prev { position: relative; top: 0; margin-top: 20px; display: inline-block; left: 50%; transform: translatex(-109%); }
    .testimonial-slider .testimonial-content p { padding: 0; }
    /* Home 3 */
    .future-services-section .collection-box p { padding: 0 30px; }
    /* About Page */
    .team-section .blog-text-con h4 { margin-bottom: 5px; }
}