.portfolio-menu {
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.portfolio-menu-mobile {
    display: block;
    padding: 20px;
}

.portfolio-menu-dropdown-icon {
    cursor: pointer;
    float: right;
    padding: 8.5px;
    background: #fff;
    color: #333;
}

.portfolio-menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: initial;
    box-sizing: border-box;
    clear: right;
}

.portfolio-menu>ul:after,
.portfolio-menu>ul:before {
    content: "";
    display: table;
}

.portfolio-menu>ul:after {
    clear: both;
}

.portfolio-menu>ul>li {
    float: left;
    padding: 0;
    margin: 0;
}

.portfolio-menu>ul>li a {
    text-decoration: none;
    color: #484848;
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    padding: 10px 15px;
}

.portfolio-menu>ul>li.active,
.portfolio-menu>ul>li:hover {
    background: #c62828;
}

.anchor-port-head {
    text-transform: uppercase;
}

.portfolio-menu>ul>.portfolio-head-list.active .anchor-port-head,
.portfolio-menu>ul>.portfolio-head-list:hover .anchor-port-head {
    color: #fff;
    font-size: 15px;
}

.portfolio-menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 1;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    border: 1px solid #ccc;
    max-height: 400px;
    min-height: auto;
    overflow-y: auto;
}

.portfolio-menu>ul>li>ul:after,
.portfolio-menu>ul>li>ul:before {
    content: "";
    display: table;
}

.portfolio-menu>ul>li>ul:after {
    clear: both;
}

.portfolio-menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: 0 0;
    float: left;
}

.portfolio-menu>ul>li>ul>li a {
    color: #777;
    padding: 10px 0;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.portfolio-menu>ul>li>ul>li a:hover {
    color: #c62828;
}

.portfolio-menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.portfolio-menu>ul>li>ul>li>ul:after,
.portfolio-menu>ul>li>ul>li>ul:before {
    content: "";
    display: table;
}

.portfolio-menu>ul>li>ul>li>ul:after {
    clear: both;
}

.portfolio-menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
}

.portfolio-menu>ul>li>ul>li>ul>li a {
    border: 0;
    font-size: 14px;
}

.portfolio-menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
}

.anchor-port-head span {
    display: none;
}

@media only screen and (max-width: 959px) {
    .portfolio-heading h3 {
        font-size: 24px !important;
    }

    .anchor-port-head span {
        float: right;
        display: block;
    }

    .portfolio-menu-container {
        width: 100%;
    }

    .portfolio-menu-container .portfolio-menu {
        display: inline-block;
    }

    .portfolio-menu-mobile {
        display: block;
        float: right;
        padding: 10px 20px 0;
    }

    .portfolio-menu-dropdown-icon:before {
        display: block;
    }

    .portfolio-menu>ul {
        width: 100%;
    }

    .portfolio-menu>ul>li {
        width: 100%;
        float: none;
        display: block;
    }

    .portfolio-menu>ul>li a {
        padding: 8px;
        width: 100%;
        display: block;
    }

    .portfolio-menu>ul>li>ul {
        position: relative;
        padding: 20px;
        min-height: 100px;
        max-height: 300px;
        overflow-y: auto;
    }

    .portfolio-menu>ul>li>ul.normal-sub {
        width: 100%;
    }

    .portfolio-menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .portfolio-menu>ul>li>ul>li:first-child {
        margin: 0;
    }

    .portfolio-menu>ul>li>ul>li>ul {
        position: relative;
    }

    .portfolio-menu>ul>li>ul>li>ul>li {
        float: none;
    }

    .portfolio-menu .show-on-mobile {
        display: block;
    }
}

.port-sub-drop-list img {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border-radius: 50px;
}

.portfolio-heading {
    margin: 0;
    padding: 30px 0;
}

.portfolio-heading h3 {
    color: #000;
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 15px;
    padding: 0;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .port-sub-drop-list img {
        width: 30px;
        height: auto;
    }

    .portfolio-menu>ul>li>ul>li {
        margin: 0;
    }

    .portfolio-menu>ul>li>ul>li a {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .port-sub-drop-list li {
        margin: 0;
        padding-bottom: 0;
        list-style: none;
        width: 33% !important;
        background: 0 0;
        float: left;
    }
}

.da-thumbs {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.da-thumbs li .portfolio-image-list-div {
    box-shadow: 0 6px 12px 2px rgba(0, 0, 0, 0.07);
    float: left;
    margin: 0 0 20px 0;
    background: #fff;
    padding: 8px !important;
    position: relative;
    border: 1px solid #ccc6;
    width: 100%;
}

.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
}

.da-thumbs li a {
    overflow: hidden;
    display: block;
}

.da-thumbs li a img {
    width: 100%;
}

.da-thumbs li a div {
    position: absolute;
    background: #333;
    background: rgba(234, 80, 7, 0.82);
    width: 100%;
    height: 100%;
}

.da-thumbs li a div span {
    display: block;
    padding: 10px 0;
    margin: 0 10px 10px 10px;
    font-size: 18px;
    font-weight: 500 !important;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.text-content {
    padding: 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    height: 80px;
}

.portfolio-para-desc {
    padding: 0 10px !important;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.portfolio-webiste-list {
    padding: 0 0 30px 0;
    margin: 0;
}

.ps-timeline-sec {
    position: relative;
    background: #fff;
}

.ps-timeline i {
    padding: 10px;
    margin: 0;
}

.ps-timeline-sec .container {
    position: relative;
}

@media (min-width: 320px) and (max-width: 480px) {
    .ps-timeline-sec .container ol:before {
        top: 60px !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        padding: 0 0 0 15% !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
        padding: 0 0 0 15% !important;
    }
}

@media screen and (max-width: 767px) {
    .ps-timeline-sec .container ol:before {
        background: #2a9af3;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 90px;
        left: 34px !important;
    }

    .ps-timeline-sec .container ol:after {
        background: #2a9af3;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 34px;
    }

    .ps-timeline-sec .container ol.ps-timeline {
        margin: 10% 0 !important;
        border-left: 2px solid #fd0909;
        padding-left: 0 !important;
        padding-top: 60px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li {
        height: 100px;
        float: none !important;
        width: inherit !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 70px;
    }

    .ps-timeline-sec .container ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 60px;
    }

    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
        margin-top: 29px !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
        width: 100%;
    }

    .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 20px;
        width: 50% !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span {
        left: 0 !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        top: -6% !important;
        width: 100% !important;
        float: left !important;
        padding: 0 0 0 10%;
        margin-bottom: 0 !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
        margin: 0 auto !important;
        width: 80% !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 90% !important;
        width: 100% !important;
        float: left !important;
        padding: 0 0 0 10%;
        margin-bottom: 0 !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0 !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }

    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }
}

.ps-sp-top.circle img {
    padding: 10px 0;
}

.ps-timeline-sec .container ol:before {
    background: #fd0909;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 100%;
    position: absolute;
    left: 3;
    bottom: 166px;
}

.ps-timeline-sec .container ol:after {
    background: #fd0909;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 100%;
    position: absolute;
    right: 3px;
    bottom: 166px;
}

.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 16.6%;
    padding-top: 30px;
    position: relative;
}

.ps-timeline-sec .container ol.ps-timeline li span.circle {
    width: 60px;
    height: 60px;
    margin-left: -32px;
    background: #fff;
    border: 4px solid #0d47a1;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #fff;
    text-align: center;
    line-height: 50px -10;
    color: #df8625;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -30px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.square {
    width: 60px;
    height: 60px;
    margin-left: -32px;
    background: #fff;
    border: 4px solid #629efb;
    box-shadow: 0 0 0 0 #fff;
    text-align: center;
    line-height: 50px -10;
    color: #629efb;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -30px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: "";
    color: #0d47a1;
    width: 2px;
    height: 50px;
    background: #0d47a1;
    position: absolute;
    top: -50px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: "";
    color: #fd0909;
    width: 13px;
    height: 13px;
    background: #fd0909;
    position: absolute;
    bottom: 100px;
    left: 39%;
    border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: "";
    color: #629efb;
    width: 2px;
    height: 50px;
    background: #629efb;
    position: absolute;
    bottom: -50px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: "";
    color: #fd0909;
    width: 13px;
    height: 13px;
    background: #fd0909;
    position: absolute;
    top: 100px;
    left: 39%;
    border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
}

.ps-timeline-sec .container ol.ps-timeline {
    margin: 15% 0;
    padding: 0;
    border-top: 2px solid #ff4b0b;
    list-style: none;
}

@media (min-width: 767px) and (max-width: 1024px) and (orientation: landscape),
(min-width: 768px) and (max-width: 1024px) {
    .ps-timeline-sec .container ol.ps-timeline {
        margin: 25% 0;
    }
}

.comp-banner-portfolio {
    padding: 0;
    margin: 0 auto;
    width: 100%;

    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.comp-portfolio-button {
    padding: 0;
    margin: 0;
}

.com-port-web-title {
    margin: 0 0 15px 0;
}

.com-port-web-title h4 {
    padding: 0 0 20px 0;
    margin: 0;
}

.com-port-web-title p {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 15px 0;
    margin: 0;
}

.com-port-web-image {
    padding: 0;
    margin: 0;
}

.com-port-web-image {
    padding: 0;
    margin: 0 0 10px 0;
    width: 100%;
}

.com-port-web-image img {
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 15px;
}

.comp-banner-title-img {
    padding: 0 40px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 99%;
    width: 100%;
    opacity: 0;
    transition: 0.3s ease;
    background-color: #1f1f1f8f;
}

.com-port-web-image:hover .overlay {
    /* opacity: 1; */
}

.icon {
    color: #fff;
    font-size: 100px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    right: -23%;
    cursor: auto;
}

.website-screenshot i {
    padding: 0;
    margin: 0;
    font-size: 40px;
}

.fa-user:hover {
    color: #eee;
}

.com-port-web-image {
    position: relative;
}

.model-website-screenshot {
    padding: 0;
    margin: 0;
    width: 100%;
}

.model-website-screenshot img {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 442px
}

.model-portfolio-head {
    border-top: 15px solid #f44336;
}

.portfolio-model-close {
    padding: 0;
    margin: 0;
}

.modal-header h4 {
    margin: 10px 0 0 0 !important;
    padding: 0;
}

.modal-header {
    padding: 10px 10px;
    margin: 0;
    border-top: 15px solid #fd0909;
}

.portfolio-model-close i {
    font-size: 20px;
    padding: 15px;
    border-radius: 50px;
    position: absolute;
    top: -2%;
    right: 45%;
    width: 45px;
    height: 45px;
    background-color: #f44336 !important;
}

.comp-portfolio-button {
    padding: 0;
    margin: 0 0 20px 0;
}

.comp-portfolio-button a {
    padding: 8px 25px;
    margin: 0 25px 15px 0;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 3px;
}

.com-portfolio-web-tech {
    padding: 0;
    margin: 0;
}

.com-dev-technology {
    padding: 0;
    margin: 50px 0;
}

.com-dev-technology li {
    padding: 0;
    margin: 10px 0;
    width: 20%;
    list-style: none;
}

.com-dev-technology li .portfolio-com-dev-image img {
    padding: 10px;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 10px solid #fff;
    display: table;
    box-shadow: 3px 3px 6px #8e8e8e;
    -webkit-box-shadow: 3px 3px 6px #8e8e8e;
    -moz-box-shadow: 3px 3px 6px #8e8e8e;
    -ms-box-shadow: 3px 3px 6px #8e8e8e;
}

content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.fadeIn-top {
    top: 20%;
}

.portfolio-related-project {
    padding: 0;
    margin: 0;
}

#related-project-slider {
    padding: 0;
    margin: 50px 0;
}

#brand-slider {
    padding: 0;
    margin: 0 auto;
}

#brand-slider .owl-item {
    padding: 0;
    margin: 0 auto;
    display: inline-flex;
}

#brand-slider .item {
    padding: 0;
    margin: 0 auto;
    width: 80%;
    display: block;
}

#brand-slider img {
    padding: 15px;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 320px) and (max-width: 480px),
(min-width: 768px) and (max-width: 1024px) {
    #related-project-slider .owl-nav .owl-prev {
        bottom: 125px !important;
    }

    #related-project-slider .owl-nav .owl-next {
        bottom: 125px !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    #related-project-slider .owl-nav .owl-prev {
        bottom: 105px !important;
    }

    #related-project-slider .owl-nav .owl-next {
        bottom: 105px !important;
    }
}

#related-project-slider .carousel-wrap {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
}

#related-project-slider .owl-nav {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    display: block;
}

#related-project-slider .owl-nav .owl-prev {
    padding: 4px 9px;
    margin-left: 0;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 150px;
    background: #efeeee82;
    left: 0;
    display: none;
}

#related-project-slider .owl-nav .owl-next {
    padding: 4px 9px;
    margin-left: 0;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 150px;
    background: #efeeee82;
    right: 0;
    display: none;
}

#related-project-slider:hover .owl-nav .owl-next,
#related-project-slider:hover .owl-nav .owl-prev {
    display: block;
}

.portfolio-services-sec {
    padding: 0;
    margin: 0;
}

.portfolio-services-sec ul {
    padding: 0;
    margin: 50px 0;
}

.portfolio-services-sec ul li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}

.portfolio-services-sec ul li i {
    padding: 0;
    margin: 0 10px 0 0;
}

.portfolio-services-sec ul li p {
    padding: 20px;
    margin: 0;
    font-weight: 700;
    border-radius: 10px;
}

.hvrbox,
.hvrbox * {
    box-sizing: border-box;
}

.hvrbox {
    width: 90%;
    margin: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.hvrbox img {
    max-width: 100%;
}

.hvrbox .hvrbox-layer_bottom {
    display: block;
}

.hvrbox .hvrbox-layer_top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.hvrbox.active .hvrbox-layer_top,
.hvrbox:hover .hvrbox-layer_top {
    opacity: 1;
}

.hvrbox .hvrbox-text {
    text-align: center;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hvrbox .hvrbox-text_mobile {
    font-size: 15px;
    border-top: 1px solid #b3b3b3;
    border-top: 1px solid rgba(179, 179, 179, 0.7);
    margin-top: 5px;
    padding-top: 2px;
    display: none;
}

.hvrbox.active .hvrbox-text_mobile {
    display: block;
}

.hvrbox .hvrbox-layer_scale {
    border-radius: 50%;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.hvrbox.active .hvrbox-layer_scale,
.hvrbox:hover .hvrbox-layer_scale {
    border-radius: 0;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (min-width: 320px) and (max-width: 480px) {
    .comp-banner-portfolio {
        width: 100%;
    }

    .comp-banner-title-img {
        padding: 0 20px;
    }

    .com-port-web-title h4 {
        padding: 0 0 10px 0;
        font-size: 20px;
    }

    .com-port-web-title p {
        font-size: 13px;
    }

    .comp-portfolio-button a {
        padding: 4px 10px;
        margin: 0 0 7px 0;
    }

    .com-dev-technology li img {
        margin: 0 auto;
        width: 50%;
        display: table;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .comp-banner-portfolio {
        width: 100%;
    }

    .com-port-web-title p {
        font-size: 14px;
    }

    .com-port-web-title h4 {
        font-size: 21px;
    }

    .comp-portfolio-button a {
        padding: 5px 10px;
        margin: 0 5px 12px 0;
    }

    .com-dev-technology li img {
        margin: 0 auto;
        width: 60%;
        display: table;
    }
}

.portfolio-model.modal.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(97% - 56px) !important;
    width: 100%;
}

.portfolio-model.modal {
    overflow-y: hidden !important;
    z-index: 9999 !important;
    max-height: 85% !important;
    top: 5% !important;
    height: 100% !important;
    display: none !important;
}

.portfolio-model.modal .modal-footer {
    border-top: none !important;
    height: 20px !important;
}

.portfolio-long-desc p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

#related-project-slider .owl-pagination {
    margin: 0 auto 0 !important;
}

#related-project-slider .owl-pagination .owl-page {
    background: #a3d3f7 !important;
}

#related-project-slider .owl-pagination .active {
    background: #0d47a1 !important;
    border: 1px solid #a3d3f7;
}

@media (min-width: 768px) and (max-width: 1366px) {
    .portfolio-menu>ul>li>ul>li a {
        font-size: 13px;
        white-space: nowrap;
    }
}

@media (min-width: 1024px) and (max-width: 4000px) {
    .portfolio-menu>ul {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .portfolio-menu>ul>li {
        white-space: nowrap;
    }

    #portfolio-scroll::-webkit-scrollbar-track,
    #portfolio-sub-list::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.01);
        height: 5px;
        border-radius: 20px;
    }

    #portfolio-scroll::-webkit-scrollbar,
    #portfolio-sub-list::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: rgba(0, 0, 0, 0.01);
        border-radius: 20px;
    }

    #portfolio-scroll::-webkit-scrollbar-thumb,
    #portfolio-sub-list::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3);
        height: 5px;
        border-radius: 20px;
    }
}

.white-text {
    color: #fff;
}

.blue.darken-4 {
    background-color: #0d47a1 !important;
}

@media only screen and (min-width: 993px) {
    .portfolio-mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .portfolio-desktop {
        display: none !important;
    }
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
}

.modal-content {
    padding: 25px;
}


@media (prefers-color-scheme: dark) {

    .handles svg path {

        stroke: #e2e2e2 !important;

    }

    .dots span {

        background: #fff !important;

        opacity: 0.5
    }

    .dots span.active {

        opacity: 1
    }
}

.PostSlide {
    max-width: 1300px;
    margin: 40px auto;
}

.PostSlide {
    max-width: 1300px;
    margin: 10px auto -15px;
}

.PostSlide .innerContainer .slider {
    display: flex;
    width: 1280px;
    overflow-x: hidden;
    margin: auto;
}

.PostSlide .innerContainer .slider .slide {
    display: block;
    background-size: cover !important;
    background-position: center center !important;
    min-width: 280px;
    height: 420px;
    margin: 0 10px;
}

.PostSlide .innerContainer .slider {
    position: relative;
    z-index: 2;
}

.PostSlide .innerContainer .handles {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -230px;
    width: 103%;
    cursor: pointer;
    margin-right: -20px;
    margin-left: -20px;
    z-index: 4;
    -webkit-tap-highlight-color: transparent;
}

.PostSlide .dots {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.PostSlide .dots span {
    border-radius: 10px;
    background: #CBCBCB;
    width: 6px;
    height: 6px;
    display: inline-block;
    cursor: pointer;
}

.PostSlide .slider * {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.PostSlide .handles>span {
    transition: opacity 0.3s;
}

.PostSlide .handles .prev {
    opacity: 0;
    margin-left: 30px;
}

.PostSlide .handles .next {
    opacity: 1;
    margin-right: 30px;
}

.PostSlide .handles * {
    user-select: none;
}

.PostSlide .innerContainer .slider .slide {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 1280px) {

    .PostSlide .innerContainer .slider {
        width: 1200px !important;
        margin: auto;
    }

}

@media (max-width: 1280px) {

    .PostSlide .innerContainer .handles {
        width: calc(100% + 30px) !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

}

@media (min-width: 960px) and (max-width: 1280px) {

    .PostSlide .innerContainer .slider {
        width: 960px !important;
    }

}

@media (min-width: 960px) and (max-width: 1280px) {

    .PostSlide .innerContainer .slider {
        width: 960px !important;
    }

}

@media (min-width: 640px) and (max-width: 960px) {

    .PostSlide .innerContainer .slider {
        width: 640px !important;
    }

}

@media (max-width: 640px) {

    .PostSlide .innerContainer .slider {
        width: 300px !important;
    }

}

.PostSlide .innerContainer,
.PostSlide .slider,
.PostSlide .handles,
.PostSlide .dots {
    direction: ltr;
}


.PostSlide .innerContainer .slider .slide>div {
    display: block;
    background-size: cover !important;
    background-position: center center !important;
    min-width: 100%;
    height: 100%;
    border-radius: 15px;
}

.slid_img {
    width: 100%;
    height: auto;
}

h2,
  details {
    display: inline;
  }

  details {
    position: relative;
  }

  details summary {
    display: block;
    cursor: pointer;
    color: red;
  }

  details summary:focus {
    outline: none;
  }

  details[open] {
    display: block;
    padding-bottom: 25px;
    padding-top: 10px;
    animation: open .2s linear;
  }

  details[open] summary {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  details #open {
    padding-left: 5px;
    text-align: middle;
  }

  details #open:after {
    display: inline-block;
    position: relative;
    top: -3px;
    padding-left: 8px;
    content: "\00bb";
    transform: rotate(90deg);
  }

  details[open] #open {
    display: none;
  }

  details #close {
    display: none;
  }

  details[open] #close {
    display: block;
  }

  ::-webkit-details-marker {
    display: none;
  }

  @keyframes open {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }


  .market-btn {
    display: inline-block;
    padding: 0.3125rem 0.875rem;
    padding-left: 42px;
    -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    border: 1px solid #e7e7e7;
    background-position: center left 0.75rem;
    background-color: #fff;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 15px;
  }

  .market-btn .market-button-title {
    display: block;
    color: #222;
    font-size: 15px;
  }

  .market-btn .market-button-subtitle {
    display: block;
    margin-bottom: -0.25rem;
    color: #888;
    font-size: 13px;
  }

  .market-btn:hover {
    background-color: #f7f7f7;
    text-decoration: none;
  }

  /* .apple-btn {
    background-image: url(img/apple_logo.png);
  }

  .google-btn {
    background-image: url(img/app_store_img.png);
  }

  .windows-btn {
    background-image: url(img/web_logo.png);
  } */

  .market-btn-light {
    border-color: rgba(255, 255, 255, 0.14);
    background-color: rgba(0, 0, 0, 0);
  }

  .market-btn-light .market-button-title {
    color: #fff;
  }

  .market-btn-light .market-button-subtitle {
    color: rgba(255, 255, 255, 0.6);
  }

  .market-btn-light:hover {
    background-color: rgba(255, 255, 255, 0.06);
  }
  .container {
    /* width: 90%;
    margin: auto; */
    margin: 0 auto;
    max-width: 1250px !important;
  }

  .txtandimg {
    display: flex;
    align-items: center;
    /* justify-content: center; */
  }

  .txtandimg .text_tx {
    font-size: 15px;
    padding-left: 20px;
    width: 50%;
    text-align: justify;
  }

  .image {
    width: 50%;
  }

  .image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50px;
  }
  .left_sid {
    flex-direction: row;
  }
  .rite_sid {
    flex-direction: row-reverse;
  }
  .case_study_per_row_one {
    width: 100%;
  }
  .case_study_per_row_one .blog-desktop-image img {
    border-radius: 10px 0px 0 10px !important;
  }
  .case_study_per_row_one .blog-grid-border {
    display: flex;
  }
  .case_study_per_row_one .blog-grid-border .blog-image-slide:nth-child(1) {
    width: 100%;
  }
  .case_study_per_row_one .blog-grid-border .blog-details  {
    width: 100%;
    border-radius: 0 10px 10px 0px !important;
  }

  /* .image {
    width: 50%;
} */

  @media only screen and (max-width: 991px) {
    .txtandimg {
      display: block;
      ;
    }

    .image {
      width: auto;
    }

    .txtandimg .text_tx {
      width: auto;
    }

    .txtandimg1 .text_tx {
      width: auto;
    }

    .container {
      margin: 0 auto;
      max-width: 850px !important;
    }
    .mobile_img {
        display: block !important;
    }
    .desktop_img {
        display: none;
    }
    .desktop_slide_img {
        display: none !important;
    }
    .mobile_slide_img {
        display: block !important;
    }
    .com-dev-technology li .portfolio-com-dev-image img {
        width: 70px;
        height: 70px;
    }
    .com-dev-technology {
        display: flex;
        justify-content: space-between;
    }
    .windows-btn {
        margin-top: 10px;
    }
    .ps-timeline-sec .container ol:after {
        bottom: 20px;
    }
    .market-btn {
        display: inline-block;
    padding: 0.3125rem 0.175rem;
    padding-left: 2.8125rem;
    -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    border: 1px solid #e7e7e7;
    background-position: center left 0.75rem;
    background-color: #fff;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 10px;
    margin-right: 10px;
    }
    
  }
