.wdp-portfolio-section{}
.portfolio-filter {
    margin: 15px 0px !important;
}

.portfolio-filter ul li {
    display: inline !important;
}

.portfolio-filter ul li a {
    color: #444 !important;
    display: inline-block !important;
    font-size: 14px !important;
    margin: 0 10px 10px !important;
    padding: 5px 15px !important;
    position: relative !important;
    background-color: var(--white-color) !important;
    border: 1px solid #ddd !important;
}

.portfolio-filter ul li a::before {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background: #ff6363 !important;
    content: '' !important;
    -webkit-transition: top 0.3s !important;
    -moz-transition: top 0.3s !important;
    -o-transition: top 0.3s !important;
    transition: top 0.3s !important;
}

.portfolio-filter ul li a::after {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 2px !important;
    background: #3AB1FF !important;
    content: '' !important;
    -webkit-transition: height 0.3s !important;
    -moz-transition: height 0.3s !important;
    -o-transition: height 0.3s !important;
    transition: height 0.3s !important;
}

.portfolio-filter ul li a:hover::before {
    top: 100% !important;
    opacity: 1 !important;
    background: #3AB1FF !important;
}

.portfolio-filter ul li a:hover::after {
    height: 100% !important;
}

.portfolio-filter ul li:hover a,
.portfolio-filter ul li a:hover {
    color: #C42474 !important !important;
}

.portfolio-title {
    background-color: var(--white-color) !important;
    padding: 10px !important;
    border: 1px solid #e8e8e8 !important;
}

.portfolio-title a h5 {
    font-size: 16px !important;
    margin: 10px 0px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

/*===========================================================================================
                                    Section Creative CSS START
 ===========================================================================================*/


#og-grid>.mix {
    display: none
}

.og-grid {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.og-grid li {
    display: inline-block;
    vertical-align: top;
    vertical-align: top;
    /* box-shadow: 0 2px 15px #b3b3b3; */
    border-radius: 3px;
    width: 30%;
    margin: 10px 10px 30px 10px;
    -webkit-box-shadow: -1px 3px 5px 0px rgba(222, 222, 222, 0.75);
    -moz-box-shadow: -1px 3px 5px 0px rgba(222, 222, 222, 0.75);
    box-shadow: -1px 3px 5px 0px rgba(222, 222, 222, 0.75);
}

.og-grid li>a,
.og-grid li>a img {
    border: none;
    outline: none;
    display: block;
    position: relative
}

.og-grid li.og-expanded>a::after {
    top: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ff6363;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px
}

.og-expander {
    position: absolute;
    background-color: rgba(242, 242, 242, .1);
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden
}

.og-expander-inner {
    padding: 50px 30px;
    height: 100%;
    color: #ddd
}

.og-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    /* color: #fff; */
}

.og-close::before,
.og-close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.og-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.og-close:hover::before,
.og-close:hover::after {
    background: var(--white-color)
}

.og-fullimg,
.og-details {
    width: 50%;
    float: left;
    height: 100%;
    /* overflow:hidden; */
    position: relative;
    /* overflow: scroll; */
}

.og-details {
    padding: 0 40px 0 20px
}

.og-fullimg {
    text-align: center;
    overflow-y: auto;
}


/* width */

.og-fullimg::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.og-fullimg::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.og-fullimg::-webkit-scrollbar-thumb {
    background: #f9c640;
}


/* Handle on hover */

.og-fullimg::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.og-fullimg img {
    display: inline-block;
    max-width: 635px
}

.og-details h5 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 0 0 10px;
    text-transform: capitalize
}

.og-details p {
    font-weight: 100;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    color: var(--white-color);
}

.og-details a {
    text-transform: uppercase;
    padding: 8px 20px;
    transition: all 0.4s;
    display: inline-block;
    margin: 20px 0 0;
    outline: none;
    background-color: #fff;
    border-radius: 0px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.og-details a::before {
    content: '\2192';
    display: inline-block;
    float: right;
    margin-left: 12px;
    font-size: 22px;
    margin-top: -3px;
}
.og-details a:hover {
    background-color: #ffb447;
    color: #fff;
}

.og-details a:hover:before {
    margin-left: 20px;
    transition: all 0.9s;
}
.og-details a:hover {
    border-color: #ddd;
    color: var(--black-color);
}

.og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #b72477;
    box-shadow: 0 0 1px #4879ed, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation: loader 0.5s infinite ease-in-out both;
    -moz-animation: loader 0.5s infinite ease-in-out both;
    animation: loader 0.5s infinite ease-in-out both;
}

.hover-mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    -moz-transition: all 600ms ease-out 0s;
    -o-transition: all 600ms ease-out 0s;
    transition: all 600ms ease-out 0s;
    -moz-transform: rotateY(180deg) scale(.5, .5);
    -ms-transform: rotateY(180deg) scale(.5, .5);
    -o-transform: rotateY(180deg) scale(.5, .5)
}

.hover-mask h3 {
    color: #3AB1FF;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    top: 110px
}

.hover-mask span {
    border: 2px solid #ddd;
    border-radius: 50px;
    color: #ddd;
    display: inline-block;
    height: 50px;
    left: 42%;
    padding: 11px 0;
    position: absolute;
    text-align: center;
    top: 22%;
    width: 50px
}

.og-grid .mix a:hover .hover-mask {
    filter: alpha(opacity=100);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1)
}

.portfolio-filter {
    margin: 15px 0px !important;
}

.portfolio-filter ul li {
    display: inline !important;
}

.portfolio-filter ul li a {
    color: #444 !important;
    display: inline-block !important;
    font-size: 14px !important;
    margin: 0 10px 10px !important;
    padding: 5px 15px !important;
    position: relative !important;
    background-color: var(--white-color) !important;
    border: 1px solid #ddd !important;
}

.portfolio-filter ul li a::before {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background: #f99e1c !important;
    content: '' !important;
    -webkit-transition: top 0.3s !important;
    -moz-transition: top 0.3s !important;
    -o-transition: top 0.3s !important;
    transition: top 0.3s !important;
}

.portfolio-filter ul li a::after {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 72px !important;
    background: #3AB1FF !important;
    content: '' !important;
    -webkit-transition: height 0.3s !important;
    -moz-transition: height 0.3s !important;
    -o-transition: height 0.3s !important;
    transition: height 0.3s !important;
}

.portfolio-filter ul li a:hover::before {
    top: 100% !important;
    opacity: 1 !important;
    background: #3AB1FF !important;
}

.portfolio-filter ul li a:hover::after {
    height: 100% !important;
}

.portfolio-filter ul li:hover a,
.portfolio-filter ul li a:hover {
    color: #C42474 !important !important;
}

.portfolio-title {
    background-color: var(--white-color) !important;
    padding: 15px !important;
    border: 1px solid #e8e8e8 !important;
}

.portfolio-title a h5 {
    font-size: 14px !important;
    margin: 0px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-top: 6px !important;
    float: left;
    /* min-height: 40px; */
    line-height: 21px;
}

.og-expander-inner {
    background-color: rgba(0, 0, 0, 0.8) !important;
    background: #4283f5 !important;
    background-image: linear-gradient(90deg, #4284f6 0, #673AB7 100%) !important;
}

.og-details h3 {
    margin: 0 0 15px !important;
    border-bottom: 2px solid #ffb447 !important;
    color: var(--white-color) !important;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 10px;
}

.og-grid .mix > a {
    display: block !important;
    overflow: hidden !important;
    position: relative !important;
    height: 200px !important;
    /* max-width: 400px !important; */
}
.og-grid .mix a img {
    width: 100%;
    height: 100%;
}

.og-grid .mix > a.style-none {
    height: auto !important;
    border: none !important;
    box-shadow: 0 0 0 #ddd !important;
}

.og-grid .mix a img {
    -webkit-transition: all 0.6s ease 0s !important;
    -moz-transition: all 0.6s ease 0s !important;
    -o-transition: all 0.6s ease 0s !important;
    transition: all 0.6s ease 0s !important;
}

.og-grid .mix a:hover img {
    -webkit-transform: scale(1.4) rotate(0deg) !important;
    -moz-transform: scale(1.4) rotate(0deg) !important;
    -ms-transform: scale(1.4) rotate(0deg) !important;
    -o-transform: scale(1.4) rotate(0deg) !important;
    transform: scale(1.4) rotate(0deg) !important;
}

.mix-ser > a {
    display: block !important;
    overflow: hidden !important;
    position: relative !important;
}

.mix-ser > a.btn {
    display: inline-block !important !important;
    margin-bottom: 10px
}

.mix-ser a img {
    -webkit-transition: all 0.4s ease 0.4s !important;
    -moz-transition: all 0.4s ease 0.4s !important;
    -o-transition: all 0.4s ease 0.4s !important;
    transition: all 0.4s ease 0.4s !important;
}

.mix-ser a:hover img {
    -webkit-transform: scale(1.1) rotate(0deg) !important;
    -moz-transform: scale(1.1) rotate(0deg) !important;
    -ms-transform: scale(1.1) rotate(0deg) !important;
    -o-transform: scale(1.1) rotate(0deg) !important;
    transform: scale(1.1) rotate(0deg) !important;
}

.mix-ser:hover {
    z-index: 9 !important;
    background: #fdfdfd !important;
    box-shadow: 0 0 15px #b5b5b5 !important;
}

.hover-effect {
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.hover-mask {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    background-color: #125eca !important;
    background-image: radial-gradient(#2779ef, #125eca);
    opacity: 0.8 !important;
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    -webkit-transition: all 600ms ease-out 0s !important;
    -moz-transition: all 600ms ease-out 0s !important;
    -o-transition: all 600ms ease-out 0s !important;
    transition: all 600ms ease-out 0s !important;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5) !important;
    -moz-transform: rotateY(180deg) scale(0.5, 0.5) !important;
    -ms-transform: rotateY(180deg) scale(0.5, 0.5) !important;
    -o-transform: rotateY(180deg) scale(0.5, 0.5) !important;
    transform: rotateY(180deg) scale(0.5, 0.5) !important;
}

.hover-mask h3 {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    position: relative !important;
    text-transform: uppercase !important;
    top: 110px !important;
}

.hover-mask span {
    border: 2px solid #ddd !important;
    border-radius: 50px !important;
    color: #ddd !important;
    display: inline-block !important;
    height: 50px !important;
    left: 42% !important;
    padding: 11px 0 !important;
    position: absolute !important;
    text-align: center !important;
    top: 22% !important;
    width: 50px !important;
}

.og-grid .mix a:hover .hover-mask {
    opacity: 0.9 !important;
    filter: alpha(opacity=100) !important;
    -webkit-transform: rotateY(0deg) scale(1, 1) !important;
    -moz-transform: rotateY(0deg) scale(1, 1) !important;
    -ms-transform: rotateY(0deg) scale(1, 1) !important;
    -o-transform: rotateY(0deg) scale(1, 1) !important;
    transform: rotateY(0deg) scale(1, 1) !important;
}

.sub-header {
    max-width: 380px;
    margin: 30px auto 40px;
    text-align: center
}

.sub-title {
    display: block
}

.container-two {
    max-width: 1459px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    font-size: 0
}

/*===========================================================================================
                                    Section Creative CSS END
 ===========================================================================================*/


/*===========================================================================================
                                    section slideshow CSS START
 ===========================================================================================*/
.slideshow {
    margin: 0 auto;
    padding-top: 50px;
    height: 700px;
    background-image: url(space.html);
    box-sizing: border-box;
    position: absolute;
    top: 170px;
    left: 42%;
    z-index: -1;
}

.content {
    margin: auto;
    width: 190px;
    perspective: 1000px;
    position: relative;
    padding-top: 80px;
}

.content-carrousel {
    width: 100%;
    position: absolute;
    float: right;
    animation: rotar 15s infinite linear;
    transform-style: preserve-3d;
}

.shadow {
    position: absolute;
    box-shadow: 0px 0px 20px 0px var(--black-color);
    border-radius: 2px;
}

.content-carrousel figure {
    width: 100%;
    height: 120px;
    border: 1px solid #4d444d;
    overflow: hidden;
    position: absolute;
}

.content-carrousel figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(500px);
}

.content-carrousel img {
    image-rendering: auto;
    transition: all 300ms;
    width: 100%;
    height: 100%;
}

/*Mobile Devices Inc Iphone 5,6,7,8 Portrait*/
@media (max-width: 767px) {
    .og-grid .mix a img {
        height: 235px;
        width: 100%;
    }
    .og-grid li {
        margin: 10px;
        width: 100%;
    }
    .og-details h3 {
        font-size: 16px;
    }

    .og-details p {
        font-size: 13px;
        line-height: 17px;
        text-align: justify;
        margin-bottom: 0px;
    }

    .og-details {
        padding: 10px;
    }

    .og-details a {
        margin: 5px 0px;
    }
    .og-expander-inner {
        padding: 20px;
    }

    .og-close {
        height: 20px;
        width: 20px;
        top: 10px;
        right: 10px;
    }
    .og-grid .mix > a {
        height: 235px !important;
    }
}
@media  screen and (min-width: 1441px) and (min-width: 2560px){
    .og-grid .mix > a {
        height: 370px !important;
    }
}
/*Ipad and Ipad Pro Landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .portfolio-title a h5 {
        font-size: 10px !important;
        line-height: 16px;
        }
}
/*Ipad and Ipad Pro Portrait*/
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:portrait) {
    .portfolio-title a h5 {
        font-size: 10px !important;
        line-height: 16px;
        }
}
@media (max-width: 425px){
    .og-grid li{
        margin-bottom: 10px !important;
        margin: 0px;
    }
}

/*===========================================================================================
                                    section slideshow CSS END
 ===========================================================================================*/
