| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497 |
- @font-face {
- font-family: 'icomoon';
- src: url("../fonts/icomoon/icomoon.eot?srf3rx");
- src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
- font-weight: normal;
- font-style: normal;
- }
- /* =======================================================
- *
- * Template Style
- *
- * ======================================================= */
- body {
- font-family: "Inconsolata", Arial, sans-serif;
- font-weight: 400;
- font-size: 18px;
- line-height: 1.7;
- color: #333333;
- background: #fff;
- }
- #page {
- position: relative;
- overflow-x: hidden;
- width: 100%;
- height: 100%;
- -webkit-transition: 0.5s;
- -o-transition: 0.5s;
- transition: 0.5s;
- }
- .offcanvas #page {
- overflow: hidden;
- position: absolute;
- }
- .offcanvas #page:after {
- -webkit-transition: 2s;
- -o-transition: 2s;
- transition: 2s;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 101;
- background: rgba(0, 0, 0, 0.7);
- content: "";
- }
- a {
- color: #DD356E;
- -webkit-transition: 0.5s;
- -o-transition: 0.5s;
- transition: 0.5s;
- }
- a:hover, a:active, a:focus {
- color: #DD356E;
- outline: none;
- text-decoration: none;
- }
- p {
- margin-bottom: 30px;
- }
- h1, h2, h3, h4, h5, h6, figure {
- color: #000;
- font-family: "Inconsolata", Arial, sans-serif;
- font-weight: 400;
- margin: 0 0 20px 0;
- }
- .copyrights{
- text-indent:-9999px;
- height:0;
- line-height:0;
- font-size:0;
- overflow:hidden;
- }
- ::-webkit-selection {
- color: #fff;
- background: #DD356E;
- }
- ::-webkit-selection{
- o
- }
- ::-moz-selection {
- color: #fff;
- background: #DD356E;
- }
- ::selection {
- color: #fff;
- background: #DD356E;
- }
- .fh5co-nav {
- background: #fff;
- }
- .fh5co-nav .top-menu {
- padding: 28px 0;
- }
- .fh5co-nav #fh5co-logo {
- font-size: 32px;
- margin: 0;
- padding: 0;
- text-transform: uppercase;
- font-weight: 700;
- font-family: "Inconsolata", Arial, sans-serif;
- }
- .fh5co-nav #fh5co-logo a span {
- color: #DD356E;
- }
- .fh5co-nav a {
- padding: 5px 10px;
- color: #000;
- }
- @media screen and (max-width: 768px) {
- .fh5co-nav .menu-1 {
- display: none;
- }
- }
- .fh5co-nav ul {
- padding: 0;
- margin: 5px 0 0 0;
- }
- .fh5co-nav ul li {
- padding: 0;
- margin: 0;
- list-style: none;
- display: inline;
- }
- .fh5co-nav ul li a {
- font-size: 18px;
- padding: 30px 15px;
- color: rgba(0, 0, 0, 0.7);
- -webkit-transition: 0.5s;
- -o-transition: 0.5s;
- transition: 0.5s;
- }
- .fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
- color: black;
- }
- .fh5co-nav ul li.has-dropdown {
- position: relative;
- }
- .fh5co-nav ul li.has-dropdown .dropdown {
- width: 140px;
- -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
- -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
- box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
- z-index: 1002;
- visibility: hidden;
- opacity: 0;
- position: absolute;
- top: 40px;
- left: 0;
- text-align: left;
- background: #000;
- padding: 20px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- -ms-border-radius: 4px;
- border-radius: 4px;
- -webkit-transition: 0s;
- -o-transition: 0s;
- transition: 0s;
- }
- .fh5co-nav ul li.has-dropdown .dropdown:before {
- bottom: 100%;
- left: 40px;
- border: solid transparent;
- content: " ";
- height: 0;
- width: 0;
- position: absolute;
- pointer-events: none;
- border-bottom-color: #000;
- border-width: 8px;
- margin-left: -8px;
- }
- .fh5co-nav ul li.has-dropdown .dropdown li {
- display: block;
- margin-bottom: 7px;
- }
- .fh5co-nav ul li.has-dropdown .dropdown li:last-child {
- margin-bottom: 0;
- }
- .fh5co-nav ul li.has-dropdown .dropdown li a {
- padding: 2px 0;
- display: block;
- color: #999999;
- line-height: 1.2;
- text-transform: none;
- font-size: 13px;
- letter-spacing: 0;
- }
- .fh5co-nav ul li.has-dropdown .dropdown li a:hover {
- color: #fff;
- }
- .fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
- color: #000;
- }
- .fh5co-nav ul li.btn-cta a {
- padding: 30px 0px !important;
- color: #fff;
- }
- .fh5co-nav ul li.btn-cta a span {
- background: #dd356e;
- padding: 4px 10px;
- display: -moz-inline-stack;
- display: inline-block;
- zoom: 1;
- *display: inline;
- -webkit-transition: 0.3s;
- -o-transition: 0.3s;
- transition: 0.3s;
- -webkit-border-radius: 100px;
- -moz-border-radius: 100px;
- -ms-border-radius: 100px;
- border-radius: 100px;
- }
- .fh5co-nav ul li.btn-cta a:hover span {
- -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
- -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
- box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
- }
- .fh5co-nav ul li.active > a {
- color: #000 !important;
- position: relative;
- }
- .fh5co-nav ul li.active > a:after {
- position: absolute;
- bottom: 25px;
- left: 0;
- right: 0;
- content: '';
- width: 30px;
- height: 2px;
- background: #DD356E;
- margin: 0 auto;
- }
- #fh5co-counter,
- .fh5co-bg,
- .product {
- background-size: cover;
- background-position: top center;
- background-repeat: no-repeat;
- position: relative;
- }
- .fh5co-video {
- overflow: hidden;
- }
- @media screen and (max-width: 992px) {
- .fh5co-video {
- height: 450px;
- }
- }
- .fh5co-video a {
- z-index: 1001;
- position: absolute;
- top: 50%;
- left: 50%;
- margin-top: -45px;
- margin-left: -45px;
- width: 90px;
- height: 90px;
- display: table;
- text-align: center;
- background: #fff;
- -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
- -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
- -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
- -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
- box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- -ms-border-radius: 50%;
- border-radius: 50%;
- }
- .fh5co-video a i {
- text-align: center;
- display: table-cell;
- vertical-align: middle;
- font-size: 40px;
- }
- .fh5co-video .overlay {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: rgba(0, 0, 0, 0.3);
- -webkit-transition: 0.5s;
- -o-transition: 0.5s;
- transition: 0.5s;
- }
- .fh5co-video:hover .overlay {
- background: rgba(0, 0, 0, 0.7);
- }
- .fh5co-video:hover a {
- -webkit-transform: scale(1.1);
- -moz-transform: scale(1.1);
- -ms-transform: scale(1.1);
- -o-transform: scale(1.1);
- transform: scale(1.1);
- }
- #fh5co-header .display-tc,
- .fh5co-cover .display-tc {
- display: table-cell !important;
- vertical-align: middle;
- }
- #fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
- .fh5co-cover .display-tc h1,
- .fh5co-cover .display-tc h2 {
- margin: 0;
- padding: 0;
- color: black;
- }
- #fh5co-header .display-tc h1,
- .fh5co-cover .display-tc h1 {
- margin-bottom: 20px;
- font-size: 54px;
- line-height: 1.3;
- font-weight: 300;
- }
- @media screen and (max-width: 768px) {
- #fh5co-header .display-tc h1,
- .fh5co-cover .display-tc h1 {
- font-size: 30px;
- }
- }
- #fh5co-header .display-tc h2,
- .fh5co-cover .display-tc h2 {
- font-size: 20px;
- line-height: 1.5;
- margin-bottom: 30px;
- }
- #fh5co-header .display-tc .btn,
- .fh5co-cover .display-tc .btn {
- padding: 15px 30px;
- color: #fff;
- border: none !important;
- font-size: 18px;
- }
- @media screen and (max-width: 768px) {
- #fh5co-header .display-tc .btn,
- .fh5co-cover .display-tc .btn {
- width: 80%;
- margin: 0 auto;
- }
- }
- #fh5co-header .display-tc .btn.btn-learn,
- .fh5co-cover .display-tc .btn.btn-learn {
- background: #fee856;
- border: none;
- color: #000 !important;
- }
- #fh5co-header .display-tc .btn.btn-learn:hover, #fh5co-header .display-tc .btn.btn-learn:focus,
- .fh5co-cover .display-tc .btn.btn-learn:hover,
- .fh5co-cover .display-tc .btn.btn-learn:focus {
- background: rgba(254, 232, 86, 0.9) !important;
- color: #000 !important;
- }
- #fh5co-header .display-tc .btn:hover, #fh5co-header .display-tc .btn:focus,
- .fh5co-cover .display-tc .btn:hover,
- .fh5co-cover .display-tc .btn:focus {
- color: #fff !important;
- }
- #fh5co-header .display-tc .btn.btn-demo,
- .fh5co-cover .display-tc .btn.btn-demo {
- background: #dd356e;
- border: none;
- }
- #fh5co-header .display-tc .btn.btn-demo:hover, #fh5co-header .display-tc .btn.btn-demo:focus,
- .fh5co-cover .display-tc .btn.btn-demo:hover,
- .fh5co-cover .display-tc .btn.btn-demo:focus {
- background: rgba(221, 53, 110, 0.9) !important;
- color: #fff !important;
- }
- #fh5co-header .display-tc .btn:hover,
- .fh5co-cover .display-tc .btn:hover {
- background: #DD356E !important;
- -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
- -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
- box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
- }
- #fh5co-header .display-tc .form-inline .form-group,
- .fh5co-cover .display-tc .form-inline .form-group {
- width: 100% !important;
- margin-bottom: 10px;
- }
- #fh5co-header .display-tc .form-inline .form-group .form-control,
- .fh5co-cover .display-tc .form-inline .form-group .form-control {
- width: 100%;
- background: #fff;
- border: none;
- }
- #fh5co-features {
- background: #FEE856;
- }
- #fh5co-features .services-padding {
- padding: 7em 0;
- }
- #fh5co-features .feature-left {
- margin-bottom: 40px;
- float: left;
- }
- @media screen and (max-width: 992px) {
- #fh5co-features .feature-left {
- margin-bottom: 30px;
- }
- }
- #fh5co-features .feature-left .icon i {
- font-size: 30px;
- color: #1a1a1a !important;
- }
- #fh5co-features .feature-left .icon {
- display: table;
- float: left;
- text-align: center;
- width: 60px;
- height: 60px;
- background: #fff;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- -ms-border-radius: 50%;
- border-radius: 50%;
- }
- #fh5co-features .feature-left .icon i {
- display: table-cell;
- vertical-align: middle;
- height: 60px;
- color: #DD356E !important;
- }
- #fh5co-features .feature-left .feature-copy {
- float: right;
- width: 78%;
- }
- @media screen and (max-width: 768px) {
- #fh5co-features .feature-left .feature-copy {
- width: 84%;
- }
- }
- @media screen and (max-width: 480px) {
- #fh5co-features .feature-left .feature-copy {
- width: 70%;
- }
- }
- #fh5co-features .feature-left h3 {
- font-size: 24px;
- font-weight: 400;
- }
- #fh5co-features .feature-left p {
- font-size: 15px;
- }
- #fh5co-features .feature-left p:last-child {
- margin-bottom: 0;
- }
- #fh5co-features .feature-left p a {
- color: #000 !important;
- }
- #fh5co-features .ipad-bg {
- background-size: cover;
- background-position: top center;
- background-repeat: no-repeat;
- position: relative;
- height: 430px;
- }
- @media screen and (max-width: 768px) {
- #fh5co-features .ipad-bg {
- height: 210px;
- }
- }
- @media screen and (max-width: 480px) {
- #fh5co-features .ipad-bg {
- display: none;
- }
- }
- #fh5co-wireframe {
- border: none !important;
- }
- #fh5co-wireframe blockquote {
- border: none;
- padding: 0;
- font-weight: bold;
- }
- .user-frame {
- width: 90%;
- padding: 3em;
- -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
- -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
- box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
- }
- @media screen and (max-width: 768px) {
- .user-frame {
- width: 100%;
- margin-bottom: 3em;
- }
- }
- .user-frame h3 {
- line-height: 34px;
- }
- .user-frame p {
- color: rgba(0, 0, 0, 0.6);
- }
- .user-frame span {
- font-weight: bold;
- }
- .user-frame small {
- color: #2A528A;
- }
- #fh5co-slider {
- background: #2A528A;
- }
- #fh5co-slider .heading h2, #fh5co-slider .heading p {
- color: #fff;
- }
- #fh5co-slider .heading h2 {
- font-size: 40px;
- }
- #fh5co-slider .heading p {
- font-style: 22px;
- }
- #fh5co-hero {
- height: 500px !important;
- background: url(../images/loader.gif) no-repeat center center;
- }
- #fh5co-hero .btn {
- font-size: 24px;
- }
- #fh5co-hero .btn.btn-primary {
- padding: 14px 30px !important;
- }
- #fh5co-hero .flexslider {
- border: none;
- z-index: 1;
- margin-bottom: 0;
- }
- #fh5co-hero .flexslider .slides {
- position: relative;
- }
- #fh5co-hero .flexslider .slides li {
- background-repeat: no-repeat;
- background-size: cover;
- background-position: top center;
- height: 600px !important;
- position: relative;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- -ms-border-radius: 4px;
- border-radius: 4px;
- }
- #fh5co-hero .flexslider .flex-control-nav {
- top: -30px !important;
- z-index: 1000;
- right: 0;
- float: right;
- width: auto;
- }
- #fh5co-hero .flexslider .flex-control-nav li {
- margin-bottom: 10px;
- }
- #fh5co-hero .flexslider .flex-control-nav li a {
- background: rgba(255, 255, 255, 0.3);
- box-shadow: none;
- width: 12px;
- height: 12px;
- cursor: pointer;
- }
- #fh5co-hero .flexslider .flex-control-nav li a.flex-active {
- cursor: pointer;
- background: transparent;
- border: 1px solid #fff;
- }
- #fh5co-hero .flexslider .flex-direction-nav {
- display: none;
- }
- #fh5co-hero .flexslider .slider-text-bg .desc {
- margin-top: 9em;
- padding: 2em;
- background: #FEE856;
- -webkit-box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
- -moz-box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
- box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- -ms-border-radius: 10px;
- border-radius: 10px;
- }
- @media screen and (max-width: 768px) {
- #fh5co-hero .flexslider .slider-text-bg .desc p {
- display: none;
- }
- }
- #fh5co-hero .flexslider .slider-text,
- #fh5co-hero .flexslider .slider-text-bg {
- display: table;
- opacity: 0;
- height: 600px;
- z-index: 9;
- }
- #fh5co-hero .flexslider .slider-text > .slider-text-inner,
- #fh5co-hero .flexslider .slider-text-bg > .slider-text-inner {
- display: table-cell;
- vertical-align: middle;
- min-height: 500px;
- }
- .fh5co-bg-section {
- background: rgba(221, 53, 110, 0.03);
- }
- #fh5co-slider,
- #fh5co-about,
- #fh5co-wireframe,
- #fh5co-started,
- #fh5co-portfolio,
- #fh5co-blog,
- #fh5co-content-section,
- #fh5co-contact,
- #fh5co-footer {
- padding: 7em 0;
- clear: both;
- }
- @media screen and (max-width: 768px) {
- #fh5co-slider,
- #fh5co-about,
- #fh5co-wireframe,
- #fh5co-started,
- #fh5co-portfolio,
- #fh5co-blog,
- #fh5co-content-section,
- #fh5co-contact,
- #fh5co-footer {
- padding: 3em 0;
- }
- }
- #fh5co-content {
- border-bottom: 2px solid rgba(221, 53, 110, 0.1);
- }
- #fh5co-started {
- border-bottom: none;
- }
- .fh5co-social-icons {
- margin: 0;
- padding: 0;
- }
- .fh5co-social-icons li {
- margin: 0;
- padding: 0;
- list-style: none;
- display: -moz-inline-stack;
- display: inline-block;
- zoom: 1;
- *display: inline;
- }
- .fh5co-social-icons li a {
- display: -moz-inline-stack;
- display: inline-block;
- zoom: 1;
- *display: inline;
- color: #DD356E;
- padding-left: 10px;
- padding-right: 10px;
- }
- .fh5co-social-icons li a i {
- font-size: 20px;
- }
- .fh5co-heading {
- margin-bottom: 5em;
- }
- .fh5co-heading.fh5co-heading-sm {
- margin-bottom: 2em;
- }
- .fh5co-heading h2 {
- font-size: 40px;
- margin-bottom: 20px;
- line-height: 1.5;
- color: #000;
- }
- .fh5co-heading p {
- font-size: 18px;
- line-height: 1.5;
- color: #828282;
- }
- .fh5co-heading span {
- display: block;
- margin-bottom: 10px;
- text-transform: uppercase;
- font-size: 12px;
- letter-spacing: 2px;
- }
- #fh5co-started {
- background-size: cover;
- background-position: center center;
- background-repeat: no-repeat;
- position: relative;
- float: left;
- width: 100%;
- }
- #fh5co-started .overlay {
- z-index: 0;
- position: absolute;
- bottom: 0;
- top: 0;
- left: 0;
- right: 0;
- background: #dd356e;
- }
- #fh5co-started .fh5co-heading {
- margin-bottom: 0;
- }
- #fh5co-started .fh5co-heading h2 {
- color: #fff;
- margin-bottom: 20px !important;
- }
- #fh5co-started .fh5co-heading p {
- color: rgba(255, 255, 255, 0.8);
- }
- #fh5co-started .btn {
- height: 54px;
- border: none !important;
- background: #fff;
- color: #DD356E;
- font-size: 16px;
- text-transform: uppercase;
- font-weight: 400;
- padding-left: 50px;
- padding-right: 50px;
- }
- .member {
- width: 100%;
- float: left;
- }
- .member .author {
- background-size: cover;
- background-position: center center;
- background-repeat: no-repeat;
- position: relative;
- height: 400px;
- }
- .member .desc {
- width: 80%;
- margin: 0 auto;
- margin-top: 4em;
- }
- .member .desc h3 {
- margin-bottom: 10px;
- }
- .member .desc span {
- display: block;
- margin-bottom: 20px;
- font-size: 14px;
- color: rgba(0, 0, 0, 0.3);
- }
- .fh5co-blog {
- width: 100%;
- float: left;
- margin-bottom: 40px;
- }
- @media screen and (max-width: 768px) {
- .fh5co-blog {
- width: 100%;
- }
- }
- .fh5co-blog .blog-bg {
- display: block;
- width: 100%;
- background-size: cover;
- background-position: center center;
- background-repeat: no-repeat;
- position: relative;
- height: 300px;
- }
- @media screen and (max-width: 768px) {
- .fh5co-blog .blog-bg {
- height: 400px;
- }
- }
- .fh5co-blog .blog-text {
- margin-bottom: 30px;
- position: relative;
- width: 100%;
- padding: 30px;
- float: left;
- background: #fff;
- -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
- -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
- box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
- -webkit-transition: 0.3s;
- -o-transition: 0.3s;
- transition: 0.3s;
- }
- .fh5co-blog .blog-text span {
- display: inline-block;
- margin-bottom: 20px;
- font-size: 14px !important;
- color: rgba(0, 0, 0, 0.3);
- }
- .fh5co-blog .blog-text .stuff {
- margin: 0;
- padding: 0;
- border-top: 1px solid rgba(0, 0, 0, 0.05);
- padding-top: 20px;
- }
- .fh5co-blog .blog-text .stuff li {
- list-style: none;
- display: inline-block;
- margin-left: 10px;
- }
- .fh5co-blog .blog-text .stuff li:first-child {
- margin-left: 0;
- }
- .fh5co-blog .blog-text .stuff li:last-child {
- float: right;
- }
- .fh5co-blog .blog-text .stuff li:last-child i {
- padding-right: 0;
- padding-left: 10px;
- }
- .fh5co-blog .blog-text .stuff li i {
- font-size: 14px;
- padding-right: 5px;
- }
- .fh5co-blog .blog-text h3 {
- font-size: 24px;
- margin-bottom: 20px;
- line-height: 1.5;
- }
- .fh5co-blog .blog-text h3 a {
- color: black;
- }
- .fh5co-portfolio {
- width: 100%;
- float: left;
- margin-bottom: 40px;
- }
- .fh5co-portfolio > a {
- width: 100%;
- float: left;
- -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
- -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
- box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
- }
- .fh5co-portfolio > a:hover {
- webkit-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
- -moz-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
- box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
- }
- .fh5co-portfolio .portfolio-entry {
- width: 100%;
- float: left;
- background-size: cover;
- background-position: center center;
- background-repeat: no-repeat;
- position: relative;
- height: 300px;
- }
- @media screen and (max-width: 768px) {
- .fh5co-portfolio .portfolio-entry {
- height: 400px;
- }
- }
- .fh5co-portfolio .portfolio-text {
- width: 100%;
- float: left;
- padding: 20px;
- }
- .fh5co-portfolio .portfolio-text .stuff {
- margin: 0;
- padding: 0;
- border-top: 1px solid rgba(0, 0, 0, 0.05);
- padding-top: 20px;
- }
- .fh5co-portfolio .portfolio-text .stuff li {
- list-style: none;
- display: inline-block;
- margin-left: 10px;
- color: rgba(0, 0, 0, 0.3);
- }
- .fh5co-portfolio .portfolio-text .stuff li:first-child {
- margin-left: 0;
- }
- .fh5co-portfolio .portfolio-text .stuff li:last-child {
- float: right;
- }
- .fh5co-portfolio .portfolio-text .stuff li i {
- font-size: 14px;
- padding-right: 5px;
- }
- .fh5co-team {
- position: relative;
- background: #fff;
- padding: 30px;
- border-radius: 5px;
- margin-bottom: 30px;
- -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
- -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
- box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
- }
- @media screen and (max-width: 768px) {
- .fh5co-team {
- border-right: 0;
- margin-bottom: 80px;
- }
- }
- .fh5co-team h2 {
- font-size: 16px;
- letter-spacing: 2px;
- text-transform: uppercase;
- font-weight: bold;
- margin-bottom: 50px;
- }
- .fh5co-team figure {
- position: relative;
- top: 0px;
- background-size: cover;
- margin-bottom: 20px;
- }
- .fh5co-team figure img {
- width: 150px;
- height: 150px;
- border: 10px solid #fff;
- background-size: cover;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- -ms-border-radius: 50%;
- border-radius: 50%;
- }
- .fh5co-team > div {
- padding: 30px 30px 0 30px;
- }
- .fh5co-team > div h3 {
- margin-bottom: 0;
- font-size: 20px;
- color: #DD356E;
- }
- .fh5co-team > div .position {
- color: #d9d9d9;
- margin-bottom: 30px;
- }
- .fh5co-team > div,
- .fh5co-team blockquote {
- border: none;
- padding: 0;
- margin-bottom: 20px;
- }
- .fh5co-team > div p,
- .fh5co-team blockquote p {
- font-size: 16px;
- line-height: 1.5;
- color: #555555;
- }
- .fh5co-team span {
- color: #b3b3b3;
- }
- #fh5co-footer .fh5co-footer-links {
- padding: 0;
- margin: 0;
- }
- @media screen and (max-width: 768px) {
- #fh5co-footer .fh5co-footer-links {
- margin-bottom: 30px;
- }
- }
- #fh5co-footer .fh5co-footer-links li {
- padding: 0;
- margin: 0;
- list-style: none;
- }
- #fh5co-footer .fh5co-footer-links li a {
- color: rgba(0, 0, 0, 0.5);
- text-decoration: none;
- }
- #fh5co-footer .fh5co-footer-links li a:hover {
- text-decoration: underline;
- }
- #fh5co-footer .fh5co-widget {
- margin-bottom: 30px;
- }
- @media screen and (max-width: 768px) {
- #fh5co-footer .fh5co-widget {
- text-align: left;
- }
- }
- #fh5co-footer .fh5co-widget h4 {
- margin-bottom: 30px;
- font-size: 20px;
- }
- #fh5co-footer .copyright .block {
- display: block;
- }
- .contact-info {
- margin-bottom: 4em;
- padding: 0;
- }
- .contact-info li {
- list-style: none;
- margin: 0 0 20px 0;
- position: relative;
- padding-left: 40px;
- color: #000;
- }
- .contact-info li i {
- position: absolute;
- top: .3em;
- left: 0;
- font-size: 22px;
- color: rgba(0, 0, 0, 0.3);
- }
- .contact-info li a {
- color: #000;
- }
- .form-control {
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- -ms-box-shadow: none;
- -o-box-shadow: none;
- box-shadow: none;
- border: none;
- border: 2px solid rgba(0, 0, 0, 0.1);
- font-size: 18px;
- font-weight: 300;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- -ms-border-radius: 4px;
- border-radius: 4px;
- }
- .form-control:focus, .form-control:active {
- box-shadow: none;
- border: 2px solid rgba(0, 0, 0, 0.8);
- }
- input[type="text"] {
- height: 50px;
- }
- .form-group {
- margin-bottom: 30px;
- }
- #fh5co-offcanvas {
- position: absolute;
- z-index: 1901;
- width: 270px;
- background: black;
- top: 0;
- right: 0;
- top: 0;
- bottom: 0;
- padding: 75px 40px 40px 40px;
- overflow-y: auto;
- display: none;
- -moz-transform: translateX(270px);
- -webkit-transform: translateX(270px);
- -ms-transform: translateX(270px);
- -o-transform: translateX(270px);
- transform: translateX(270px);
- -webkit-transition: 0.5s;
- -o-transition: 0.5s;
- transition: 0.5s;
- }
- @media screen and (max-width: 768px) {
- #fh5co-offcanvas {
- display: block;
- }
- }
- .offcanvas #fh5co-offcanvas {
- -moz-transform: translateX(0px);
- -webkit-transform: translateX(0px);
- -ms-transform: translateX(0px);
- -o-transform: translateX(0px);
- transform: translateX(0px);
- }
- #fh5co-offcanvas a {
- color: rgba(255, 255, 255, 0.5);
- }
- #fh5co-offcanvas a:hover {
- color: rgba(255, 255, 255, 0.8);
- }
- #fh5co-offcanvas ul {
- padding: 0;
- margin: 0;
- }
- #fh5co-offcanvas ul li {
- padding: 0;
- margin: 0;
- list-style: none;
- }
- #fh5co-offcanvas ul li > ul {
- padding-left: 20px;
- display: none;
- }
- #fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
- display: block;
- position: relative;
- }
- #fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
- position: absolute;
- right: 0px;
- font-family: 'icomoon';
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- content: "\ebfc";
- font-size: 20px;
- color: rgba(255, 255, 255, 0.2);
- -webkit-transition: 0.5s;
- -o-transition: 0.5s;
- transition: 0.5s;
- }
- #fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
- -webkit-transform: rotate(-180deg);
- -moz-transform: rotate(-180deg);
- -ms-transform: rotate(-180deg);
- -o-transform: rotate(-180deg);
- transform: rotate(-180deg);
- }
- .uppercase {
- font-size: 14px;
- color: #000;
- margin-bottom: 10px;
- font-weight: 700;
- text-transform: uppercase;
- }
- .gototop {
- position: fixed;
- bottom: 20px;
- right: 20px;
- z-index: 999;
- opacity: 0;
- visibility: hidden;
- -webkit-transition: 0.5s;
- -o-transition: 0.5s;
- transition: 0.5s;
- }
- .gototop.active {
- opacity: 1;
- visibility: visible;
- }
- .gototop a {
- width: 50px;
- height: 50px;
- display: table;
- background: rgba(0, 0, 0, 0.5);
- color: #fff;
- text-align: center;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- -ms-border-radius: 4px;
- border-radius: 4px;
- }
- .gototop a i {
- height: 50px;
- display: table-cell;
- vertical-align: middle;
- }
- .gototop a:hover, .gototop a:active, .gototop a:focus {
- text-decoration: none;
- outline: none;
- }
- .fh5co-nav-toggle {
- width: 25px;
- height: 25px;
- cursor: pointer;
- text-decoration: none;
- top: 25px !important;
- }
- .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
- background: #444;
- }
- .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
- outline: none;
- border-bottom: none !important;
- }
- .fh5co-nav-toggle i {
- position: relative;
- display: inline-block;
- width: 25px;
- height: 2px;
- color: #252525;
- font: bold 14px/.4 Helvetica;
- text-transform: uppercase;
- text-indent: -55px;
- background: #252525;
- transition: all .2s ease-out;
- }
- .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
- content: '';
- width: 25px;
- height: 2px;
- background: #252525;
- position: absolute;
- left: 0;
- transition: all .2s ease-out;
- }
- .fh5co-nav-toggle.fh5co-nav-white > i {
- color: #fff;
- background: #000;
- }
- .fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
- background: #000;
- }
- .fh5co-nav-toggle i::before {
- top: -7px;
- }
- .fh5co-nav-toggle i::after {
- bottom: -7px;
- }
- .fh5co-nav-toggle:hover i::before {
- top: -10px;
- }
- .fh5co-nav-toggle:hover i::after {
- bottom: -10px;
- }
- .fh5co-nav-toggle.active i {
- background: transparent;
- }
- .fh5co-nav-toggle.active i::before {
- top: 0;
- -webkit-transform: rotateZ(45deg);
- -moz-transform: rotateZ(45deg);
- -ms-transform: rotateZ(45deg);
- -o-transform: rotateZ(45deg);
- transform: rotateZ(45deg);
- background: #fff;
- }
- .fh5co-nav-toggle.active i::after {
- bottom: 0;
- -webkit-transform: rotateZ(-45deg);
- -moz-transform: rotateZ(-45deg);
- -ms-transform: rotateZ(-45deg);
- -o-transform: rotateZ(-45deg);
- transform: rotateZ(-45deg);
- background: #fff;
- }
- .fh5co-nav-toggle {
- position: absolute;
- right: 0px;
- top: 65px;
- z-index: 21;
- padding: 6px 0 0 0;
- display: block;
- margin: 0 auto;
- display: none;
- height: 44px;
- width: 44px;
- z-index: 2001;
- border-bottom: none !important;
- }
- @media screen and (max-width: 768px) {
- .fh5co-nav-toggle {
- display: block;
- }
- }
- .btn {
- margin-right: 4px;
- margin-bottom: 4px;
- font-family: "Inconsolata", Arial, sans-serif;
- font-size: 16px;
- font-weight: 400;
- -webkit-border-radius: 30px;
- -moz-border-radius: 30px;
- -ms-border-radius: 30px;
- border-radius: 30px;
- -webkit-transition: 0.5s;
- -o-transition: 0.5s;
- transition: 0.5s;
- padding: 8px 20px;
- }
- .btn.btn-md {
- padding: 8px 20px !important;
- }
- .btn.btn-lg {
- padding: 18px 36px !important;
- }
- .btn:hover, .btn:active, .btn:focus {
- box-shadow: none !important;
- outline: none !important;
- }
- .btn-primary {
- background: #DD356E;
- color: #fff;
- border: 2px solid #DD356E;
- }
- .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
- background: #e14b7e !important;
- border-color: #e14b7e !important;
- }
- .btn-primary.btn-outline {
- background: transparent;
- color: #DD356E;
- border: 2px solid #DD356E;
- }
- .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
- background: #DD356E;
- color: #fff;
- }
- .btn-success {
- background: #5cb85c;
- color: #fff;
- border: 2px solid #5cb85c;
- }
- .btn-success:hover, .btn-success:focus, .btn-success:active {
- background: #4cae4c !important;
- border-color: #4cae4c !important;
- }
- .btn-success.btn-outline {
- background: transparent;
- color: #5cb85c;
- border: 2px solid #5cb85c;
- }
- .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
- background: #5cb85c;
- color: #fff;
- }
- .btn-info {
- background: #5bc0de;
- color: #fff;
- border: 2px solid #5bc0de;
- }
- .btn-info:hover, .btn-info:focus, .btn-info:active {
- background: #46b8da !important;
- border-color: #46b8da !important;
- }
- .btn-info.btn-outline {
- background: transparent;
- color: #5bc0de;
- border: 2px solid #5bc0de;
- }
- .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
- background: #5bc0de;
- color: #fff;
- }
- .btn-warning {
- background: #f0ad4e;
- color: #fff;
- border: 2px solid #f0ad4e;
- }
- .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
- background: #eea236 !important;
- border-color: #eea236 !important;
- }
- .btn-warning.btn-outline {
- background: transparent;
- color: #f0ad4e;
- border: 2px solid #f0ad4e;
- }
- .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
- background: #f0ad4e;
- color: #fff;
- }
- .btn-danger {
- background: #d9534f;
- color: #fff;
- border: 2px solid #d9534f;
- }
- .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
- background: #d43f3a !important;
- border-color: #d43f3a !important;
- }
- .btn-danger.btn-outline {
- background: transparent;
- color: #d9534f;
- border: 2px solid #d9534f;
- }
- .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
- background: #d9534f;
- color: #fff;
- }
- .btn-outline {
- background: none;
- border: 2px solid gray;
- font-size: 16px;
- -webkit-transition: 0.3s;
- -o-transition: 0.3s;
- transition: 0.3s;
- }
- .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
- box-shadow: none;
- }
- .btn.with-arrow {
- position: relative;
- -webkit-transition: 0.3s;
- -o-transition: 0.3s;
- transition: 0.3s;
- }
- .btn.with-arrow i {
- visibility: hidden;
- opacity: 0;
- position: absolute;
- right: 0px;
- top: 50%;
- margin-top: -8px;
- -webkit-transition: 0.2s;
- -o-transition: 0.2s;
- transition: 0.2s;
- }
- .btn.with-arrow:hover {
- padding-right: 50px;
- }
- .btn.with-arrow:hover i {
- color: #fff;
- right: 18px;
- visibility: visible;
- opacity: 1;
- }
- .form-control {
- box-shadow: none;
- background: transparent;
- border: 2px solid rgba(0, 0, 0, 0.1);
- height: 54px;
- font-size: 18px;
- font-weight: 300;
- }
- .form-control:active, .form-control:focus {
- outline: none;
- box-shadow: none;
- border-color: #DD356E;
- }
- .row-pb-md {
- padding-bottom: 4em !important;
- }
- .row-pb-sm {
- padding-bottom: 2em !important;
- }
- .nopadding {
- padding: 0 !important;
- margin: 0 !important;
- }
- .fh5co-loader {
- position: fixed;
- left: 0px;
- top: 0px;
- width: 100%;
- height: 100%;
- z-index: 9999;
- background: url(../images/loader.gif) center no-repeat #fff;
- }
- .js .animate-box {
- opacity: 0;
- }
- /*# sourceMappingURL=style.css.map */
|