/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #4A141F #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: rgb(0 105 184);
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.bodies {
    display: flex;
    justify-content: center;
    position: relative;
}

.threeD {


    font-size: 30px;
    color: #f1ebe5;




    /*My Design*/

    /* font-size: 30px;*/
    /*color: #383838;*/
    /*text-shadow: 0 1px 0 rgb(150, 149, 149),*/
    /*             0 2px 0 #6d6a6a,*/
    /*             0 3px 0 rgb(116, 116, 116),*/
    /*             0 4px 0 #b9b9b9,*/
    /*             0 5px 0 rgb(107, 106, 106),*/
    /*             0 6px 1px rgba(0,0,0,.1),*/
    /*             0 0 5px rgba(0,0,0,.1),*/
    /*             0 1px 3px rgba(0,0,0,.3),*/
    /*             0 3px 5px rgba(0,0,0,.2),*/
    /*             0 5px 10px rgba(0,0,0,.25),*/
    /*             0 10px 10px rgba(0,0,0,.2),*/
    /*             0 20px 20px rgba(0,0,0,.15);*/

}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 1024px) {
    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
@media (min-width: 768px) {
    .md-px-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
}
p {
    font-size: 15px;
}

.body-part {
    position: absolute;
    right: 0;
    width: 100vw;
}

img {
    width: 100%;
    vertical-align: middle;
}

/* TYPOGRAPHY BEGINS */
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3 {
    font-weight: 700;
}

h4 {
    font-weight: 600;
}

h5,
h6 {
    font-weight: 500;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 3.1rem;
}

h3 {
    font-size: 2.9rem;
}

h4 {
    font-size: 2.5rem;
}

h5 {
    font-size: 2.2rem;
}

h6 {
    font-size: 1.7rem;
}

/* TYPOGRAPHY ENDS */

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

/* THEME BTN BEGIN */



/* banner digitizing */
.bannermainhead {
    text-align: start;
    /* margin-top: 10px; */
    font-size: 2.0rem;
}

.listbanner {
    list-style: none;
    padding: 0;
    text-align: start;
    margin-top: 20px;
    text-align: center;
}

.bannerlistone {
    padding-left: 1.0em;
    margin-top: 10px;
    color: #fff;
}

.bannerbtn {
    text-align: center;
}

.section1banner {
    text-align: start;
}

.bannermainimage {
    width: 80%;
}

.bannerlistone:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
}

.bannerlistone:after {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em;
    /* same as padding-left set on li */
}

.banner-h5-text {
    text-align: start;
    margin-top: 10px;
    font-size: 45px;
    /* font-size: 3.0rem; */
    color: #fff;
    text-align: center;
}

/* banner digitizing */
#dropdownId svg {
    margin: 0 10px;
}

.btn-theme {
    padding: 0.5em 1em;
    background-color: #39b731;
    border-radius: 5px;
    display: inline-block;
    margin: 0.2em 0.2em;
    color: #fff;
    font-size: 0.8rem;
}

.btn-theme:hover {
    color: #fff;
}

/* THEME BTN END */

.dropdown-item.active,
.dropdown-item:active {
    background-color: rgb(0 105 184);
}

.nav-link.active {
    color: #ffffff !important;
    background-color: #4A141F !important;
    border-radius: 13px !important;
}

/* OWL CAROUSEL SETTING BEGINS */
.owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 !important;
}

.stitch .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #268c20 !important;
}

.nav-item.active a {
    position: relative;
}

.nav-item a.nav-link {
    font-size: 13px;
    font-weight: 700;
    padding: 0.6em 0.6em !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.nav-item.active a:focus::after {
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}

.navbar-collapse form {
    min-width: 100px !important;
}

.navbar-light .navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none;
    color: rgb(0 105 184) !important;
}

.aboutus-img img {
    border-radius: 10px;
}

/* OWL CAROUSEL SETTING END */

.navbar-nav .nav-item.active {
    background-color: rgb(0 105 184) !important;
    border-radius: 5px;
}

.navbar-nav .dropdown.active #dropdownId.show {
    color: #fff !important;
}

.navbar-nav #dropdownId.dropdown-toggle.show {
    color: #fff !important;
    background-color: rgb(0 105 184);
}

.navbar-nav .nav-item.active a {
    color: #fff !important;
}

.navbar-nav .nav-item.active a.dropdown-item {
    color: #000 !important;
}

/* TOP BAR BEGINS */
.navbar-expand-md .navbar-nav .dropdown-menu {
    z-index: 9999;
}

.top-bar {
    position: fixed;
    top: 86px;
    width: 100%;
    z-index: 999;
    background: rgb(222, 222, 222);
}

.top-bar-items {
    padding: 0.5em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 700;
}

/* TOP BAR ENDS */

/* ----------------------------------------------------- HOME PAGE BEGINS ---------------------------------------------------- */


/* HOME BANNER BEGINS */
.home-banner a.btn-theme {
    background: #4A141F;
    border: 1px solid white !important;
    border-radius: 50em;
    color: white;
    display: inline-flex;
    font-size: 16px;
    margin: 5px;
    padding: 9px 66px 9px 38px;
    position: relative;
    transition: all .5s ease-in-out;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    /* transition: 0.3s ease; */
}

.home-banner a.btn-theme .icon-box {
    align-items: center;
    background-color: white;
    border-radius: 50em;
    color: #4A141F;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}

.home-banner a.btn-theme:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.home-banner a.btn-theme:hover::before {
    left: 0;
}

.home-banner a.btn-theme::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #268c20;
    transition: left 0.35s ease;
    z-index: -1;
}

.home-banner .owl-theme .owl-dots .owl-dot {
    display: none;
}

.vector-types .owl-theme .owl-dots .owl-dot {
    display: none;
}

.home-banner a.btn-theme:hover {
    background: #fff;
    color: white;
}

.slide1 {
    background-image:
        linear-gradient(to bottom, rgba(13, 9, 2, 0.705), rgba(0, 0, 0, 0.683)),
        url('../images/banner-1.webp');
    background-size: cover;
    height: 100vh;
    background-position: center;
    display: grid;
    place-content: center;
    text-align: center;
    color: #fff;
}

.slide2 {
    background-image:
        linear-gradient(to bottom, rgba(13, 9, 2, 0.705), rgba(0, 0, 0, 0.683)),
        url('../images/banner-2.webp');
    background-size: cover;
    height: 100vh;
    background-position: center;
    display: grid;
    place-content: center;
    text-align: center;
    color: #fff;
}


.home-banner-slides .owl-prev,
.home-banner-slides .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
}

.home-banner-slides .owl-prev {
    left: 10px;
}

.home-banner-slides .owl-next {
    right: 10px;
}

/* HOME BANNER ENDS */

.award-winning-content h1,
.quality-vector h1 {
    font-size: 2.5rem;
}

.award-winning-content h1 span,
.quality-vector h1 span,
.about-content h1 span {
    background-color: #4A141F;
    padding: 0 0.1em;
}

.award-winning-content .btn-theme,
.quality-vector .btn-theme,
.about-content .btn-theme {
    background-color: #4A141F;
    color: #fff !important;
    font-weight: 700;
}

/* AWARD WINNING SECTION ENDS */

/* TESTIMONIALS BEGIN */
.home-slider {
    text-align: center;
}

.home-slider h1 {
    margin: 1em;
    border-left: 6px solid rgb(0 105 184);
    display: inline-block;
    padding-left: 0.2em;
}

.home-slider .owl-carousel {
    box-shadow: none;
}

.home-testimonials .owl-item .item {
    opacity: 0.8;
    background-color: #fff;
    color: #000;
    margin: 0 10px;
    border-radius: 20px;
}

.home-testimonials .home-slider .owl-carousel {
    background-image:
        linear-gradient(to bottom, rgba(13, 9, 2, 0.705), rgba(0, 0, 0, 0.683)),
        url('../images/home-slider.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    color: #fff !important;
    padding: 60px 0 20px 0;
}

/* TESTIMONIALS END */
/* ----------------------------------------------------- HOME PAGE ENDS ---------------------------------------------------- */




/* ----------------------------------------------------- DIGITIZING SERVICE BEGINS ---------------------------------------------------- */

/* NAVBAR BEGINS */
.navbar-brand {
    /* width: 100px; */
}

.navbar-brand img {
    width: 150px;
}

.intro-content h1,
.aboutus-content h1,
.why-us-content h1 {
    font-size: 35px;
    font-weight: 700;
}

.item h4 {
    font-size: 32px;
}

nav .form-control,
nav .form-control:hover {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 2px solid black !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

nav .form-control a.nav-link.dropdown-toggle {
    color: #000 !important;
}

.navbar-nav {
    width: 100%;
    justify-content: center;
}

.navbar-nav li {
    margin: 0 10px 0 0;
}

nav .form-control:hover {
    outline: none;
    border: none;
}

.the nav ul li a {
    color: black !important;
}

.nav-item a.nav-link {
    font-size: 13px;
    font-weight: 700;
    padding: 0.6em 0.6em !important;
}

nav {
    /*box-shadow: 7px 7px 10px rgba(101, 94, 81, 0.171);*/
}

.call-us-nav svg {
    font-size: 1.5rem !important;
    color: rgb(0 105 184);
}

/* NAVBAR ENDS */


/* SIDEBAR BEGINS */
/* .sidebar{
    width: 18.7v/w;
    position: fixed;
    left: 0;
    background-color: rgba(255, 255, 255, 0.751);
    height: 100vh;
    z-index: 99;
} */

/* .sidebar-header{
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-header-menu ul{
    padding: 0 1em;
    box-sizing: border-box;
    overflow-y: scroll;
    height: 450px;
}

.sidebar-header-menu ul::-webkit-scrollbar{
    width: 20px;
}
.sidebar-header-menu ul::-webkit-scroll

.sidebar-header-menu ul li{
    padding: 0.2em 0.3em;
    margin: 0.3em 0;
    background-color: rgba(240, 237, 237, 0.45);
}

.sidebar-header-menu ul li a {
    color: #000 !important;
}

.sidebar-header-menu ul li{
    margin: 10px 0;
} */
/* SIDEBAR ENDS */

/* BANNER SECTION BEGINS  */

.hero-section {
    /*background-image:*/
    /*linear-gradient(to bottom, rgba(14, 12, 8, 0.701), rgba(0, 0, 0, 0.664)),*/
    /*url('../images/home-digitizing.jpg');*/
    background-size: cover;
    color: rgb(0 105 184);
    background-position: center;
    /*height: 100vh;*/
}

.hero-content {
    height: 90vh;
    display: grid;
    place-content: center;
    text-align: center;
}

.hero-content h1 {
    font-size: 2.8rem;
}

.hero-content strong {
    color: #fff !important;
}

.hero-content span {
    display: block;
    color: #fff;
}

/* BANNER SECTION ENDS    */

/* INTRO BEGINS */

.intro-content h1 span {
    background-color: #4A141F;
    color: white;
    margin-top: 0.3em 0;
    padding: 0 0.3em;
    border-right: 6px solid black;
    padding-left: 0.2em;
}

/* INTRO ENDS */

/* ABOUTUS BEGINS */

.aboutus-content h1 span {
    background-color: rgb(0 105 184);
    color: white;
    border-left: 6px solid black;
    padding-left: 0.3em;
    margin: 0 0.1em;
}

.aboutus-content h1 .mark {
    color: rgb(0 105 184) !important;
    background-color: white;
    border: 0;
    padding-left: 0;
    margin: 0;
}

/* ABOUTUS ENDS */

/* WHY US BEGINS */

/* .why-us{
    background-image:
    linear-gradient(to bottom, rgba(61, 42, 5, 0.874), rgba(0, 0, 0, 0.73)),
    url('../images/whyus1.jpg');
    background-size: cover;
    color: white;
    padding: 1em;
} */

.why-us-content svg {
    font-size: 3rem;
    color: rgb(91 26 46);
    box-shadow: rgb(146 39 143) 2px 2px 4px 3px;
    padding: 0.5em;
    background: white;
    border-radius: 50%;
    position: relative;
    top: -4rem;
    border: 2px solid;
}

.why-us-content h1 span {
    background-color: #4A141F;
    color: white;
    padding-left: 0.2em;
    margin-right: 0.1em;
    border-bottom: 6px solid rgb(255, 254, 254);
}

.why-us-content .col-lg-3 {
    margin: 0.9em 0;
    padding: 0.6em;
    border-radius: 5px;
    box-shadow: 3px 3px 10px rgb(0 105 184);
    background-color: rgb(0 105 184);
    /* animation: cards 1s linear 1; */
}

.why-us-content .swiper-slide {
    position: relative;
    padding: 2em 1.5em 2em 1.5em;
    border-radius: 30px 10px 30px 10px;
    /* asymmetric, stylish rounded corners */
    background: linear-gradient(135deg, #4A141F, #7a1f3c, #b31f5a);
    color: #fff;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6), 0 0 25px rgba(255, 0, 120, 0.3);
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease, border-radius 0.4s ease;

    border: 2px solid rgba(255, 255, 255, 0.1);
}

/* hover effect: pop, glow, and more dynamic radius */
.why-us-content .swiper-slide:hover {
    transform: translateY(-12px) scale(1.04);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7), 0 0 35px rgba(255, 0, 120, 0.5);
    background: linear-gradient(135deg, #6b1f3c, #4A141F, #d61f7b);

    /* subtle shape change on hover for lively effect */
    border-radius: 10px 30px 10px 30px;
}


/* Card Title */
.why-us-content .swiper-slide h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 700;
}

/* Description */
.why-us-content .swiper-slide p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #f0d6e0;
    /* soft pastel for readability */
}

/* Hover effect */
.why-us-content .swiper-slide:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), 0 0 25px rgba(255, 50, 120, 0.3);
}

.why-p {
    font-size: 0.7rem;
    /* font-weight: 600; */
    text-align: center;
    color: #fff;
}

.why-us-head h6 {
    color: #fff;
    font-weight: 700;
}

/* WHY US ENDS */

/* STITCH STYLE BEGINS */

.stitch h1 {
    font-size: 3rem !important;
}

.stitch h1 span {
    background-color: #4A141F;
    color: white;
    border-left: 6px solid black;
    padding-left: 0.3em;
    margin-right: 0.1em;
}

.stitch-img {
    width: 100%;
    height: auto;

}

.stitch-img img {
    width: 100%;
    padding: 1em 0;
}

.owl-manager .owl-prev,
.owl-manager .owl-next {
    width: 50px !important;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    /* border:0px solid black; */
    border-radius: 50% !important;
    background-color: rgba(3, 3, 3, 0.532) !important;
    padding: 1.5em;
    box-shadow: 2px 2px 2px rgba(67, 67, 67, 0.559);
}

.owl-manager .owl-prev {
    left: -62px ;
}

.owl-manager .owl-next {
    right: -62px;
}

.owl-manager .owl-prev i,
.owl-next i {
    transform: scale(2, 5);
    color: #ccc;
}

.item h4 {
    border-left: 3px solid #4A141F;
    padding-left: 0.2em;
    margin-bottom: 0.3em;
}

.owl-prev,
.owl-next {
    font-size: 2rem !important;
    color: rgb(0 105 184) !important;
}

/* STITCH STYLE ENDS */

/* SPECIAL SECTION BEGINS */
.special {
    background-image:
        linear-gradient(to top, rgba(32, 30, 30, 0.849), rgba(59, 51, 2, 0.808)),
        url('../images/special2.jpg');
    background-size: cover;
    background-position: center;
    /* padding: 3em 0; */
    color: white;
}

.special h1 {
    font-size: 3rem !important;
}

.special h1 span {
    background-color: rgb(0 105 184);
    border-left: 6px solid black;
    padding-left: 0.1em;
    margin-right: 0.1em;
}

.special-img img {
    max-height: 350px;
}

/* SPECIAL SECTION ENDS */

/* PLACEMENT SECTION BEGINS */
.placement h1 {
    font-size: 3rem !important;
}

.placement h1 span {
    background-color: #4A141F;
    border-bottom: 6px solid black;
    color: white;
    padding: 0 0.1em;
}

.placement-product {
    padding: 1em 2em;
    min-height: 250px;
}

.placement-product h6 {
    text-align: center;
    font-weight: 700 !important;
    color: #4A141F;
    padding: 0.5em;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.121);
}

.placement-img {
    box-shadow: 0px 0px 7px 4px #520f1c;
    min-height: 250px;
}

.placement-img img {
    width: 100%;
    height: auto;
}

/* PLACEMENT SECTION ENDS */

/* SOFTWARES SECTION BEGINS */

.software-content {
    text-align: center;
}

.software-content h1 {
    font-size: 3rem !important;
}

.software-content h1 span {
    background-color: #4A141F;
    color: white;
    border-left: 6px solid black;
    padding: 0 0.1em;
}

.software-img {
    padding: 2em;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 4px #4a141f;
}

/* SOFTWARES SECTION ENDS */

/* PORTFOLIO BEGINS */

/* The grid: Four equal columns that floats next to each other */
#portfolio .column {
    float: left;
    width: 25%;
    padding: 10px;
}

/* Style the images inside the grid */
#portfolio .column img {
    opacity: 0.8;
    cursor: pointer;
}

#portfolio .column img:hover {
    opacity: 1;
}

/* Clear floats after the columns */
.grid_row:after {
    content: "";
    display: table;
    clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container_image {
    position: relative;
    display: none;
}

/* Expanding image text */
#portfolio #imgtext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
}

#portfolio .swiper-pagination {
    display: none;
}

#portfolio .swiper-button-prev,
#portfolio .swiper-button-next {
    font-size: 25px !important;

}

/* Closable button inside the image */
#portfolio .closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

#portfolio .card2 img {
    cursor: pointer;
}

/* The Overlay (background) */
#portfolio .overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

#expandedImg {
    height: 500px;
    object-fit: cover;
    width: 100%;
    margin: 30px auto;
}

/* Position the content inside the overlay */
#portfolio .overlay-content {
    position: relative;
    top: 15%;
    /* 25% from the top */
    width: 60%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 30px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
    left: 20%;
}

.card2 h6 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
}

#portfolio .overlay-content .card2 h6 {
    font-size: 14px;
    font-weight: 300 !important;
    margin-top: 20px;
    color: #fff;
}

/* The navigation links inside the overlay */
#portfolio .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
#portfolio .overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
#portfolio .overlay .closebtn {
    position: absolute;
    top: 15%;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* PORTFOLIO ENDS */

/* TESTIMONIALS BEGINS */

.testimonials {
    background: linear-gradient(to right, #4A141F 50%, black 50%);
    padding: 80px 0;
}

.testimonials-carousel {
    padding: 40px;
    color: #fff;
}

.author-name h6 {
    font-weight: 600;
    font-size: 18px;
}

.author-name h6 span {
    font-weight: 500;
    color: #000;
}

.testi-content {
    text-align: center;
}

.testimonials-carousel .client-review {
    padding: 30px 0;
}

.testi-content p {
    margin: 40px 0;
}

.testimonials .testi-content h1 {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
}

.testimonials .testi-content p {
    color: #fff;
}

.testimonials-back {
    /* background: linear-gradient(to right , rgb(0 105 184) 50% , black 50%); */
}

.testimonials-carousel {
    background: linear-gradient(135deg, #881D29 0%, #231F2F 100%);
    border-radius: 10px;
    border: 3px solid #fff;
}

.testimonials-img {
    position: relative;
}


.owl-theme .owl-dots .owl-dot.active span {
    width: 40px;
    background: #7b6f6f !important;
}

.testimonials-img::after {
    top: 0;
    left: 0;
}

.testimonials-img img {
    max-width: 60%;
    margin: auto;
}

.testimonials-carousel .item {
    padding: 40px 0 0 0;
}

.testimonials-carousel .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 13px;
}

.testimonials-carousel .client-review p svg {
    font-size: 25px;
    margin: 0 20px;
}

.testimonials-carousel .company-details h6 {
    font-weight: 700;
    position: relative;
}

.testimonials-carousel .client-location small {
    font-weight: 700;
    color: #000;
}

.testimonials-carousel .client-location p {
    font-size: 13px;
    font-weight: bold;
}

.testimonials-carousel .company-details h6::before {
    content: '';
    display: inline-block;
    background: #000;
    height: 4px;
    width: 10%;
    border-radius: 20px;
    vertical-align: middle;
    margin: 0 10px;
}

.testimonials-carousel .client-review {
    font-style: italic;
}

.company-img img {
    max-width: 150px;
    border-radius: 20px;
}

.testimonials-carousel .owl-carousel .owl-item img {
    margin-left: auto;
}

/* TESTIMONIALS ENDS */


/* PRICING BEGINS */

.pricing-content h1 {
    display: inline-block;
    border-bottom: 6px solid #4A141F;
    margin: 0.6em 0;
    padding: 0.1em 0.2em;
}

.pricing-content p {
    max-width: 85%;
    text-align: center;
    margin: auto;
}

.pricing-chart {
    min-height: 407px !important;
    box-shadow: 0px 0px 8px 2px rgb(161 27 140);
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    color: #000;

}

.top-styling1 {
    background: linear-gradient(to right, #4A141F 50%, black 50%);
    min-height: 155px !important;
    border-radius: 18px;
    box-shadow: rgba(76, 77, 78, 0.562) 0px 2px 10px;
}

.top-styling1 h6,
.top-styling2 h6,
.top-styling3 h6 {
    color: #fff;
    padding: 0.2em 0;
    line-height: 1.5em;
    font-size: 0.9rem !important;
    min-height: 45px;
}

.top-styling1 p,
.top-styling2 p,
.top-styling3 p {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
}

.top-styling2 {
    background: linear-gradient(to right, #4A141F 50%, black 50%);
    min-height: 155px !important;
    border-radius: 18px;
    box-shadow: rgba(76, 77, 78, 0.562) 0px 2px 10px;
}

.top-styling3 {
    background: linear-gradient(to right, #4A141F 50%, black 50%);
    min-height: 155px !important;
    border-radius: 18px;
    box-shadow: rgba(76, 77, 78, 0.562) 0px 2px 10px;
}

.pricing-chart-img {
    min-height: 230px;
}

.pricing-chart-content h6 {
    font-size: 1rem;
    font-weight: 700;
}

.pricing-chart-content p {
    font-size: 0.7rem;
    color: rgb(139, 139, 139);
}

.pricing-chart-content ul li {
    padding: 0.5em 1em;
    font-size: 0.9rem;
}

.price-ul {
    /*min-height: 240px;*/
}

.pricing-chart-content ul li svg {
    font-size: 0.6rem;
}

/* PRICING ENDS */

/* THREE CARDS BEGINS */
.pricing-details {
    min-height: 450px;
    background: linear-gradient(135deg, #881D29 0%, #231F2F 100%);
    border-radius: 10px;
    padding: 2em;
    color: #fff;
}

.pricing-details-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing-details-content svg {
    font-size: 3rem;
}



.pricing-details-content h6 {
    min-height: 60px;
    font-weight: 700;
    text-align: center;
}

.pricing-details-content li {
    font-size: 0.7rem;
    list-style: decimal;
    padding: 0.5em;
    margin: 0.2em 0;
}

.buttons {
    width: 100%;
    display: flex;
    justify-content: center;
}

.buttons .btn-theme {
    border-radius: 50px;
    padding: 0.8em 1.5em;
}

/* THREE CARDS ENDS */

/* CONTACT US BEGINS */
.contact-section {
    background: linear-gradient(to right, #4A141F 50%, black 50%);
    background-position: top;
    background-size: cover;
}

.contact-back {
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.968);
    box-shadow: rgba(142, 142, 142, 0.753) 0px 4px 12px;
}

.contact-content h3 span {
    background-color: #4A141F;
    border-left: 6px solid black;
    padding: 0 0.2em;
    color: #fff;
}

.main-form label,
.main-form input {
    display: inline-block !important;
    width: 90%;
    margin: 0.6em 0 !important;
    outline: none;
    color: #39b731;
    font-weight: 700;
    border: none;
}

input {
    padding: 0.5em 0.7em;
    color: #39b731;
    font-size: 0.8rem;
}

.inputs {
    display: flex;
    align-items: center;
}

.main-form i {
    font-size: 9px;
}

.icon {
    width: 20px;
    height: 20px;
    background-color: #39b731;
    padding: 0.4em;
    color: rgb(239, 239, 239);
}

input[type='radio'] {
    display: inline-block !important;
    margin: 0 -2em !important;
}

.main-form input {
    margin: 8px 0;
}

.main-form input::placeholder {
    font-size: 12px;
    font-weight: normal;
}

.contact-radio,
.service {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92% !important;
}

.main-form .btn-theme {
    background-color: #39b731 !important;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.3em 0;
}

/* CONTACT US ENDS */

/* MODAL BEGINS */
.modal-body .check {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0.3em 0;
}

.modal-body .check input {
    width: 4%;
}

.modal input,
.modal label {
    color: #000;
    font-weight: 300;
    margin: 0.3em;
}

/* MODAL ENDS */

/* CONTACT ICONS BEGINS */
.contact-right {
    height: 100%;
}

.phone,
.emails,
.address {
    display: flex;
    align-items: center;
}

.contact-icons svg {
    color: #39b731;
    font-size: 2rem;
    margin: 0 0.5em;
}

.contact-icons p,
a {
    color: #000;
}

/* CONTACT ICONS ENDS */

/* FAQS BEGINS */
.faq-heading {
    display: flex;
    justify-content: center;
}

.faq-heading h1 {
    border-bottom: 6px solid #000;
    display: inline-block;
    margin: 0.7em 0;
    background-color: #4A141F;
    color: #fff;
    padding: 0.15em;
}

.accordion-item {
    margin: 1em 0;
    border-radius: 10px !important;
    border: none;
    border-bottom: 1px solid #000;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button:not(.collapsed) {
    background: #4A141F;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    border: none;
    color: #fff;
}

/* FAQS ENDS */

/* FOOTER BEGINS */
.footer {
    background: linear-gradient(135deg, #881D29 0%, #231F2F 100%);
    color: #63b51d;
    padding: 40px 0 0 0;
}

.footer a {
    color: #fff;
}

.footer h6 {
    font-size: 1.1rem;
    margin: 1em 0;
}

.links a {
    color: #63b51d !important;
    display: block;
    font-size: 0.8rem;
}

.map iframe {
    width: 100%;
    padding: 1em;
}

.footer .contact a,
.contact-back .contact a {
    font-size: 0.8rem;
}

.footer .follow a,
.contact-back .follow a {
    display: inline-block;
    margin: 0 10px;
}

.footer .follow svg,
.contact-back .follow svg {
    font-size: 20px;
    margin: 0.2em 0;
    color: #268c20;
}

.contact-back .follow a {
    box-shadow: 2px 2px 6px antiquewhite;
    padding: 0.3em;
    border-radius: 50%;
    width: 39px;
    margin-top: 0.5em;
}

.footer .follow img {
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
}

.contact-back .follow {
    padding: 0em 2em;
    text-align: center;
}

.contact-back .follow h6 {
    font-size: 1.6rem !important;
    font-weight: 700;
    margin-top: 1.5em;
}

.footer-end {
    background-color: rgb(0, 0, 0);
    position: relative;

}

.footer-end-content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.footer-end-content a {
    font-size: 2.5rem;
}

.footer-end-content a.position-absolute {
    margin: 40px;
}

.footer-end-content a svg {
    color: #4A141F;
}

.footer-end-content img {
    width: 110px;
}


/* FOOTER ENDS */

/* ---------------------------------- VECTOR ART PAGE STYLINGS BEGINS------------------------------------------- */

#vector-art .bodies {
    display: flex;
    justify-content: center;
    position: relative;
}

#vector-art .body-part {
    position: absolute;
    right: 0;
    width: 100vw;
}

/* THEME BTN BEGIN */
#vector-art #dropdownId {
    color: #000 !important;
}

#vector-art .btn-theme {
    padding: 0.5em 1em;
    background-color: #000;
    border-radius: 5px;
    display: inline-block;
    margin: 0.2em 0.2em;
    color: #fff;
    font-size: 0.8rem;
}

#vector-art .btn-theme:hover {
    color: #fff;
}

/* THEME BTN END */
/* JUMP TO BEGIN */
.jump_to {
    display: none;
    border: 1.5px solid #efefef;
    padding: 10px 20px;
    cursor: pointer;
}

.jump_to span {
    font-size: 18px;
    font-weight: 600;
}

.jump_to svg {
    font-size: 20px;
}

.jump_to .icon_btm {
    transition: 0.6s ease;
}

.icon_btm.active {
    transform: rotate(270deg);
}

/* JUMP TO END */
/* OWL CAROUSEL SETTING BEGINS */
.owl-theme .owl-nav {
    margin: 0 !important;
}

#vector-art .owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 !important;
}

#vector-art .stitch .owl-theme .owl-dots .owl-dot.active span,
#vector-art .owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgb(0 105 184) !important;
}

#vector-art .nav-item.active a {
    position: relative;
}

#vector-art .nav-item.active a::after {
    content: '';
    background-color: rgb(0 105 184);
    height: 2px;
    width: 0;
    display: block;
    border: 0 !important;
    position: absolute;
    left: 0;
    transition: 0.6s;
}

#vector-art .nav-item.active a:focus::after {
    width: 100%;
}

#vector-art .aboutus-img img {
    border-radius: 10px;
}

/* OWL CAROUSEL SETTING END */

/* NAVBAR BEGINS */
#vector-art .navbar-brand {
    width: 100px;
}

#vector-art .intro-content h1,
#vector-art .aboutus-content h1,
#vector-art .why-us-content h1 {
    font-size: 35px;
    font-weight: 700;
}

#vector-art .item h4 {
    font-size: 32px;
}

#vector-art nav .form-control,
#vector-art nav .form-control:hover {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 2px solid black !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

#vector-art .navbar-nav {
    width: 100%;
}

#vector-art .navbar-nav li {
    margin: 0px 10px 0px 0px;
}

#vector-art nav .form-control:hover {
    outline: none;
    border: none;
}

#vector-art nav ul li a {
    color: black !important;
}

#vector-art .dropdown-item {
    font-weight: 700;
}

#vector-art nav {
    box-shadow: 7px 7px 10px rgba(101, 94, 81, 0.171);
}

/* NAVBAR ENDS */


/* SIDEBAR BEGINS */
/* #vector-art .sidebar{
    width: 18.7vw;
    position: fixed;
    left: 0;
    background-color: rgba(255, 255, 255, 0.751);
    height: 100vh;
    z-index: 99;
}

#vector-art .sidebar-header{
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#vector-art .sidebar-header-menu ul{
    padding: 0 1em;
    box-sizing: border-box;
    overflow-y: scroll;
    height: 450px;
}

#vector-art .sidebar-header-menu ul::-webkit-scrollbar{
    width: 20px;
}
#vector-art .sidebar-header-menu ul::-webkit-scroll

#vector-art .sidebar-header-menu ul li{
    padding: 0.2em 0.3em;
    margin: 0.3em 0;
    background-color: rgba(240, 237, 237, 0.45);
}

.sidebar-header-menu ul{
    margin-top: 50px;
    display: block;
}
.sidebar-header-menu ul li a {
    color: #000 !important;
    margin-top: 10px;
    display: block;
}
.sidebar-header-menu ul li{
    font-size: 14px;
    border-top: 2px solid rgb(0 105 184);
} */
/* SIDEBAR ENDS */

/* BANNER SECTION BEGINS  */

#vector-art .hero-section {
    background-image:
        linear-gradient(to bottom, rgba(14, 12, 8, 0.751), rgba(0, 0, 0, 0.728)),
        url('../images/vector-banner.jpg');
    background-size: cover;
    color: rgb(0 105 184);
    height: 90vh;
}

#vector-art .hero-content {
    height: 90vh;
    display: grid;
    place-content: center;
    text-align: center;
}

#vector-art .hero-content h1 {
    padding: 0.8em;
}

#vector-art .hero-content strong {
    color: #fff !important;
}

#vector-art .hero-content span {
    display: block;
}

/* BANNER SECTION ENDS    */

/* INTRO BEGINS */
#vector-art .intro-content h1 span {
    background-color: rgb(0 105 184);
    color: white;
    margin-top: 0.3em 0;
    padding: 0 0.3em;
    border-right: 6px solid black;
    padding-left: 0.2em;
}

/* INTRO ENDS */

/* ABOUTUS BEGINS */

#vector-art .aboutus-content h1 span {
    background-color: rgb(0 105 184);
    color: white;
    border-left: 6px solid black;
    padding-left: 0.3em;
    margin: 0 0.1em;
}

#vector-art .aboutus-content h1 .mark {
    color: rgb(0 105 184) !important;
    background-color: white;
    border: 0;
    padding-left: 0;
    margin: 0;
}

/* ABOUTUS ENDS */

/* WHY US BEGINS */

/* #vector-art .why-us{
    background-image:
    linear-gradient(to bottom, rgba(46, 32, 4, 0.874), rgba(0, 0, 0, 0.73)),
    url('../images/why-us.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 1em;
} */

#vector-art .why-us-content svg {
    font-size: 3rem;
    color: rgb(0 105 184);
    box-shadow: rgb(0 105 184) 0px 5px 10px;
    padding: 0.2em;
    border-radius: 10px;
    margin-top: 0.2em;
}

#vector-art .why-us-content h1 span {
    background-color: rgb(0 105 184);
    color: white;
    padding-left: 0.2em;
    margin-right: 0.1em;
    border-bottom: 6px solid rgb(255, 254, 254);
}

#vector-art .why-us-content .col-lg-3 {
    margin: 0.9em 0;
    padding: 0.6em;
    border-radius: 5px;
    box-shadow: 3px 3px 10px rgb(0 105 184);
    /* animation: cards 1s linear 1; */
}

#vector-art .why-p {
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center;
}

/* WHY US ENDS */

/* VECTOR TYPE BEGINS */
#vector-art .vector-type-heading {
    text-align: center;
}

#vector-art .vector-type-heading h2 {
    display: inline-block;
    margin-top: 1.5em;
    font-size: 2.5rem !important;
}

#vector-art .vector-type-heading h2 span {
    background-color: rgb(0 105 184);
    color: #fff;
    border-bottom: 6px solid #000;
    padding: 0 0.2em;
    margin: 0 0.1em;
}

#vector-art .type-img {
    max-width: 100%;
}

#vector-art .type-img img {
    max-width: 500px;
    margin: auto;
    object-fit: cover;
    margin-bottom: 1em !important;
}

#vector-art .type h6 {
    padding: 1em 0em;
    text-align: center;
    font-weight: 700;
}

#vector-art .type p {
    font-size: 0.8rem;
    width: 90%;
    text-align: center;
    margin: auto;
}

.vector-type-carousel .owl-carousel {
    box-shadow: none !important;
}

.vector-type-carousel .owl-prev,
.vector-type-carousel .owl-next {
    width: 50px !important;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    /* border:0px solid black; */
    border-radius: 50% !important;
    background-color: rgba(3, 3, 3, 0.532) !important;
    padding: 1.5em;
    box-shadow: 2px 2px 2px rgba(67, 67, 67, 0.559);
}

.vector-type-carousel .owl-prev {
    left: -40px;
}

.vector-type-carousel .owl-next {
    right: -40px;
}

.vector-type-carousel .owl-prev i,
.owl-next i {
    transform: scale(2, 5);
    color: #ccc;
}

/* VECTOR TYPE ENDS */

/* SEPERATION BEGINS */
#vector-art .seperate-heading {
    text-align: center;
}

#vector-art .seperate-heading h2 {
    display: inline-block;
    margin: 1em 0;
}

#vector-art .seperate-heading h2 span {
    background-color: rgb(0 105 184);
    color: #fff;
    border-bottom: 6px solid #000;
    padding: 0 0.2em;
    margin: 0 0.1em;
}


#vector-art .what-is-it h6,
#vector-art .pros h6,
.cons h6,
#vector-art .tools h6 {
    border-left: 3px solid #520f1c;
    padding: 0 0.1em;
}

.separate-img {
    width: 330px;
    display: flex;
}

.separate-img img {
    border-radius: 15px;
    margin: 0 1em;

}

/* SEPERATION ENDS */

/* STITCH STYLE BEGINS */


#vector-art .stitch h1 span {
    background-color: rgb(0 105 184);
    color: white;
    border-left: 6px solid black;
    padding-left: 0.3em;
    margin-right: 0.1em;
}

.printing-head {
    width: 85%;
    margin: auto;
}

#vector-art .stitch-img {
    width: 100%;
    height: auto;

}

#vector-art .stitch-img img {
    width: 100%;
    padding: 1em 0;
}


#vector-art .printing-method-carousel .owl-prev,
#vector-art .printing-method-carousel .owl-next {
    width: 50px !important;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    /* border:0px solid black; */
    border-radius: 50% !important;
    background-color: rgba(3, 3, 3, 0.532) !important;
    padding: 1.5em;
    box-shadow: 2px 2px 2px rgba(67, 67, 67, 0.559);
}

#vector-art .printing-method-carousel .owl-prev {
    left: -40px;
}

#vector-art .printing-method-carousel .owl-next {
    right: -40px;
}

#vector-art .printing-method-carousel .owl-prev i,
#vector-art .printing-method-carousel .owl-next i {
    transform: scale(2, 5);
    color: #ccc;
}



#vector-art .item h4 {
    border-left: 3px solid #4A141F;
    padding-left: 0.2em;
    margin-bottom: 0.3em;
}

#vector-art .owl-prev,
#vector-art .owl-next {
    font-size: 2rem !important;
    color: rgb(0 105 184) !important;
}

/* STITCH STYLE ENDS */

/* PLACEMENT SECTION BEGINS */
#vector-art .placement h1 span {
    background-color: rgb(0 105 184);
    border-bottom: 6px solid black;
    color: white;
    padding: 0 0.1em;
}

#vector-art .placement-product {
    padding: 1em 2em;
    box-shadow: 2px 2px 10px rgba(255, 213, 0, 0.511);
    min-height: 250px;
}

#vector-art .placement-product h6 {
    text-align: center;
    font-weight: 700 !important;
    color: rgb(0 105 184);
    padding: 0.5em;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.121);
}

#vector-art .placement-img {
    min-height: 250px;
}

#vector-art .placement-img img {
    width: 100%;
    height: auto;
}

/* PLACEMENT SECTION ENDS */

/* SOFTWARES SECTION BEGINS */

#vector-art .software-content {
    text-align: center;
}

#vector-art .software-content h1 span {
    background-color: rgb(0 105 184);
    color: white;
    border-left: 6px solid black;
    padding: 0 0.1em;
}

#vector-art .software-img {
    padding: 2em;
    box-sizing: border-box;
}

/* SOFTWARES SECTION ENDS */

/* PORTFOLIO BEGINS */
/* PORTFOLIO ENDS */

/* TESTIMONIALS BEGINS */
#vector-art .testimonial-slider .owl-carousel {
    background-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.849), rgba(70, 57, 2, 0.774)),
        url('../images/vector-testimonials.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 7px;
    color: #fff;
}

#vector-art .item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#vector-art .item-img {
    max-width: 18%;
}

#vector-art .item-person {
    border-radius: 50%;
    padding: 1em 0 !important;

}

#vector-art .item-content h6 {
    font-size: 1.2rem !important;
}

#vector-art .item-content h6 strong,
#vector-art .color {
    font-weight: 700;
    color: rgb(0 105 184);
}

#vector-art .item-content p {
    font-size: 0.8rem;
    padding: 2em;
    text-align: center;
}

#vector-art .owl-theme .owl-dots .owl-dot.active span,
#vector-art .owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(0 105 184);
}

#vector-art .testimonial-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#vector-art .testimonials h4 {
    color: #000;
    border-bottom: 6px solid rgb(0 105 184);
    padding: 0 0.1em;
    display: inline-block;
    margin: 0.5em 0;
    text-align: center;
}

#vector-art .company {
    width: 18%;
}

/* TESTIMONIALS ENDS */


/* PRICING BEGINS */
#vector-art .pricing-content h1 {
    display: inline-block;
    border-bottom: 6px solid rgb(0 105 184);
    padding: 0.2em 0.1em;
}

#vector-art .pricing-content p {
    padding: 1em 1.5em;
    max-width: 85%;
    text-align: start;
    margin: 1.5em auto;
}

#vector-art .pricing-chart {
    min-height: 690px !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}

#vector-art .top-styling1 {
    min-height: 155px !important;
    border-radius: 18px;
    box-shadow: rgba(0, 105, 184, 0.562) 0px 2px 10px;
}

#vector-art .top-styling1 h6,
#vector-art .top-styling2 h6,
#vector-art .top-styling3 h6 {
    color: #000;
    padding: 0.2em 0;
    line-height: 1.5em;
    font-size: 0.9rem !important;
    min-height: 45px;
}

#vector-art .top-styling1 p,
#vector-art .top-styling2 p,
#vector-art .top-styling3 p {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
}

#vector-art .top-styling2 {
    min-height: 155px !important;
    border-radius: 18px;
    box-shadow: rgba(0, 105, 184, 0.562) 0px 2px 10px;
}

#vector-art .top-styling3 {
    min-height: 155px !important;
    border-radius: 18px;
    box-shadow: rgba(0, 105, 184, 0.562) 0px 2px 10px;
}

#vector-art .pricing-chart-img {
    min-height: 300px;
}

#vector-art .pricing-chart-content h6 {
    font-size: 1rem;
    font-weight: 700;
}

#vector-art .pricing-chart-content p {
    font-size: 0.7rem;
    color: rgb(139, 139, 139);
}

#vector-art .price-ul {
    min-height: 270px;
}


#vector-art .pricing-chart-content ul li {
    font-size: 0.9rem;
}

#vector-art .pricing-chart-content ul li svg {
    font-size: 0.6rem;
    padding: 0.2em;
}

/* PRICING ENDS */

/* THREE CARDS BEGINS */
#vector-art .pricing-details {
    min-height: 450px;
    background-color: rgb(0 105 184);
    border-radius: 10px;
    padding: 1em;
    color: #fff;
}

#vector-art .pricing-details-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#vector-art .pricing-details-content svg {
    font-size: 3rem;
}



#vector-art .pricing-details-content h6 {
    min-height: 60px;
    font-weight: 700;
    text-align: center;
}

#vector-art .pricing-details-content li {
    font-size: 0.7rem;
    list-style: decimal;
    padding: 0.5em;
    margin: 0.2em 0;
}

#vector-art .buttons {
    width: 100%;
    display: flex;
    justify-content: center;
}

#vector-art .buttons .btn-theme {
    border-radius: 50px;
    padding: 0.8em 1.5em;
}

/* THREE CARDS ENDS */

/* CONTACT US BEGINS */



/* CONTACT US ENDS */

/* MODAL BEGINS */
#vector-art .modal-body .check {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0.3em 0;
}

#vector-art .modal-body .check input {
    width: 4%;
}

#vector-art .modal input,
#vector-art .modal label {
    color: #000;
    font-weight: 300;
    margin: 0.3em;
}

/* MODAL ENDS */

/* CONTACT ICONS BEGINS */
#vector-art .contact-right {
    height: 100%;
}

#vector-art .phone,
#vector-art .emails,
#vector-art .address {
    display: flex;
    align-items: center;
}

#vector-art .contact-icons svg {
    color: rgb(0 105 184);
    font-size: 2rem;
    margin: 0 0.5em;
}

#vector-art .contact-icons p,
a {
    color: #000;
}

/* CONTACT ICONS ENDS */

/* FAQS BEGINS */
#vector-art .faq-heading {
    display: flex;
    justify-content: center;
}

#vector-art .faq-heading h1 {
    border-bottom: 6px solid #000;
    display: inline-block;
    margin: 0.7em 0;
    background-color: rgb(0 105 184);
    color: #fff;
    padding: 0.15em;
    margin-top: 2em;
}

#vector-art .accordion-item {
    margin: 1em 0;
    border-radius: 10px !important;
    border: none;
    border-bottom: 1px solid #000;
}

#vector-art .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

#vector-art .accordion-button:focus {
    box-shadow: none;
    border: none;
}

#vector-art .accordion-button:not(.collapsed) {
    background-color: rgb(0 105 184);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    border: none;
    color: #fff;
}

/* FAQS ENDS */

/* FOOTER BEGINS */
#vector-art .footer {
    background-color: #000;
    color: rgb(0 105 184);
}

#vector-art .footer a {
    color: #fff;
}

#vector-art .footer h6 {
    font-size: 1.1rem;
    margin: 1em 0;
}

#vector-art .links a {
    color: rgb(0 105 184) !important;
    display: block;
    font-size: 0.8rem;
}

#vector-art .map iframe {
    width: 100%;
    padding: 1em;
}

#vector-art .footer .contact a {
    font-size: 0.8rem;
}

/* #vector-art .footer .follow{
    display: flex;
    flex-direction: column;
    align-items: center;
} */
#vector-art .footer .follow svg {
    font-size: 20px;
    margin: 0.2em 0;
    color: rgb(0 105 184);
}

#vector-art .footer-end {
    background-color: rgb(0, 0, 0);
}

#vector-art .footer-end-content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

#vector-art .footer-end-content img {
    width: 110px;
}

.footer-end-content p {
    color: #fff;
    font-size: 15px;
    margin: 0 0.7em;
}

/* FOOTER ENDS */
/* ---------------------------------- VECTOR ART PAGE STYLINGS END------------------------------------------- */


/* --------------------------------------CONTACT US PAGES BEGINS-------------------------------------------------- */
.contact-us-section {
    background-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.849), rgba(45, 37, 1, 0.774)),
        url('../images/contact-us-page.jpg');
    background-size: cover;
    background-position: center;
    height: 90vh;
}

.contact-us-page {
    height: 90vh;
    display: grid;
    place-items: center;
}

.contact-us-page h1 {
    font-size: 4rem !important;
    color: rgb(0 105 184);
    border-bottom: 6px solid #fff;
}

/* --------------------------------------CONTACT US PAGES ENDS-------------------------------------------------- */

/* --------------------------------------FAQS PAGE BEGINS-------------------------------------------------- */
.faqs-banner {
    background-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.849), rgba(45, 37, 1, 0.774)),
        url('../images/faqs-section.jpg');
    background-size: cover;
    background-position: center;
    height: 90vh;
}

.faqs-banner-content {
    height: 90vh;
    display: grid;
    place-items: center;
}

.faqs-banner-content h1 {
    display: inline-block;
    font-size: 4rem !important;
    color: rgb(0 105 184);
    border-bottom: 6px solid #fff;
}

/* --------------------------------------FAQS PAGE ENDS-------------------------------------------------- */

/* --------------------------------------RESPONSIVENESS BEGINS---------------------------------------- */


/* --------------------------------------SCREEN SIZE AT 992px---------------------------------------- */

@media screen and (max-width:992px) {
    .submenu-link {
        font-size: 13px !important;
    }

    .custom-nav {
        top: 72px !important;
    }

    .mySwiper .swiper-slide {
        width: 100% !important;
    }

    #portfolio .overlay-content {
        width: 90%;
        left: 5%;
    }

    #portfolio .overlay-content .card2 h6 {
        display: none !important;
    }

    .card2 h6 {
        font-size: 20px;
    }

    #portfolio .overlay .closebtn {
        top: 10%;
        right: 20px;
        font-size: 35px;
    }

    #expandedImg {
        height: auto;
        max-height: 250px;
    }

    .jump_to {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #efefef;
    }

    .separate-img {
        flex-direction: column;
        width: 100%;

    }

    .separate-img img {
        margin: 20px 0 !important;
    }

    .jump_down {
        display: none;
    }

    .banner-h5-text {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 35px;
        text-align: start;
    }

    .listbanner,
    .bannerbtn {
        text-align: start;
        margin-top: 20px !important;
    }

    /*.slide1,.slide2{*/
    /*    height:auto; */
    /*}*/
    .home-banner-slides .owl-prev,
    .home-banner-slides .owl-next {
        top: 85%;
        font-size: 18px;
    }

    .home-banner-slides .owl-prev {
        left: 38%;
    }

    .home-banner-slides .owl-next {
        right: 38%;
    }

    .bannermainimage {
        display: none;
    }

    .menu-link {
        border-radius: 0 !important;
    }

    .testimonials-text .client-name {
        flex-direction: column;
        margin-top: 20px;
    }

    .company-img {
        margin-top: 15px;
    }

    .footerlogo {
        width: 40% !important;
    }

    h1,
    h2 {
        font-size: 2.5rem !important;
        line-height: 1.5 !important;
    }

    p {
        font-size: 0.9rem !important;
    }

    /* NAVBAR BEGINS */
    .nav-item a.nav-link {
        font-size: 12px !important;
        font-weight: 700;
        padding: 0.6em 0.6em !important;
    }

    .dropdown-item {
        font-size: 12px;
    }

    .dropdown-menu {
        min-width: 60% !important;
    }

    .navbar-brand img {
        width: 95px;
    }

    .navbar-brand {
        margin: 0;
    }

    .navbar-nav li {
        margin: 0;
    }

    .navbar-collapse form input {
        font-size: 13px;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding: 0 0.4em !important;
    }

    /*.custom-nav{*/
    /*    display: none;*/
    /*}*/
}

#vector-art .navbar-nav li {
    margin: 0 !important;
}

/* NAVBAR ENDS */

/* BANNER BEGINS */
.home-banner-slides h1 {
    font-size: 2.5rem;
}

.home-banner-slides p {
    font-size: 0.9rem;
}

/* BANNER ENDS */

/* HOME SLIDER BEGINS */
.home-slider h1 {
    font-size: 2.5rem;
}

.home-slider .item-content h6 {
    font-size: 1rem !important;
}

.home-slider .item-content p {
    font-size: 0.6rem;
}

.home-slider .item-content .item-img {
    max-width: 30% !important;
}


/* HOME SLIDER ENDS */

/* SOFTWARES BEGINS */
.software-content h1 {
    font-size: 2.5rem;
}

.software-img {
    padding: 3.5em;
}

/* SOFTWARES ENDS */

/* -------------------DIGITIZING PAGE BEGINS --------------------- */
.why-us-head h6 {
    font-size: 1.5rem !important;
}

.why-p {
    font-size: 0.7rem !important;
    padding: 0.4em;
}

.owl-manager .owl-prev,
.vector-type-carousel .owl-prev {
    left: -66px;
    margin-top: -0.3em !important;
}

.owl-manager .owl-next,
.vector-type-carousel .owl-next {
    right: -66px;
    margin-top: -0.3em !important;
}

.placement-product h6 {
    font-size: 1.3rem !important;
}

/* -------------------DIGITIZING PAGE ENDS --------------------- */

/* TESTIMONIALS BEGINS */
.author-name h6,
.company-details h6 {
    font-size: 1rem !important;
}

.client-review p {
    font-size: 0.7rem !important;
}

.testimonials-carousel {
    padding: 20px;
}

/* TESTIMONIALS ENDS */

/* TOP BAR BEGINS */

/* iPhone SE (2nd/3rd gen) */
@media only screen 
  and (device-width: 375px) 
  and (device-height: 667px) 
  and (-webkit-device-pixel-ratio: 2) {
  
    .slide1,
    .slide2 {
        height: 125vh !important;
    }

    .home-banner .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        margin-top: 1rem;
    }
}

/* iPhone XR / 11 / 12 / 12 Pro / 13 Pro Max / 14 Plus (specific XR sizes) */
@media only screen 
  and (device-width: 414px) 
  and (device-height: 896px) 
  and (-webkit-device-pixel-ratio: 2) {

    .slide1,
    .slide2 {
        height: 99vh !important;
    }

    .home-banner .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        margin-top: 1rem;
    }
}

/* iPhone 12 / 12 Pro */
@media only screen 
  and (device-width: 390px) 
  and (device-height: 844px) 
  and (-webkit-device-pixel-ratio: 3) {

    .slide1,
    .slide2 {
        height: 99vh !important;
    }

    .home-banner .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        margin-top: 1rem;
    }
}
/* --------------------------------------SCREEN SIZE AT 992px---------------------------------------- */


/* --------------------------------------SCREEN SIZE AT 768px BEGINS ---------------------------------------- */
@media screen and (max-width:768px) {
    h1 {
        font-size: 2.2rem !important;
    }

    /* HOME SLIDER BEGINS */
    .home-slider h1 {
        font-size: 2.2rem !important;
    }

    .home-slider .item-content h6 {
        font-size: 0.9rem !important;
    }

    .home-banner-slides p {
        font-size: 0.8rem;
    }
    .slide1,
    .slide2 {
        height: 85vh;
    }
       .home-banner .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    margin-top: 5rem;
}
    .slide1 h1,
    .slide2 h1 {
        margin: 0.5em 0;
    }

    .slide1 p,
    .slide2 p {
        width: 85%;
        margin: auto;
    }

    /* HOME SLIDER ENDS */

    /* SOFTWARES BEGINS */
    .software-content h1 {
        font-size: 2.2rem;
    }


    .software-img {
        padding: 3em;
        width: 60%;
        margin: auto;
    }

    .intro-content,
    .aboutus-content,
    .testi-content {
        text-align: center;
    }

    /* TESTIMONIALS BEGINS */
    .client-icons,
    .author-name {
        margin-top: 1em;
    }

    .client-review p {
        font-size: 0.6rem !important;
    }

    /* TESTIMONIALS ENDS */
    .contact-us-page h1,
    .faqs-banner-content h1 {
        font-size: 3rem !important;
    }

    .contact-content h3 {
        font-size: 1.8rem !important;
    }
    

}


/* --------------------------------------SCREEN SIZE AT 768px ENDS---------------------------------------- */


/* --------------------------------------SCREEN SIZE AT 576px BEGINS---------------------------------------- */
@media screen and (max-width:576px) {
    h1 {
        font-size: 2rem !important;
    }

    h3 {
        font-size: 1.8rem !important;
    }

    h4 {
        font-size: 1.6rem !important;
    }

    h6 {
        font-size: 0.8rem !important;
    }

    p {
        font-size: 0.7rem !important;
    }

    /* -------------------DIGITIZING PAGE BEGINS --------------------- */

    .why-p {
        padding: 0.4em;
    }

    .owl-manager .owl-prev,
    .owl-manager .owl-next {
        top: 92%;
    }

    .vector-type-carousel .owl-prev,
    .vector-type-carousel .owl-next,
    #vector-art .printing-method-carousel .owl-prev,
    #vector-art .printing-method-carousel .owl-next {
        top: 92%;
    }

    #vector-art .printing-method-carousel .owl-prev,
    #vector-art .printing-method-carousel .owl-next {
        top: 99%;
    }


    .owl-manager p {
        margin-bottom: 4.5em !important;
    }

    .owl-manager .owl-prev {
        left: 31%;
    }

    .stitch-styles .owl-prev{
        left: 51px !important;
        top: 95%;
    }
    .stitch-styles .owl-next {
        right: 64px !important;
        top: 95%;
    }
    .vector-types .owl-prev{
        left: 51px !important;
        top: auto;
    }
    .vector-types .owl-next {
        right: 64px !important;
        top: auto;
    }
    .stitch-styles .owl-theme .owl-dots{
        display: none !important;
    }
    .owl-manager .owl-next {
        right: 31%;
    }

    .vector-type-carousel .owl-prev {
        left: 31%;
    }

    .vector-type-carousel .owl-next {
        right: 31%;
    }

    #vector-art .printing-method-carousel .owl-prev {
        left: 31%;
    }

    #vector-art .printing-method-carousel .owl-next {
        right: 31%;
    }

    .placement h1,
    .testimonials h1 {
        line-height: 1.5;
    }

    .intro-content,
    .aboutus-content,
    .testi-content {
        text-align: center;
    }

    .inputs .icon {
        width: 15px !important;
        height: 15px !important;
        padding: 0.3em !important;
    }

    input,
    label {
        font-size: 0.6em !important;
    }

    .contact-icons p,
    .contact-icons a {
        font-size: 0.7rem !important;
        font-weight: 700;
    }

    input[type='radio'] {
        margin: 0 -1em !important;
    }

    /* -------------------DIGITIZING PAGE ENDS --------------------- */
    #vector-art .what-is-it h6,
    #vector-art .pros h6,
    #vector-art .cons h6,
    #vector-art .tools h6 {
        font-size: 1.1rem !important;
        font-weight: 700;
    }

    #vector-art .seperate-heading h2 {
        font-size: 2.2rem !important;
    }

    #vector-art .what-is-it li,
    #vector-art .pros li,
    #vector-art .cons li,
    #vector-art .tools li {
        font-size: 0.7rem !important;
    }

    #vector-art .type-img {
        margin-bottom: 3em !important;
    }

    #vector-art .printing-method-carousel p {
        margin-bottom: 3em !important;
    }

    .client-icons,
    .author-name {
        margin-top: 2em;
    }

    .testimonials-carousel {
        padding: 10px;
    }

    .client-review p {
        font-size: 0.8rem !important;
    }

    .testi-content h1 {
        font-size: 1.8rem !important;
    }

    .contact-us-page h1,
    .faqs-banner-content h1 {
        font-size: 1.9rem !important;
    }
}

/* --------------------------------------SCREEN SIZE AT 576px ENDS---------------------------------------- */


/* --------------------------------------SCREEN SIZE AT 400px BEGINS---------------------------------------- */
@media screen and (max-width:400px) {

    .contact-icons p,
    .contact-icons a {
        font-size: 0.5rem !important;
        font-weight: 700;
    }

    .client-review p {
        font-size: 0.6rem !important;
    }

    .author-name h6,
    .company-details h6 {
        font-size: 0.8rem !important;
    }

    .client-icons,
    .author-name {
        margin-top: 3em;
    }

    .testimonials .testi-content h1 {
        font-size: 1.5rem !important;
    }

    .contact-content h3 {
        font-size: 1.2rem !important;
    }
}


/* --------------------------------------SCREEN SIZE AT 400px ENDS---------------------------------------- */


/* --------------------------------------RESPONSIVENESS ENDS---------------------------------------- */

/* custom nav begins */

.custom-nav {
    position: fixed;
    top: 106px;
    background-color: #eef0f1;
    border-radius: 0 0 20px 20px;
    width: 100%;
    z-index: 10;
}

.custom-nav .container {
    margin: 0 auto;
    text-align: center;
}

.custom-nav .container ul li {
    display: inline-block;
    border-radius: 5px;
}

.custom-nav .container ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 14px;
    color: black;
    font-size: 0.8rem !important;
    font-weight: 700;
}

.custom-nav .container ul li.active {
    /*background-color: rgb(0 105 184) !important;*/
    border-radius: 30px;
    transition: 0.3s;
}

:is(#vector-art .custom-nav, .custom-nav) nav .container ul li.active a {
    color: #ffffff !important;
}

/* custom nav ends */
#portfolio .swiper-button-next,
.swiper-button-prev {
    color: #520f1c !important;
    height: 30px !important;
    font-weight: bolder;

}

.swiper-button-next,
.swiper-button-prev {
    height: 30px !important;
    font-weight: bolder;
    right: 0px !important;
}

.swiper {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

@media screen and (max-width:992px) {

    /*RESPONSIVE FIXES BEGIN */
    :is(.software-content, .printing-head) h1 {
        font-size: 27px !important;
    }

    #portfolio .swiper-button-next,
    #portfolio .swiper-button-prev {
        top: 80% !important;

    }

    #portfolio .swiper-button-next:after,
    #portfolio .swiper-button-prev:after {
        font-size: 20px !important;
    }

    .spot-color h4 {
        font-size: 22px !important;
        margin: 20px 0;
        letter-spacing: 1px;
    }

    /*RESPONSIVE FIXES END */
    .custom-nav {
        border-radius: 0;
        background: #fff;
    }

    .custom-nav .container ul li {
        display: block;
    }

    .loinbanner {
        background-image: url('images/bannermain.png') !important;
        background-size: cover;
        background-position: center;
    }
}

/* travelideas BEGIN */
.travelideas {
    padding: 80px 0;
    margin-top: 100px;
}

.travelideas .owl-theme .owl-dots .owl-dot.active span {
    background: rgb(0 105 184);
}

.travelideas .owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(0 105 184);
}

.travelideas .owl-theme .owl-dots {
    display: inline-block;
}

.travel_content h3,
.blog_multiple_content h3 {
    line-height: 50px;
    padding: 20px 0;
}

.travelideas form {
    padding-top: 40px;
}

.travelideas form input {
    padding: 20px;
    outline: 0;
    border: 0;
}

.travelideas form input[type="text"] {
    background: #fff;
    display: inline-block;
    width: 78%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%), 0 6px 20px 0 rgb(0 0 0 / 14%);
    border-radius: 5px 0 0 5px;
}

.travelideas form input[type="submit"] {
    display: inline-block;
    width: 20%;
    margin-left: -6px;
    background: rgb(0 105 184);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%), 0 6px 20px 0 rgb(0 0 0 / 14%);
    color: #fff;
    border-radius: 0 5px 5px 0;
}

.blog_img_one {
    display: grid;
    place-content: center;
    height: 100%;
    justify-content: end;
}

.blogs_multiple_section {
    padding: 30px 0;
}

.blogs_multiple_section .row {
    border-top: 2px solid #E2DFDF;
    padding: 80px 0;
}

.blog_multiple_content {
    display: grid;
    place-content: center;
    height: 100%;
}

.blog_multiple_content p a {
    color: rgb(0 105 184);
    font-weight: bold;
}

.blog_multiple_content p {
    line-height: 28px;
}

.blogs_multiple_section .theme_btn {
    padding-top: 30px;
    border-top: 2px solid #efefef;
    margin-top: 80px;
    justify-content: center;
}

.latest_posts {
    padding: 0 0 30px 0;
}

.latest_posts .blog_multiple_content {
    padding-bottom: 20px;
}

.post_card_content {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
}

.post_card_content ul {
    justify-content: space-between;
    display: flex;
    padding-top: 20px;
}

.post_card_content ul li {
    display: inline-block;
}

.post_card_content ul li a {
    color: #000;
    font-weight: normal;
}

.post_card_content ul li a svg {
    margin-right: 10px;
}

.post_card_content h4 {
    padding: 20px 0;
}

.post_card_content a {
    font-weight: bold;
    color: rgb(0 105 184);
}

.subscribe_section {
    color: #fff;
    padding: 80px 0;
    text-align: center;
    background: #383941;
    margin: 50px 0;
}

.subscribe_section .travelideas {
    padding: 10px 0;
}

.palatial_banner {
    height: 100vh;
    display: grid;
    place-content: center;
    background: linear-gradient(to bottom, rgb(18 41 40 / 60%), rgb(0 0 0 / 57%)), url(../images/blog_head_banner.jpg)no-repeat center bottom;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.palatial_content {
    padding: 80px 0;
}

.palatial_content h4 {
    padding-bottom: 30px;
}

.palatial_content p {
    line-height: 28px;
}

.palatial_content img {
    margin: 20px 0;
    border-radius: 5px;
}

.travelideas form input[type="text"]::placeholder {
    transform-origin: left;
    transform: scale(1.2);
    transition: 0.6s ease;
}

.travelideas form input[type="text"]:focus::placeholder {
    transform: scale(1.0);
}

/* travelideas END */

.about-image {
    max-width: 480px;
    height: 520px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
}

.about-image img {
   width: 475px;
    height: 570px;
    /* IMPORTANT */
    object-fit: none;
    /* Keeps it proportional */
    display: block;
}

/* BLOG BEGIN */
.blog_banner {
    background: linear-gradient(to bottom, rgb(12 20 20 / 41%), rgb(0 0 0 / 59%)), url(../images/pexels-photo.jpg)no-repeat center;
    height: 80vh;
    display: grid;
    place-content: center;
    text-align: center;
    background-size: cover;
    color: #fff;
}

.blog_section_one {
    padding: 80px 0;
}

.blog_content_one img {
    padding: 30px 0;
}

.blog_content_one h2 {
    font-size: 35px;
}

.blog_content_one h5 {
    font-size: 24px;
    padding: 10px 0 30px 0;
}

.blog_content_one p {
    line-height: 28px;
}

.blog_content_one ul {
    padding: 20px;
}

.blog_content_one ul li {
    list-style-type: inherit;
    padding-bottom: 10px;
}

.our_bio_img {
    display: inline-block;
    width: 50%;
    margin: auto;
}

.our_bio_img img {
    border-radius: 50%;
}

.our_bio {
    text-align: center;
    padding: 30px;
}

.our_bio h5 {
    padding: 10px 0;
}

.our_bio p {
    line-height: 25px;
}

.our_bio ul a svg {
    font-size: 40px;
}

.our_bio ul {
    padding-top: 20px;
}

.our_bio ul a {
    display: inline-block;
    margin-left: 10px;
}

.our_bio .port_contact input {
    width: 100%;
}

.our_bio .port_contact input[type="submit"] {
    width: 100%;
    padding: 10px 30px;
}

.our_bio .port_contact {
    padding: 20px;
    border: 2px solid #efefef;
    border-radius: 5px;
}

.our_bio .port_contact h1 {
    font-size: 30px;
}

.popular_post {
    padding: 20px 0;
}

.popular_post h5 {
    padding: 30px 0 10px 0;
    border-bottom: 2px solid #efefef;
    margin-bottom: 30px;
}

.popular_post a {
    color: #000;
}

.popular_post h6 {
    font-size: 14px;
}

.popular_blog {
    padding-bottom: 20px;
    text-align: left;
}

/* BLOG END */
.submenu-link:hover {
    color: #000 !important;
}

.files-box {
    padding: 10px;
    background-color: #fff;
    overflow-y: scroll;
    height: 100px;
    text-align: center;
}

.files-box div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e2dddd;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;
    cursor: pointer;
}

.files-box div h6 {
    font-size: 13px
}

.files-box div i {
    font-size: 13px
}
#seperation .owl-prev,
#seperation .owl-next {
    display: none !important;
}
.stitch-styles .owl-prev{
    left: -81px ;
}
.stitch-styles .owl-next {
    right: -96px ;
}