├── README.md ├── images ├── acc.png ├── head-3.png ├── logo.png ├── about │ ├── 1.png │ ├── 2.png │ └── 3.png ├── about_1.png ├── mfp-left.png ├── pattern.png ├── teams │ ├── 1.png │ ├── 2.png │ ├── 3.png │ └── 4.png ├── blog │ ├── author.png │ ├── blog-4.png │ ├── blog_1.png │ ├── blog_2.png │ ├── blog_3.png │ ├── blog_4.png │ ├── blog_5.png │ ├── blog_6.png │ ├── avatar_1.png │ ├── avatar_2.png │ ├── avatar_3.png │ ├── blog_medium_1.png │ ├── blog_medium_2.png │ ├── blog_medium_3.png │ └── blog_medium_4.png ├── breadcrumbs.png ├── clients │ ├── 1.png │ ├── 2.png │ ├── 3.png │ └── 4.png ├── img-style.png ├── mfp-close.png ├── mfp-right.png ├── page-head-2.png ├── preloader.gif ├── search-icon.png ├── services │ ├── 1.png │ ├── 2.png │ └── 3.png ├── social │ ├── gplus.png │ ├── yahoo.png │ ├── facebook.png │ ├── linkedin.png │ ├── pinterest.png │ └── twitter.png ├── content │ ├── recent_1.png │ ├── recent_2.png │ ├── recent_3.png │ ├── recent_4.png │ ├── recent_5.png │ └── recent_6.png ├── testimonials │ ├── 1.png │ ├── 2.png │ └── 3.png ├── portfolio │ ├── portfolio_1.png │ ├── portfolio_2.png │ ├── portfolio_3.png │ ├── portfolio_4.png │ ├── portfolio_5.png │ ├── portfolio_6.png │ ├── portfolio_7.png │ ├── portfolio_8.png │ ├── portfolio_9.png │ ├── portfolio_10.png │ ├── portfolio_11.png │ ├── portfolio_12.png │ ├── portfolio_1_1.png │ ├── portfolio_1_2.png │ ├── portfolio_1_3.png │ ├── portfolio_1_4.png │ ├── full │ │ ├── portfolio_1.png │ │ ├── portfolio_2.png │ │ ├── portfolio_3.png │ │ ├── portfolio_4.png │ │ ├── portfolio_5.png │ │ ├── portfolio_6.png │ │ ├── portfolio_7.png │ │ └── portfolio_8.png │ ├── portfolio_slider1.png │ ├── portfolio_slider2.png │ └── portfolio_slider3.png └── fraction-slider │ ├── fs.spinner.gif │ ├── gadgets │ ├── ipad.png │ ├── mack.png │ ├── laptop.png │ └── smartphone.png │ └── slider-girl.png ├── css ├── icons │ ├── switcher.png │ └── icons │ │ ├── wood.jpg │ │ ├── crossed.png │ │ ├── fabric.png │ │ ├── graphy.jpg │ │ ├── graphy.png │ │ ├── vichy.jpg │ │ ├── vichy.png │ │ ├── woods.png │ │ ├── diagmonds.jpg │ │ ├── diagmonds.png │ │ ├── lyonnette.jpg │ │ ├── lyonnette.png │ │ ├── triangles.jpg │ │ ├── triangles.png │ │ ├── back_pattern.jpg │ │ ├── back_pattern.png │ │ ├── black_mamba.jpg │ │ ├── black_mamba.png │ │ ├── black_thread.jpg │ │ ├── black_thread.png │ │ ├── subtlenet2.jpg │ │ ├── subtlenet2.png │ │ ├── classy_fabric.jpg │ │ ├── checkered_pattern.jpg │ │ ├── checkered_pattern.png │ │ ├── crossed_stripes.jpg │ │ ├── diamond_upholstery.jpg │ │ ├── diamond_upholstery.png │ │ └── low_contrast_linen.jpg ├── style-fraction.css ├── switcher.css ├── fractionslider.css ├── magnified.css ├── skins │ ├── Strongcyan.css │ ├── blue.css │ ├── Moderatered.css │ ├── orange.css │ └── purple.css └── font-awesome.css ├── fonts ├── FontAwesome.otf ├── fontawesome-webfont.eot ├── fontawesome-webfont.ttf ├── fontawesome-webfont.woff ├── fontawesome-webfont.woff2 ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.woff2 ├── htaccess ├── License.txt ├── 404-page.html ├── contact.html ├── pricing-tables.html ├── columns.html └── services.html /README.md: -------------------------------------------------------------------------------- 1 | # rainy-template -------------------------------------------------------------------------------- /images/acc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/acc.png -------------------------------------------------------------------------------- /images/head-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/head-3.png -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/logo.png -------------------------------------------------------------------------------- /images/about/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/about/1.png -------------------------------------------------------------------------------- /images/about/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/about/2.png -------------------------------------------------------------------------------- /images/about/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/about/3.png -------------------------------------------------------------------------------- /images/about_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/about_1.png -------------------------------------------------------------------------------- /images/mfp-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/mfp-left.png -------------------------------------------------------------------------------- /images/pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/pattern.png -------------------------------------------------------------------------------- /images/teams/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/teams/1.png -------------------------------------------------------------------------------- /images/teams/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/teams/2.png -------------------------------------------------------------------------------- /images/teams/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/teams/3.png -------------------------------------------------------------------------------- /images/teams/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/teams/4.png -------------------------------------------------------------------------------- /css/icons/switcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/switcher.png -------------------------------------------------------------------------------- /fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /images/blog/author.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/blog/author.png -------------------------------------------------------------------------------- /images/blog/blog-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/blog/blog-4.png -------------------------------------------------------------------------------- /images/blog/blog_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/blog/blog_1.png -------------------------------------------------------------------------------- /images/blog/blog_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/blog/blog_2.png -------------------------------------------------------------------------------- /images/blog/blog_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/blog/blog_3.png -------------------------------------------------------------------------------- /images/blog/blog_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/blog/blog_4.png -------------------------------------------------------------------------------- /images/blog/blog_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/blog/blog_5.png -------------------------------------------------------------------------------- /images/blog/blog_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/blog/blog_6.png -------------------------------------------------------------------------------- /images/breadcrumbs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/breadcrumbs.png -------------------------------------------------------------------------------- /images/clients/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/clients/1.png -------------------------------------------------------------------------------- /images/clients/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/clients/2.png -------------------------------------------------------------------------------- /images/clients/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/clients/3.png -------------------------------------------------------------------------------- /images/clients/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/clients/4.png -------------------------------------------------------------------------------- /images/img-style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/img-style.png -------------------------------------------------------------------------------- /images/mfp-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/mfp-close.png -------------------------------------------------------------------------------- /images/mfp-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/mfp-right.png -------------------------------------------------------------------------------- /images/page-head-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/page-head-2.png -------------------------------------------------------------------------------- /images/preloader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/preloader.gif -------------------------------------------------------------------------------- /images/search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/search-icon.png -------------------------------------------------------------------------------- /images/services/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/services/1.png -------------------------------------------------------------------------------- /images/services/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/services/2.png -------------------------------------------------------------------------------- /images/services/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/services/3.png -------------------------------------------------------------------------------- /css/icons/icons/wood.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/wood.jpg -------------------------------------------------------------------------------- /images/blog/avatar_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/blog/avatar_1.png -------------------------------------------------------------------------------- /images/blog/avatar_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/blog/avatar_2.png -------------------------------------------------------------------------------- /images/blog/avatar_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/blog/avatar_3.png -------------------------------------------------------------------------------- /images/social/gplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/social/gplus.png -------------------------------------------------------------------------------- /images/social/yahoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/social/yahoo.png -------------------------------------------------------------------------------- /css/icons/icons/crossed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/crossed.png -------------------------------------------------------------------------------- /css/icons/icons/fabric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/fabric.png -------------------------------------------------------------------------------- /css/icons/icons/graphy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/graphy.jpg -------------------------------------------------------------------------------- /css/icons/icons/graphy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/graphy.png -------------------------------------------------------------------------------- /css/icons/icons/vichy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/vichy.jpg -------------------------------------------------------------------------------- /css/icons/icons/vichy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/vichy.png -------------------------------------------------------------------------------- /css/icons/icons/woods.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/woods.png -------------------------------------------------------------------------------- /images/content/recent_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/content/recent_1.png -------------------------------------------------------------------------------- /images/content/recent_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/content/recent_2.png -------------------------------------------------------------------------------- /images/content/recent_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/content/recent_3.png -------------------------------------------------------------------------------- /images/content/recent_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/content/recent_4.png -------------------------------------------------------------------------------- /images/content/recent_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/content/recent_5.png -------------------------------------------------------------------------------- /images/content/recent_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/content/recent_6.png -------------------------------------------------------------------------------- /images/social/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/social/facebook.png -------------------------------------------------------------------------------- /images/social/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/social/linkedin.png -------------------------------------------------------------------------------- /images/social/pinterest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/social/pinterest.png -------------------------------------------------------------------------------- /images/social/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/social/twitter.png -------------------------------------------------------------------------------- /images/testimonials/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/testimonials/1.png -------------------------------------------------------------------------------- /images/testimonials/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/testimonials/2.png -------------------------------------------------------------------------------- /images/testimonials/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/testimonials/3.png -------------------------------------------------------------------------------- /css/icons/icons/diagmonds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/diagmonds.jpg -------------------------------------------------------------------------------- /css/icons/icons/diagmonds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/diagmonds.png -------------------------------------------------------------------------------- /css/icons/icons/lyonnette.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/lyonnette.jpg -------------------------------------------------------------------------------- /css/icons/icons/lyonnette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/lyonnette.png -------------------------------------------------------------------------------- /css/icons/icons/triangles.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/triangles.jpg -------------------------------------------------------------------------------- /css/icons/icons/triangles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/triangles.png -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /images/blog/blog_medium_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/blog/blog_medium_1.png -------------------------------------------------------------------------------- /images/blog/blog_medium_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/blog/blog_medium_2.png -------------------------------------------------------------------------------- /images/blog/blog_medium_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/blog/blog_medium_3.png -------------------------------------------------------------------------------- /images/blog/blog_medium_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/blog/blog_medium_4.png -------------------------------------------------------------------------------- /css/icons/icons/back_pattern.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/back_pattern.jpg -------------------------------------------------------------------------------- /css/icons/icons/back_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/back_pattern.png -------------------------------------------------------------------------------- /css/icons/icons/black_mamba.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/black_mamba.jpg -------------------------------------------------------------------------------- /css/icons/icons/black_mamba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/black_mamba.png -------------------------------------------------------------------------------- /css/icons/icons/black_thread.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/black_thread.jpg -------------------------------------------------------------------------------- /css/icons/icons/black_thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/black_thread.png -------------------------------------------------------------------------------- /css/icons/icons/subtlenet2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/subtlenet2.jpg -------------------------------------------------------------------------------- /css/icons/icons/subtlenet2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/subtlenet2.png -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /images/portfolio/portfolio_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_1.png -------------------------------------------------------------------------------- /images/portfolio/portfolio_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_2.png -------------------------------------------------------------------------------- /images/portfolio/portfolio_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_3.png -------------------------------------------------------------------------------- /images/portfolio/portfolio_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_4.png -------------------------------------------------------------------------------- /images/portfolio/portfolio_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_5.png -------------------------------------------------------------------------------- /images/portfolio/portfolio_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_6.png -------------------------------------------------------------------------------- /images/portfolio/portfolio_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_7.png -------------------------------------------------------------------------------- /images/portfolio/portfolio_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_8.png -------------------------------------------------------------------------------- /images/portfolio/portfolio_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_9.png -------------------------------------------------------------------------------- /css/icons/icons/classy_fabric.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/classy_fabric.jpg -------------------------------------------------------------------------------- /images/portfolio/portfolio_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_10.png -------------------------------------------------------------------------------- /images/portfolio/portfolio_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_11.png -------------------------------------------------------------------------------- /images/portfolio/portfolio_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_12.png -------------------------------------------------------------------------------- /images/portfolio/portfolio_1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_1_1.png -------------------------------------------------------------------------------- /images/portfolio/portfolio_1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_1_2.png -------------------------------------------------------------------------------- /images/portfolio/portfolio_1_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_1_3.png -------------------------------------------------------------------------------- /images/portfolio/portfolio_1_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_1_4.png -------------------------------------------------------------------------------- /css/icons/icons/checkered_pattern.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/checkered_pattern.jpg -------------------------------------------------------------------------------- /css/icons/icons/checkered_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/checkered_pattern.png -------------------------------------------------------------------------------- /css/icons/icons/crossed_stripes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/crossed_stripes.jpg -------------------------------------------------------------------------------- /images/fraction-slider/fs.spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/fraction-slider/fs.spinner.gif -------------------------------------------------------------------------------- /images/portfolio/full/portfolio_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/full/portfolio_1.png -------------------------------------------------------------------------------- /images/portfolio/full/portfolio_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/full/portfolio_2.png -------------------------------------------------------------------------------- /images/portfolio/full/portfolio_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/full/portfolio_3.png -------------------------------------------------------------------------------- /images/portfolio/full/portfolio_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/full/portfolio_4.png -------------------------------------------------------------------------------- /images/portfolio/full/portfolio_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/full/portfolio_5.png -------------------------------------------------------------------------------- /images/portfolio/full/portfolio_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/full/portfolio_6.png -------------------------------------------------------------------------------- /images/portfolio/full/portfolio_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/full/portfolio_7.png -------------------------------------------------------------------------------- /images/portfolio/full/portfolio_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/full/portfolio_8.png -------------------------------------------------------------------------------- /css/icons/icons/diamond_upholstery.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/diamond_upholstery.jpg -------------------------------------------------------------------------------- /css/icons/icons/diamond_upholstery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/diamond_upholstery.png -------------------------------------------------------------------------------- /css/icons/icons/low_contrast_linen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/css/icons/icons/low_contrast_linen.jpg -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /images/fraction-slider/gadgets/ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/fraction-slider/gadgets/ipad.png -------------------------------------------------------------------------------- /images/fraction-slider/gadgets/mack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/fraction-slider/gadgets/mack.png -------------------------------------------------------------------------------- /images/fraction-slider/slider-girl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/fraction-slider/slider-girl.png -------------------------------------------------------------------------------- /images/portfolio/portfolio_slider1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_slider1.png -------------------------------------------------------------------------------- /images/portfolio/portfolio_slider2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_slider2.png -------------------------------------------------------------------------------- /images/portfolio/portfolio_slider3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/portfolio/portfolio_slider3.png -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /images/fraction-slider/gadgets/laptop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/fraction-slider/gadgets/laptop.png -------------------------------------------------------------------------------- /images/fraction-slider/gadgets/smartphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nasratullah-Shafiq/rainy-template/HEAD/images/fraction-slider/gadgets/smartphone.png -------------------------------------------------------------------------------- /htaccess: -------------------------------------------------------------------------------- 1 | 2 | 3 | Header set Access-Control-Allow-Origin "*" 4 | 5 | 6 | 7 | BrowserMatch MSIE best-standards-support 8 | Header set X-UA-Compatible IE=8 env=best-standards-support 9 | 10 | -------------------------------------------------------------------------------- /css/style-fraction.css: -------------------------------------------------------------------------------- 1 | /* SLIDER STYLES */ 2 | .slider{ 3 | position:relative; 4 | width:100%; 5 | /* height:400px; when responsive, comment this out */ 6 | margin:0 auto; 7 | max-height: 350px; 8 | background-size:100%; 9 | overflow: hidden; 10 | } 11 | 12 | /*.slider-read 13 | { 14 | background:#E74C3C; 15 | font-size: 140%; 16 | line-height: 230% !important; 17 | font-family: "Open Sans",Helvetica,Arial,sans-serif; 18 | border-radius:2px; 19 | text-align: center; 20 | text-decoration: none; 21 | color: #fff; 22 | padding: 0 15px; 23 | display:block; 24 | text-transform: uppercase; 25 | transition: background-color 400ms linear; 26 | -webkit-transition: background-color 400ms linear; 27 | -ms-transition: background-color 400ms linear; 28 | -moz-transition: background-color 400ms linear; 29 | -o-transition: background-color 400ms linear; 30 | } 31 | .slider-read:hover{background:#414040 !important;color:#fff;}*/ 32 | 33 | .slider .s1a { 34 | color:#fff; 35 | font-size: 260%; 36 | line-height: 130% !important; 37 | font-family: "Open Sans",Helvetica,Arial,sans-serif; 38 | text-transform: uppercase; 39 | text-align: center; 40 | background: #e6594a; 41 | background:rgba(230, 89, 74, 0.85); 42 | padding:0 10px; 43 | } 44 | .slider .s1b { 45 | color:#E6594A; 46 | font-size: 280%; 47 | line-height: 130% !important; 48 | font-family: "Open Sans",Helvetica,Arial,sans-serif; 49 | text-transform: uppercase; 50 | text-align: center; 51 | background: #fff; 52 | background:rgba(255, 255, 255, 0.85); 53 | padding:0 10px; 54 | } 55 | .slider .list{ 56 | background: #fff; 57 | background:rgba(255, 255, 255, 0.85); 58 | color:#333; 59 | padding:0 2%; 60 | text-align:right; 61 | width:300px; 62 | font-size:120%; 63 | line-height:210% !important; 64 | } -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- 1 | /* 2 | Template Name: Rainy 3 | File: Licence 4 | Author: Yahoo Baba 5 | Author URL: https://www.yahoobaba.net 6 | License: Creative Commons Attribution 3.0 Unported 7 | License URL: http://creativecommons.org/licenses/by/3.0/ 8 | */ 9 | 10 | COPYRIGHT INFO & CREDIT LINKS 11 | ----------------------------- 12 | 13 | * Free Templates on Yahoo Baba are free to use for both commercial and non-commercial, but you have provide a back link to yahoobaba.net which is already included in footer Powered by Yahoo Baba don't remove it. 14 | 15 | The default footer link may be changed to: 16 | 17 | Powered by Yahoo Baba 18 | Powered by Yahoo Baba 19 | 20 | Code by Yahoo Baba 21 | Code by Yahoo Baba 22 | 23 | Design by Yahoo Baba 24 | Design by Yahoo Baba 25 | 26 | Thanks to Yahoo Baba 27 | Thanks to Yahoo Baba 28 | 29 | For companies or individuals that wish to add their information to the template footer please feel free to modify the link as such: 30 | 31 | Website by YOURDETAILS & Yahoo Baba 32 | Website by YOURDETAILS & Yahoo Baba

33 | 34 | * Yahoo Baba now DOES NOT offer paid link removals or paid copyright removals but soon we will offer this service. 35 | 36 | * You can not offer our templates for re-distribution of any kind without prior written consent from us. 37 | 38 | * You can not claim intellectual property rights or exclusive ownership to any of our templates, modified or unmodified. All templates are the property of Yahoo Baba. 39 | 40 | * Credit links for third party CSS & JavaScript files which are used in template are on template page. 41 | 42 | * Yahoo Baba templates are under Creative Commons Attribution 3.0 unported. 43 | 44 | CHANGE LOG 45 | ---------- 46 | 47 | Version 2.0 48 | * Add more list and bullets icons. 49 | * Upgrade FontAwesome icon fonts to 4.3.0. 50 | * Now icon in list come with ":before" in CSS. 51 | * Remove some unused CSS styling in Skins CSS files. 52 | -------------------------------------------------------------------------------- /css/switcher.css: -------------------------------------------------------------------------------- 1 | /* Main Style */ 2 | .switcher h3 { 3 | font-size:13px; 4 | margin: 1px 0 3px 0; 5 | color:#fff; 6 | } 7 | 8 | .switcher { 9 | background: #000; 10 | background:rgba(0, 0, 0, 0.85); 11 | width:255px; 12 | position:fixed; 13 | top:117px; 14 | z-index:999; 15 | left:0px; 16 | border-radius: 0 0 4px 0; 17 | font-family: 'TitilliumText22LMedium', Arial, sans-serif; 18 | -webkit-box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.4); 19 | box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.4); 20 | } 21 | 22 | .switcher h2 { 23 | background:#000; 24 | color: #FFFFFF; 25 | padding: 0; 26 | margin:0; 27 | font-size: 15px; 28 | padding: 5px 0 6px 15px; 29 | } 30 | 31 | .switcher h2 a { 32 | background: url("icons/switcher.png") no-repeat scroll 4px center #000; 33 | display: block; 34 | height: 41px; 35 | position: absolute; 36 | right: -39px; 37 | text-indent: -9999px; 38 | top: 0; 39 | width: 39px; 40 | border-radius: 0 4px 4px 0; 41 | outline:none; 42 | } 43 | 44 | .switcher .content { 45 | padding:5px 16px 16px 16px; 46 | overflow:hidden; 47 | } 48 | 49 | .hide { 50 | display:none; /* first load page enough */ 51 | } 52 | 53 | /* Layout Box */ 54 | .layout-switcher { 55 | margin:0 0 10px 0; 56 | overflow:hidden; 57 | } 58 | 59 | .layout-switcher a.layout { 60 | padding: 6px 7px 8px 7px; 61 | border-radius: 2px; 62 | color: #797878; 63 | font-weight: bold; 64 | border: 1px solid #AAAAAA; 65 | width: 60px; 66 | cursor: pointer; 67 | float: left; 68 | display: block; 69 | margin: 0 6px 0 0; 70 | text-align: center; 71 | background: white; 72 | } 73 | 74 | /* Color Box */ 75 | .switcher-box { 76 | height:auto; 77 | overflow:hidden; 78 | margin-bottom:6px; 79 | } 80 | 81 | .styleswitch { 82 | width: 35px; 83 | height: 35px; 84 | display: block; 85 | cursor: pointer; 86 | margin: 10px; 87 | float:left; 88 | } 89 | 90 | .styleswitch#default { background-color:#e74c3c; } 91 | .styleswitch#Strongcyan { background-color:#1abc9c; } 92 | .styleswitch#purple { background-color:#727CB6; } 93 | .styleswitch#blue { background-color:#3498db; } 94 | .styleswitch#orange { background-color:#EF9648; } 95 | .styleswitch#Moderatered { background-color:#BE3F47; } 96 | 97 | /* Background Box */ 98 | .bg { 99 | height:auto; 100 | overflow:hidden; 101 | margin-bottom:6px; 102 | } 103 | 104 | /* All Mobile Sizes (devices and browser) */ 105 | @media only screen and (max-width: 767px) { 106 | .switcher{ 107 | display:none; 108 | } 109 | } -------------------------------------------------------------------------------- /css/fractionslider.css: -------------------------------------------------------------------------------- 1 | .fraction-slider{ 2 | position:relative; 3 | width:100%; height:100%; 4 | overflow:visible; 5 | } 6 | 7 | .fraction-slider .slide{ 8 | display:none; width:100%; height:100%; 9 | position:absolute; 10 | z-index:5000; 11 | } 12 | 13 | .fraction-slider .active-slide{ 14 | z-index:99; 15 | } 16 | 17 | .fraction-slider .fs_obj{ 18 | display:block; display:none; 19 | position:absolute; 20 | top:0px; left:100%; 21 | z-index:7000; 22 | } 23 | 24 | .fraction-slider .fs_fixed_obj{ 25 | z-index:6000; 26 | left:0; 27 | } 28 | 29 | .fraction-slider .fs_obj *{ 30 | display:inline-block; 31 | position:relative; 32 | top:0px; left:0px; 33 | } 34 | 35 | .fs_loader{ 36 | width:100%; height:450px; 37 | background:url(../images/fraction-slider/fs.spinner.gif) center center no-repeat transparent; 38 | } 39 | 40 | /** CONTROLS **/ 41 | 42 | .fraction-slider .prev, 43 | .fraction-slider .next{ 44 | display: none; 45 | height:35px; 46 | position: absolute; 47 | width:35px; 48 | z-index: 9999; 49 | border-radius:100%; 50 | border:1px solid #fff; 51 | text-align:center; 52 | line-height:31px; 53 | color:#fff; 54 | outline:none; 55 | } 56 | 57 | .fraction-slider .next 58 | { 59 | right:10px; 60 | top:48%; 61 | } 62 | .fraction-slider .prev 63 | { 64 | left:10px; 65 | top:48%; 66 | } 67 | .fraction-slider .next:before 68 | { 69 | content: "\f105"; 70 | margin-left: 3px; 71 | } 72 | .fraction-slider .prev:before 73 | { 74 | content: "\f104"; 75 | margin-right: 3px; 76 | } 77 | .fraction-slider .next:before, 78 | .fraction-slider .prev:before 79 | { 80 | color:#fff; 81 | font-size:33px; 82 | font-family:fontawesome; 83 | } 84 | .fraction-slider .prev:hover, 85 | .fraction-slider .next:hover, 86 | .fraction-slider .next:hover:before, 87 | .fraction-slider .prev:hover:before 88 | { 89 | color:#E74C3C; 90 | border-color:#E74C3C; 91 | opacity:1; 92 | transition:all 0.4s ease-in-out; 93 | -webkit-transition:all 0.4s ease-in-out; 94 | -moz-transition:all 0.4s ease-in-out; 95 | -ms-transition:all 0.4s ease-in-out; 96 | -o-transition:all 0.4s ease-in-out; 97 | border-width:3px; 98 | line-height:26px; 99 | } 100 | .fraction-slider:hover .prev, 101 | .fraction-slider:hover .next{ 102 | display:block; 103 | } 104 | 105 | /** PAGER **/ 106 | 107 | .fs-pager-wrapper{ 108 | position:absolute; 109 | left:47%; 110 | bottom:10px; 111 | z-index:9999; 112 | } 113 | 114 | .fs-pager-wrapper a, 115 | .fs-custom-pager-wrapper a{ 116 | display:inline-block; 117 | width:14px; height:14px; 118 | margin:0 5px 0 0; 119 | /*background:url(../images/fraction-slider/fs.pager.png) 0px -14px no-repeat transparent;*/ 120 | } 121 | .fs-pager-wrapper .active, 122 | .fs-custom-pager-wrapper .active{ 123 | /*background:url(../images/fraction-slider/fs.pager.png) 0px 0px no-repeat transparent;*/ 124 | } -------------------------------------------------------------------------------- /css/magnified.css: -------------------------------------------------------------------------------- 1 | /* Magnific Popup CSS 2 | ====================================*/ 3 | .mfp-bg { 4 | top: 0; 5 | left: 0; 6 | width: 100%; 7 | height: 100%; 8 | z-index:99999999; 9 | overflow: hidden; 10 | position: fixed; 11 | background: #000; 12 | opacity: 0.8; 13 | filter: alpha(opacity=80); 14 | } 15 | 16 | .mfp-wrap { 17 | top: -10px; 18 | left: 0; 19 | width: 100%; 20 | height: 100%; 21 | z-index:99999999; 22 | position: fixed; 23 | outline: none !important; 24 | -webkit-backface-visibility: hidden; 25 | } 26 | 27 | .mfp-container { 28 | height: 100%; 29 | text-align: center; 30 | position: absolute; 31 | width: 100%; 32 | height: 100%; 33 | left: 0; 34 | top: 0; 35 | padding: 0 18px; 36 | -webkit-box-sizing: border-box; 37 | -moz-box-sizing: border-box; 38 | box-sizing: border-box; 39 | } 40 | 41 | .mfp-container:before { 42 | content: ''; 43 | display: inline-block; 44 | height: 100%; 45 | vertical-align: middle; 46 | } 47 | 48 | .mfp-align-top .mfp-container:before { 49 | display: none; 50 | } 51 | 52 | .mfp-content { 53 | position: relative; 54 | display: inline-block; 55 | vertical-align: middle; 56 | margin: 0 auto; 57 | text-align: left; 58 | z-index: 505; 59 | } 60 | 61 | .mfp-inline-touchinger .mfp-content, 62 | .mfp-ajax-touchinger .mfp-content { 63 | width: 100%; 64 | cursor: auto; 65 | } 66 | 67 | .mfp-ajax-cur { 68 | cursor: progress; 69 | } 70 | 71 | .mfp-zoom-out-cur, 72 | .mfp-zoom-out-cur .mfp-figure .mfp-close { 73 | cursor: -moz-zoom-out; 74 | cursor: -webkit-zoom-out; 75 | cursor: zoom-out; 76 | } 77 | 78 | .mfp-zoom { 79 | cursor: pointer; 80 | cursor: -webkit-zoom-in; 81 | cursor: -moz-zoom-in; 82 | cursor: zoom-in; 83 | } 84 | 85 | .mfp-auto-cursor .mfp-content { 86 | cursor: auto; 87 | } 88 | 89 | .mfp-close, 90 | .mfp-arrow, 91 | .mfp-preloader, 92 | .mfp-counter { 93 | -webkit-user-select: none; 94 | -moz-user-select: none; 95 | user-select: none; 96 | } 97 | 98 | .mfp-loading.mfp-figure { 99 | display: none; 100 | } 101 | 102 | .mfp-hide { 103 | display: none !important; 104 | } 105 | 106 | .mfp-preloader { 107 | color: #aaa; 108 | position: absolute; 109 | top: 50%; 110 | width: auto; 111 | text-align: center; 112 | margin-top: -0.8em; 113 | left: 8px; 114 | right: 8px; 115 | z-index: 504; 116 | } 117 | 118 | .mfp-preloader a { 119 | color: #cccccc; 120 | } 121 | 122 | .mfp-preloader a:hover { 123 | color: #fff; 124 | } 125 | 126 | .mfp-s-ready .mfp-preloader { 127 | display: none; 128 | } 129 | 130 | .mfp-s-error .mfp-content { 131 | display: none; 132 | } 133 | 134 | .mfp-s-loading .mfp-arrow { 135 | display: none; 136 | } 137 | 138 | button.mfp-close, 139 | button.mfp-arrow { 140 | overflow: visible; 141 | cursor: pointer; 142 | background: transparent; 143 | border: 0; 144 | -webkit-appearance: none; 145 | display: block; 146 | padding: 0; 147 | z-index: 506; 148 | } 149 | 150 | button::-moz-focus-inner { 151 | padding: 0; 152 | border: 0; 153 | } 154 | 155 | .mfp-close { 156 | width: 44px; 157 | height: 44px; 158 | line-height: 44px; 159 | position: absolute; 160 | right: 0; 161 | top: 0; 162 | text-decoration: none; 163 | opacity: 1; 164 | padding: 0 0 18px 10px; 165 | text-indent: 99999; 166 | } 167 | 168 | .mfp-figure .mfp-close, .mfp-iframe-touchinger .mfp-close { 169 | right: -13px; 170 | top: 20px; 171 | padding-right: 6px; 172 | width: 100%; 173 | background-image: url(../images/mfp-close.png); 174 | background-repeat: no-repeat; 175 | background-position: 100% 50%; 176 | text-indent: 9999; 177 | } 178 | 179 | .mfp-counter { 180 | position: absolute; 181 | top: 0; 182 | right: 0; 183 | color: #aaa; 184 | font-size: 13px; 185 | line-height: 18px; 186 | } 187 | 188 | .mfp-arrow { 189 | position: absolute; 190 | top: 0; 191 | opacity: 0; 192 | margin: 0; 193 | top: 50%; 194 | margin-top: -55px; 195 | padding: 0; 196 | width: 90px; 197 | height: 110px; 198 | -webkit-transition: all 0.15s ease-in-out; 199 | -moz-transition: all 0.15s ease-in-out; 200 | -o-transition: all 0.15s ease-in-out; 201 | -ms-transition: all 0.15s ease-in-out; 202 | transition: all 0.15s ease-in-out; 203 | } 204 | 205 | .mfp-arrow .mfp-b, 206 | .mfp-arrow .mfp-a { 207 | content: ''; 208 | display: block; 209 | width: 0; 210 | height: 0; 211 | position: absolute; 212 | left: 0; 213 | top: 0; 214 | margin-top: 35px; 215 | margin-left: 35px; 216 | border: solid transparent; 217 | } 218 | 219 | .mfp-arrow.mfp-arrow-left { 220 | background-image: url(../images/mfp-left.png); 221 | background-repeat: no-repeat; 222 | background-position: 50%; 223 | } 224 | 225 | .mfp-arrow.mfp-arrow-right { 226 | background-image: url(../images/mfp-right.png); 227 | background-repeat: no-repeat; 228 | background-position: 50%; 229 | right: 0; 230 | } 231 | 232 | .mfp-content:hover .mfp-arrow { 233 | opacity: 1; 234 | } 235 | 236 | .mfp-iframe-touchinger { 237 | padding-top: 40px; 238 | padding-bottom: 40px; 239 | } 240 | 241 | .mfp-iframe-touchinger .mfp-content { 242 | line-height: 0; 243 | width: 100%; 244 | max-width: 900px; 245 | } 246 | 247 | .mfp-iframe-scaler { 248 | width: 100%; 249 | height: 0; 250 | overflow: hidden; 251 | padding-top: 56.25%; 252 | } 253 | 254 | .mfp-iframe-scaler iframe { 255 | position: absolute; 256 | display: block; 257 | top: 0; 258 | left: 0; 259 | width: 100%; 260 | height: 100%; 261 | box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); 262 | background: black; 263 | } 264 | 265 | .mfp-iframe-touchinger .mfp-close { 266 | top: -40px; 267 | } 268 | 269 | /* Main image in popup */ 270 | img.mfp-img { 271 | width: auto; 272 | max-width: 100%; 273 | height: auto; 274 | display: block; 275 | line-height: 0; 276 | -webkit-box-sizing: border-box; 277 | -moz-box-sizing: border-box; 278 | box-sizing: border-box; 279 | padding: 40px 0 40px; 280 | margin: 0 auto; 281 | } 282 | 283 | /* The shadow behind the image */ 284 | .mfp-figure:after { 285 | content: ''; 286 | position: absolute; 287 | left: 0; 288 | top: 40px; 289 | bottom: 40px; 290 | display: block; 291 | right: 0; 292 | width: auto; 293 | height: auto; 294 | z-index: -1; 295 | box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); 296 | } 297 | 298 | .mfp-figure { 299 | line-height: 0; 300 | } 301 | 302 | .mfp-bottom-bar { 303 | margin-top: -30px; 304 | position: absolute; 305 | top: 100%; 306 | left: 0; 307 | width: 100%; 308 | cursor: auto; 309 | } 310 | 311 | .mfp-title { 312 | text-align: left; 313 | line-height: 18px; 314 | color: #f3f3f3; 315 | padding-right: 36px; 316 | } 317 | 318 | .mfp-figure small { 319 | color: #bdbdbd; 320 | display: block; 321 | font-size: 12px; 322 | line-height: 14px; 323 | } 324 | 325 | .mfp-figure .mfp-content { 326 | max-width: 100%; 327 | } 328 | 329 | .mfp-gallery .mfp-figure .mfp-figure { 330 | cursor: pointer; 331 | } -------------------------------------------------------------------------------- /css/skins/Strongcyan.css: -------------------------------------------------------------------------------- 1 | /* Top-Header 2 | ====================================*/ 3 | .top-info{background:#1abc9c;} 4 | 5 | /* Fraction Slider Style 6 | ====================================*/ 7 | .fraction-slider .prev:hover, .fraction-slider .next:hover, .fraction-slider .next:hover:before, .fraction-slider .prev:hover:before 8 | { border-color:#1abc9c!important; color:#1abc9c!important; } 9 | 10 | .slider .s1b{color:#1ABC9C!important;} 11 | .slider .s1a{background: #1abc9c !important;} 12 | .slider-read{background:#1abc9c!important;} 13 | 14 | /* Service Box Style 15 | ====================================*/ 16 | .serviceBox_1:hover .hover-icon i, .serviceBox_2:hover .hover-icon i 17 | { box-shadow:0 0 0 4px #1abc9c; color:#1abc9c;} 18 | 19 | .serviceBox_4:hover i, 20 | .serviceBox_1:hover .new-effect .service-1-icon 21 | { 22 | color:#1abc9c ; 23 | } 24 | 25 | /* Common Background Color Style 26 | ====================================*/ 27 | .flickr-feed li .hover, 28 | .progress_skill .bar, 29 | .swipe-navi .swipe-left, 30 | .swipe-navi .swipe-right, 31 | .highlight.default, 32 | #filter li.selected a:before, 33 | #theme-colored-table, 34 | .carousel-pagination li.active 35 | { 36 | background: #1abc9c !important; 37 | } 38 | 39 | /* Common Text Color Style 40 | ====================================*/ 41 | a.read:hover, 42 | .testimonial-review small, 43 | #breadcrumbs ul li a, 44 | .recent_posts_list li a:hover, 45 | .sidebar .widget ul.arrows_list li a:hover, 46 | .sidebar .widget ul.archives_list li a:hover, 47 | .dropcap.default 48 | { 49 | color: #1abc9c; 50 | } 51 | .panel.active_acc, .panel:hover{border-top-color:#1abc9c;} 52 | .panel-heading:hover a, .panel-heading:hover .accordian-icon,.active_acc .panel-title a, .active_acc .accordian-icon{color:#1abc9c;} 53 | 54 | /* Tabs Style 55 | ====================================*/ 56 | .nav-tabs li.active, .nav-tabs li.active a, .nav-tabs li.active a:hover,.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, 57 | .comments_list a,.recent_tab_list li a:hover{border-top-color:#1abc9c; color:#1abc9c!important; } 58 | 59 | /* List & Bullets Style 60 | ====================================*/ 61 | .list_style li a:hover, 62 | .list_style.dubble-right-arrow li:before, 63 | .list_style.star li:before, 64 | .list_style.right-arrow li:before, 65 | .list_style.hand li:before, 66 | .list_style.play li:before, 67 | .multi-icon-list li i.fa{ 68 | color: #1abc9c; 69 | } 70 | .list_style.circle li:before, 71 | .list_style.square li:before{ 72 | background: #1abc9c; 73 | } 74 | 75 | /* Buttons & Headings Style 76 | ====================================*/ 77 | .btn-default, 78 | .dropcap_block.default, 79 | .icon_lists .fa-hover a:hover, 80 | #site-searchform #searchsubmit, 81 | .tags li a:hover, 82 | .shares li a:hover{ 83 | background-color:#1abc9c; 84 | } 85 | 86 | #site-searchform #searchsubmit:hover{background-color:#18A288;} 87 | 88 | .theme-color-pt .btn-default {background:#1abc9c;} 89 | .btn-default:hover,.theme-color-pt .btn-default:hover{background-color:#18A288;} 90 | 91 | /* Blog Page Style 92 | ====================================*/ 93 | .blog_large .day, .blog_single .day, 94 | .blogPic .blog-hover .icon, 95 | .hover-icon i:after, 96 | .author_desc 97 | { 98 | background: #1abc9c !important; 99 | } 100 | 101 | .blogMeta a:hover, .blogTitle span:hover, 102 | .blogTitle > a:hover h2, 103 | .blog_medium .post_meta h2 a:hover, 104 | .blog_large .post_meta .metaInfo > span > a:hover, .blog_single .post_meta .metaInfo > span > a:hover, 105 | .blog_medium .post_meta .metaInfo > span > a:hover,.project_details .details li a:hover,.footer a:hover, 106 | #comment-list li .comment-container:hover a, 107 | #comment-list li .comment-container:hover .comment-date,.comment-container:hover a.link-style3, 108 | .table-categories span.price-duration, 109 | .table-categories strong, 110 | .author_bio h5 a,.blog_large .post_meta h2:hover a, .blog_single .post_meta h2:hover a 111 | { 112 | color: #1abc9c; 113 | } 114 | .blog_medium .day{ background:#1abc9c; } 115 | .dividerHeading h4,.widget_title h4,.sidebar .widget_title h4 span{border-bottom-color:#1abc9c;color:#1abc9c;} 116 | 117 | .comment-container:hover { border-color:#1abc9c; } 118 | 119 | .form-control:focus,#site-searchform #s:focus { border-color:#1abc9c; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(26, 188, 156, 0.6);} 120 | blockquote.default{ border-color:#1abc9c; } 121 | 122 | /* Home Page Style 123 | ====================================*/ 124 | .testimonial-item blockquote { border-top:3px solid #1abc9c; } 125 | .testimonial-review > img { border:2px solid #1abc9c; } 126 | .promo_box{border-color:#1abc9c;} 127 | 128 | .progress_skill .bar {background: #1abc9c !important;} 129 | .progress_skill:hover{border-color:#1abc9c;} 130 | .progress_skill:hover .bar {background: #18A288 !important;} 131 | 132 | /* Portfolio & Recent Item Style 133 | ====================================*/ 134 | .skin-overlay{background-color: rgba(25, 188, 155, 0.6); } 135 | .touching.medium a.hover-zoom, .touching.medium a.hover-link{ color:#1ABCAC; } 136 | #filter li.selected a, #filter li a:hover,#filter li.selected a,#filter li a:hover { border-bottom:2px solid #1abc9c; } 137 | 138 | .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { 139 | background:#1abc9c; border-color:#1abc9c; } 140 | 141 | /* Pricing-Tables 142 | ====================================*/ 143 | #theme-colored-table ul li,#theme-colored-table ul li:last-child{ border-color:#1DCFAE; } 144 | 145 | #theme-colored-table ul li:nth-child(odd){ background:#13AD91; } 146 | 147 | .table-fix{ background:#F8F8F8; border-top-color:#1ABC9C; } 148 | 149 | .table-buy-button { background:#149A82!important; } 150 | 151 | .table-buy-button:hover{ color:#fff!important; background:#0D8E76!important;} 152 | 153 | .team-members:hover .pic > img { cursor:pointer; background-color:#1abc9c; } 154 | 155 | /* Navigation Menu Bar Style 156 | ====================================*/ 157 | .navbar-nav > li > a:hover,.navbar-nav > li > a:focus,.navbar-nav > li.active > a, 158 | .navbar-default .navbar-nav > .active > a, 159 | .navbar-default .navbar-nav > .active > a:hover, 160 | .navbar-default .navbar-nav > .active > a:focus, 161 | .navbar-default .navbar-nav > .open > a, 162 | .navbar-default .navbar-nav > .open > a:hover, 163 | .navbar-default .navbar-nav > .open > a:focus, 164 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a, 165 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 166 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, 167 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, 168 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, 169 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus 170 | { 171 | background:#1abc9c !important; 172 | } 173 | 174 | #current,.menu ul li a:hover,.menu ul > li:hover > a { background-color:#1abc9c;color:#fff;} 175 | .menu ul ul li a:hover{ background-color:#1abc9c; color:#fff; } 176 | .navbar-nav .dropdown-menu > li > a:hover{ color:#1abc9c; } 177 | 178 | @media only screen and (max-width: 767px) { 179 | .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 180 | .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus 181 | { 182 | background:#1abc9c; 183 | } 184 | } -------------------------------------------------------------------------------- /css/skins/blue.css: -------------------------------------------------------------------------------- 1 | /* Top-Header 2 | ====================================*/ 3 | .top-info{background:#3498db;} 4 | 5 | /* Fraction Slider Style 6 | ====================================*/ 7 | .fraction-slider .prev:hover, .fraction-slider .next:hover, .fraction-slider .next:hover:before, .fraction-slider .prev:hover:before 8 | { border-color:#3498db!important; color:#3498db!important; } 9 | 10 | .slider .s1b{color:#3498db!important;} 11 | .slider .s1a{background: #3498db !important;} 12 | .slider-read{background:#3498db!important;} 13 | 14 | /* Service Box Style 15 | ====================================*/ 16 | .serviceBox_1:hover .hover-icon i, .serviceBox_2:hover .hover-icon i 17 | { box-shadow:0 0 0 4px #3498db; color:#3498db;} 18 | 19 | .serviceBox_4:hover i, 20 | .serviceBox_1:hover .new-effect .service-1-icon 21 | { 22 | color:#3498db ; 23 | } 24 | 25 | /* Common Background Color Style 26 | ====================================*/ 27 | .flickr-feed li .hover, 28 | .progress_skill .bar, 29 | .swipe-navi .swipe-left, 30 | .swipe-navi .swipe-right, 31 | .highlight.default, 32 | #filter li.selected a:before, 33 | #theme-colored-table, 34 | .carousel-pagination li.active 35 | { 36 | background: #3498db !important; 37 | } 38 | 39 | /* Common Text Color Style 40 | ====================================*/ 41 | a.read:hover, 42 | .testimonial-review small, 43 | #breadcrumbs ul li a, 44 | .recent_posts_list li a:hover, 45 | .sidebar .widget ul.arrows_list li a:hover, 46 | .sidebar .widget ul.archives_list li a:hover, 47 | .dropcap.default 48 | { 49 | color: #3498db; 50 | } 51 | .panel.active_acc, .panel:hover{border-top-color:#3498db;} 52 | .panel-heading:hover a, .panel-heading:hover .accordian-icon,.active_acc .panel-title a, .active_acc .accordian-icon{color:#3498db;} 53 | 54 | /* Tabs Style 55 | ====================================*/ 56 | .nav-tabs li.active, .nav-tabs li.active a, .nav-tabs li.active a:hover,.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, 57 | .comments_list a,.recent_tab_list li a:hover{border-top-color:#3498db; color:#3498db!important; } 58 | 59 | /* List & Bullets Style 60 | ====================================*/ 61 | .list_style li a:hover, 62 | .list_style.dubble-right-arrow li:before, 63 | .list_style.star li:before, 64 | .list_style.right-arrow li:before, 65 | .list_style.hand li:before, 66 | .list_style.play li:before, 67 | .multi-icon-list li i.fa{ 68 | color: #3498db; 69 | } 70 | .list_style.circle li:before, 71 | .list_style.square li:before{ 72 | background: #3498db; 73 | } 74 | 75 | /* Buttons & Headings Style 76 | ====================================*/ 77 | .btn-default, 78 | .dropcap_block.default, 79 | .icon_lists .fa-hover a:hover, 80 | #site-searchform #searchsubmit, 81 | .tags li a:hover, 82 | .shares li a:hover{ 83 | background-color:#3498db; 84 | } 85 | 86 | #site-searchform #searchsubmit:hover{background-color:#418ABE;} 87 | 88 | .theme-color-pt .btn-default {background:#3498db;} 89 | .btn-default:hover,.theme-color-pt .btn-default:hover{background-color: #418ABE;} 90 | 91 | /* Blog Page Style 92 | ====================================*/ 93 | .blog_large .day, .blog_single .day, 94 | .blogPic .blog-hover .icon, 95 | .hover-icon i:after, 96 | .author_desc 97 | { 98 | background: #3498db !important; 99 | } 100 | 101 | .blogMeta a:hover, .blogTitle span:hover, 102 | .blogTitle > a:hover h2, 103 | .blog_medium .post_meta h2 a:hover, 104 | .blog_large .post_meta .metaInfo > span > a:hover, .blog_single .post_meta .metaInfo > span > a:hover, 105 | .blog_medium .post_meta .metaInfo > span > a:hover,.project_details .details li a:hover,.footer a:hover, 106 | #comment-list li .comment-container:hover a, 107 | #comment-list li .comment-container:hover .comment-date,.comment-container:hover a.link-style3, 108 | .table-categories span.price-duration, 109 | .table-categories strong, 110 | .author_bio h5 a,.blog_large .post_meta h2:hover a, .blog_single .post_meta h2:hover a 111 | { 112 | color: #3498db; 113 | } 114 | .blog_medium .day{ background:#3498db; } 115 | .dividerHeading h4,.widget_title h4,.sidebar .widget_title h4 span{border-bottom-color:#3498db;color:#3498db;} 116 | 117 | .comment-container:hover { border-color:#3498db; } 118 | 119 | .form-control:focus,#site-searchform #s:focus { border-color:#3498db; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(52, 152, 219, 0.6);} 120 | blockquote.default{ border-color:#3498db; } 121 | 122 | /* Home Page Style 123 | ====================================*/ 124 | .testimonial-item blockquote { border-top:3px solid #3498db; } 125 | .testimonial-review > img { border:2px solid #3498db; } 126 | .promo_box{border-color:#3498db;} 127 | 128 | .progress_skill .bar {background: #3498db !important;} 129 | .progress_skill:hover{border-color:#3498db;} 130 | .progress_skill:hover .bar {background: #418ABE !important;} 131 | 132 | /* Portfolio & Recent Item Style 133 | ====================================*/ 134 | .skin-overlay{ background-color: rgba(52, 152, 219, 0.6);} 135 | .touching.medium a.hover-zoom, .touching.medium a.hover-link{ color: #418ABE; } 136 | #filter li.selected a, #filter li a:hover,#filter li.selected a,#filter li a:hover { border-bottom:2px solid #3498db; } 137 | 138 | .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { 139 | background:#3498db; border-color:#3498db; } 140 | 141 | /* Pricing-Tables 142 | ====================================*/ 143 | #theme-colored-table ul li,#theme-colored-table ul li:last-child{ border-color:#418ABE; } 144 | 145 | #theme-colored-table ul li:nth-child(odd){ background:#418ABE; } 146 | 147 | .table-fix{ background:#F8F8F8; border-top-color:#3498db; } 148 | 149 | .table-buy-button { background:#418ABE!important; } 150 | 151 | .table-buy-button:hover{ color:#fff!important; background: #418ABE!important;} 152 | 153 | .team-members:hover .pic > img { cursor:pointer; background-color:#3498db; } 154 | 155 | /* Navigation Menu Bar Style 156 | ====================================*/ 157 | .navbar-nav > li > a:hover,.navbar-nav > li > a:focus,.navbar-nav > li.active > a, 158 | .navbar-default .navbar-nav > .active > a, 159 | .navbar-default .navbar-nav > .active > a:hover, 160 | .navbar-default .navbar-nav > .active > a:focus, 161 | .navbar-default .navbar-nav > .open > a, 162 | .navbar-default .navbar-nav > .open > a:hover, 163 | .navbar-default .navbar-nav > .open > a:focus, 164 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a, 165 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 166 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, 167 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, 168 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, 169 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus 170 | { 171 | background:#3498db !important; 172 | } 173 | 174 | #current,.menu ul li a:hover,.menu ul > li:hover > a { background-color:#3498db;color:#fff;} 175 | .menu ul ul li a:hover{ background-color:#3498db; color:#fff; } 176 | .navbar-nav .dropdown-menu > li > a:hover{ color:#3498db; } 177 | 178 | @media only screen and (max-width: 767px) { 179 | .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 180 | .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus 181 | { 182 | background:#3498db; 183 | } 184 | } -------------------------------------------------------------------------------- /css/skins/Moderatered.css: -------------------------------------------------------------------------------- 1 | /* Top-Header 2 | ====================================*/ 3 | .top-info{background:#BE3F47;} 4 | 5 | /* Fraction Slider Style 6 | ====================================*/ 7 | .fraction-slider .prev:hover, .fraction-slider .next:hover, .fraction-slider .next:hover:before, .fraction-slider .prev:hover:before 8 | { border-color:#BE3F47!important; color:#BE3F47!important; } 9 | 10 | .slider .s1b{color:#BE3F47!important;} 11 | .slider .s1a{background: #BE3F47 !important;} 12 | .slider-read{background:#BE3F47!important;} 13 | 14 | /* Service Box Style 15 | ====================================*/ 16 | .serviceBox_1:hover .hover-icon i, .serviceBox_2:hover .hover-icon i 17 | { box-shadow:0 0 0 4px #BE3F47; color:#BE3F47;} 18 | 19 | .serviceBox_4:hover i, 20 | .serviceBox_1:hover .new-effect .service-1-icon 21 | { 22 | color:#BE3F47 ; 23 | } 24 | 25 | /* Common Background Color Style 26 | ====================================*/ 27 | .flickr-feed li .hover, 28 | .progress_skill .bar, 29 | .swipe-navi .swipe-left, 30 | .swipe-navi .swipe-right, 31 | .highlight.default, 32 | #filter li.selected a:before, 33 | #theme-colored-table, 34 | .carousel-pagination li.active 35 | { 36 | background: #BE3F47 !important; 37 | } 38 | 39 | /* Common Text Color Style 40 | ====================================*/ 41 | a.read:hover, 42 | .testimonial-review small, 43 | #breadcrumbs ul li a, 44 | .recent_posts_list li a:hover, 45 | .sidebar .widget ul.arrows_list li a:hover, 46 | .sidebar .widget ul.archives_list li a:hover, 47 | .dropcap.default 48 | { 49 | color: #BE3F47; 50 | } 51 | .panel.active_acc, .panel:hover{border-top-color:#BE3F47;} 52 | .panel-heading:hover a, .panel-heading:hover .accordian-icon,.active_acc .panel-title a, .active_acc .accordian-icon{color:#BE3F47;} 53 | 54 | /* Tabs Style 55 | ====================================*/ 56 | .nav-tabs li.active, .nav-tabs li.active a, .nav-tabs li.active a:hover,.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, 57 | .comments_list a,.recent_tab_list li a:hover{border-top-color:#BE3F47; color:#BE3F47!important; } 58 | 59 | /* List & Bullets Style 60 | ====================================*/ 61 | .list_style li a:hover, 62 | .list_style.dubble-right-arrow li:before, 63 | .list_style.star li:before, 64 | .list_style.right-arrow li:before, 65 | .list_style.hand li:before, 66 | .list_style.play li:before, 67 | .multi-icon-list li i.fa{ 68 | color: #BE3F47; 69 | } 70 | .list_style.circle li:before, 71 | .list_style.square li:before{ 72 | background: #BE3F47; 73 | } 74 | 75 | /* Buttons & Headings Style 76 | ====================================*/ 77 | .btn-default, 78 | .dropcap_block.default, 79 | .icon_lists .fa-hover a:hover, 80 | #site-searchform #searchsubmit, 81 | .tags li a:hover, 82 | .shares li a:hover{ 83 | background-color:#BE3F47; 84 | } 85 | 86 | #site-searchform #searchsubmit:hover{background-color:#96232B;} 87 | 88 | .theme-color-pt .btn-default {background:#BE3F47;} 89 | .btn-default:hover,.theme-color-pt .btn-default:hover{background-color: #96232B;} 90 | 91 | /* Blog Page Style 92 | ====================================*/ 93 | .blog_large .day, .blog_single .day, 94 | .blogPic .blog-hover .icon, 95 | .hover-icon i:after, 96 | .author_desc 97 | { 98 | background: #BE3F47 !important; 99 | } 100 | 101 | .blogMeta a:hover, .blogTitle span:hover, 102 | .blogTitle > a:hover h2, 103 | .blog_medium .post_meta h2 a:hover, 104 | .blog_large .post_meta .metaInfo > span > a:hover, .blog_single .post_meta .metaInfo > span > a:hover, 105 | .blog_medium .post_meta .metaInfo > span > a:hover,.project_details .details li a:hover,.footer a:hover, 106 | #comment-list li .comment-container:hover a, 107 | #comment-list li .comment-container:hover .comment-date,.comment-container:hover a.link-style3, 108 | .table-categories span.price-duration, 109 | .table-categories strong, 110 | .author_bio h5 a,.blog_large .post_meta h2:hover a, .blog_single .post_meta h2:hover a 111 | { 112 | color: #BE3F47; 113 | } 114 | .blog_medium .day{ background:#BE3F47; } 115 | .dividerHeading h4,.widget_title h4,.sidebar .widget_title h4 span{border-bottom-color:#BE3F47;color:#BE3F47;} 116 | 117 | .comment-container:hover { border-color:#BE3F47; } 118 | 119 | .form-control:focus,#site-searchform #s:focus { border-color:#BE3F47; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(190, 63, 71, 0.6);} 120 | blockquote.default{ border-color:#BE3F47; } 121 | 122 | /* Home Page Style 123 | ====================================*/ 124 | .testimonial-item blockquote { border-top:3px solid #BE3F47; } 125 | .testimonial-review > img { border:2px solid #BE3F47; } 126 | .promo_box{border-color:#BE3F47;} 127 | 128 | .progress_skill .bar {background: #BE3F47 !important;} 129 | .progress_skill:hover{border-color:#BE3F47;} 130 | .progress_skill:hover .bar {background: #96232B !important;} 131 | 132 | /* Portfolio & Recent Item Style 133 | ====================================*/ 134 | .skin-overlay{ background-color:rgba(190, 63, 71, 0.6); } 135 | .touching.medium a.hover-zoom, .touching.medium a.hover-link{ color: #96232B; } 136 | #filter li.selected a, #filter li a:hover,#filter li.selected a,#filter li a:hover { border-bottom:2px solid #BE3F47; } 137 | 138 | .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { 139 | background:#BE3F47; border-color:#BE3F47; } 140 | 141 | /* Pricing-Tables 142 | ====================================*/ 143 | #theme-colored-table ul li,#theme-colored-table ul li:last-child{ border-color:#96232B; } 144 | 145 | #theme-colored-table ul li:nth-child(odd){ background:#96232B; } 146 | 147 | .table-fix{ background:#F8F8F8; border-top-color:#BE3F47; } 148 | 149 | .table-buy-button { background:#96232B!important; } 150 | 151 | .table-buy-button:hover{ color:#fff!important; background: #96232B!important;} 152 | 153 | .team-members:hover .pic > img { cursor:pointer; background-color:#BE3F47; } 154 | 155 | /* Navigation Menu Bar Style 156 | ====================================*/ 157 | .navbar-nav > li > a:hover,.navbar-nav > li > a:focus,.navbar-nav > li.active > a, 158 | .navbar-default .navbar-nav > .active > a, 159 | .navbar-default .navbar-nav > .active > a:hover, 160 | .navbar-default .navbar-nav > .active > a:focus, 161 | .navbar-default .navbar-nav > .open > a, 162 | .navbar-default .navbar-nav > .open > a:hover, 163 | .navbar-default .navbar-nav > .open > a:focus, 164 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a, 165 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 166 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, 167 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, 168 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, 169 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus 170 | { 171 | background:#BE3F47 !important; 172 | } 173 | 174 | #current,.menu ul li a:hover,.menu ul > li:hover > a { background-color:#BE3F47;color:#fff;} 175 | .menu ul ul li a:hover{ background-color:#BE3F47; color:#fff; } 176 | .navbar-nav .dropdown-menu > li > a:hover{ color:#BE3F47; } 177 | 178 | @media only screen and (max-width: 767px) { 179 | .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 180 | .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus 181 | { 182 | background:#BE3F47; 183 | } 184 | } 185 | -------------------------------------------------------------------------------- /css/skins/orange.css: -------------------------------------------------------------------------------- 1 | /* Top-Header 2 | ====================================*/ 3 | .top-info{ background:#EF9648;} 4 | 5 | /* Fraction Slider Style 6 | ====================================*/ 7 | .fraction-slider .prev:hover, .fraction-slider .next:hover, .fraction-slider .next:hover:before, .fraction-slider .prev:hover:before 8 | { border-color:#EF9648!important; color:#EF9648!important; } 9 | 10 | .slider .s1b{color:#EF9648!important;} 11 | .slider .s1a{background: #EF9648 !important;} 12 | .slider-read{background:#EF9648!important;} 13 | 14 | /* Service Box Style 15 | ====================================*/ 16 | .serviceBox_1:hover .hover-icon i, .serviceBox_2:hover .hover-icon i 17 | { box-shadow:0 0 0 4px #EF9648; color:#EF9648;} 18 | 19 | .serviceBox_4:hover i, 20 | .serviceBox_1:hover .new-effect .service-1-icon 21 | { 22 | color:#EF9648 ; 23 | } 24 | 25 | /* Common Background Color Style 26 | ====================================*/ 27 | .flickr-feed li .hover, 28 | .progress_skill .bar, 29 | .swipe-navi .swipe-left, 30 | .swipe-navi .swipe-right, 31 | .highlight.default, 32 | #filter li.selected a:before, 33 | #theme-colored-table, 34 | .carousel-pagination li.active 35 | { 36 | background: #EF9648 !important; 37 | } 38 | 39 | /* Common Text Color Style 40 | ====================================*/ 41 | a.read:hover, 42 | .testimonial-review small, 43 | #breadcrumbs ul li a, 44 | .recent_posts_list li a:hover, 45 | .sidebar .widget ul.arrows_list li a:hover, 46 | .sidebar .widget ul.archives_list li a:hover, 47 | .dropcap.default 48 | { 49 | color: #EF9648; 50 | } 51 | .panel.active_acc, .panel:hover{border-top-color:#EF9648;} 52 | .panel-heading:hover a, .panel-heading:hover .accordian-icon,.active_acc .panel-title a, .active_acc .accordian-icon{color:#EF9648;} 53 | 54 | /* Tabs Style 55 | ====================================*/ 56 | .nav-tabs li.active, .nav-tabs li.active a, .nav-tabs li.active a:hover,.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, 57 | .comments_list a,.recent_tab_list li a:hover{border-top-color:#EF9648; color:#EF9648!important; } 58 | 59 | /* List & Bullets Style 60 | ====================================*/ 61 | .list_style li a:hover, 62 | .list_style.dubble-right-arrow li:before, 63 | .list_style.star li:before, 64 | .list_style.right-arrow li:before, 65 | .list_style.hand li:before, 66 | .list_style.play li:before, 67 | .multi-icon-list li i.fa{ 68 | color: #EF9648; 69 | } 70 | .list_style.circle li:before, 71 | .list_style.square li:before{ 72 | background: #EF9648; 73 | } 74 | 75 | /* Buttons & Headings Style 76 | ====================================*/ 77 | .btn-default, 78 | .dropcap_block.default, 79 | .icon_lists .fa-hover a:hover, 80 | #site-searchform #searchsubmit, 81 | .tags li a:hover, 82 | .shares li a:hover{ 83 | background-color:#EF9648; 84 | } 85 | 86 | #site-searchform #searchsubmit:hover{background-color:#DC7A26;} 87 | 88 | .theme-color-pt .btn-default {background:#EF9648;} 89 | .btn-default:hover,.theme-color-pt .btn-default:hover{background-color: #DC7A26;} 90 | 91 | /* Blog Page Style 92 | ====================================*/ 93 | .blog_large .day, .blog_single .day, 94 | .blogPic .blog-hover .icon, 95 | .hover-icon i:after, 96 | .author_desc 97 | { 98 | background: #EF9648 !important; 99 | } 100 | 101 | .blogMeta a:hover, .blogTitle span:hover, 102 | .blogTitle > a:hover h2, 103 | .blog_medium .post_meta h2 a:hover, 104 | .blog_large .post_meta .metaInfo > span > a:hover, .blog_single .post_meta .metaInfo > span > a:hover, 105 | .blog_medium .post_meta .metaInfo > span > a:hover,.project_details .details li a:hover,.footer a:hover, 106 | #comment-list li .comment-container:hover a, 107 | #comment-list li .comment-container:hover .comment-date,.comment-container:hover a.link-style3, 108 | .table-categories span.price-duration, 109 | .table-categories strong, 110 | .author_bio h5 a,.blog_large .post_meta h2:hover a, .blog_single .post_meta h2:hover a 111 | { 112 | color: #EF9648; 113 | } 114 | .blog_medium .day{ background:#EF9648; } 115 | .dividerHeading h4,.widget_title h4,.sidebar .widget_title h4 span{border-bottom-color:#EF9648;color:#EF9648;} 116 | 117 | .comment-container:hover { border-color:#EF9648; } 118 | 119 | .form-control:focus,#site-searchform #s:focus { border-color:#EF9648; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(230, 126, 34, 0.6);} 120 | blockquote.default{ border-color:#EF9648; } 121 | 122 | /* Home Page Style 123 | ====================================*/ 124 | .testimonial-item blockquote { border-top:3px solid #EF9648; } 125 | .testimonial-review > img { border:2px solid #EF9648; } 126 | .promo_box{border-color:#EF9648;} 127 | 128 | .progress_skill .bar {background: #EF9648 !important;} 129 | .progress_skill:hover{border-color:#EF9648;} 130 | .progress_skill:hover .bar {background: #DC7A26 !important;} 131 | 132 | /* Portfolio & Recent Item Style 133 | ====================================*/ 134 | .skin-overlay{ background-color: rgba(230, 126, 34, 0.6); } 135 | .touching.medium a.hover-zoom, .touching.medium a.hover-link{ color: #DC7A26; } 136 | #filter li.selected a, #filter li a:hover,#filter li.selected a,#filter li a:hover { border-bottom:2px solid #EF9648; } 137 | 138 | .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { 139 | background:#EF9648; border-color:#EF9648; } 140 | 141 | /* Pricing-Tables 142 | ====================================*/ 143 | #theme-colored-table ul li,#theme-colored-table ul li:last-child{ border-color:#DC7A26; } 144 | 145 | #theme-colored-table ul li:nth-child(odd){ background:#DC7A26; } 146 | 147 | .table-fix{ background:#F8F8F8; border-top-color:#EF9648; } 148 | 149 | .table-buy-button { background:#DC7A26!important; } 150 | 151 | .table-buy-button:hover{ color:#fff!important; background: #DC7A26!important;} 152 | 153 | .team-members:hover .pic > img { cursor:pointer; background-color:#EF9648; } 154 | 155 | /* Navigation Menu Bar Style 156 | ====================================*/ 157 | .navbar-nav > li > a:hover,.navbar-nav > li > a:focus,.navbar-nav > li.active > a, 158 | .navbar-default .navbar-nav > .active > a, 159 | .navbar-default .navbar-nav > .active > a:hover, 160 | .navbar-default .navbar-nav > .active > a:focus, 161 | .navbar-default .navbar-nav > .open > a, 162 | .navbar-default .navbar-nav > .open > a:hover, 163 | .navbar-default .navbar-nav > .open > a:focus, 164 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a, 165 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 166 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, 167 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, 168 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, 169 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus 170 | { 171 | background:#EF9648 !important; 172 | } 173 | 174 | #current,.menu ul li a:hover,.menu ul > li:hover > a { background-color:#EF9648;color:#fff;} 175 | .menu ul ul li a:hover{ background-color:#EF9648; color:#fff; } 176 | .navbar-nav .dropdown-menu > li > a:hover{ color:#EF9648; } 177 | 178 | @media only screen and (max-width: 767px) { 179 | .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 180 | .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus 181 | { 182 | background:#EF9648; 183 | } 184 | } 185 | -------------------------------------------------------------------------------- /css/skins/purple.css: -------------------------------------------------------------------------------- 1 | /* Top-Header 2 | ====================================*/ 3 | .top-info{background:#727CB6;} 4 | 5 | /* Fraction Slider Style 6 | ====================================*/ 7 | .fraction-slider .prev:hover, .fraction-slider .next:hover, .fraction-slider .next:hover:before, .fraction-slider .prev:hover:before 8 | { border-color:#727CB6!important; color:#727CB6!important; } 9 | 10 | .slider .s1b{color:#727CB6!important;} 11 | .slider .s1a{background: #727CB6 !important;} 12 | .slider-read{background:#727CB6!important;} 13 | 14 | /* Service Box Style 15 | ====================================*/ 16 | .serviceBox_1:hover .hover-icon i, .serviceBox_2:hover .hover-icon i 17 | { box-shadow:0 0 0 4px #727CB6; color:#727CB6;} 18 | 19 | .serviceBox_4:hover i, 20 | .serviceBox_1:hover .new-effect .service-1-icon 21 | { 22 | color:#727CB6 ; 23 | } 24 | 25 | /* Common Background Color Style 26 | ====================================*/ 27 | .flickr-feed li .hover, 28 | .progress_skill .bar, 29 | .swipe-navi .swipe-left, 30 | .swipe-navi .swipe-right, 31 | .highlight.default, 32 | #filter li.selected a:before, 33 | #theme-colored-table, 34 | .carousel-pagination li.active 35 | { 36 | background: #727CB6 !important; 37 | } 38 | 39 | /* Common Text Color Style 40 | ====================================*/ 41 | a.read:hover, 42 | .testimonial-review small, 43 | #breadcrumbs ul li a, 44 | .recent_posts_list li a:hover, 45 | .sidebar .widget ul.arrows_list li a:hover, 46 | .sidebar .widget ul.archives_list li a:hover, 47 | .dropcap.default 48 | { 49 | color: #727CB6; 50 | } 51 | .panel.active_acc, .panel:hover{border-top-color:#727CB6;} 52 | .panel-heading:hover a, .panel-heading:hover .accordian-icon,.active_acc .panel-title a, .active_acc .accordian-icon{color:#727CB6;} 53 | 54 | /* Tabs Style 55 | ====================================*/ 56 | .nav-tabs li.active, .nav-tabs li.active a, .nav-tabs li.active a:hover,.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, 57 | .comments_list a,.recent_tab_list li a:hover{border-top-color:#727CB6; color:#727CB6!important; } 58 | 59 | /* List & Bullets Style 60 | ====================================*/ 61 | .list_style li a:hover, 62 | .list_style.dubble-right-arrow li:before, 63 | .list_style.star li:before, 64 | .list_style.right-arrow li:before, 65 | .list_style.hand li:before, 66 | .list_style.play li:before, 67 | .multi-icon-list li i.fa{ 68 | color: #727CB6; 69 | } 70 | .list_style.circle li:before, 71 | .list_style.square li:before{ 72 | background: #727CB6; 73 | } 74 | 75 | /* Buttons & Headings Style 76 | ====================================*/ 77 | .btn-default, 78 | .dropcap_block.default, 79 | .icon_lists .fa-hover a:hover, 80 | #site-searchform #searchsubmit, 81 | .tags li a:hover, 82 | .shares li a:hover{ 83 | background-color:#727CB6; 84 | } 85 | 86 | #site-searchform #searchsubmit:hover{background-color:#4A5698;} 87 | 88 | .theme-color-pt .btn-default {background:#727CB6;} 89 | .btn-default:hover,.theme-color-pt .btn-default:hover{background-color: #4A5698;} 90 | 91 | /* Blog Page Style 92 | ====================================*/ 93 | .blog_large .day, .blog_single .day, 94 | .blogPic .blog-hover .icon, 95 | .hover-icon i:after, 96 | .author_desc 97 | { 98 | background: #727CB6 !important; 99 | } 100 | 101 | .blogMeta a:hover, .blogTitle span:hover, 102 | .blogTitle > a:hover h2, 103 | .blog_medium .post_meta h2 a:hover, 104 | .blog_large .post_meta .metaInfo > span > a:hover, .blog_single .post_meta .metaInfo > span > a:hover, 105 | .blog_medium .post_meta .metaInfo > span > a:hover,.project_details .details li a:hover,.footer a:hover, 106 | #comment-list li .comment-container:hover a, 107 | #comment-list li .comment-container:hover .comment-date,.comment-container:hover a.link-style3, 108 | .table-categories span.price-duration, 109 | .table-categories strong, 110 | .author_bio h5 a,.blog_large .post_meta h2:hover a, .blog_single .post_meta h2:hover a 111 | { 112 | color: #727CB6; 113 | } 114 | .blog_medium .day{ background:#727CB6; } 115 | .dividerHeading h4,.widget_title h4,.sidebar .widget_title h4 span{border-bottom-color:#727CB6;color:#727CB6;} 116 | 117 | .comment-container:hover { border-color:#727CB6; } 118 | 119 | .form-control:focus,#site-searchform #s:focus { border-color:#727CB6; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(114, 124, 182, 0.6);} 120 | blockquote.default{ border-color:#727CB6; } 121 | 122 | /* Home Page Style 123 | ====================================*/ 124 | .testimonial-item blockquote { border-top:3px solid #727CB6; } 125 | .testimonial-review > img { border:2px solid #727CB6; } 126 | .promo_box{border-color:#727CB6;} 127 | 128 | .progress_skill .bar {background: #727CB6 !important;} 129 | .progress_skill:hover{border-color:#727CB6;} 130 | .progress_skill:hover .bar {background: #4A5698 !important;} 131 | 132 | /* Portfolio & Recent Item Style 133 | ====================================*/ 134 | .skin-overlay{ background-color: rgba(114, 124, 182, 0.6); } 135 | .touching.medium a.hover-zoom, .touching.medium a.hover-link{ color: #4A5698; } 136 | #filter li.selected a, #filter li a:hover,#filter li.selected a,#filter li a:hover { border-bottom:2px solid #727CB6; } 137 | 138 | .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { 139 | background:#727CB6; border-color:#727CB6; } 140 | 141 | /* Pricing-Tables 142 | ====================================*/ 143 | #theme-colored-table ul li,#theme-colored-table ul li:last-child{ border-color:#4A5698; } 144 | 145 | #theme-colored-table ul li:nth-child(odd){ background:#4A5698; } 146 | 147 | .table-fix{ background:#F8F8F8; border-top-color:#727CB6; } 148 | 149 | .table-buy-button { background:#4A5698!important; } 150 | 151 | .table-buy-button:hover{ color:#fff!important; background: #4A5698!important;} 152 | 153 | .team-members:hover .pic > img { cursor:pointer; background-color:#727CB6; } 154 | 155 | /* Navigation Menu Bar Style 156 | ====================================*/ 157 | .navbar-nav > li > a:hover,.navbar-nav > li > a:focus,.navbar-nav > li.active > a, 158 | .navbar-default .navbar-nav > .active > a, 159 | .navbar-default .navbar-nav > .active > a:hover, 160 | .navbar-default .navbar-nav > .active > a:focus, 161 | .navbar-default .navbar-nav > .open > a, 162 | .navbar-default .navbar-nav > .open > a:hover, 163 | .navbar-default .navbar-nav > .open > a:focus, 164 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a, 165 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 166 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, 167 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, 168 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, 169 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus 170 | { 171 | background:#727CB6 !important; 172 | } 173 | 174 | #current,.menu ul li a:hover,.menu ul > li:hover > a { background-color:#727CB6;color:#fff;} 175 | .menu ul ul li a:hover{ background-color:#727CB6; color:#fff; } 176 | .navbar-nav .dropdown-menu > li > a:hover{ color:#727CB6; } 177 | 178 | @media only screen and (max-width: 767px) { 179 | .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 180 | .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus 181 | { 182 | background:#727CB6; 183 | } 184 | } 185 | -------------------------------------------------------------------------------- /404-page.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Rainy Responsive Multipurpose Template 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 24 | 25 | 26 |
27 | background 28 |
29 | 30 |
31 | 32 | 141 |
142 |
143 |
144 |
145 |

404

146 | 154 |
155 |
156 |
157 |
158 |
159 | 160 | 161 | 162 |
163 |
164 |
165 |
166 |
167 |
168 |

404

169 |

Sorry, Page you're looking for is not found

170 | 171 | 172 | Go to Back 173 | 174 |
175 |
176 |
177 |
178 |
179 | 180 |
181 |
182 |
183 |
184 |
185 |

Rainy is awesome responsive template, with refreshingly clean design.

186 |

Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean commodo ligula eget dolor.

187 |
188 |
189 |
190 | 196 |
197 |
198 |
199 |
200 |
201 | 202 | 203 | 204 | 267 | 268 | 269 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 |
311 | 312 | 313 | -------------------------------------------------------------------------------- /contact.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Rainy Responsive Multipurpose Template 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 23 | 24 | 25 |
26 | background 27 |
28 | 29 |
30 | 31 | 140 |
141 |
142 |
143 |
144 |

Contact Us

145 | 152 |
153 |
154 |
155 |
156 |
157 | 158 | 159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
169 | 170 | 171 |
172 |
173 |
174 |

Get in Touch

175 |
176 |

Vidit nulla errem ea mea. Dolore apeirian insolens mea ut, indoctum consequuntur hasi. No aeque dictas dissenti as tusu, sumo quodsi fuisset mea in. Ea nobis populo interesset cum, ne sit quis elit officiis, min im tempor iracundia sit anet. Facer falli aliquam nec te. In eirmod utamur offendit vis, posidonium instructior sed te.

177 | 178 | 182 | 183 | 187 | 188 |
189 |
190 |
191 |
192 | 193 |
194 |
195 | 196 |
197 |
198 |
199 |
200 |
201 |
202 | 203 |
204 |
205 |
206 |
207 |
208 |
209 | 210 | 211 |
212 |
213 |
214 |
215 |
216 | 217 |
218 |
219 |
220 |
221 | 222 |
223 | 257 |
258 | 259 |
260 |
261 |
262 | 263 |
264 | 265 | 266 | 267 | 330 | 331 | 332 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 |
375 | 376 | 382 | 383 | 384 | -------------------------------------------------------------------------------- /pricing-tables.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Pricing Tables - Rainy Responsive Multipurpose Template 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 24 | 25 | 26 |
27 | background 28 |
29 | 30 |
31 | 32 | 141 |
142 |
143 |
144 |
145 |

Pricing Tables

146 | 154 |
155 |
156 |
157 |
158 |
159 | 160 |
161 |
162 |
163 |
164 |
165 |

Pricing Tables 1

166 | 167 |
168 |
169 |
170 |

Standard

171 | 14,50$ 172 | /per month 173 |
174 | 184 | buy now 185 |
186 |
187 |
188 |

Business

189 | 14,50$ 190 | /per month 191 |
192 | 202 | buy now 203 |
204 |
205 |
206 |

premium

207 | 14,50$ 208 | /per month 209 |
210 | 220 | buy now 221 |
222 |
223 |
224 |

extra

225 | 14,50$ 226 | /per month 227 |
228 | 238 | buy now 239 |
240 |
241 |
242 |
243 | 244 |
245 | 246 | 247 | 248 |
249 |
250 |
251 |
252 |
253 |

Rainy is awesome responsive template, with refreshingly clean design.

254 |

Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean commodo ligula eget dolor.

255 |
256 |
257 |
258 | 264 |
265 |
266 |
267 |
268 | 269 | 270 | 271 | 338 | 339 | 340 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 |
382 | 383 | 384 | -------------------------------------------------------------------------------- /columns.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Rainy Responsive Multipurpose Template 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 23 | 24 | 25 |
26 | background 27 |
28 | 29 |
30 | 31 | 140 |
141 |
142 |
143 |
144 |

Column

145 | 153 |
154 |
155 |
156 |
157 |
158 | 159 | 160 | 161 |
162 |
163 |
164 |
165 |
166 |
167 |

12 Columns

168 |
169 |

Fusce lacinia tempor malesuada. Ut lacus sapien, placerat a ornare nec, elementum sit amet felis. Maecenas pretium lorem hendrerit eros sagittis fermentum. Donec in ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo ad gravida. Cras suscipit, quam vitae adipiscing faucibus, risus nibh laoreet odio, a porttitor metus eros ut enim. Morbi augue velit, tempus mattis sum dignissim nec, porta sed risus. Donec eget magna eu lorem tristique pellentesque eget eu dui. Fusce lacinia tempor malesuada. Ut lacus sapien, po anemat ornare nec, elementum sit amet felis. Maecenas pretium hendrerit fermentum lacus sapien, placerat a ornare nec fringilla libero convals.

170 |
171 |
172 |
173 |
174 |
175 |

6 Columns

176 |
177 |

Donec in ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Cras suscipit, quam vitae adipiscing faucibus, risus nibh laoreet odio, a porttitor metus eros ut enim. Morbi augue velit, tempus mattis dignissim nec, porta sed risus. Donec eget magna eu lorem tristique pellentesque eget eu duiport titor metus eros ut enim.

178 |
179 |
180 |
181 |

6 Columns

182 |
183 |

Donec in ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Cras suscipit, quam vitae adipiscing faucibus, risus nibh laoreet odio, a porttitor metus eros ut enim. Morbi augue velit, tempus mattis dignissim nec, porta sed risus. Donec eget magna eu lorem tristique pellentesque eget eu duiport titor metus eros ut enim.

184 |
185 |
186 |
187 |
188 |
189 |

3 Columns

190 |
191 |

Donec in ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Cras suscipit, quam vitae adipiscing faucibus, risus nibh laoreet odio, a porttitor metus eros ut enim.

192 |
193 | 194 |
195 |
196 |

3 Columns

197 |
198 |

Donec in ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Cras suscipit, quam vitae adipiscing faucibus, risus nibh laoreet odio, a porttitor metus eros ut enim.

199 |
200 |
201 |
202 |

3 Columns

203 |
204 |

Donec in ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Cras suscipit, quam vitae adipiscing faucibus, risus nibh laoreet odio, a porttitor metus eros ut enim.

205 |
206 | 207 |
208 |
209 |

3 Columns

210 |
211 |

Donec in ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Cras suscipit, quam vitae adipiscing faucibus, risus nibh laoreet odio, a porttitor metus eros ut enim.

212 |
213 |
214 | 215 |
216 |
217 |
218 |

4 Columns

219 |
220 |

Donec in ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Cras suscipit, quam vitae adipiscing faucibus, risus nibh laoreet odio, a porttitor metus eros ut enim. Morbi augue velit, tempus mattis dignissim nec, porta sed risus. Donec eget magna eu lorem tristique pellentesque eget eu duiport titor metus eros ut enim.

221 |
222 | 223 |
224 |
225 |

4 Columns

226 |
227 |

Donec in ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Cras suscipit, quam vitae adipiscing faucibus, risus nibh laoreet odio, a porttitor metus eros ut enim. Morbi augue velit, tempus mattis dignissim nec, porta sed risus. Donec eget magna eu lorem tristique pellentesque eget eu duiport titor metus eros ut enim.

228 |
229 | 230 |
231 |
232 |

4 Columns

233 |
234 |

Donec in ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Cras suscipit, quam vitae adipiscing faucibus, risus nibh laoreet odio, a porttitor metus eros ut enim. Morbi augue velit, tempus mattis dignissim nec, porta sed risus. Donec eget magna eu lorem tristique pellentesque eget eu duiport titor metus eros ut enim.

235 |
236 |
237 | 238 |
239 |
240 |
241 |

9 Columns

242 |
243 |

Donec in ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Cras suscipit, quam vitae adipiscing faucibus, risus nibh laoreet odio, a porttitor metus eros ut enim. Morbi augue velit, tempus mattis dignissim nec, porta sed risus. Donec eget magna eu lorem tristique pellentesque eget eu duiport titor metus eros ut enim.

244 |
245 | 246 |
247 |
248 |

3 Columns

249 |
250 |

Donec in ut odio libero, at vulpu urna. Nulla tristique mi a massa convallis cursus. Nulla eumina magna etiam suscipit dignissim.

251 |
252 |
253 | 254 |
255 |
256 | 257 |
258 |
259 |
260 |
261 |
262 |

Rainy is awesome responsive template, with refreshingly clean design.

263 |

Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean commodo ligula eget dolor.

264 |
265 |
266 |
267 | 273 |
274 |
275 |
276 |
277 |
278 | 279 | 280 | 281 | 344 | 345 | 346 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 |
389 | 390 | 391 | -------------------------------------------------------------------------------- /css/font-awesome.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"} -------------------------------------------------------------------------------- /services.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Services - Rainy Responsive Multipurpose Template 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 23 | 24 | 25 |
26 | background 27 |
28 | 29 |
30 | 31 | 140 |
141 |
142 |
143 |
144 |

Services

145 | 153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 | 162 |
163 |
164 |
165 |

Services Style 1

166 |
167 |
168 |
169 |
170 |
171 |
172 | 173 |
174 |

Modern Design

175 |
176 |

Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean commodo ligula eget dolor. Cum sociis natoque penatibus mag dis parturient.

177 | Read more 178 |
179 |
180 | 181 |
182 |
183 |
184 |
185 | 186 |
187 |

Clean & Minimal

188 |
189 |

Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean commodo ligula eget dolor. Cum sociis natoque penatibus mag dis parturient.

190 | Read more 191 |
192 |
193 | 194 |
195 |
196 |
197 |
198 | 199 |
200 |

Branding Theme

201 |
202 |

Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean commodo ligula eget dolor. Cum sociis natoque penatibus mag dis parturient.

203 | Read more 204 |
205 |
206 |
207 | 208 | 209 | 210 |
211 |
212 |
213 |

Services Style 2

214 |
215 |
216 |
217 |
218 |
219 | 220 |
221 |

Web Design

222 |

Integer ultrices scelerisque nulla fringilla. Praesent leo massa, ullamcorper venenatis tempor.

223 |
224 |
225 |
226 |
227 |
228 | 229 |
230 |

Free Support

231 |

Integer ultrices scelerisque nulla fringilla. Praesent leo massa, ullamcorper venenatis tempor.

232 |
233 |
234 |
235 |
236 |
237 | 238 |
239 |

Awesome Design

240 |

Integer ultrices scelerisque nulla fringilla. Praesent leo massa, ullamcorper venenatis tempor.

241 |
242 |
243 |
244 | 245 | 246 | 247 |
248 |
249 |
250 |

Services Style 3

251 |
252 |
253 |
254 |
255 | 256 |

Clean & Minimal

257 |

Cras mattis consectetur purus sit amet fermen. Lorem ipsum dolor sit amet, consec adipiscing elit. Maecenas sed diam eget risus varius bland sit amet non fringilla ullamcorper magna.

258 |
259 |
260 |
261 |
262 | 263 |

Awesome Design

264 |

Cras mattis consectetur purus sit amet fermen. Lorem ipsum dolor sit amet, consec adipiscing elit. Maecenas sed diam eget risus varius bland sit amet non fringilla ullamcorper magna.

265 |
266 |
267 |
268 |
269 | 270 |

Free Support & Updates

271 |

Cras mattis consectetur purus sit amet fermen. Lorem ipsum dolor sit amet, consec adipiscing elit. Maecenas sed diam eget risus varius bland sit amet non fringilla ullamcorper magna.

272 |
273 |
274 |
275 |
276 | 277 |

Free Support & Updates

278 |

Cras mattis consectetur purus sit amet fermen. Lorem ipsum dolor sit amet, consec adipiscing elit. Maecenas sed diam eget risus varius bland sit amet non fringilla ullamcorper magna.

279 |
280 |
281 |
282 | 283 | 284 | 285 |
286 |
287 |
288 |

Services Style 4

289 |
290 |
291 |
292 |
293 |
294 | 295 |
296 |

Clean & Minimal

297 |

Cras mattis consectetur purus sit amet fermen. Lorem ipsum dolor sit amet, consec adipiscing elit. Maecenas sed diam eget risus varius bland sit amet non fringilla ullamcorper magna.

298 |
299 |
300 |
301 |
302 |
303 | 304 |
305 |

Awesome Design

306 |

Cras mattis consectetur purus sit amet fermen. Lorem ipsum dolor sit amet, consec adipiscing elit. Maecenas sed diam eget risus varius bland sit amet non fringilla ullamcorper magna.

307 |
308 |
309 |
310 |
311 |
312 | 313 |
314 |

Free Support & Updates

315 |

Cras mattis consectetur purus sit amet fermen. Lorem ipsum dolor sit amet, consec adipiscing elit. Maecenas sed diam eget risus varius bland sit amet non fringilla ullamcorper magna.

316 |
317 |
318 |
319 | 320 |
321 |
322 | 323 |
324 |
325 |
326 |
327 |
328 |

Rainy is awesome responsive template, with refreshingly clean design.

329 |

Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean commodo ligula eget dolor.

330 |
331 |
332 |
333 | 339 |
340 |
341 |
342 |
343 |
344 | 345 | 346 | 347 | 414 | 415 | 416 | 437 | 438 | 439 | 440 | 441 | 442 | 443 | 444 | 445 | 446 | 447 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 |
458 | 459 | 460 | 461 | --------------------------------------------------------------------------------