@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0;
}

.main-menu .navigation > li > .megamenu ul li a h5,
.main-menu .navigation > li > ul > li > a h5 {
    font-weight: 600;
    font-size: 1rem;
}

.owl-nav.disabled {
    display: none !important;
}

section.header-top .col-md-7 {
    line-height: 0;
}

section.header-top a.main-menu-link {
    font-size: 12px;
    color: #fff;
}

section.header-top a.main-menu-link img {
    width: 20px;
    padding: 3px;
    top: -1px;
    position: relative;
}

.menu_image_custom {
    display: block;
    margin-top: 0px;
    background: #e9e9de;
    padding: 5px;
    text-align: center;
}

.menu_image_custom a {
    font-weight: 500;
    color: #121212;
}

.menu_image_custom .regular-price .price {
    font-weight: 500;
    font-size: 16px;
    color: #f00000;
}

.menu_image_custom .img-div {
    padding-bottom: 8px;
}

.menu_image_custom .item-title {
    margin-bottom: 0;
    padding: 0 15px 2px 15px;
    font-size: 17px;
    overflow: hidden;
    letter-spacing: 1px;
    line-height: 18px;
}

.sumtech-btn {
    border-width: 1px;
    border-style: solid;
    padding: 3px 30px 3px 30px;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    background-color: transparent;
    overflow: hidden;
    transition: border-color .3s, color .3s, border-image .3s;
    transition: border-color .3s, color .3s, border-image .3s, -o-border-image .3s;
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    vertical-align: middle;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    border-radius: 6px;
}

.sumtech-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #f15d24;
    background-color: #f15d24;
    z-index: -1;
    transform: rotate(-45deg) translate3d(0, -3em, 0);
    transform-origin: 0 100%;
    transition: transform .3s, opacity .3s, background-color .3s;
}

.sumtech-btn:hover {
    color: #fff !important;
    border-color: #f15d24
}

.sumtech-btn:hover::before {
    opacity: 1;
    background-color: #f15d24;
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.sumtech-btn.b2 {
    -o-border-image: linear-gradient(45deg, #ff7546, #e70095 50%, #00b3e6);
    border-image: linear-gradient(45deg, #ff7546, #e70095 50%, #00b3e6);
    border-image-slice: 1;
    color: #000;
    border-radius: 0px;
}

.sumtech-btn.b2:hover {
    color: #fff;
}

section.header-top .container-fluid {
    width: 1440px;
}

section.header-top {
    background: #05305e;
}

section.header-top ul {
    text-align: left;
}

section.header-top ul li {
    list-style: none;
    float: left;
    margin-right: 12px;
    line-height: 0;
    padding: 22px 0 20px 0;
}

section.header-top ul li a {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    line-height: 0;
    text-transform: uppercase;
    letter-spacing: .2px;
}

ul.top-contact {
    margin-top: 16px;
    float: right;
}

ul.top-contact li {
    padding: 0px !important;
}

.top-contact li a img {
    width: 20px;
    position: relative;
    top: -2px
}

.top-contact li a {
    text-transform: none !important;
    font-size: 14px !important;
}

.page-title .brand-type {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-subtext::before {
    width: 4rem;
    height: 2px;
    background-color: #00b2f6;
    display: block;
    content: "";
    margin: 0 auto;
    -webkit-animation: expand 400ms ease-in 0.75s both;
    animation: expand 400ms ease-in 0.75s both;
    text-align: center;
    margin-bottom: 10px;
}

@-webkit-keyframes expand {
    0% {
        width: 0;
    }

    100% {
        width: 4rem;
    }
}

@keyframes expand {
    0% {
        width: 0;
    }

    100% {
        width: 4rem;
    }
}

.brand-type p {
    font-size: 3rem;
    padding: 0.5rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #fff;
}

.brand-type p span.typed-text {
    font-weight: normal;
    color: #2babe2;
}

.brand-type p span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}

.brand-type p span.cursor.typing {
    animation: none;
}

p.title-subtext {
    font-size: 24px;
    line-height: 32px;
    margin-top: 8px;
    font-weight: 400;
    width: 60%;
    margin-left: 20%;
    color: #fff;
    margin-bottom: 0px;
    padding: 0px;
}

@keyframes blink {
    0% {
        background-color: #ccc;
    }

    49% {
        background-color: #ccc;
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #ccc;
    }
}

@-webkit-keyframes blink {
    0% {
        background-color: #ccc;
    }

    49% {
        background-color: #ccc;
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #ccc;
    }
}

section.who-we {
    padding: 40px 0;
    background: rgba(247, 247, 247, 0.51) url('../images/background/home-about.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

section.who-we .sec-title {
    text-align: center;
    margin-bottom: 10px;
}

section.who-we .about-content {
    text-align: left
}

section.who-we .about-content p {
    text-align: left;
    color: #000;
    font-weight: 100;
    line-height: 1.3;
    font-size: 20px;
}

section.who-we .about-content a {
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}

section.who-we .about-content h6 {
    font-size: 33px;
    text-align: left;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 10px;
}

section.who-we .sec-title h2 {
    font-weight: 300;
    color: #f15e24;
    margin-bottom: 15px;
    padding: 0;
}

section.who-we .sec-title h2::before {
    display: none;
}

section.cta-v {
    position: relative !important;
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
    z-index: 10;
    background: #f5f5f5;
    overflow: hidden;
}

section.cta-v hr {
    border-top: 1px solid rgba(255, 255, 255, 0.01);
    margin: .5rem 0;
}

section.cta-v h1 {}

section.cta-v h3 {
    margin: 10px 0
}

section.cta-v img {
    width: 60px;
    margin-bottom: 15px;
}

section.cta-v h1,
section.cta-v h3,
section.cta-v a {
    color: #fff
}

.overlay-bg {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.html5-video {
    background-color: #000;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: auto;
    z-index: -3;
}

video {
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.service-section {
    background-color: #f6f6f6;
    position: relative
}

.service-section .item {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 20px;
    border: 1px solid #eee;
    min-height: 250px;
    background-position: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    margin-bottom: 30px;
}

.service-section .item .bold-title-small {
    padding-left: 55px;
    padding-bottom: 20px;
    line-height: 1.1;
    min-height: 60px;
    font-size: 24px;
    padding-top: 5px;
}

.service-section .item .bold-title-small svg {
    width: 60px;
    position: absolute;
    left: -8px;
    top: 1px;
    height: auto;
    object-fit: unset;
    object-position: unset;
    z-index: 150;
}

.service-section .item .bold-title-small span {
    display: block
}

.service-section .item .bold-title-small:after {
    content: '';
    width: 50px;
    bottom: 0;
    height: 2px;
    position: absolute;
    z-index: 1;
    background-color: #05305e;
    left: 0
}

.service-section .item .bold-title-small i {
    font-size: 35px;
    position: absolute;
    left: 0;
    top: 5px
}

.service-section .item .bold-title-small i.icon-ecommerce-icon {
    font-size: 42px
}

.service-section .item .bold-title-small i.icon-web-design {
    font-size: 40px
}

.service-section .item .bold-title-small i.icon-web-design:before {
    color: #000
}

.service-section .item .bold-title-small i.icon-digital-consultancy {
    font-size: 43px
}

.service-section .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0
}

.service-section .item .bold-title-small,
.service-section .item p {
    position: relative;
    z-index: 5
}

.service-section .item p {
    margin-bottom: 0;
    line-height: 1.3;
    margin-top: 10px;
    color: #000;
    font-size: 16px;
}

.service-section .item:after {
    content: '';
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background-color: #054f9e;
    z-index: 2;
    opacity: 0
}

.service-section .item:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    left: 0;
    background-color: #fff;
    z-index: 1;
    opacity: 1
}

.service-section .item .bold-title-small,
.service-section .item p {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.service-section .item:hover {
    border: 1px solid #054f9e
}

.service-section .item:hover .bold-title-small,
.service-section .item:hover i,
.service-section .item:hover i:before,
.service-section .item:hover p {
    color: #fff
}

.service-section .item:hover i.icon-web-design:before {
    color: #fff
}

.service-section .item:hover:after {
    opacity: .9
}

.service-section .item:hover:before {
    opacity: 0
}

.service-section .item:hover .bold-title-small:after {
    background-color: #fff
}

.img-loader .cls-3 {
    font-family: Raleway
}

.img-loader .cls-4 {
    font-family: Raleway
}

.img-loader .cls-5 {
    font-family: Raleway
}

.service-section a.serv-i:hover .bold-title-small svg path {
    stroke: #ffffff;
}

.service-section a.domain-i:hover .bold-title-small svg path,
.service-section a.brand-i:hover .bold-title-small svg path,
.service-section a.digi-i:hover .bold-title-small svg path {
    fill: #ffffff;
}

.service-section a.domain-i .bold-title-small svg {
    width: 50px;
    left: -2px;
}

.service-section a.brand-i .bold-title-small svg {
    width: 55px;
    left: -5px;
}

.service-section a.digi-i .bold-title-small svg {
    width: 50px;
    left: 0;
    top: 8px;
}

.case-section {
    padding: 60px 0 0;
    background: #f6f6f6
}

.case-section .sumtech-btn {
    margin-top: 0px;
}

.case-section .title-inner .text p {
    text-align: right
}

.works-info .page-title .brand-type {
    display: flex;
    justify-content: start;
    align-items: start;
}

.portfolio-details-content {
    position: relative;
    z-index: 1;
    padding: 60px 0;
}

.portfolio-details-content p {
    line-height: 1.3;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    margin-bottom: 15px;
}

.portfolio-details-content h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.portfolio-details-content .portfolio-content-iner .q-links a {
    color: #333;
    margin-right: 8px;
}

.portfolio-details-content .portfolio-content-iner .q-links div {
    line-height: 1.2;
}

.portfolio-details-content .portfolio-content-iner .q-links .link-block {
    margin-right: 15px
}

.portfolio-details-content .portfolio-content-iner .q-links {
    display: flex;
}

.portfolio-details-content .portfolio-content-iner p {
    margin-bottom: 30px;
    line-height: 1.3;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    margin-bottom: 15px;
}

.portfolio-details-content .portfolio-content-list h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #05305e;
    text-transform: uppercase;
}

.portfolio-details-content .portfolio-content-list .content-list-iner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.portfolio-details-content .portfolio-content-list .single-content-list p {
    line-height: 1.2;
    color: #333;
    font-size: 16px;
}

.portfolio-details-content .portfolio-content-list .single-content-list.plat {
    flex: 100% 0 0;
}

.portfolio-details-content .portfolio-content-list .single-content-list.scope {
    flex: 100% 0 0;
}

.portfolio-details-content .portfolio-content-list .single-content-list {
    margin-bottom: 20px;
    flex: 50% 0 0;
}

.portfolio-details-content .portfolio-content-list .single-content-list.social-share {
    flex: 50% 0 0;
}

.portfolio-details-content .portfolio-content-list .social-icons {
    float: none;
    line-height: 1.1;
}

.portfolio-details-content .portfolio-content-list .social-icons a {
    margin-left: 0;
    margin-right: 20px;
    color: #000;
}

portfolio-details-content img.work-img {
    width: 100%;
}

@media (max-width: 991px) {
    .portfolio-details-content .portfolio-content-list .single-content-list {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .portfolio-details-content .portfolio-content-list .single-content-list {
        flex: 48% 0 0;
    }
}

.portfolio-details-content .portfolio-content-list .single-content-list p a {
    color: #06509f;
}

.portfolio-details-content .portfolio-content-list .single-content-list p a:hover {
    color: #000;
}

.portfolio-details-content .portfolio-content-list ul {
    padding: 0;
    margin: 0;
}

.portfolio-details-content .portfolio-content-list ul li {
    list-style: none;
    display: inline-block;
}

.portfolio-details-content .portfolio-content-list .plat-used,
.portfolio-details-content .portfolio-content-list .scope div {
    float: none;
    margin-top: 5px;
}

.portfolio-details-content .portfolio-content-list .plat-used span {
    border: 1px solid #e0e0df;
    padding: 5px 15px;
    border-radius: 15px;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: 100;
}

.portfolio-details-content .portfolio-content-list .plat-used span,
.portfolio-details-content .portfolio-content-list .scope div span {
    margin-left: 0;
    margin-right: 20px;
    line-height: 1.2;
    color: #333;
    font-size: 16px;
}

.portfolio-details-content.style-1 .portfolio-content-iner .cu-btn {
    margin-bottom: 5px;
}

.portfolio-details-content.style-1 .portfolio-content-iner h3 {
    font-size: 72px;
}

@media (max-width: 991px) {
    .portfolio-details-content.style-1 .portfolio-content-iner h3 {
        font-size: 35px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .portfolio-details-content.style-1 .portfolio-content-iner h3 {
        font-size: 45px;
        margin-top: 20px;
    }
}

.portfolio-details-content.style-1 .portfolio-content-list .single-content-list {
    margin-bottom: 0;
    margin-top: 35px;
}

.portfolio-details-content.style-1 .portfolio-content-list h5 {
    font-weight: 600;
}

.portfolio-details-content.style-1 .portfolio-content-iner {
    text-align: center;
}

.portfolio-details-content.style-1 .portfolio-content-list {
    justify-content: space-between;
}

.portfolio-details-content.style-1 .portfolio-content-list .single-content-list {
    flex: auto;
    text-align: center;
}

.portfolio-content-details h4 {
    font-size: 36px;
    font-weight: 600;
}

.portfolio-content-details p {
    margin-bottom: 28px;
}

.portfolio-content-details p:last-child {
    margin-bottom: 0;
}

.portfolio-details-gallery {
    position: relative;
    z-index: 1;
}

.portfolio-details-gallery .thumb-hover {
    overflow: hidden;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    height: 340px;
}

.thumb-hover.play-on-hover img {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .thumb-hover.play-on-hover img {
        transition: all 0.3s ease;
    }

    .thumb-hover.play-on-hover:hover img {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.portfolio-details-gallery [class*="col-"] {
    padding: 0px;
    overflow: hidden;
}

.portfolio-details-gallery [class*="col-"]:hover img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.portfolio-details-gallery [class*="col-"] img {
    padding: 0;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
}

.portfolio-details-gallery.sec-padding {
    padding: 120px 0 90px;
}

@media (max-width: 991px) {
    .portfolio-details-gallery.sec-padding {
        padding: 70px 0 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .portfolio-details-gallery.sec-padding {
        padding: 80px 0 50px;
    }
}

.portfolio-details-navigation {
    padding: 25px 0;
    background-color: #f7f7f7;
}

@media (max-width: 576px) {
    .portfolio-details-navigation {
        text-align: center;
    }

    .portfolio-details-navigation .menu-icon {
        margin: 15px 0;
    }
}

.portfolio-details-navigation a span {
    position: relative;
    top: -1px;
    padding: 0 5px;
}

.portfolio-details-navigation a {
    display: inline-block;
    font-weight: 300;
    color: #333;
}

.portfolio-details-navigation a img {
    margin-right: 8px;
    margin-top: -4px;
}

.portfolio-details-navigation a img.menu-icon {
    width: 25px;
}

.portfolio-details-navigation .portfolio-details-right a img {
    margin-right: 0;
    margin-left: 8px;
}

.product-details-content .product-thumb .tab-pane-iner {
    padding: 20px;
    text-align: center;
    min-height: 540px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .product-details-content .product-thumb .tab-pane-iner {
        min-height: 450px;
        padding: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .product-details-content .product-thumb .tab-pane-iner {
        min-height: 350px;
    }

    .product-details-content .product-thumb .tab-pane-iner img {
        max-width: 250px;
    }
}

@media (min-width: 1200px) {
    .product-details-content .product-thumb .tab-pane-iner img {
        max-width: 300px;
    }
}

.product-details-content .product-thumb .nav-tabs {
    border: 0px solid transparent;
}

.product-details-content .product-thumb .nav {
    display: inherit !important;
    margin-top: 10px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.product-details-content .product-thumb .nav-link {
    border: 0 solid transparent;
    border-radius: 0;
    padding: 0;
}

.product-details-content .product-thumb .nav-link.active {
    background-color: #fff;
    border-color: transparent;
    border-width: 0;
}

.product-details-content .product-thumb .nav-link-iner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    background-color: #f7f7f7;
    padding: 15px;
}

.product-details-content .product-thumb .nav-link-iner img {
    max-width: 50px;
}

@media (max-width: 991px) {
    .product-details-content .single-product-details-content {
        margin-top: 70px;
    }
}

.product-details-content .single-product-details-content .product-page-link {
    margin-bottom: 20px;
}

.product-details-content .single-product-details-content .product-page-link a {
    font-size: 16px;
    color: #051441;
}

.product-details-content .single-product-details-content h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 14px;
}

@media (max-width: 767.98px) {
    .product-details-content .single-product-details-content h3 {
        font-size: 25px;
    }
}

.product-details-content .single-product-details-content .product-rating {
    display: flex;
    margin-bottom: 15px;
}

.product-details-content .single-product-details-content .product-rating ul {
    margin: 0;
    padding: 0;
}

.product-details-content .single-product-details-content .product-rating ul li {
    list-style: none;
    display: inline-block;
}

.product-details-content .single-product-details-content .product-rating span {
    margin-left: 20px;
    color: #7d7d7d;
    font-size: 18px;
}

.product-details-content .single-product-details-content p {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .product-details-content .single-product-details-content p {
        margin-bottom: 20px;
    }
}

.product-details-content .single-product-details-content h2 {
    font-size: 36px;
    font-weight: 600;
    color: #ff7070;
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .product-details-content .single-product-details-content h2 {
        margin-bottom: 20px;
        font-size: 25px;
    }
}

.product-details-content .single-product-details-content h2 span {
    font-size: 20px;
    color: #7d7d7d;
    margin-right: 20px;
}

.product-details-content .single-product-details-content .cart-product {
    display: flex;
    align-items: start;
    margin-bottom: 55px;
}

@media (max-width: 767.98px) {
    .product-details-content .single-product-details-content .cart-product {
        display: inline-block;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .product-details-content .single-product-details-content .cart-product {
        margin-bottom: 25px;
    }
}

.product-details-content .single-product-details-content .cart-product .product-count {
    width: 65px;
}

@media (max-width: 767.98px) {
    .product-details-content .single-product-details-content .cart-product .product-count {
        margin: 0 10px 10px 0;
    }
}

.product-details-content .single-product-details-content .cart-product .product-count input {
    padding: 14px 15px;
    display: inline-block;
    color: #7d7d7d;
}

.product-details-content .single-product-details-content .cart-product .product-count .cart-qty-plus {
    top: 18px;
}

.product-details-content .single-product-details-content .cart-product .product-count .cart-qty-minus {
    bottom: 18px;
}

.product-details-content .single-product-details-content .cart-product .cu-btn {
    text-transform: uppercase;
}

.product-details-content .single-product-details-content .cart-product .btn-3 {
    margin: 0 10px;
    letter-spacing: 1px;
}

@media (max-width: 767.98px) {
    .product-details-content .single-product-details-content .cart-product .btn-3 {
        margin: 0 10px 0 0;
    }
}

.product-details-content .single-product-details-content .cart-product .heart-btn {
    min-width: auto;
}

.product-details-content .single-product-details-content .cart-product .heart-btn i {
    margin-left: 0;
}

.product-details-content .single-product-details-content h5 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 18px;
}

.product-details-content .single-product-details-content h5 span {
    color: #7d7d7d;
}

.product-description-iner .nav {
    justify-content: center;
}

.product-description-iner .nav-link {
    font-size: 20px;
    font-weight: 600;
    color: #051441;
    padding: 3px 27px;
    border-width: 0px;
}

.product-description-iner .nav-link.active {
    border: 0px solid transparent;
    background-color: transparent;
    color: #ff7070;
}

.product-description-iner .nav-tabs .nav-link:focus,
.product-description-iner .nav-tabs .nav-link:hover {
    border-width: 0px;
    background-color: transparent;
}

.product-description-iner .nav-tabs {
    border-bottom: 1px solid #dedede;
    text-align: center;
    padding: 20px 0;
}

.product-description-iner .tab-pane {
    padding: 80px 0 0;
}

@media (max-width: 991px) {
    .product-description-iner .tab-pane {
        padding: 40px 0 0;
    }
}

.product-description-iner .tab-pane#nav-description p {
    margin-bottom: 27px;
}

@media (max-width: 991px) {
    .product-description-iner .tab-pane#nav-description p {
        margin-bottom: 15px;
    }
}

.product-description-iner .tab-pane#nav-description p:last-child {
    margin-bottom: 0;
}

.product-description-iner .tab-pane .additional-info .single-additional-info {
    display: flex;
    justify-content: space-between;
    padding: 13px 20px;
    align-items: center;
}

.product-description-iner .tab-pane .additional-info .single-additional-info:nth-child(2n+1) {
    background-color: #fff;
}

.product-description-iner .tab-pane .additional-info .single-additional-info h5 {
    font-size: 18px;
    margin-bottom: 0;
}

.product-description-iner .tab-pane .comment-part .media {
    padding-bottom: 40px;
}

.product-description-iner .tab-pane .comment-part .media:first-child {
    margin: 0 0 40px;
}

.product-description-iner .tab-pane .comment-part .media:last-child {
    margin: 0 0 60px;
    border-bottom: 1px solid #e8ebf4;
}

.product-description-iner .tab-pane .contact-form .cu-btn {
    width: auto;
}

.portfolio-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    top: 45%;
    transform: translateY(-50%) rotate(180deg);
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 24px;
    font-weight: 600;
    color: #1c1c1c;
    cursor: pointer;
    opacity: .5;
    transition: all 500ms ease;
}

.portfolio-carousel .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    top: 45%;
    transform: translateY(-50%);
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 24px;
    font-weight: 600;
    color: #1c1c1c;
    cursor: pointer;
    opacity: 0.15;
    transition: all 500ms ease;
}

.portfolio-carousel .owl-nav .owl-prev svg,
.portfolio-carousel .owl-nav .owl-next svg {
    width: 50px;
}

.portfolio-carousel:hover .owl-nav .owl-prev,
.portfolio-carousel:hover .owl-nav .owl-next {
    opacity: 1
}

section.our-blog {
    padding: 60px 0;
}

section.our-blog h4 {
    font-size: 20px;
    margin-top: 8px;
    text-decoration: underline;
    font-weight: 500;
}

section.our-blog .blog:hover h4 {
    text-decoration-color: #f15e23;
}

section.blogs-section {
    padding: 60px 0;
}

section.blogs-section .blog p {
    font-size: 15px;
    line-height: 1.2;
    color: #333;
    margin-top: 8px;
    font-weight: 400;
}

section.blogs-section .blog h4,
section.blogs-section .blog p,
section.blogs-section .blog span {
    padding: 0 15px;
}

section.blogs-section .blog h4 {
    color: #1d456d;
    margin-top: 15px;
    font-weight: 500;
}

section.blogs-section .blog {
    background: #fbfbfb;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

section.blogs-section .blog span {
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 2px;
    color: #333;
    font-size: 15px;
    text-align: left;
    display: block;
    padding-bottom: 15px;
}

section.blogs-section .blog hr {
    margin: 1rem 0 .5rem;
}

section.blogs-section .blog p a {
    margin-left: 3px;
    font-weight: 400;
}

.blogs-pagination {
    margin-top: 80px;
    border-top: 1px solid #000;
    width: 100%;
}

.blogs-pagination ul {
    list-style: none;
}

.blogs-pagination ul li {
    float: left;
    margin-right: 8px;
    margin-top: 20px;
}

.blogs-pagination ul li a {
    font-size: 18px;
    padding: 3px;
    color: #333
}

.blogs-pagination ul li a i {
    font-size: 15px;
    font-weight: 100;
    margin-left: 8px;
}

.blogs-pagination ul li.active-page a {
    border: 1px solid #f48222;
    padding: 3px 11px;
    color: #f48222;
}

.packages-links {
    padding: 20px;
    background: #f6f3f6;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.packages-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.packages-links ul li {
    list-style: none;
    float: left;
    margin-right: 25px;
    text-align: center;
    border-bottom: 1px solid #05305e;
    padding: 5px 15px;
}

.packages-links ul li:hover {
    border-bottom: none;
}

.packages-links ul li.active-pack {
    border-bottom: none;
    background: #f15d24;
}

.packages-links ul li.active-pack a,
.packages-links ul li.active-pack a i {
    color: #fff;
}

.packages-links ul li a i {
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-left: 8px;
}

.packages-links ul li a {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 5px;
    border: none;
    color: #000;
}

.packages {
    color: #000000;
    text-align: center;
    font-size: 16px;
    margin: 80px 0;
}

.packages .plan {
    margin: 0;
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.packages * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.packages header {
    position: relative;
}

.packages .plan-title {
    position: relative;
    top: 0;
    font-weight: 700;
    padding: 5px 25px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    display: inline-block;
    background-color: #2dabe2;
    color: #ffffff;
}

.packages .plan-cost {
    padding: 0px 10px 20px;
}

.packages .plan-price {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    font-size: 2.4em;
    color: #34495e;
}

.packages .plan-type {
    opacity: 0.6;
}

.packages .plan-features {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: outside none none;
    font-size: 0.8em;
}

.packages .plan-features li {
    border-top: 1px solid #d2d7e2;
    padding: 10px 15%;
    text-align: left;
}

.packages .plan-features li:nth-child(even) {
    background: rgba(0, 0, 0, 0.08);
}

.packages .plan-features i {
    margin-right: 8px;
    opacity: 0.75;
}

.packages .plan-features i.fa-times-circle {
    color: red;
}

.packages .plan-features i.fa-check-circle {
    color: green;
}

.packages .plan-select {
    padding: 0px;
}

.packages .plan-select a {
    background-color: #f48222;
    color: #ffffff;
    text-decoration: none;
    padding: 0.5em 1em;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}

.packages .plan-select a:hover {
    background-color: #05305e;
}

.packages .featured {
    margin-top: -10px;
    background-color: #34495e;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.packages .featured .plan-title,
.packages .featured .plan-price {
    color: #ffffff;
}

.packages .featured .plan-cost {
    padding: 10px 10px 20px;
}

.packages .featured .plan-features li {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.packages .featured .plan-select {
    padding: 20px 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 767px) {

    .packages .plan-title,
    .packages .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .packages .plan-cost,
    .packages .featured .plan-cost {
        padding: 20px 10px 20px;
    }

    .packages .plan-select,
    .packages .featured .plan-select {
        padding: 10px 10px 10px;
    }

    .packages .featured {
        margin-top: 0;
    }
}

section.cms-intro::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(0deg, rgba(4, 23, 48, .6) 0%, rgba(0, 0, 0, 0.10) 100%);
    background: linear-gradient(0deg, rgba(4, 23, 48, .6) 0%, rgba(0, 0, 0, 0.10) 100%);
}

section.cms-intro {
    background: url('../images/background/audit-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f6f6f6;
    text-align: center;
    padding: 100px 0;
    position: relative;
}

section.cms-intro .cms-title p {
    color: #fff;
    line-height: 1.15;
    font-size: 24px;
    margin-bottom: 10px;
}

section.cms-intro .cms-title h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    text-decoration: underline;
    color: #fff;
}

section.our-clients {
    padding: 50px 0 20px;
}

section.our-clients .sec-title h2 {
    text-align: center;
}

section.contact-section iframe {
    height: 100%;
}

section.contact-section .info-column {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 75px 25px;
}

section.contact-form {
    background: #f6f6f6;
    padding: 75px 0;
}

section.contact-form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #f00;
    font-size: 14px;
    font-style: italic;
    line-height: 0;
}

section.contact-form .form-group span {
    font-size: 18px;
    margin-bottom: 10px;
    color: #4e4e4e;
    font-weight: 400;
}

section.contact-form .form-group span i {
    font-weight: 100;
    color: #f00;
}

section.contact-form h2 {
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}


/* For IE10 */

select::-ms-expand {
    display: none;
}

a.contact-toggle img {
    width: 25px;
    position: relative;
}

a.contact-toggle,
a.contact-toggle:visited {
    width: 40px;
    height: 43px;
    position: absolute;
    left: -40px;
    top: 0;
    text-align: center;
    background: #f48222;
    padding: 6px;
    color: #fff;
    line-height: 25px;
}

.sticky-contact {
    width: 290px;
    position: fixed;
    right: -290px;
    top: 150px;
    z-index: 9998;
    padding: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.quick-contact-container {
    display: table;
    text-align: left;
    padding-top: 0px;
    width: 100%;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 0 8px #22222242;
}

.sticky-contact.toggle-show {
    right: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    left: inherit;
}

div.quick-contact-container h3 {
    margin-bottom: 15px;
    display: inline-block;
}

div#quick-contact-form button {
    padding: 0px 30px;
    border-radius: 3px;
    background: #f48120;
    color: #fff;
}

div#quick-contact-form input,
div#quick-contact-form textarea {
    margin-bottom: 15px;
    background: #fff;
    width: 100%;
    color: #272727;
    border: 1px solid #e7e7e7;
    padding: 3px 10px 0px 15px;
}

a.social-link-toggle,
a.social-link-toggle:visited {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -40px;
    top: 0px;
    text-align: center;
    background: #f48120;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding: 5px;
    color: #fff;
}

.sticky-social-link {
    width: 290px;
    position: fixed;
    right: -290px;
    top: 162px;
    z-index: 9998;
    padding: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.quick-social-link-container {
    display: table;
    text-align: left;
    padding-top: 0px;
    width: 100%;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 0 8px #22222242;
}

.sticky-social-link.toggle-show {
    right: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    left: inherit;
}

.full-width {
    width: 100% !important;
}

.portfolio {
    position: relative;
    padding: 60px 0 0;
}

.portfolio .case-block-one .inner-box .link img {
    width: 60px;
    position: relative;
    padding: 17px;
}

.portfolio .filtering {
    margin-bottom: 35px;
}

.portfolio .gallery .col-md-4 {
    margin: 0px;
    padding: 0px;
}

.portfolio .filtering .filter {
    padding: 8px 15px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 2px;
    display: inline-block;
    width: 100%;
}

.portfolio .filtering span {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
    color: #333
}

.portfolio .filtering span.active {
    color: #05305e;
}

.portfolio .filtering span:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #f68220;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: 7px;
}

.portfolio .filtering span:last-of-type:after {
    display: none;
}

.portfolio .filtering.smplx .filter {
    padding: 0;
    background: transparent;
    border-radius: 0;
    display: inline-block;
}

.portfolio .filtering.smplx span {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
}

.portfolio .filtering.smplx span.active {
    color: #75dab4;
}

.portfolio .filtering.smplx span:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #75dab4;
    border-radius: 50%;
    position: absolute;
    right: -24px;
    top: 40%;
}

.portfolio .filtering.smplx span:last-of-type:after {
    display: none;
}

.portfolio .gallery .items {
    padding: 0px;
}

.portfolio .gallery .items.lg-mr {
    margin-top: 100px;
}

.portfolio .gallery .items .item-img {
    overflow: hidden;
    position: relative;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.portfolio .gallery .items .item-img > a {
    display: block;
}

.portfolio .gallery .items .item-img:hover {
    -webkit-clip-path: inset(5px 10px);
    clip-path: inset(5px 10px);
}

.portfolio .gallery .items .item-img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.portfolio .gallery .items .item-img:hover .cont {
    opacity: 1;
}

.portfolio .gallery .items .item-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.portfolio .gallery .items .item-img .cont {
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: left;
    padding-left: 30px;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.portfolio .gallery .items .item-img .cont h6 {
    color: #fff;
}

.portfolio .gallery .items .item-img .cont span {
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: 'Barlow Condensed', sans-serif;
}

.portfolio .gallery .items .item-img .cont span a {
    margin: 0 10px 0 0;
}

.portfolio .gallery .items .cont {
    margin-top: 30px;
    text-align: center;
}

.portfolio .gallery .items .cont h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.portfolio .gallery .items .cont span {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Barlow Condensed', sans-serif;
}

.portfolio .gallery .items .cont span a {
    margin: 0 5px;
}

.portfolio .gallery .bords .item-img {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.portfolio .gallery .bords .cont {
    border: 1px solid rgba(255, 255, 255, 0.03);
    margin-top: 0;
    border-top: 0;
    padding: 10px;
}

.portfolio.full-bg {
    position: relative;
}

.portfolio.full-bg .cluom {
    height: 90vh;
    padding: 0;
    position: relative;
    z-index: 2;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.portfolio.full-bg .cluom.current {
    background: rgba(0, 0, 0, 0.3);
}

.portfolio.full-bg .cluom:hover .info {
    color: inherit;
}

.portfolio.full-bg .cluom:hover .info:after {
    height: 100%;
}

.portfolio.full-bg .cluom:hover .more {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.portfolio.full-bg .cluom .info {
    padding: 40px 10px 40px 20px;
    color: #fff;
    position: relative;
    z-index: 2;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
}

.portfolio.full-bg .cluom .info:after {
    content: '';
    position: absolute;
    top: 0;
    left: -2%;
    width: 104%;
    height: 0;
    background: #fff;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.portfolio.full-bg .cluom .info h6 {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.portfolio.full-bg .cluom .info h5 {
    font-size: 21px;
}

.portfolio.full-bg .cluom .more {
    position: absolute;
    bottom: 50px;
    right: 50px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.portfolio.full-bg .cluom .more i {
    font-size: 10px;
    margin-left: 2px;
}

.portfolio.full-bg .glry-img,
.portfolio.full-bg .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.portfolio.full-bg .glry-img {
    overflow: hidden;
}

.portfolio.full-bg .glry-img .bg-img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    background-size: cover;
    background-position: center center;
}

.portfolio.full-bg .glry-img .bg-img.current {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.footer {
    position: relative;
    padding: 60px 0 60px 0;
    background: #05305e;
}

.footer .widget ul {
    margin: 0;
    padding: 0;
}

.footer .widget ul li {
    line-height: 30px;
    list-style: disclosure-closed inside;
    font-size: 10px;
    color: #f6f6f6;
}

.footer .widget ul li a:hover {
    color: #ebebeb;
}

.footer .widget ul li a {
    font-size: 17px;
    font-weight: 100;
    color: #ffffff;
    padding-left: 5px;
}

.footer .widget {
    position: relative;
    padding: 0 0 0px;
}

.footer p.copyr {
    color: #ffffff;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 300;
}

.footer .widget .widget_title {
    font-size: 21px;
    letter-spacing: .72px;
    color: #FFF;
    line-height: .8;
    margin-bottom: 23px;
    position: relative;
    font-weight: 600;
}

.footer .aboutwidget {
    margin-top: 0;
    padding: 0;
}

.footer .aboutwidget img {
    max-width: 225px;
    height: auto;
    margin-bottom: 0px;
}

.footer .aboutwidget p {
    font-size: 14px;
    letter-spacing: 0.56px;
    color: #aaaaaa;
    margin: 0;
}

.footer .contact_widgets {
    padding-left: 0px;
}

.footer .contact_widgets p {
    font-size: 16px;
    letter-spacing: 0.56px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 0px;
    font-weight: 200;
    line-height: 1.3;
    margin-bottom: 10px;
}

.footer .contact_widgets p img {
    width: 18px;
    position: relative;
    margin-right: 6px;
}

.footer .contact_widgets p a {
    color: #ffffff;
}

.footer .copyright a:hover,
.footer .contact_widgets p a:hover {
    color: #ebebeb;
}

.footer .contact_widgets p:first-of-type {
    margin-bottom: 10px;
}

.footer .social_widget ul {
    margin: 0;
    padding: 0;
}

.footer .social_widget ul li {
    padding: 0;
    margin: 0 0 0;
    list-style: none;
    display: inline-block;
}

.footer .social_widget ul li a {
    font-size: 14px;
    letter-spacing: 0.56px;
    color: #aaaaaa;
    margin: 0;
    display: block;
    text-align: left;
}

.footer .social_widget ul li a i {
    font-size: 25px;
    color: #fff;
    margin-right: 15px;
}

.footer .social_widget ul li a:hover {
    color: #fff;
}

.footer .copyright {
    border-top: 1px solid #1a1a1a;
    font-size: 14px;
    line-height: .8;
    color: #fff;
    text-transform: uppercase;
    padding: 25px 0;
    margin-top: 35px;
}

.footer-copy {
    padding: 9px 0 8px 0;
}

.footer-copy p {
    color: #05305e;
}

.footer-copy ul {
    float: right;
}

.footer-copy ul li {
    list-style: none;
    float: left;
}

.footer-copy ul li p {
    color: #f48220
}

.footer-copy ul li a {
    color: #000;
    font-size: 13px;
    margin-left: 8px;
    line-height: 1.1;
    border: none;
    text-transform: none;
    border-right: 1px solid #f6f3f6;
    padding-right: 8px;
    font-style: italic;
    font-weight: 400;
}

.footer-copy ul li a:last-child {
    border-right: none !important;
}

.subscribe_now h4 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #34495e;
    font-weight: 800;
    text-align: center;
}

.subscribe_now p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.subscribe_form {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24);
}

.subscribe_form:focus {
    outline: none;
}

.subscribe_form .form-control {
    border: none;
}

.subscribe_form .form-control:focus {
    box-shadow: none;
}

.subscribe_form input {
    height: 40px;
}

.subscribe_form button {
    border: none;
    height: 40px;
    background-color: #f15d24;
    color: #fff;
    margin: 0;
    border-radius: 0;
    width: auto;
    position: relative;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.subscribe_form .input-group-btn:last-child > .btn,
.subscribe_form .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: 0px;
}

a#send-it {
    width: 40px;
    font-weight: 700;
    padding: 4px 10px 0;
    background: #eee;
    border-radius: 0px;
}

a#send-it svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
}

.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
}

.first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
}

.whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: #e6ddd4;
    position: relative;
}

.whatsapp-chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("../images/background/body.jpg");
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: white;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 1;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.kAZgZq::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.whatsapp-name small {
    color: #fff;
}

.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
    color: #fff;
}

#whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 150px;
    left: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}

a.blantershow-chat {
    /*   background: #009688; */
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 75px;
    left: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    z-index: 150;
}

a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
}

.header-chat {
    /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
}

.header-chat h3 {
    margin: 0 0 10px;
}

.header-chat p small {
    color: #fff;
}

.header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.info-avatar {
    position: relative;
}

.info-avatar img {
    width: 45px;
    float: left;
    margin: 5px 10px 0 0;
    background: #fff;
    border-radius: 50%;
    padding: 5px 6px;
}

a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
}

a.informasi:hover {
    background: #f1f1f1;
}

.info-chat span {
    display: block;
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label,
#get-nama {
    color: #fff;
}

span.my-number {
    display: none;
}


/* .blanter-msg {
	color: #444;
	padding: 20px;
	font-size: 12.5px;
	text-align: center;
	border-top: 1px solid #ddd;
  } */

textarea#chat-input {
    border: none;
    width: 100%;
    height: 40px;
    height: 45px;
    outline: none;
    resize: none;
    padding: 5px 5px 10px 10px;
    font-size: 14px;
    overflow: hidden
}

.start-chat .blanter-msg {
    display: flex;
}

#get-number {
    display: none;
}

a.close-chat {
    position: absolute;
    top: 20px;
    right: 15px;
    color: #fff;
    font-size: 15px;
}

@keyframes ZpjSY {
    0% {
        background-color: rgb(182, 181, 186);
    }

    15% {
        background-color: rgb(17, 17, 17);
    }

    25% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes hPhMsj {
    15% {
        background-color: rgb(182, 181, 186);
    }

    25% {
        background-color: rgb(17, 17, 17);
    }

    35% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes iUMejp {
    25% {
        background-color: rgb(182, 181, 186);
    }

    35% {
        background-color: rgb(17, 17, 17);
    }

    45% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}

.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.dAbFpq {
    display: flex;
    z-index: 1;
}

.eJJEeC {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}


/* Services Style */

.bg-light1 {
    background: #d3eaf8;
}


.service_content {
    padding: 60px 0;
    position: relative;
}
.pad_med{
    padding: 100px 0;
}
.pad_big{
    padding: 175px 0;
}

.service_content .box_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_content h3 {
    font-weight: 600;
    font-size: 1.4rem;
    margin: 10px 0;
}

.service_content h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.service_content h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #05305e;
}

.service_content p {
    font-size: 16px;
    line-height: 1.35;
    color: #333;
    margin-bottom: 10px;
}

.service_content .end_line {
    text-align: left;
    font-weight: 600;
    font-style: italic;
}

.service_content .sum_list li::before {
    content: "";
    width: 16px;
    height: 11px;
    position: absolute;
    left: 6px;
    background: url('../icons/icon.png') no-repeat center;
    background-size: cover;
    top: 5px;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
}

.service_content .sum_list li {
    line-height: 1.3;
    font-size: 16px;
    color: #000;
    padding-left: 28px;
    margin-bottom: 5px;
    position: relative;
}

.service_content .icon_box .ibox_img {
    margin-bottom: 12px;
}

.service_content .icon_box h4 {
    margin-bottom: 8px;
}

.service_content .icon_box h4 img {
    position: relative;
    width: 30px;
    margin-right: 6px;
}

.service_content .img-80 {
    width: 75%;
    margin-left: 12.5%;
}

.textcenter_box {
    padding: 35px 0
}

.textcenter_box p {
    text-align: center
}

.service_content .gap_center {
    padding-top: 50px;
    text-align: center;
}

.service_content .img_textbox .text_box {
    padding: 10px;
    background: #f6f3f6;
    border: 1px solid #ece1d7;
    border-radius: 5px;
}

.service_content .img_textbox img {
    width: 100%;
    margin-bottom: 10px;
}

.quote_footer {
    padding: 40px 0;
    text-align: center;
    background: url('../images/background/quote_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.quote_footer h4 {
    font-weight: 600;
    margin: 10px 0;
    color: #fff
}

.quote_footer p {
    font-size: 16px;
    color: #fff
}

.quote_footer form {
    width: 75%;
    margin-left: 12.5%;
    margin-top: 20px;
}

.quote_footer input[type="email"] {
    width: 60%;
    border: 1px solid #fff;
    padding: 5px 20px;
}

.quote_footer input[type="submit"] {
    padding: 5px 25px;
    background: #05305e;
    color: #fff;
    border-radius: 3px;
}

.connect {
    padding: 30px 0;
    background: #67a2e1;
}

.connect p {
    color: #fff
}

.connect a {
    padding: 10px 30px;
    color: #fff;
    background: #f58120;
    border-radius: 3px;
    font-size: 16px;
}

.bg-gradient1 {
    background: #f2efef;
    background-image: linear-gradient(to bottom right, #f2efef 30%, #eef2f3);
}


.step_box {
    padding: 10px;
    background: #f3f4f4;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.step_box h4 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.step_box h4 img {
    width: 50px;
    position: relative;
    margin-right: 2px;
    top: 3px;
}

.step_box ul {
    padding-left: 15px;
}

.step_box ul li {
    list-style: square inside;
    font-size: 16px;
    line-height: 1.15;
    color: #000;
    margin-bottom: 8px
}
.mr-auto {
    margin-right: auto !important;
}
.ml-auto {
    margin-left: auto !important;
}
.full_img_r{
    right: 0;
}
.full_img_l {    
    left: 0;
}
.full_img_l,.full_img_r {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 46%;
}

.full_img_l img,.full_img_r img {
    max-height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: top center;
    width: 100% !important;
    max-width: 100%;
    display: block;
}

/* custom responsive */

@media only screen and (min-width:1380px) and (max-width:1600px) {
    .main-header.style-two .main-menu .navigation > li {
        margin: 0px 6px;
    }
}

@media only screen and (min-width:1200px) and (max-width:2000px) {
    .main-menu .navigation > li.dropdown > .megamenu {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    .main-menu .navigation > li.dropdown > .megamenu ul {
        61padding: 33px 0 33px 0px;
    }

    .main-menu .navigation > li > a {
        font-size: 14px;
    }

    .main-header.style-two .main-menu .navigation > li {
        margin: 0px 6px;
    }

    .main-menu {
        margin-top: 22px;
    }

    .banner-section.style-two .banner-carousel .slide-item {
        padding: 150px 0px 150px 0px;
    }

    .feature-style-two .header-box .inner-box h3 {
        font-size: 30px;
        line-height: 32px;
        z-index: 150;
    }
}

@media only screen and (min-width:1200px) {
    .main-menu .navigation > li > .megamenu ul li:nth-child(2n+1) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .main-menu .navigation > li > .megamenu ul li:nth-child(2n+2) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .main-menu .navigation > li > .megamenu ul li:nth-child(2n+3) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .main-menu .navigation > li > .megamenu ul li:nth-child(2n+4) {
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }

    .main-menu .navigation > li > .megamenu ul li:nth-child(2n+5) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .main-menu .navigation > li > .megamenu ul li:nth-child(2n+6) {
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s;
    }

    .main-menu .navigation > li > .megamenu ul li:nth-child(2n+7) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .main-menu .navigation > li > .megamenu ul li:nth-child(2n+8) {
        -webkit-transition-delay: 0.45s;
        transition-delay: 0.45s;
    }

    .main-menu .navigation > li > .megamenu ul li {
        -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
        transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
        transition-delay: 0s;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    .main-menu .navigation > li:hover .megamenu ul li {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0px);
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .banner-section.style-two .banner-carousel .slide-item {
        padding: 120px 0px 120px 0px;
    }

    section.who-we .about-content h6 {
        font-size: 30px;
    }

    section.who-we .about-content p {
        font-size: 18px;
    }

    .service-section {
        padding: 30px 0;
    }

    .feature-style-two .header-box .inner-box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .feature-style-two .header-box .inner-box h3 {
        font-size: 28px;
        margin-bottom: 0px;
        line-height: 30px;
    }

    .service-section .item {
        padding: 25px 15px;
    }

    .service-section .item .bold-title-small {
        font-size: 24px;
    }

    .case-section {
        padding: 30px 0 0;
    }

    section.our-blog {
        padding: 30px 0;
    }

    section.our-clients {
        padding: 30px 0 20px;
    }

    .footer .aboutwidget img {
        max-width: 150px;
    }

    .footer .widget ul li {
        line-height: 25px;
    }

    .footer .widget ul li a {
        font-size: 15px;
        padding-left: 0;
    }

    .footer .contact_widgets p {
        font-size: 13px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .footer .contact_widgets p img {
        width: 15px;
        position: relative;
        margin-right: 2px;
    }

    .top-contact li a {
        font-size: 13px !important;
    }

    .mobile-menu .nav-logo {
        padding-bottom: 10px;
    }
}

@media only screen and (min-width:1024px) {
    section.header-top a.main-menu-link {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .banner-section.style-two .banner-carousel .slide-item {
        padding: 100px 0px 100px 0px;
    }

    .banner-carousel .content-box h1,
    .banner-section.style-two .banner-carousel .content-box h1 {
        font-size: 32px;
        line-height: 34px;
    }

    section.header-top {
        padding: 9px 0 5px 0;
    }

    ul.top-contact {
        margin: 0px;
    }

    section.header-top ul.site-menu {
        display: none;
    }

    section.header-top ul li a span {
        display: none;
    }

    .main-header.style-two .header-lower .logo-box .logo {
        padding: 5px 0px;
    }

    .main-header .logo-box .logo img {
        margin: 0px;
    }

    .main-header.style-two .menu-area .mobile-nav-toggler {
        margin-top: 16px;
    }

    .main-header .logo-box .logo img {
        width: 175px;
    }

    .mobile-menu .nav-logo {
        padding: 0px 25px;
        padding-bottom: 5px;
    }

    .mobile-menu {
        max-width: 90%;
    }

    .mobile-menu .navigation li > a {
        padding: 10px 25px;
        font-size: 17px;
        font-weight: 300;
    }

    .mobile-menu .navigation li > a {
        padding: 10px 15px;
        text-transform: none;
    }

    .mobile-menu .navigation li ul li > a {
        font-size: 15px;
        margin-left: 10px;
        padding: 7px 10px;
        font-weight: 300;
    }

    .mobile-menu .contact-info {
        padding: 80px 20px 30px 20px;
    }

    .mobile-menu .contact-info ul li img {
        width: 20px;
        position: relative;
        margin-right: 8px;
    }

    .banner-carousel .content-box h1,
    .banner-section.style-two .banner-carousel .content-box h1 {
        font-size: 32px;
        line-height: 33px;
    }

    section.who-we {
        padding: 20px 0;
    }

    section.who-we .about-content p {
        font-size: 16px;
    }

    section.who-we .about-content h6 {
        font-size: 28px;
        line-height: 1.1;
    }

    .service-section {
        padding: 30px 0;
    }

    .service-section .col-lg-3 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .service-section .item .bold-title-small {
        font-size: 1.5rem;
    }

    .service-section .title-inner {
        margin-bottom: 30px;
        text-align: center;
    }

    .service-section .title-inner .text p {
        float: none;
    }

    .sumtech-btn {
        padding: 0px 20px 3px 20px;
        font-size: 16px;
    }

    section.cta-v {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    section.cta-v h1 {
        font-size: 26px;
    }

    section.cta-v h3 {
        font-size: 18px;
    }

    .portfolio-carousel .owl-nav {
        display: none;
    }

    .portfolio-carousel .owl-nav .owl-prev,
    .portfolio-carousel .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        top: 50%;
    }

    .portfolio-carousel .owl-nav .owl-prev svg,
    .portfolio-carousel .owl-nav .owl-next svg {
        width: 30px;
    }

    .case-block-one .inner-box {
        margin-bottom: 0px;
    }

    .case-block-one .inner-box .text h3 {
        bottom: 5%;
        font-size: 18px;
    }

    .case-block-one .inner-box .text p {
        bottom: 0%;
        font-size: 18px;
    }

    .feature-style-two .header-box .inner-box {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .feature-style-two .header-box .inner-box h3 {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 30px;
    }

    .feature-style-two .inner-container .header-box {
        width: 100%;
        margin-bottom: 10px;
    }

    .feature-style-two .inner-container .feature-block-one {
        width: 33%;
    }

    .feature-block-one .inner-box {
        padding: 0 10px;
    }

    .feature-block-one .inner-box .icon-box {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 40px;
    }

    .feature-block-one .inner-box h4 {
        font-size: 17px;
        font-weight: 300;
    }

    .case-section {
        padding: 30px 0 0 0;
    }

    .case-section .title-inner .sec-title {
        text-align: center;
    }

    .case-section .title-inner .text p {
        text-align: center;
    }

    section.our-blog {
        padding: 30px 0;
    }

    .our-blog .sec-title h2 {
        font-size: 30px;
        line-height: 32px;
        text-align: center;
    }

    section.our-blog .blog {
        margin-bottom: 20px;
    }

    .our-blog .owl-dots {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .our-blog .owl-dots .owl-dot {
        text-align: center;
        display: inline-block;
        margin-right: 8px;
    }

    .our-blog .owl-dots .owl-dot.active span {
        background: #f15e24;
    }

    .our-blog .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        display: inline-block;
        background: #000;
        text-align: center;
        border-radius: 50%;
    }

    section.cms-intro {
        padding: 30px 0;
    }

    section.cms-intro .cms-title h3 {
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    section.cms-intro .cms-title p {
        line-height: 1.15;
        font-size: 16px;
        margin-bottom: 5px;
    }

    section.our-clients {
        padding: 30px 0 20px;
    }

    .footer {
        padding-top: 30px;
    }

    .footer .col-md-3 {
        margin-bottom: 25px;
    }

    .footer .aboutwidget img {
        max-width: 150px;
    }

    .footer .widget ul li {
        line-height: 25px;
    }

    .footer .widget ul li a {
        font-size: 15px;
        padding-left: 0;
    }

    .footer .contact_widgets p {
        font-size: 13px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .footer .contact_widgets p img {
        width: 15px;
        position: relative;
        margin-right: 2px;
    }

    .footer-copy {
        text-align: center;
    }

    .footer-copy ul {
        float: none;
        text-align: center;
    }

    a.blantershow-chat span {
        display: none;
    }

    a.blantershow-chat {
        padding: 0px 10px 6px;
        bottom: 50px;
        display: inline-block;
    }

    a.blantershow-chat svg {
        margin: 0px;
    }

    .scroll-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 15px;
    }

    .scroll-top img {
        width: 20px;
    }

    .page-title {
        padding: 80px 0;
    }

    p.title-subtext {
        font-size: 20px;
        line-height: 24px;
    }

    .sec-title h2 {
        font-size: 28px;
    }

    .content_block_8 .content-box .text p {
        font-size: 18px;
    }

    .cta-section .inner-box .text h2 {
        font-size: 28px;
    }

    .cta-section .inner-box .btn-box a {
        padding: 10px 20px
    }

    .connect a {
        padding: 10px 18px;
    }
}

@media only screen and (min-width:320px) and (max-width:1023px) {
    section.header-top .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    section.header-top .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    section.header-top ul.site-menu {
        display: none;
    }

    section.header-top ul.site-menu {
        display: inline-block;
        background: #fff;
        padding: 15px 15px 1px;
        border: 1px solid #f0dede;
        position: absolute;
        z-index: 1500;
        left: 20px;
        top: 23px;
        border-radius: 2px;
    }

    section.header-top ul.site-menu li {
        list-style: none;
        float: none;
        margin-right: 12px;
        line-height: 0;
        padding: 5px 0 18px 0;
        display: block;
    }

    section.header-top ul.site-menu li a {
        font-size: 13px;
        color: #000;
        font-weight: 300;
        line-height: .3;
        text-transform: uppercase;
        letter-spacing: .2px;
    }

    .feature-block-one .inner-box::after {
        position: absolute;
        content: ">";
        width: 20px;
        height: 20px;
        font-size: 18px;
        font-weight: 600;
        top: 20%;
        left: 0%;
    }

    .feature-block-one.h-ar2 .inner-box::after {
        content: "";
        display: none;
    }

    .portfolio .filtering span {
        margin: 0 12px;
    }

    section.blogs-section .blog h4 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (min-width:601px) and (max-width:767px) {
    section.header-top {
        padding: 9px 0 5px 0;
    }

    ul.top-contact {
        margin: 0px;
    }

    section.header-top ul.site-menu {
        display: none;
    }

    section.header-top ul li a span {
        display: none;
    }

    .main-header.style-two .header-lower .logo-box .logo {
        padding: 5px 0px;
    }

    .main-header .logo-box .logo img {
        margin: 0px;
    }

    .main-header.style-two .menu-area .mobile-nav-toggler {
        margin-top: 16px;
    }

    .main-header .logo-box .logo img {
        width: 175px;
    }

    .mobile-menu .nav-logo {
        padding: 0px 25px;
        padding-bottom: 5px;
    }

    .mobile-menu {
        max-width: 90%;
    }

    .mobile-menu .navigation li > a {
        padding: 10px 25px;
        font-size: 17px;
        font-weight: 300;
    }

    .mobile-menu .navigation li > a {
        padding: 10px 15px;
        text-transform: none;
    }

    .mobile-menu .navigation li ul li > a {
        font-size: 15px;
        margin-left: 10px;
        padding: 7px 10px;
        font-weight: 300;
    }

    .mobile-menu .contact-info {
        padding: 80px 20px 30px 20px;
    }

    .mobile-menu .contact-info ul li img {
        width: 20px;
        position: relative;
        margin-right: 8px;
    }

    .banner-carousel .content-box h1,
    .banner-section.style-two .banner-carousel .content-box h1 {
        font-size: 26px;
        line-height: 30px;
    }

    section.who-we {
        padding: 20px 0;
    }

    section.who-we .about-content h6 {
        font-size: 28px;
        line-height: 1.1;
    }

    .service-section .col-lg-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .service-section .item .bold-title-small {
        font-size: 1.5rem;
    }

    .service-section .title-inner {
        margin-bottom: 30px;
        text-align: center;
    }

    .service-section .title-inner .text p {
        float: none;
    }

    .sumtech-btn {
        padding: 0px 20px 3px 20px;
        font-size: 16px;
    }

    section.cta-v {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    section.cta-v .offset-2 {
        margin-left: 0px;
    }

    section.cta-v h1 {
        font-size: 26px;
    }

    section.cta-v h3 {
        font-size: 18px;
    }

    .portfolio-carousel .owl-nav {
        display: none;
    }

    .portfolio-carousel .owl-nav .owl-prev,
    .portfolio-carousel .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        top: 50%;
    }

    .portfolio-carousel .owl-nav .owl-prev svg,
    .portfolio-carousel .owl-nav .owl-next svg {
        width: 30px;
    }

    .case-block-one .inner-box {
        margin-bottom: 0px;
    }

    .case-block-one .inner-box .text h3 {
        bottom: 5%;
        font-size: 25px;
    }

    .case-block-one .inner-box .text p {
        bottom: 0%;
        font-size: 18px;
    }

    .feature-style-two .header-box .inner-box {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .feature-style-two .header-box .inner-box h3 {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 30px;
    }

    .feature-style-two .inner-container .header-box {
        width: 100%;
        margin-bottom: 10px;
    }

    .feature-style-two .inner-container .feature-block-one {
        width: 33%;
    }

    .feature-block-one .inner-box {
        padding: 0 10px;
    }

    .feature-block-one .inner-box .icon-box {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 40px;
    }

    .feature-block-one .inner-box h4 {
        font-size: 17px;
        font-weight: 300;
    }

    .case-section {
        padding: 30px 0 0 0;
    }

    .case-section .title-inner .sec-title {
        text-align: center;
    }

    .case-section .title-inner .text p {
        text-align: center;
    }

    section.our-blog {
        padding: 30px 0;
    }

    .our-blog .sec-title h2 {
        font-size: 30px;
        line-height: 32px;
        text-align: center;
    }

    section.our-blog .blog {
        margin-bottom: 20px;
    }

    .our-blog .owl-dots {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .our-blog .owl-dots .owl-dot {
        text-align: center;
        display: inline-block;
        margin-right: 8px;
    }

    .our-blog .owl-dots .owl-dot.active span {
        background: #f15e24;
    }

    .our-blog .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        display: inline-block;
        background: #000;
        text-align: center;
        border-radius: 50%;
    }

    section.cms-intro {
        padding: 30px 0;
    }

    section.cms-intro .offset-4 {
        margin: 0;
    }

    section.cms-intro .cms-title h3 {
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    section.cms-intro .cms-title p {
        line-height: 1.15;
        font-size: 16px;
        margin-bottom: 5px;
    }

    section.our-clients {
        padding: 30px 0 20px;
    }

    .footer {
        padding-top: 30px;
    }

    .footer .col-md-3 {
        margin-bottom: 25px;
    }

    .footer-copy {
        text-align: center;
    }

    .footer-copy ul {
        float: none;
        text-align: center;
    }

    a.blantershow-chat span {
        display: none;
    }

    a.blantershow-chat {
        padding: 0px 10px 6px;
        bottom: 50px;
        display: inline-block;
    }

    a.blantershow-chat svg {
        margin: 0px;
    }

    .scroll-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 15px;
    }

    .scroll-top img {
        width: 20px;
    }
}

@media only screen and (min-width:320px) and (max-width:768px) {

    .offset-1,
    .offset-2,
    .offset-3,
    .offset-4,
    .offset-5,
    .offset-6,
    .offset-7,
    .offset-8,
    .offset-9,
    .offset-10 {
        margin-left: 0px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .mobile-menu .navigation li h5 {
        color: #fff
    }

    .cta-section .inner-box .btn-box {
        float: none !important;
        display: block;
        text-align: center
    }

    .cta-section .inner-box .btn-box a {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 22px;
    }

    .team-block-one .inner-box .lower-content .designation {
        font-size: 16px;
        line-height: 20px;
    }

    section.contact-section .info-column {
        padding: 15px 25px;
    }

    .contact-section .info-inner .info li {
        font-size: 16px;
        line-height: 20px;
    }

    section.contact-form h2 {
        font-size: 24px
    }

    .default-form .form-group input[type="text"],
    .default-form .form-group input[type="email"],
    .default-form .form-group textarea {
        height: 35px;
        width: 95%;
        padding: 5px 20px;
    }

    section.contact-form .form-group span {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .default-form .form-group {
        margin-bottom: 15px;
    }

    .theme-btn-one {
        font-size: 16px;
        line-height: 24px;
    }

    .sec-title h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .brand-type p {
        font-size: 1.4rem;
        padding: 0.5rem;
        font-weight: 400;
        letter-spacing: 0rem;
    }

    p.title-subtext {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
        margin-left: 0px
    }

    .content_block_8 .content-box .text p {
        font-size: 16px;
        line-height: 22px;
    }

    .content_block_5 .content-box .counter-block {
        width: 33.33333%;
    }

    .counter-block-one .inner-box img {
        width: 35px;
    }

    .counter-block-one .inner-box .count-outer {
        font-size: 18px;
        line-height: 24px;
    }

    .counter-block-one .inner-box .count-outer i {
        top: -1px;
        font-size: 22px
    }

    .counter-block-one .inner-box p {
        font-size: 16px;
        line-height: 18px;
    }

    .packages-links ul li {
        margin-right: 10px;
        padding: 5px 8px;
        line-height: 1.1
    }

    .packages-links ul li a {
        font-size: 16px;
    }

    .packages {
        margin: 40px 0
    }

    .packages .plan {
        margin-bottom: 35px;
    }

    .portfolio .filtering span {
        font-size: 14px;
        margin: 0 10px;
    }

    .portfolio-details-content h3 {
        font-size: 24px;
    }

    .portfolio-details-content .portfolio-content-iner p {
        font-size: 16px;
    }

    section.blogs-section .blog {
        margin-bottom: 30px;
    }

    .news-block-two .inner-box .lower-content .post-info {
        display: flex;
    }

    .news-block-two .inner-box .lower-content .post-info li {
        font-size: 14px
    }

    .news-block-two .inner-box .lower-content h2 {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 30px;
    }

    .news-block-two .inner-box .lower-content p {
        font-size: 16px;
        line-height: 20px
    }

    .blog-sidebar .post-widget .post h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .blog-sidebar .sidebar-widget {
        padding-left: 10px;
    }

    .service_content {
        padding: 30px 0 20px;
    }

    .service_content img {
        margin-bottom: 25px;
    }

    .service_content p {
        font-size: 16px;
        line-height: 20px;
    }

    .quote_footer p {
        font-size: 16px;
        color: #fff;
        line-height: 20px;
    }

    .quote_footer form {
        width: 100%;
        margin-left: 0;
    }

    .quote_footer input[type="email"] {
        width: 65%;
        border: 1px solid #fff;
        padding: 2px 20px;
    }

    .connect p {
        color: #fff;
        line-height: 20px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .connect a {
        padding: 6px 16px;
        color: #fff;
        background: #f58120;
        border-radius: 3px;
        font-size: 16px;
    }

    .footer-copy ul li {
        float: none;
        line-height: 1.15
    }
}

@media only screen and (min-width:320px) and (max-width:600px) {
    section.header-top {
        padding: 9px 0 5px 0;
    }

    ul.top-contact {
        margin: 0px;
    }

    section.header-top ul.site-menu {
        display: none;
    }

    section.header-top ul li a span {
        display: none;
    }

    .main-header.style-two .header-lower .logo-box .logo {
        padding: 5px 0px;
    }

    .main-header .logo-box .logo img {
        margin: 0px;
    }

    .main-header.style-two .menu-area .mobile-nav-toggler {
        margin-top: 16px;
    }

    .main-header .logo-box .logo img {
        width: 175px;
    }

    .mobile-menu .nav-logo {
        padding: 0px 25px;
        padding-bottom: 5px;
    }

    .mobile-menu {
        max-width: 90%;
    }

    .mobile-menu .navigation li > a {
        padding: 10px 25px;
        font-size: 17px;
        font-weight: 300;
    }

    .mobile-menu .navigation li > a {
        padding: 10px 15px;
        text-transform: none;
    }

    .mobile-menu .navigation li ul li > a {
        font-size: 15px;
        margin-left: 10px;
        padding: 7px 10px;
        font-weight: 300;
    }

    .mobile-menu .contact-info {
        padding: 80px 20px 30px 20px;
    }

    .mobile-menu .contact-info ul li img {
        width: 20px;
        position: relative;
        margin-right: 8px;
    }

    .banner-carousel .content-box h1,
    .banner-section.style-two .banner-carousel .content-box h1 {
        font-size: 26px;
        line-height: 30px;
    }

    section.who-we {
        padding: 20px 0;
    }

    section.who-we .about-content h6 {
        font-size: 28px;
        line-height: 1.1;
    }

    .service-section .title-inner {
        margin-bottom: 30px;
        text-align: center;
    }

    .service-section .title-inner .text p {
        float: none;
    }

    .sumtech-btn {
        padding: 0px 20px 3px 20px;
        font-size: 16px;
    }

    section.cta-v {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    section.cta-v .offset-2 {
        margin-left: 0px;
    }

    section.cta-v h1 {
        font-size: 26px;
    }

    section.cta-v h3 {
        font-size: 18px;
    }

    .portfolio-carousel .owl-nav {
        display: none;
    }

    .portfolio-carousel .owl-nav .owl-prev,
    .portfolio-carousel .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        top: 50%;
    }

    .portfolio-carousel .owl-nav .owl-prev svg,
    .portfolio-carousel .owl-nav .owl-next svg {
        width: 30px;
    }

    .case-block-one .inner-box {
        margin-bottom: 0px;
    }

    .case-block-one .inner-box .text h3 {
        bottom: 5%;
        font-size: 25px;
    }

    .case-block-one .inner-box .text p {
        bottom: 0%;
        font-size: 18px;
    }

    .feature-style-two .header-box .inner-box {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .feature-style-two .header-box .inner-box h3 {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 30px;
    }

    .feature-style-two .inner-container .header-box {
        width: 100%;
        margin-bottom: 10px;
    }

    .feature-style-two .inner-container .feature-block-one {
        width: 33%;
    }

    .feature-block-one .inner-box {
        padding: 0 10px;
    }

    .feature-block-one .inner-box .icon-box {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 40px;
    }

    .feature-block-one .inner-box h4 {
        font-size: 17px;
        font-weight: 300;
    }

    .case-section {
        padding: 30px 0 0 0;
    }

    .case-section .title-inner .sec-title {
        text-align: center;
    }

    .case-section .title-inner .text p {
        text-align: center;
    }

    section.our-blog {
        padding: 30px 0;
    }

    .our-blog .sec-title h2 {
        font-size: 30px;
        line-height: 32px;
        text-align: center;
    }

    section.our-blog .blog {
        margin-bottom: 20px;
    }

    .our-blog .owl-dots {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .our-blog .owl-dots .owl-dot {
        text-align: center;
        display: inline-block;
        margin-right: 8px;
    }

    .our-blog .owl-dots .owl-dot.active span {
        background: #f15e24;
    }

    .our-blog .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        display: inline-block;
        background: #000;
        text-align: center;
        border-radius: 50%;
    }

    section.cms-intro {
        padding: 30px 0;
    }

    section.cms-intro .offset-4 {
        margin: 0;
    }

    section.cms-intro .cms-title h3 {
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    section.cms-intro .cms-title p {
        line-height: 1.15;
        font-size: 16px;
        margin-bottom: 5px;
    }

    section.our-clients {
        padding: 30px 0 20px;
    }

    .footer {
        padding-top: 30px;
    }

    .footer .col-md-3 {
        margin-bottom: 25px;
    }

    .footer-copy {
        text-align: center;
    }

    .footer-copy ul {
        float: none;
        text-align: center;
        display: inline-block;
    }

    a.blantershow-chat span {
        display: none;
    }

    a.blantershow-chat {
        padding: 0px 10px 6px;
        bottom: 50px;
        display: inline-block;
    }

    a.blantershow-chat svg {
        margin: 0px;
    }

    .scroll-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 15px;
    }

    .scroll-top img {
        width: 20px;
    }
}

@media only screen and (min-width:481px) and (max-width:600px) {
    .service-section .col-lg-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .service-section .item .bold-title-small {
        font-size: 1.3rem;
    }
}



/* 3D */
/*
    transform: matrix3d(.548538,-.234531,0,.0000805,.464805,.259284,0,-.000071,0,0,1,0,95,194,0,1);
    transform-origin: 0 0;
    box-shadow: 0 0 0 4px #000;
*/




.cms-intro2 {
    background: #05305e;
    padding: 70px 0;
}

.cms-intro-badge2 {
    display: inline-block;
    background: #e53622;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 18px;
}

.cms-intro-title2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 18px;
}

.cms-intro-desc2 {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.8;
    max-width: 620px;
    margin: 0 auto 40px;
}

.cms-features-label2 {
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cms-features-grid2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.cms-feature-card2 {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 24px 14px;
    text-align: center;
    transition: background 0.2s;
}

.cms-feature-card2:hover {
    background: rgba(255, 255, 255, 0.12);
}

.cms-feature-icon2 {
    width: 48px;
    height: 48px;
    background: #e53622;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.cms-feature-icon2 svg {
    width: 22px;
    height: 22px;
}

.cms-feature-card2 span {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .cms-features-grid2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .cms-feature-card2:last-child {
        grid-column: 1 / -1;
    }
    .cms-intro-title2 {
        font-size: 22px;
    }
}

.cms-intro2 {
    background: #05305e;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 70px 0;
    position: relative;
}

.cms-intro-overlay2 {
    position: absolute;
    inset: 0;
    background: rgba(5, 48, 94, 0.88);
    z-index: 1;
}




/*.portfolio-modal-backdrop {*/
/*  display: none;*/
/*  position: fixed;*/
/*  inset: 0;*/
/*  background: rgba(5, 48, 94, 0.80);*/
/*  z-index: 9999;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  padding: 16px;*/
/*}*/
/*.portfolio-modal-backdrop.open { display: flex; }*/
/*.portfolio-modal-box {*/
/*  background: #fff;*/
/*  border-radius: 14px;*/
/*  max-width: 560px;*/
/*  width: 100%;*/
/*  overflow: hidden;*/
/*  box-shadow: 0 20px 60px rgba(5,48,94,0.25);*/
/*}*/
/*.pm-header {*/
/*  background: #05305e;*/
/*  padding: 14px 20px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*}*/
/*.pm-header h3 { color: #fff; font-size: 16px; font-weight: 500; margin: 0; }*/
/*.pm-close {*/
/*  background: none;*/
/*  border: none;*/
/*  color: rgba(255,255,255,.7);*/
/*  cursor: pointer;*/
/*  font-size: 20px;*/
/*  line-height: 1;*/
/*  padding: 0 4px;*/
/*}*/
/*.pm-close:hover { color: #fff; }*/
/*.pm-body { padding: 24px; }*/
/*.pm-logo-row {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 16px;*/
/*  margin-bottom: 20px;*/
/*  padding-bottom: 20px;*/
/*  border-bottom: 1px solid #eee;*/
/*}*/
/*.pm-logo-placeholder {*/
/*  width: 80px;*/
/*  height: 80px;*/
/*  border-radius: 10px;*/
/*  background: #05305e;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  color: #fff;*/
/*  font-size: 28px;*/
/*  font-weight: 600;*/
/*  flex-shrink: 0;*/
/*}*/
/*.pm-meta h2 { font-size: 20px; font-weight: 600; color: #05305e; margin: 0 0 6px; }*/
/*.pm-tag {*/
/*  display: inline-block;*/
/*  background: #05305e;*/
/*  color: #fff;*/
/*  font-size: 11px;*/
/*  padding: 3px 12px;*/
/*  border-radius: 20px;*/
/*  font-weight: 500;*/
/*}*/
/*.pm-desc { font-size: 14px; color: #555; line-height: 1.75; margin-bottom: 20px; }*/
/*.pm-divider { border: none; border-top: 1px solid #eee; margin: 0 0 20px; }*/
/*.pm-info-grid {*/
/*  display: grid;*/
/*  grid-template-columns: 1fr 1fr;*/
/*  gap: 14px;*/
/*  margin-bottom: 24px;*/
/*}*/
/*.pm-info-item label {*/
/*  font-size: 11px;*/
/*  color: #999;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: .5px;*/
/*  display: block;*/
/*  margin-bottom: 3px;*/
/*}*/
/*.pm-info-item span { font-size: 14px; color: #222; font-weight: 500; }*/
/*.pm-cta { display: flex; justify-content: flex-end; gap: 10px; }*/
/*.pm-btn-outline {*/
/*  border: 2px solid #05305e;*/
/*  color: #05305e;*/
/*  background: transparent;*/
/*  padding: 9px 22px;*/
/*  border-radius: 7px;*/
/*  font-size: 13px;*/
/*  font-weight: 500;*/
/*  cursor: pointer;*/
/*}*/
/*.pm-btn-outline:hover { background: #05305e; color: #fff; }*/
/*.pm-btn-primary {*/
/*  background: #e53622;*/
/*  color: #fff;*/
/*  border: none;*/
/*  padding: 9px 22px;*/
/*  border-radius: 7px;*/
/*  font-size: 13px;*/
/*  font-weight: 500;*/
/*  text-decoration: none;*/
/*  display: inline-block;*/
/*}*/
/*.pm-btn-primary:hover { background: #c42d1c; color: #fff; }*/
/*@media (max-width: 576px) {*/
/*  .pm-logo-row { flex-direction: column; text-align: center; }*/
/*  .pm-info-grid { grid-template-columns: 1fr; }*/
/*}*/