.single-portfolio #Content {
	padding-top:0 !important;
}
ul {
    list-style-type: none;
    padding: 0;
}
button:focus {
    outline: none !important;
}
.dis-none {
    display: none;
}
.dis-flex {
    display: flex;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.row-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.active-pill {
    text-align: center;
    background-color: #ead873;
    color: white !important;
    border-radius: 18px;
}
.bg-image {
    background-image: url(https://3sotweb.com/wp-content/uploads/2021/01/ezgif.com-gif-maker-1.gif);
    min-height: 100vh;
    background-size: 100% 100%;
    padding: 80px;
}

/* .bg-image::after {
    content: "";
    background: url(/wp-content/themes/betheme-child/3sotweb-portfolio/css/images/pattern.png) center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: .3;
} */
.contain-all {
    min-height: 464px;
    background-color: #a9a3927a;
    border-radius: 20px;
}
.main {
    min-height: 464px;
    align-items: center;
    padding: 21px;
    display: flex;
    flex-direction: row;
}
.main .details {
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 125px;
}
.main .details a {
    font-size: 11px;
    color: #000000;
    text-align: center;
    margin: 4px;
    padding: 4px 8px;
}
.detail-content {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.main .content {
    flex: 1 1 50%;
    justify-content: center;
}
.site-info {
    margin: 0;
    padding: 20px 10px;
}
.site-info-li {
    background-color: #ead8734f;
    margin-bottom: 16px;
    padding: 10px 20px;
    border-radius: 6px;
}
.site-info li:last-child {
    margin-bottom: 0 !important;
    overflow: hidden;
}
.site-info .web-name {
}
.web-name h1 {
    font-size: 15px;
    color: #38341b;
    overflow: hidden;
    margin: 0 !important;
}
.web-name h1 strong {
}
.web-name h1 span {
}
.site-info .web-address {
}
.web-address h2 {
    font-size: 13px;
    color: #38341b;
    overflow: hidden;
    margin: 0 !important;
}
.social-media h3 {
    font-size: 11px;
    overflow: hidden;
    margin: 0 !important;
}
.social-media .social-media-link {
    justify-content: space-between;
    margin: 30px 0 10px 0;
    overflow: hidden;
}
.social-media-link li {
}
.social-media-link li a {
    align-items: center;
}
.social-media-link li a i {
    color: white;
    font-size: 24px;
    margin-bottom: 16px;
}
.social-media-link li a:hover {
    color: unset !important;
}
.social-media-link li a span {
    color: #000000;
    font-size: 13px;
}
.contain-different-views {
    flex: 1 1 50%;
}
.diff-views {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    min-height: 306px;
    min-width: 351px;
    flex-direction: column !important;
    align-items: center !important;
}
.moitor-txt{
	font-size: 12px;
	font-weight: bold;
	color: #383838;
}
.diff-views .views-pc {
    background: url(https://3sotweb.com/wp-content/uploads/2020/08/monitor.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 351px;
    height: 227px;
}
.views-pc {
    background: url(https://3sotweb.com/wp-content/uploads/2020/08/monitor.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 351px;
    height: 227px;
}
.views-pc .contain-bg {
    width: 93%;
    height: 75%;
    background-color: antiquewhite;
    position: relative;
    top: 12px;
    right: 12px;
    overflow: hidden;
}
.views-pc .monitor {
    /* background: url(/wp-content/themes/betheme-child/3sotweb-portfolio/css/images/407.jpg); */
    /* background-size: 100%; */
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 91%;
    position: relative;
    /* top: 0px; */
    /* right: 0; */
    display: block;
    text-align: center;
    color: #fff;
    /* padding-top: 20px; */
    background-position: top;
    height: 100% !important;
    -webkit-transition: background-position 5s ease-in-out;
    -moz-transition: background-position 5s ease-in-out;
    -ms-transition: background-position 5s ease-in-out;
    -o-transition: background-position 5s ease-in-out;
    transition: background-position 5s ease-in-out;
}
.monitor:hover {
    background-position: 0 bottom;
}
.diff-views .views-mobile {
    background: url(https://3sotweb.com/wp-content/uploads/2020/08/mobile.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 181px;
    height: 306px;
}
.views-mobile .views-mobile-bg-image {
    height: 236px;
    background-color: #607d8b;
    width: 161px;
    position: relative;
    top: 35px;
    right: 9px;
}
.views-mobile-bg-image .mobile-slider {
    width: 100%;
    height: 100%;
    position: relative;
}
.views-mobile-bg-image .mobile-slider .swiper-wrapper {
    width: 100%;
}
.views-mobile-bg-image .mobile-slider .swiper-wrapper .swiper-slide {
    /* text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 159px; */
}
.views-mobile-bg-image .mobile-slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.views-mobile .views-mobile-bg-image i {
    position: absolute;
    top: 50%;
    left: -35px;
    display: block;
    color: #ead873;
    z-index: 100;
}
.call-animation {
    width: 16px;
    height: 16px;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
@keyframes play {
    0% {
        transform: scale(1);
    }
    25% {
        box-shadow: 0 0 0 6px #ead87396;
    }
}
.btns {
    align-items: center;
    justify-content: center;
}
.btns button {
    background-color: #b8b6b266;
    border: none;
    display: flex;
    align-items: center;
    padding: 6px;
    border-radius: 5px;
}
.btns button img {
    width: 100%;
    height: 100%;
}
.btns .pc-btn {
    width: 75px;
    margin-left: 20px;
}
.btns .pc-btn img {
}
.btns .mobile-btn {
    width: 50px;
}
.btns .mobile-btn img {
}
.main .tech-description-content {
    width: calc(100% - 125px);
    align-items: center;
    overflow: hidden;
}
.main .tech-description-content > div > p {
    font-size: 11px;
    line-height: 25px;
    text-align: justify;
	color:#333;
}
.tech-description-content .show-video {
    margin-right: 50px;
    margin-left: 11px;
}
.tech-description-content .show-video video {
    width: 414px;
    height: 250px;
}
@media (max-width: 1080px) {
    .bg-image {
        padding: 80px 20px !important;
    }
}
@media (max-width: 992px) {
    .bg-image {
        padding: 80px !important;
    }
    .main {
        flex-direction: column !important;
    }
    .main .details {
        flex-direction: row !important;
        width: unset !important;
        margin-bottom: 10px;
    }
    .main .tech-description-content {
        flex-direction: column !important;
        width: 100% !important;
    }
    .tech-description-content .show-video {
        margin: 0 !important;
    }
}
@media (max-width: 768px) {
    .bg-image {
        padding: 80px 20px !important;
    }
}
@media (max-width: 576px) {
    .views-pc {
        width: 285px !important;
        height: 182px !important;
    }
    .diff-views .views-mobile {
        width: 140px !important;
        height: 290px !important;
    }
    .views-mobile .views-mobile-bg-image {
        height: 225px !important;
        top: 32px !important;
        right: 7px !important;
        width: 125px !important;
    }
    .tech-description-content .show-video video {
        width: 290px !important;
        height: 200px !important;
    }
}