@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mooli&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,500;0,600;0,700;0,800;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    overflow-x: hidden;
}

@font-face {
    font-family: "Noka_b";
    src: url("../fonts/noka-font/NokaTrial-Black.otf");
}

@font-face {
    font-family: "Noka_b2";
    src: url("../fonts/noka-font/NokaTrial-Bold.otf");
}

@font-face {
    font-family: "Noka_b3";
    src: url("../fonts/noka-font/NokaTrial-Hairline.otf");
}

@font-face {
    font-family: "Noka_b4";
    src: url("../fonts/noka-font/NokaTrial-Light.otf");
}

@font-face {
    font-family: "Noka_b5";
    src: url("../fonts/noka-font/NokaTrial-Medium.otf");
}

@font-face {
    font-family: "Noka_b6";
    src: url("../fonts/noka-font/NokaTrial-Semibold.otf");
}

/********************* loader styles start *********************/

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}

.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #fff;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}

.overlay .overlayDoor:before {
    left: 0;
}

.overlay .overlayDoor:after {
    right: 0;
}

.overlay.loaded .overlayDoor:before {
    left: -50%;
}

.overlay.loaded .overlayDoor:after {
    right: -50%;
}

.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}

.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.loader {
    width: 128px;
    height: 128px;
    border: 3px solid #d08b3b;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid #ebb74a;
    border-radius: 50%;
    animation: spinInner 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

/********************* loader styles close *********************/

/* font-family: 'Unbounded',sans-serif; */
.banner_q_arts {
    height: 100vh;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    position: relative;
    background: url(https://c.wallhere.com/photos/2a/d0/6000x4000_px_Abstract_Art_Acrylic_Paint_HD_Asbtract_Wallpaper_HD_Blue_Wallpapers_Splash-2238984.jpg!d);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 66%;
    flex-direction: column;
}
.banner_q_arts::before {
    content: '';
    position: absolute;
    top:0;
    right:0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.banner_q_arts .bg-video {
    position: absolute;
    top:0;
    right:0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.banner_q_arts h5 {
    font-size: 11rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #302727;
    letter-spacing: 9px;
    text-shadow: 0 1px 0 hsl(174, 5%, 80%),
        0 2px 0 hsl(174, 5%, 75%),
        0 3px 0 hsl(174, 5%, 70%),
        0 4px 0 hsl(174, 5%, 66%),
        0 5px 0 hsl(174, 5%, 64%),
        0 6px 0 hsl(174, 5%, 62%),
        0 7px 0 hsl(174, 5%, 61%),
        0 8px 0 hsl(174, 5%, 60%),

        0 0 5px rgba(0, 0, 0, .05),
        0 1px 3px rgba(0, 0, 0, .2),
        0 3px 5px rgba(0, 0, 0, .2),
        0 5px 10px rgba(0, 0, 0, .2),
        0 10px 10px rgba(0, 0, 0, .2),
        0 20px 20px rgba(0, 0, 0, .3);
    font-family: 'Karla', sans-serif;
}

.banner_q_arts h4 {
    display: block;
    text-transform: uppercase;
    font-size: 49px;
    background-image: linear-gradient(to right, #f59d39, #cf8a43);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    width: 54%;
    margin: 0 auto;
    text-align: center;
    /* text-shadow: -5px 4px 0px #3b3232; */
    font-weight: 900;
    font-family: 'Montserrat';
    line-height: 89px;
    letter-spacing: 0;
    /* color: #f9a90b; */
}

.banner_q_arts img {
    width: 45%;
    margin: 0 7rem 1rem;
}

canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    /* top: 0; */
    z-index: 1;
    /* background-color: #000; */
}

.about_area {
    /*background: radial-gradient(at right top, #1EA6FF, #FEC714);*/
        position: relative;
    background: url(https://c.wallhere.com/photos/2a/d0/6000x4000_px_Abstract_Art_Acrylic_Paint_HD_Asbtract_Wallpaper_HD_Blue_Wallpapers_Splash-2238984.jpg!d);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 600px 50%;

}

.about_area h3 {
    font-size: 70px;
    text-transform: uppercase !important;
    font-weight: 700;
}

.team_area {
    padding: 8rem 0 4rem;
}

.team_area h2 {
    font-size: 65px;
    text-transform: uppercase !IMPORTANT;
}

.team_area h4 {}

.team_area p {}

.blog_area {
    padding: 4rem 0;
    /*background: radial-gradient(at right top, #1EA6FF, #FEC714);*/
        background: url(https://c.wallhere.com/photos/2a/d0/6000x4000_px_Abstract_Art_Acrylic_Paint_HD_Asbtract_Wallpaper_HD_Blue_Wallpapers_Splash-2238984.jpg!d);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.blog_area h2 {
    font-size: 58px;
    text-transform: uppercase !IMPORTANT;
    line-height: 76px;
}

.contact_area {}

section.contact_area {
    /*background: radial-gradient(at right top, #1EA6FF, #FEC714);*/
    background: url(https://c.wallhere.com/photos/2a/d0/6000x4000_px_Abstract_Art_Acrylic_Paint_HD_Asbtract_Wallpaper_HD_Blue_Wallpapers_Splash-2238984.jpg!d);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.contact_area h2 {
    font-size: 31px;
    text-transform: uppercase !important;
    margin: 39px 0 0;
}

.contact_area p {}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #211a1a;
    border: 1px solid #fff;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.our-testimonial {
    padding: 8rem 0 8rem;
    background: #9e9e9e00;
}

.our-testimonial .container::before {
    content: "";
    background: url(../img/services/qoute.webp) no-repeat;
    max-width: 380px;
    width: 100%;
    height: 371px;
    position: absolute;
    background-size: 100%;
    left: -200px;
    top: -60px;
    z-index: -1;
    background-position: bottom;
}

.our-testimonial .container {
    position: relative;
}

.our-testimonial .head_txt {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: 400;
}

.our-testimonial .head_txt h2 {
    color: #0b0b0b;
    font-size: 60px;
    /* font-family: 'Unbounded', sans-serif; */
    font-weight: 700;
    width: 48%;
    margin: 0 auto;
    text-transform: capitalize;
}

.our-testimonial .head_txt h2 span {}

.our-testimonial .head_txt p {
    font-family: 'Montserrat';
    margin: 18px 0;
    font-size: 17px;
    color: gray;
}

.our-testimonial .head_txt img {
    width: 376px;
    object-fit: cover;
}

.our-testimonial .info-test {
    padding: 30px;
    background: #ffffff0a;
    border-radius: 15px 15px 0 15px;
    box-shadow: 0 5px 15px #00000029;
    margin: 20px 15px;
    height: 263px;
    position: relative;
}

.our-testimonial .info-test::before {
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #c5c5c5;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: -1;
    border-radius: 15px 15px 0 15px;
}

.our-testimonial .info-test p {
    font-weight: 500;
    color: #545454;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 22px;
    /* font-family: 'Montserrat'; */
}

.our-testimonial .info-test h4 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 0;
    /* font-family: 'Unbounded', sans-serif; */
}

.our-testimonial .owl-carousel .owl-item img {
    display: inline-block;
    max-width: 100%;
}

.our-testimonial .info-test span.qoute {
    position: absolute;
    top: 10px;
    left: -16px;
}

.about_qarts {
    padding: 7rem 2rem;
    
/*
* Created with https: //www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=59dfbc&c2=7faaee&gt=l&gd=dtl
*/
    
    
/*
* Created with https: //www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=59df5f&c2=e5ee7f&gt=l&gd=dtl
*/
    
    
/*
* Created with https: //www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=1a7fc2&c2=98ee7f&gt=l&gd=dtl
*/
/*
* Created with https: //www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=1a7fc2&c2=98ee7f&gt=r&gd=dtl
*/
/*
* Created with https: //www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=1a7fc2&c2=cdc80b&gt=r&gd=dtl
*/
/*
* Created with https: //www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=1ea6ff&c2=fec714&gt=r&gd=dtl
*/
    /*background: #1EA6FF;*/
    /*background: radial-gradient(at right top, #1EA6FF, #FEC714);*/
    
    position: relative;
    background: url(https://c.wallhere.com/photos/2a/d0/6000x4000_px_Abstract_Art_Acrylic_Paint_HD_Asbtract_Wallpaper_HD_Blue_Wallpapers_Splash-2238984.jpg!d);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 66%;

    
}

.about_qarts h4 {
    font-size: 64px;
    text-transform: capitalize;
    line-height: 92px;
}

.about_qarts h4 span {
    display: block;
    color: #00BCD4;
}

.about_qarts p {
    margin: auto;
    font-size: 23px;
    color: #000;
}

.about_qarts img {
    width: 100%;
    border-radius: 19px;
    box-shadow: 16px 17px 0 #415062;
    height: 650px;
    object-fit: cover;
}

.portfolio_heading {
    text-align: center;
    font-size: 59px;
    text-transform: uppercase;
    margin-top: 65px;
}

.portfolio_heading span {
    color: #FFC107;
}

.services_packages {
    padding: 3rem 0 0 0;
    background: #00bcd421;
}

.services_packages h2 {
    text-transform: capitalize !important;
}

.ft_links {
    display: flex;
    justify-content: center;
    list-style: none;
    background: radial-gradient(at right top, #1EA6FF, #FEC714);
    padding: 13px 0;
    border-radius: 49px;
    width: 71%;
    margin: 45px auto;
    border: 2px solid #f7f7f7;
}

.ft_links li {
    margin: 0 21px 0;
}

.ft_links li a {
    color: #1b1b1b;
    font-family: 'Montserrat';
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.ft_links li a:hover {
    color: #d7b146;
}

.services_cards {
    margin: 0 0 10px 0;
}

.services_cards .crd_1 {
    box-shadow: 1px 2px 11px #d3d1d17d;
    padding: 18px 17px;
    border-radius: 8px;
    border: 2px solid #30272738;
    margin: 0 0 44px 0;
    background: white;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

.services_cards .crd_1:hover {
    transform: scale(1.1);
}

.services_cards .crd_1 h4 {
    font-size: 19px;
    margin: 16px 0;
    line-height: 31px;
    width: 100%;
    text-transform: uppercase;
}

.services_cards .crd_1 img {
    border-radius: 5px;
    width: 500px;
    height: 250px;
    object-fit: cover;
}

.services_cards .crd_1 a {
    margin: 0 auto;
    display: block;
    padding: 20px 0;
    font-size: 18px;
}

.dropdown-toggle::after {
    border-top: 0.3em solid #f4c64f !important;
}

/*BEGIN RESPONSIVE*/

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
        .banner_q_arts h5 {
    font-size: 4rem;
    text-align: center;
}
.banner_q_arts h4 {
    font-size: 2rem;
    width: 100%;
    line-height: 53px;
}
.vlt-navbar .vlt-navbar-inner {
    padding: 12px 2rem 10px;
}
.banner_q_arts {
    height: 53vh;
}
a.nav-link.dropdown-toggle {

    font-size: 9px;
}
.about_qarts h4 {
    font-size: 32px;
    line-height: 54px;
}
.about_qarts img {
    height: 389px;
}
.vlt-is--lowercase-mode .vlt-services-box__title {
    font-size: 19px;
}
.about_area h3 {
    font-size: 35px;
}
.vlt-team-member__avatar img {
    height: 257px;
}
.vlt-team-member--style-1 .vlt-team-member__info h4 {
    font-size: 18px;
}
.our-testimonial .head_txt h2 {
    font-size: 41px;
    
}
.our-testimonial .info-test {
 
    height: 100%;
}
.vlt-footer-logo img {
    width: 337px;
}
footer.vlt-footer.vlt-footer--style-1.vlt-footer--fixed {
    padding: 5rem 0 13rem;
}
.ft_links li a {
    font-size: 14px;
}
.service_detail .row {
    padding: 5rem 3rem !IMPORTANT;
}
.gallery_images img {
    height: 106px;
}
.vlt-stretch-element-inside-column iframe {
    width: 100%;
}
.ft_links {
    width: 100%;
}
.blog_area h2 {
    font-size: 25px;
    line-height: 3px;
}
.vlt-post--style-also-like .vlt-post-content .vlt-post-header .vlt-post-title, .vlt-post--style-masonry .vlt-post-content .vlt-post-header .vlt-post-title {
    font-size: 20px;
}
.our-testimonial .head_txt p {
    font-size: 17px;
    width: 77%;
    margin: 37px auto;
}
.team_area h2 {
    font-size: 45px;
}
.vlt-marquee{
    display:none !important;
}
.portfolio_heading {
    font-size: 45px;
    margin-top: 16px;
}
.vlt-navbar .vlt-navbar-logo img {
    width: 98px;
}
.nav-tabs {
    justify-content: center;
}
.vlt-services-box {
    height: 450px !important;
    padding: 79px 33px 0;
}
.h1, h1 {
    font-size: 46px;
    line-height:1.30;
}
.services_cards .crd_1 img {
    height: 146px;
}
.vlt-btn {padding: 19px 36px;}
.vlt-comment-form--style-2 {
    padding-bottom: 9px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .banner_q_arts h5 {
    font-size: 6rem;
}
.banner_q_arts h4 {
    font-size: 42px;
    width: 96%;
}
.vlt-navbar .vlt-navbar-inner {
    padding: 12px 2rem 10px;
}
.banner_q_arts {
    /*height: 53vh;*/
}
a.nav-link.dropdown-toggle {

    font-size: 14px;
}
.about_qarts h4 {
    font-size: 48px;
    line-height: 73px;
}
.about_qarts img {
    height: 500px;
}
.vlt-is--lowercase-mode .vlt-services-box__title {
    font-size: 19px;
}
.about_area h3 {
    font-size: 49px;
}
.vlt-team-member__avatar img {
    height: 257px;
}
.vlt-team-member--style-1 .vlt-team-member__info h4 {
    font-size: 18px;
}
.our-testimonial .head_txt h2 {
    font-size: 41px;
    
}
.our-testimonial .info-test {
 
    height: 100%;
}
.vlt-footer-logo img {
    width: 337px;
}
footer.vlt-footer.vlt-footer--style-1.vlt-footer--fixed {
    padding: 5rem 0 13rem;
}
.ft_links li a {
    font-size: 14px;
}
.service_detail .row {
    padding: 5rem 3rem !IMPORTANT;
}
.gallery_images img {
    height: 117px;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
   .banner_q_arts h5 {
    font-size: 34px;
    text-align: center;
    letter-spacing: 3px;
    margin: 33px 0 15px 0;
}
.banner_q_arts h4 {
    font-size: 25px;
    width: 100%;
    line-height: 35px;
    letter-spacing: -1px;
}
.vlt-navbar .vlt-navbar-inner {
    padding: 12px 2rem 10px;
}
.banner_q_arts {
    height: 76vh;
}
a.nav-link.dropdown-toggle {

    font-size: 9px;
}
.about_qarts h4 {
    font-size: 27px;
    line-height: 41px;
}
.about_qarts img {
    height: 295px;
}
.vlt-is--lowercase-mode .vlt-services-box__title {
    font-size: 19px;
}
.about_area h3 {
    font-size: 35px;
}
.vlt-team-member__avatar img {
    height: 365px;
}
.vlt-team-member--style-1 .vlt-team-member__info h4 {
    font-size: 18px;
}
.our-testimonial .head_txt h2 {
    font-size: 28px;
    width: 100%;
}
.our-testimonial .info-test {
 
    height: 100%;
}
.vlt-footer-logo img {
    width: 163px;
    object-fit: cover;
}
footer.vlt-footer.vlt-footer--style-1.vlt-footer--fixed {
    padding: 2rem 0 2rem;
}
.ft_links li a {
    font-size: 14px;
    color: #fff;
}
.service_detail .row {
    padding: 5rem 1rem !IMPORTANT;
}
.gallery_images img {
    height: 144px;
}
.vlt-stretch-element-inside-column iframe {
    width: 100%;
    height: 200px;
}
.ft_links {
    width: 100%;
    display: block;
    background: transparent;
    border: none;
    margin: 0;
    padding: 20px 0 0 0;
}
.blog_area h2 {
    font-size: 25px;
    line-height: 3px;
}
.vlt-post--style-also-like .vlt-post-content .vlt-post-header .vlt-post-title, .vlt-post--style-masonry .vlt-post-content .vlt-post-header .vlt-post-title {
    font-size: 20px;
}
.our-testimonial .head_txt p {
    font-size: 17px;
    width: 77%;
    margin: 37px auto;
}
.team_area h2 {
    font-size: 29px;
}
.vlt-marquee{
    display:none !important;
}
.portfolio_heading {
    font-size: 30px;
    margin-top: 21px;
}
.vlt-navbar .vlt-navbar-logo img {
    width: 98px;
}
.nav-tabs {
    justify-content: center;
    display: none;
}
.vlt-services-box {
    height: 331px !important;
    padding: 59px 33px 0;
}
.h1, h1 {
    font-size: 46px;
    line-height:1.30;
}
.services_cards .crd_1 img {
    height: 241px;
}
.vlt-btn {padding: 19px 36px;}
.vlt-comment-form--style-2 {
    padding-bottom: 0;
}
.vlt-footer-copyright p {

    font-size: 12px;
}
.vlt-instagram-feed {
    display: none;
}

.gallery_images {
  
    height: auto;
}
.vlt-single-post {
    padding-bottom: 11px;
}
.our-testimonial {
    padding: 3rem 0 8rem;
}
.about_qarts {
    padding: 2rem 2rem;
    
}
.team_area {
    padding: 5rem 20px 1rem;
}
.owl-nav{
    display:none
}
.banner_q_arts img {
    width: 92%;
    margin: 0 1rem 1rem;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
            .banner_q_arts h5 {
    font-size: 34px;
    text-align: center;
    letter-spacing: 3px;
    margin: 33px 0 15px 0;
}
.banner_q_arts h4 {
    font-size: 25px;
    width: 100%;
    line-height: 35px;
    letter-spacing: -1px;
}
.vlt-navbar .vlt-navbar-inner {
    padding: 12px 2rem 10px;
}
.banner_q_arts {
    height: 76vh;
}
a.nav-link.dropdown-toggle {

    font-size: 9px;
}
.about_qarts h4 {
    font-size: 27px;
    line-height: 41px;
}
.about_qarts img {
    height: 295px;
}
.vlt-is--lowercase-mode .vlt-services-box__title {
    font-size: 32px;
}
.about_area h3 {
    font-size: 35px;
}
.vlt-team-member__avatar img {
    height: 365px;
}
.vlt-team-member--style-1 .vlt-team-member__info h4 {
    font-size: 18px;
}
.our-testimonial .head_txt h2 {
    font-size: 28px;
    width: 100%;
}
.our-testimonial .info-test {
 
    height: 100%;
}
.vlt-footer-logo img {
    width: 163px;
    object-fit: cover;
}
footer.vlt-footer.vlt-footer--style-1.vlt-footer--fixed {
    padding: 2rem 0 2rem;
}
.ft_links li a {
    font-size: 14px;
    color: #fff;
}
.service_detail .row {
    padding: 5rem 1rem !IMPORTANT;
}
.gallery_images img {
    height: 144px;
}
.vlt-stretch-element-inside-column iframe {
    width: 100%;
    height: 200px;
}
.ft_links {
    width: 100%;
    display: block;
    background: transparent;
    border: none;
    margin: 0;
    padding: 20px 0 0 0;
}
.blog_area h2 {
    font-size: 25px;
    line-height: 3px;
}
.vlt-post--style-also-like .vlt-post-content .vlt-post-header .vlt-post-title, .vlt-post--style-masonry .vlt-post-content .vlt-post-header .vlt-post-title {
    font-size: 20px;
}
.our-testimonial .head_txt p {
    font-size: 17px;
    width: 77%;
    margin: 37px auto;
}
.team_area h2 {
    font-size: 29px;
}
.vlt-marquee{
    display:none !important;
}
.portfolio_heading {
    font-size: 30px;
    margin-top: 21px;
}
.vlt-navbar .vlt-navbar-logo img {
    width: 98px;
}
.nav-tabs {
    justify-content: center;
    display: none;
}
.vlt-services-box {
    height: auto !important;
    padding: 32px 0;
}
.h1, h1 {
    font-size: 46px;
    line-height:1.30;
}
.services_cards .crd_1 img {
    height: 241px;
}
.vlt-btn {padding: 19px 36px;}
.vlt-comment-form--style-2 {
    padding-bottom: 0;
}
.vlt-footer-copyright p {

    font-size: 12px;
}
.vlt-instagram-feed {
    display: none;
}

.gallery_images {
  
    height: auto;
}
.vlt-single-post {
    padding-bottom: 11px;
}
.our-testimonial {
    padding: 3rem 0 8rem;
}
.about_qarts {
    padding: 2rem 2rem;
    
}
.team_area {
    padding: 5rem 20px 1rem;
}
.owl-nav{
    display:none
}
.banner_q_arts img {
    width: 92%;
    margin: 0 1rem 1rem;
}
.vlt-services-box__text {
    padding: 0 1rem;
}
}

