123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771 |
-
- /* ------------------------------------------------------------------------------
- Typography
- -------------------------------------------------------------------------------*/
- @import url(4a8e6531bd3d4a69bce60a46a5836201.css);
-
- p {
- font-size: 14px;
- line-height: 22.4px;
- color: #6c7279;
- }
- h1 {
- font-size:35px;
- color: #2d3033;
- font-weight:100;
-
- }
- h2 {
- font-size: 30px;
- color: #000;
- font-weight:100;
- }
- h3 {
- font-size: 28px;
- color: #2d3033;
- font-weight: 300;
- letter-spacing:1px;
- }
- h4 {
- font-size: 17px;
- color: #000;
- font-weight: 400;
- }
- h5 {
- font-size: 14px;
- color: #2d3033;
- text-transform: uppercase;
- font-weight: 700;
- }
- .btn {
- background-color: #e84545;
- color: #fff;
- font-size: 13px;
- font-weight: 600;
- border: 0;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- display: inline-block;
- text-transform: uppercase;
- }
- .btn:hover, .btn:focus {
- background-color: #e52e2e;
- color: #fff;
- }
- .btn-large {
- padding: 15px 40px;
- }
- .copyrights{
- text-indent:-9999px;
- height:0;
- line-height:0;
- font-size:0;
- overflow:hidden;
- }
- /* ------------------------------------------------------------------------------
- Global Styles
- -------------------------------------------------------------------------------*/
- a {
- color: #e84545;
- }
- a:hover, a:focus {
- text-decoration: none;
- -moz-transition: background-color, color, 0.3s;
- -o-transition: background-color, color, 0.3s;
- -webkit-transition: background-color, color, 0.3s;
- transition: background-color, color, 0.3s;
- }
- body {
- font-family: Arial,Helvetica,"\5FAE\8F6F\96C5\9ED1";
- font-weight: 400;
- color: #333;
- }
- ul, ol {
- margin: 0;
- padding: 0;
- }
- ul li {
- list-style: none;
- }
- .section {
- padding: 28px 0;
- }
- .no-padding {
- padding: 0;
- }
- .no-gutter [class*=col-] {
- padding-right: 0;
- padding-left: 0;
- }
- .section-title {
- margin-top: 0;
- letter-spacing:2px;
- line-height: 39px;
- }
- .section-title span {
- font-weight: 600;
- }
- .section-intro {
- margin:5% 10% 12% 10%;
- color: #636363;
- font-size:14px;
- line-height:21px;
- font-weight: 300;
- letter-spacing:1px;
- }
- .icon {
- font-size:33px;
- color:#000;
- }
- .img-responsive {
- margin:auto;
- }
- /* ------------------------------------------------------------------------------
- Header
- -------------------------------------------------------------------------------*/
- #header {
- position: fixed;
- width: 100%;
- z-index: 999;
- }
- #header .header-content {
- margin: 0 auto;
- max-width: 1170px;
- padding: 20px 0;
- width: 100%;
- -moz-transition: padding 0.3s;
- -o-transition: padding 0.3s;
- -webkit-transition: padding 0.3s;
- transition: padding 0.3s;
- }
- #header .logo {
- float: left;
- }
- #header.fixed {
- background-color: #000;
- filter:alpha(Opacity=80);
- -moz-opacity:0.8;
- opacity: 0.8;
- }
- #header.fixed .header-content {
- border-bottom: 0;
- padding: 10px 0;
- }
- #header.fixed .nav-toggle {
- top: 18px;
- }
- .navigation.open {
- opacity: 0.9;
- visibility: visible;
- -moz-transition: opacity 0.5s;
- -o-transition: opacity 0.5s;
- -webkit-transition: opacity 0.5s;
- transition: opacity 0.5s;
- }
- .navigation {
- float: right;
- padding: 20px 0;
- }
- .navigation li {
- display: inline-block;
- }
- .navigation a {
- color: rgba(255, 255, 255, 0.8);
- font-size: 12px;
- font-weight: 400;
- margin-left: 40px;
- letter-spacing: 1px;
- text-transform: uppercase;
- }
- .navigation a:hover, .navigation a.active {
- color: #fff;
- }
- .nav-toggle {
- display: none;
- height: 44px;
- overflow: hidden;
- position: fixed;
- right: 5%;
- text-indent: 100%;
- top: 32px;
- white-space: nowrap;
- width: 44px;
- z-index: 99999;
- -moz-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- }
- .nav-toggle:before, .nav-toggle:after {
- border-radius: 50%;
- content: "";
- height: 100%;
- left: 0;
- position: absolute;
- top: 0;
- width: 100%;
- -moz-transform: translateZ(0);
- -ms-transform: translateZ(0);
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- -moz-backface-visibility: hidden;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -moz-transition-property: -moz-transform;
- -o-transition-property: -o-transform;
- -webkit-transition-property: -webkit-transform;
- transition-property: transform;
- }
- .nav-toggle:before {
- background-color: #e84545;
- -moz-transform: scale(1);
- -ms-transform: scale(1);
- -webkit-transform: scale(1);
- transform: scale(1);
- -moz-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- }
- .nav-toggle:after {
- background-color: #e84545;
- -moz-transform: scale(0);
- -ms-transform: scale(0);
- -webkit-transform: scale(0);
- transform: scale(0);
- -moz-transition-duration: 0s;
- -o-transition-duration: 0s;
- -webkit-transition-duration: 0s;
- transition-duration: 0s;
- }
- .nav-toggle span {
- background-color: #fff;
- bottom: auto;
- display: inline-block;
- height: 3px;
- left: 50%;
- position: absolute;
- right: auto;
- top: 50%;
- width: 18px;
- z-index: 10;
- -moz-transform: translateX(-50%) translateY(-50%);
- -ms-transform: translateX(-50%) translateY(-50%);
- -webkit-transform: translateX(-50%) translateY(-50%);
- transform: translateX(-50%) translateY(-50%);
- }
- .nav-toggle span:before, .nav-toggle span:after {
- background-color: #fff;
- content: "";
- height: 100%;
- position: absolute;
- right: 0;
- top: 0;
- width: 100%;
- -moz-transform: translateZ(0);
- -ms-transform: translateZ(0);
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- -moz-backface-visibility: hidden;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -moz-transition: -moz-transform 0.3s;
- -o-transition: -o-transform 0.3s;
- -webkit-transition: -webkit-transform 0.3s;
- transition: transform 0.3s;
- }
- .nav-toggle span:before {
- -moz-transform: translateY(-6px) rotate(0deg);
- -ms-transform: translateY(-6px) rotate(0deg);
- -webkit-transform: translateY(-6px) rotate(0deg);
- transform: translateY(-6px) rotate(0deg);
- }
- .nav-toggle span:after {
- -moz-transform: translateY(6px) rotate(0deg);
- -ms-transform: translateY(6px) rotate(0deg);
- -webkit-transform: translateY(6px) rotate(0deg);
- transform: translateY(6px) rotate(0deg);
- }
- .nav-toggle.close-nav:before {
- -moz-transform: scale(0);
- -ms-transform: scale(0);
- -webkit-transform: scale(0);
- transform: scale(0);
- }
- .nav-toggle.close-nav:after {
- -moz-transform: scale(1);
- -ms-transform: scale(1);
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- .nav-toggle.close-nav span {
- background-color: rgba(255, 255, 255, 0);
- }
- .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
- background-color: #fff;
- }
- .nav-toggle.close-nav span:before {
- -moz-transform: translateY(0) rotate(45deg);
- -ms-transform: translateY(0) rotate(45deg);
- -webkit-transform: translateY(0) rotate(45deg);
- transform: translateY(0) rotate(45deg);
- }
- .nav-toggle.close-nav span:after {
- -moz-transform: translateY(0) rotate(-45deg);
- -ms-transform: translateY(0) rotate(-45deg);
- -webkit-transform: translateY(0) rotate(-45deg);
- transform: translateY(0) rotate(-45deg);
- }
- /* ------------------------------------------------------------------------------
- Banner
- -------------------------------------------------------------------------------*/
- .banner {
- background-color: #ce2200;
- min-height: 750px;
- }
- .banner-text {
- padding-top: 30%;
- }
- .banner-text h1 {
- color: #fff;
- font-weight: 600;
- font-size:38px;
- line-height: 48px;
- margin-bottom: 0%;
- }
- .banner-text h2 {
- color: #fff;
- font-size: 33px;
- line-height: 48px;}
- }
- .banner-text span {
- font-weight: 600;
- font-size:38px;}
- .banner-text p {
- color: #fff;
- font-size: 16px;
- font-weight: 300;
- line-height: 24px;
- margin-bottom: 7%;
- }
- .banner-img {
- bottom: -142px;
- position: relative;
- }
- .banner-btn a {
- margin-right: 15px;
- /*display:inline-block*/
- }
- /* ------------------------------------------------------------------------------
- Overview
- -------------------------------------------------------------------------------*/
- .overview-content h4 {
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .overview-content p {
- font-size:13px;
- font-weight: 300;
- line-height: 21px;
- letter-spacing:1px;
- padding-right:12%;
- }
- .overview-video {
- margin:auto;
- margin-bottom:7%;
- z-index:1;
- }
- .overview-video iframe {
- width:800px;
- height:450px;
- }
- /* ------------------------------------------------------------------------------
- Feature 1
- -------------------------------------------------------------------------------*/
- .features1 {
- background-color:#FFF;
- }
- .left {
- text-align:right;
- padding-right:5%;
- }
- .middle {
- padding-left:3.5%;
- }
- .right {
- padding-left:5%;
- }
- .features1-content {
- margin-top:20%;
- }
- .features1-content h4 {
- text-transform:uppercase;
- letter-spacing:1px;
- margin-top:20px;
- }
- .features1-content p {
- font-size:13px;
- font-weight: 300;
- line-height: 21px;
- letter-spacing:1px;
- margin-top:24px;
- }
- /* ------------------------------------------------------------------------------
- Feature 2 & 3
- -------------------------------------------------------------------------------*/
-
- .features2 {
- padding-bottom:0;
- }
- .features2-content {
- margin-top:10%;
- }
- .features2-content img {
- bottom: -100px;
- }
- .features2-content p {
- font-size:14px;
- font-weight: 300;
- line-height: 21px;
- letter-spacing:1px;
- margin-top:7%;
- }
- .features2-content ul {
- margin-top:7%;
- line-height:36px;
- font-weight: 300;
- }
- .features2-content h2 {
- margin-top: 0;
- letter-spacing:2px;
- line-height: 39px;
- }
- .container span {
- font-size: 30px;
- }
- .features3 {
- background-color:#f2f2f2;
- padding-bottom:0;
- }
- .features3 img {
- bottom: -100px;
- padding-left:15%;
- }
- .banner-btn {
- margin-bottom:3%;
- }
- .banner-btn img{
- padding:3%;
- }
- /* ------------------------------------------------------------------------------
- Owl Coursol
- -------------------------------------------------------------------------------*/
-
- #owl-demo .item {
- text-align:center;
- }
- /* ------------------------------------------------------------------------------
- Subscribe
- -------------------------------------------------------------------------------*/
-
- .overlay {
- background-color: rgba(60, 57, 162, 0.9);
- height: 100%;
- left: 0;
- position: absolute;
- right: 0;
- top: 0;
- width: 100%;
- }
- .subscribe {
- width:100%;
- background-image:url('../images/parallax-bg.jpg');
- background-attachment: fixed;
- background-repeat: no-repeat;
- background-position: 50% 0;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- position: relative;
- }
- .subscribe h2 {
- margin-top: 0;
- color: #fff;
- letter-spacing:2px;
- }
- .subscribe span {
- font-weight:600;
- }
- .subscribe h3 {
- margin-bottom: 30px;
- font-size:24px;
- font-weight:100;
- color: #fff;
- letter-spacing:1px;
- }
- .subscribe p {
- margin:5% 10% 7% 10%;
- color: #fff;
- font-size:14px;
- line-height:21px;
- font-weight: 300;
- letter-spacing:1px;
- }
- .subscribe-form {
- margin-top: 45px;
- }
- .subscribe-form input[type=text] {
- width: 75%;
- height: 60px;
- display: block;
- padding: 0 20px;
- background-color: #fff;
- border: 1px solid #fff;
- -webkit-border-top-left-radius: 2px;
- -webkit-border-bottom-left-radius: 2px;
- -moz-border-radius-topleft: 2px;
- -moz-border-radius-bottomleft: 2px;
- border-top-left-radius: 2px;
- border-bottom-left-radius: 2px;
- line-height: 60px;
- letter-spacing:1px;
- font-size:15px;
- font-weight:300;
- float: left;
- }
- .subscribe-form input:focus {
- outline: 0;
- }
- .subscribe-form input[type=submit] {
- width: 25%;
- height: 60px;
- display: block;
- padding: 0 10px;
- background-color: #a0ce4e;
- border: 1px solid #a0ce4e;
- color: #fff;
- -webkit-border-top-right-radius: 2px;
- -webkit-border-bottom-right-radius: 2px;
- -moz-border-radius-topright: 2px;
- -moz-border-radius-bottomright: 2px;
- border-top-right-radius: 2px;
- border-bottom-right-radius: 2px;
- font-weight: 700;
- transition: all 0.125s ease-in-out 0s;
- -moz-transition: all 0.125s ease-in-out 0s;
- -webkit-transition: all 0.125s ease-in-out 0s;
- -o-transition: all 0.125s ease-in-out 0s;
- -ms-transition: all 0.125s ease-in-out 0s;
- float: right;
- }
- .subscribe-form input[type=submit]:hover {
- background-color: #7ebb12;
- border: 1px solid #7ebb12;
- color: #fff;
- }
- .error_message {
- color:#fc6e51;
- padding-bottom:15px;
- font-size:13px;
- line-height:30px;
- }
- #success_page {
- color:#9ce726;
- padding-bottom:10px;
- font-size:12px;
- }
- #success_page h3 {
- font-size:17px;
- font-weight:400px;
- color:#4ab217;
- }
- #success_page p {
- font-size:12px;
- font-weight:400px;
- color:#b3b3b3;
- }
- /* ------------------------------------------------------------------------------
- Contact form
- -------------------------------------------------------------------------------*/
- .conForm {
- padding-left:50px;
- padding-right:50px;
- }
- .conForm input {
- background:#fff;
- color:#797979;
- padding:15px 30px;
- border:none;
- margin-right:3%;
- margin-bottom:20px;
- outline:none;
- font-style:normal;
- border:#dedede 1px solid;
- font-size:15px;
- }
- .conForm input.noMarr {
- margin-right:0px;
- }
- .conForm textarea {
- background:#fff;
- color:#797979;
- padding:15px 30px;
- margin-bottom:18px;
- outline:none;
- height:140px;
- font-style:normal;
- resize:none;
- font-size:15px;
- border:#dedede 1px solid;
- }
- .conForm .submitBnt {
- background:#a0ce4e;
- color: #fff;
- padding: 15px 40px;
- font-size: 13px;
- font-weight: 600;
- letter-spacing: 5px;
- border: 0;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- display: inline-block;
- text-transform: uppercase;
- }
- .conForm .submitBnt:hover {
- background:#3d3d3d;
- color:#fff;
- }
- .error_message {
- color: #ff675f;
- font-weight: 500;
- padding-bottom: 15px;
- }
- #success_page h3 {
- color: #5ed07b;
- font-size: 17px;
- font-weight: 700;
- }
- /* ------------------------------------------------------------------------------
- Footer
- -------------------------------------------------------------------------------*/
- .footer {
- text-align: center;
- background-color:#201f22;
- }
- .footer p {
- font-size: 14px;
- color: #636363;
- }
- .footer p > a {
- font-size: 14px;
- color: #636363;
- }
- .footer a {
- font-size:18px;
- color: #7f7f7f;
- }
- .footer a:hover {
- color: #e84545;
- }
- .footer .footer-share {
- margin-top: 0;
- }
- .footer .footer-share li {
- border: 1px solid rgba(255, 255, 255, 0.2);
- border-radius: 50%;
- color: #ffffff;
- width: 70px;
- height: 70px;
- border-radius: 50%;
- padding: 22px 0;
- margin: 0 10px;
- display: inline-block;
- float: none;
- }
- .footer .footer-share a {
- color: #fff;
- }
- .footer .fa-heart {
- color: #e84545;
- font-size: 11px;
- margin: 0 2px;
- }
- .wxkf{
- width: 120px;
- }
- @media (max-width: 767px) {
- .wxkf {
- width: 60px;
- }
- }
- /**
- * pricing
- * --------------------------------------------------
- */
- .pricing-table {
- border: 1px solid rgba(0, 0, 0, 0.1);
- -webkit-border-radius: 4px;
- border-radius: 4px;
- }
-
- @media (max-width: 767px) {
- .pricing-table {
- margin-top: 20px;
- }
- }
-
- .pricing-table-header {
- position: relative;
- padding: 20px 15px;
- }
-
- .pricing-table-content {
- background-color: #fff;
- padding-left:18px;
- }
-
- .pricing-table-footer {
- background-color: #fff;
- border-top: 1px solid rgba(0, 0, 0, 0.1);
- padding: 20px;
- }
-
- .pricing-table-list {
- list-style: none;
- padding-left: 0;
- }
-
- .pricing-table-list li {
- padding: 12px 20px;
- }
-
- .pricing-table-list li:not(:first-child) {
- border-top: 1px solid rgba(0, 0, 0, 0.1);
- }
-
- .pricing-table-list li i {
- margin-right: .5em;
- color: #10cfbd;
- }
-
-
- .pricing-table-title {
- font-size: 22px;
- font-weight: 600;
- text-transform: none;
- margin-bottom: 0;
- }
-
- @media (min-width: 768px) {
- .pricing-table-title {
- font-size: 32px;
- }
- }
- .section-content li {
- padding: 6px 0px;}
- .align-l {
- text-align: left !important;
- }
|