Server IP : 108.170.25.35 / Your IP : 18.219.25.226 Web Server : Apache/2 System : Linux gains.winzonesoftech.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64 User : valamburi ( 1607) PHP Version : 8.1.28 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/valamburi/domains/valamburiinteriors.com/private_html/gallery/ |
Upload File : |
/* Lezo HTML Template */ /************ TABLE OF CONTENTS *************** 1. Fonts 2. Reset 3. Global 4. Main Header / Style Two 5. Main Slider 6. Services Section 7. Fluid Section 8. Counter Section 9. Cases Section 10. Advisors Section 11. Clients Section 12. News Section 13. Testimonial Section 14. Graph Section 15. Subscribe Section 16. Main Footer 17. Info Section 18. About Section 19. Call To Action Section 20. What We Do Section 21. Working Section 22. Video Section 23. Projects Section 24. Page Title 25. Price Section 26. Carrers Section 27. Faq Section 28. Partners Section 29. Comming Soon Section 30. Services Single Section 31. Gallery Section 32. Gallery Grid Section 33. Gallery Fullwidth Section 34. Gallery Fullwidth Section Two 35. Gallery Single Section 36. Shop Items 37. Shop Single Section 38. Shoping Cart Section 39. Checkout Section 40. Login Section 41. Blog Section 42. Blog Left Sidebar Section 43. Blog Classic Section 44. Blog Single Section 45. Error Section 46. Contact Form 47. Map Section **********************************************/ @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i'); /*font-family: 'Poppins', sans-serif; font-family: 'Roboto', sans-serif;*/ @import url('font-awesome.css'); @import url('flaticon.css'); @import url('animate.css'); @import url('owl.css'); @import url('jquery-ui.css'); @import url('jquery.fancybox.min.css'); @import url('jquery.bootstrap-touchspin.css'); @import url('jquery.mCustomScrollbar.min.css'); /*** ==================================================================== Reset ==================================================================== ***/ * { margin:0px; padding:0px; border:none; outline:none; } /*** ==================================================================== Global Settings ==================================================================== ***/ .bordered-layout .page-wrapper{ padding:0px 50px 0px; } a{ text-decoration:none; cursor:pointer; color:#13b5ea; } button, a:hover,a:focus,a:visited{ text-decoration:none; outline:none !important; } input,button,select,textarea{ } textarea{ overflow:hidden; } p{ position:relative; line-height:1.8em; } .auto-container{ position:static; max-width:1200px; padding:0px 15px; margin:0 auto; } .medium-container{ max-width:850px; } .page-wrapper{ position:relative; margin:0 auto; width:100%; min-width:300px; } ul,li{ list-style:none; padding:0px; margin:0px; } img{ display:inline-block; max-width:100%; } .theme-btn{ display:inline-block; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; } .centered{ text-align:center; } /* Typography */ h1{ font-size:80px; } h2{ font-size:34px; } h3{ font-size:28px; } h4{ font-size:24px; } h5{ font-size:20px; } h6{ font-size:18px; } .gallery-section{ position: relative; padding: 61px 0px ; } .gallery-section .filters{ margin-bottom:50px; text-align:center; } .gallery-section .filters .filter-tabs{ position:relative; display:inline-block; } .gallery-section .filter-list{ padding:0px 15px; } .gallery-section .filters li{ position: relative; display: inline-block; border-radius: 50px; background: #fff; color: #222; padding:12px 18px 10px; cursor: pointer; font-size: 16px; font-weight: 500; margin-bottom:5px; text-transform: uppercase; transition: all 300ms ease; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; } .gallery-section .filters .filter.active, .gallery-section .filters .filter:hover{ color: #fff; background-color: #50ac6d ; border-radius: 26px; } .gallery-section .btn-box{ margin-top: 20px; } /* Gallery Block Three */ .gallery-block{ position:relative; margin-bottom: 30px; } .gallery-block .inner-box{ position:relative; width:100%; overflow:hidden; } .gallery-block .image-box{ position:relative; display:block; margin-bottom: 0px; } .gallery-block .image-box img{ position:relative; display:block; width:100%; } .gallery-block .overlay-box{ position:absolute; left:0px; top:0px; width:100%; height:100%; opacity:0; color:#ffffff; text-align:center; -webkit-transition:all 700ms ease; -ms-transition:all 700ms ease; -o-transition:all 700ms ease; transition:all 700ms ease; } .gallery-block .overlay-box:before{ position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; display: block; opacity: 0; visibility: hidden; transition: all 900ms ease; -moz-transition: all 900ms ease; -webkit-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; background:rgba(0,0,0,0.60); -moz-transform: rotateX(-180deg); -webkit-transform: rotateX(-180deg); -ms-transform: rotateX(-180deg); -o-transform: rotateX(-180deg); transform: rotateX(-180deg); } /***.bgd-dark { background:#222222 !important; }***/ .bgd-dark{ background: url(../img/icon/bg.jpg) !important; background-attachment:fixed !important; background-size:cover !important; position:relative; } .bgd-dark::before{ content:''; top:0; left:0; width:100%; height:100%; background:#222222d1 !important; position:absolute; } .gallery-block .inner-box:hover .overlay-box:before{ -moz-transform: rotateX(0deg); -webkit-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; visibility: visible; } .gallery-block .inner-box:hover .overlay-box{ opacity:1; } .gallery-block .inner-box .overlay-inner{ position:absolute; left:0px; top:0px; width:100%; height:100%; display:table; vertical-align:middle; padding:10px 0px; } .gallery-block .inner-box .overlay-inner .content{ position:relative; display:table-cell; vertical-align:middle; } .gallery-block .inner-box .overlay-inner .link{ position:relative; font-size:20px; color:#ffffff; width:50px; height:50px; line-height:52px; margin:0px 5px; display:inline-block; background-color:#50ac6d; transition:all 300ms ease; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; } .gallery-block .inner-box .overlay-inner .link .icon{ position:relative; } .gallery-block .overlay-inner .link:hover{ background-color:rgba(77, 0, 3, 0.62); } .bottom-parallax{ position: relative; /* height: 580px; opacity: 0; visibility: hidden; z-index: -999; */ } .bottom-parallax .main-footer{ /* position:fixed; */ position:relative; left:0px; bottom:0px; right:0px; /* height:580px; */ } .parallax-visible .bottom-parallax { opacity: 1; visibility: visible; z-index: 1; } .color-palate .options-btn-box li{ position: relative; color: #000000; padding:10px 15px; display: inline-block; background-color: #13b5ea; } /*Boxed Layout Style*/ .box-layout{ position: relative; box-shadow: 0px 0px 15px rgba(0,0,0,0.20); } .box-layout:before{ position:fixed; content: ''; left:0px; top: 0px; width: 100%; height:100%; display: block; background: url(../images/background/5.jpg) no-repeat; } .box-layout .page-wrapper{ max-width:1170px; width: 100%; margin: 0 auto; padding:15px; background-color: #ffffff; } .box-layout .header-style-two .nav-outer::before, .box-layout .header-style-two .nav-outer .side-curve{ display:none; } .option-box > li{ position: relative; color:#ffffff; width: 40%; margin:0px 3px; cursor: pointer; margin-bottom: 9px; padding:6px 12px; display: inline-block; background-color: #13b5ea; text-transform:uppercase; } /*Right To Left*/ .rtl .main-header.header-style-two .main-menu, .rtl .header-top .top-left, .rtl .main-header.header-style-two .header-upper .logo-box{ float: right; } .rtl .header-top .top-right, .rtl .main-header.header-style-two .outer-box, .rtl .main-header.header-style-two .header-upper .upper-right{ float: left; } .rtl .main-header .info-box:first-child{ margin-left:0px; } .rtl .main-header .header-lower .search-box-outer .dropdown-menu, .rtl .main-header .outer-box .option-box .cart-box .cart-panel{ left: 0px !important; } .rtl .services-section .title-box h2{ float:right; } .rtl .services-section .title-box .text{ float:left; text-align:right; } .rtl .main-slider .content, .rtl .main-menu .navigation > li > ul{ text-align: right; } .rtl .main-slider .content .text{ text-align:right; max-width:100%; padding-left:300px; } .rtl .main-menu .navigation > li > ul > li > ul{ right:100%; left: auto; } .rtl .main-menu .navigation > li > ul > li.dropdown > a:after{ display:none; } .box-layout .main-header .header-lower .auto-container{ padding:0px; } .rtl .services-section .title-column{ float:right; } .rtl .blog-cat-two li a span, .rtl .fluid-section-one .content-column, .rtl .services-section .text-column{ float:left; } .rtl .services-block .inner-box{ padding-left:0px; padding-right:22px; } .rtl .services-block .inner-box .content{ padding-right:60px; padding-left:20px; } .rtl .services-block .inner-box .icon-box{ right:0px; left:auto; } .rtl .fluid-section-one .image-column{ right:0px; left:auto; } .rtl .news-block .inner-box .image .category{ left:auto; right:20px; } .rtl .news-block .inner-box .lower-content{ text-align:right; } .rtl .news-block .inner-box .lower-content .post-date li, .rtl .news-block-three .inner-box .lower-content .post-date li, .rtl .news-block-two .inner-box .content-column .inner-column .post-date li{ padding-right:0px; margin-right:0px; margin-left:12px; padding-left:10px; } .rtl .bottom-parallax .main-footer, .rtl .subscribe-style-one h2, .rtl .subscribe-style-one .text, .rtl .testimonial-block .inner-box, .rtl .default-section .sec-title, .rtl .news-block-three .inner-box .lower-content{ text-align:right; } .rtl .testimonial-block .inner-box .author-info{ padding-left:0px; padding-right:98px; } .rtl .testimonial-block .inner-box .author-info .image{ right:0px; left:auto; } .rtl .single-vertical-carousel .next-btn, .rtl .single-vertical-carousel .prev-btn{ left:0px; right:auto; } .rtl .subscribe-style-one .form-group{ padding-right:0px; padding-left:180px; } .rtl .subscribe-style-one .form-group input[type="submit"], .rtl .subscribe-style-one .form-group button{ left:0px; right:auto; } .rtl .news-widget-block .inner{ padding-left:0px; padding-right:60px; } .rtl .news-widget-block .inner .icon, .rtl .info-section .info-column .inner-box .info-box .inner .icon, .rtl .main-footer .footer-info-section .info-block .inner .icon{ right:0px; left:auto; } .rtl .main-footer .footer-info-section .info-block .inner{ padding-left:0px; padding-right:40px; } .rtl .main-footer .footer-info-section .info-block:last-child .inner{ margin-right:30px; } .rtl .info-section .info-column .inner-box .info-box .inner{ padding-left:0px; padding-right:80px; text-align:right; } .rtl .call-to-action h3, .rtl .about-content-box, .rtl .company-section .text, .rtl .career-block .inner-box, .rtl .faq-section .sec-title, .rtl .faq-form-section, .rtl .testimonial-block-two .inner-box, .rtl .faq-page-section .sec-title, .rtl .company-section .sec-title, .rtl .accordion-box .block .content p, .rtl .career-section .title-column .inner-column, .rtl .about-section .content-column .inner-column, .rtl .faq-search-box .form-group input[type="text"], .rtl .faq-search-box .form-group input[type="search"], .rtl .faq-form input[type="text"], .rtl .donate-help-widget .inner-box, .rtl .faq-form input[type="email"], .rtl .faq-form input[type="password"], .rtl .faq-form select, .rtl .faq-form textarea, .rtl .partners-page-section .sec-title, .rtl .sidebar-widget .sidebar-title, .rtl .sidebar .popular-posts .post, .rtl .sidebar .list, .rtl .popular-tags, .rtl .shop-page .prod-tabs .tabs-content .tab p, .rtl .product-details .info-column, .rtl .shop-section .items-sorting .results-column h4, .rtl .case-single-section .lower-section, .rtl .services-single .inner-service .lower-content, .rtl .case-block .inner-box .overlay-inner .content, .rtl .case-single-section .upper-section .detail-column .inner-column h2, .rtl .case-single-section .upper-section .detail-column .detail-list li, .rtl .case-single-section .upper-section .detail-column .detail-list li span{ text-align:right; } .rtl .testimonial-block-two .inner-box .author-box .inner{ padding-left:0px; padding-right:90px; } .rtl .testimonial-block-two .inner-box .author-box .inner .image{ position:absolute; left:auto; right:0px; } .rtl .product-details .info-column .other-options .pull-left{ float:right; } .rtl .product-details .basic-details .item-quantity{ margin-right:0px; margin-left:20px; } .rtl .list-style-one li{ padding-left:0px; padding-right:30px; text-align:right; } .rtl .list-style-one li:before{ right:0px; left:auto; } .rtl .about-content-box h3{ max-width:100%; padding-right:80px; padding-left:0px; } .rtl .about-content-box h3 span{ top:-6px; right:0px; left:auto; } .rtl .awards .award-box .inner-box{ padding-left:0px; padding-right:90px; } .rtl .awards .award-box .inner-box .image, .rtl .sidebar-widget .sidebar-title h3:before{ right:0px; left:auto; } .rtl .faq-search-box .form-group button, .rtl .career-block .inner-box .block-number{ left:0px; right:auto; } .rtl .accordion-box .block .icon-outer, .rtl .partner-block .inner-box .icon-box{ right:0px; left:auto; } .rtl .accordion-box .block .acc-btn{ padding-left:0px; padding-right:80px; text-align:right; } .rtl .partner-block .inner-box{ text-align:right; padding-left:0px; padding-right:400px; } .rtl .comming-soon .emailed-form .form-group input[type="submit"], .rtl .comming-soon .emailed-form button{ right:auto; left:5px; } .rtl .comming-soon .emailed-form .form-group input[type="text"], .rtl .comming-soon .emailed-form .form-group input[type="tel"], .rtl .comming-soon .emailed-form .form-group input[type="email"], .rtl .comming-soon .emailed-form .form-group textarea{ padding-right:15px; padding-left:180px; } .rtl .services-block-two .inner-box .lower-box{ padding-right:100px; padding-left:20px; text-align:right; } .rtl .services-block-two .inner-box .lower-box .icon-box{ right:0px; top0px; left:auto; } .rtl .blog-cat{ border-left:none; text-align:right; border-right:3px solid #13b5ea; } .rtl .brochure-box .inner{ padding-left:0px; padding-right:45px; text-align:right; } .rtl .blog-cat-two li a:before, .rtl .brochure-box .inner .icon{ right:0px; left:auto; } .rtl .styled-form .form-group .adon-icon, .rtl .sidebar .search-box .form-group button{ left:10px; right:auto; } .rtl .sidebar .search-box .form-group input[type="text"], .rtl .sidebar .search-box .form-group input[type="search"]{ padding-left:40px; text-align:right; } .rtl .blog-cat-two li a{ text-align:right; padding-left: 0px; padding-right: 25px; } .rtl .shop-page .prod-tabs .reviews-container .review-box{ padding-left:0px; padding-right:120px; } .rtl .shop-page .prod-tabs .reviews-container .rev-thumb{ right:0px; left:auto; } .rtl .shop-page .prod-tabs .add-review{ text-align:right; } .rtl .shop-form .billing-inner, .rtl .billing-details .shop-form .sec-title, .rtl .shop-page .prod-tabs .add-review .form-group input[type="text"], .rtl .shop-page .prod-tabs .add-review .form-group input[type="password"], .rtl .shop-page .prod-tabs .add-review .form-group input[type="tel"], .rtl .shop-page .prod-tabs .add-review .form-group input[type="email"], .rtl .shop-page .prod-tabs .add-review .form-group select, .rtl .shop-page .prod-tabs .add-review .form-group textarea, .rtl .shop-form input[type="text"], .rtl .shop-form input[type="email"], .rtl .shop-form input[type="password"], .rtl .shop-form input[type="tel"], .rtl .shop-form input[type="number"], .rtl .shop-form input[type="url"], .rtl .shop-order-box .order-list li, .rtl .shop-form select, .rtl .shop-form textarea, .rtl .shop-order-box .order-list li span, .rtl .checkout-page .default-links li, .rtl .register-section .form-column .sec-title h2, .rtl .checkout-page .payment-options li .radio-option label .small-text{ text-align:right; } .rtl .checkout-page .payment-options li .radio-option label{ padding-left:0px; padding-right:30px; text-align:right; } .rtl .checkout-page .payment-options li .radio-option input[type="radio"]{ right:0px; left:auto; } .rtl .checkout-page .payment-options li .radio-option input[type="radio"]:checked + label .small-text{ margin-left:0px; } .rtl .styled-form input[type="text"], .rtl .styled-form input[type="email"], .rtl .styled-form input[type="password"], .rtl .styled-form input[type="tel"], .rtl .styled-form input[type="number"], .rtl .styled-form input[type="url"], .rtl .author-box h2, .rtl .comment-form .rating-box, .rtl .blog-single .inner-box .lower-content, .rtl .styled-form select, .styled-form textarea, .rtl .sidebar-page-container .group-title h2, .rtl .news-block-two .inner-box .content-column .inner-column, .rtl .comment-form .form-group input[type="text"], .rtl .comment-form .form-group input[type="password"], .rtl .comment-form .form-group input[type="tel"], .rtl .comment-form .form-group input[type="email"], .rtl .comment-form .form-group select, .rtl .comment-form .form-group textarea, .rtl .comment-form .form-group:last-child, .rtl .contact-page-section .form-column .inner-column .sec-title{ text-align:right; } .rtl .post-share-options .pull-right, .rtl .styled-form .form-group.pull-right{ float:left; } .rtl .post-share-options .pull-left, .rtl .styled-form .pull-left, .rtl .styled-form .form-group.pull-left{ float:right; } .rtl .news-block-three .inner-box .category{ right:20px; left:auto; } .rtl .blog-single .inner-box .lower-content .post-meta li{ margin-right:0px; margin-left:18px; padding-left:0px; padding-right:22px; } .rtl .blog-single .inner-box .lower-content .post-meta li .icon{ right:0px; left:auto; } .rtl .blog-single .inner-box .lower-content .text blockquote{ padding-left:0px; padding-right:40px; border-left:none; border-right:3px solid #13b5ea; } .rtl .sidebar-page-container .group-title h2:after, .rtl .author-box h2:after{ right:0px; left:auto; } .rtl .social-icon-three li{ margin-right:0px; margin-left:8px; } .rtl .author-box .author-comment .inner-box{ padding-left:0px; padding-right:115px; text-align:right; } .rtl .sidebar-page-container .comments-area .comment-box .author-thumb, .rtl .author-box .author-comment .inner-box .image{ right:0px; left:auto; } .rtl .sidebar-page-container .comments-area .comment{ text-align:right; padding-left:0px; padding-right:120px; } .rtl .error-search-form .form-group input[type="text"], .rtl .error-search-form .form-group input[type="search"]{ padding:10px 10px 10px 70px; } .rtl .error-search-form .form-group button{ left:0px; right:auto; } .rtl .contact-form input[type="text"], .rtl .contact-form input[type="email"], .rtl .contact-form input[type="password"], .rtl .contact-form select, .rtl .contact-form textarea, .rtl .contact-form .form-group:last-child, .rtl .contact-page-section .form-column .inner-column{ text-align:right; } .rtl .social-icon-one li{ margin-right:0px; margin-left:6px; } .rtl .main-header .outer-box{ float:left; } .rtl .header-style-two .nav-outer{ padding-left:0px; } .rtl .main-header.header-style-one .nav-outer{ float:right; } .rtl .main-footer .footer-widget h2:after{ right:0px; left:auto; } .box-layout .header-style-two .nav-outer{ padding:0px 15px; } .box-layout .main-header .outer-box .option-box{ margin-right:0px; } /***