blue.css 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  4. 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");
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8. /* =======================================================
  9. *
  10. * Template Style
  11. * Edit this section
  12. *
  13. * ======================================================= */
  14. body {
  15. font-family: "Source Sans Pro", Arial, sans-serif;
  16. font-weight: 400;
  17. font-size: 16px;
  18. line-height: 1.8;
  19. color: #777777;
  20. color: #7f7f7f;
  21. background: #fff;
  22. height: 100%;
  23. position: relative;
  24. }
  25. a {
  26. color: #2185d5;
  27. -webkit-transition: 0.5s;
  28. -o-transition: 0.5s;
  29. transition: 0.5s;
  30. }
  31. a:hover, a:active, a:focus {
  32. color: #2185d5;
  33. outline: none;
  34. }
  35. p {
  36. margin-bottom: 1.5em;
  37. }
  38. h1, h2, h3, h4, h5, h6 {
  39. color: #000;
  40. font-family: "Source Sans Pro", Arial, sans-serif;
  41. font-weight: 400;
  42. }
  43. ::-webkit-selection {
  44. color: #818892;
  45. background: #f9f6f0;
  46. }
  47. ::-moz-selection {
  48. color: #818892;
  49. background: #f9f6f0;
  50. }
  51. ::selection {
  52. color: #818892;
  53. background: #f9f6f0;
  54. }
  55. #fh5co-header {
  56. position: absolute;
  57. z-index: 99;
  58. width: 100%;
  59. opacity: 1;
  60. top: 0;
  61. margin-top: 20px;
  62. }
  63. @media screen and (max-width: 768px) {
  64. #fh5co-header {
  65. margin-top: 0;
  66. background: #fff;
  67. -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  68. -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  69. -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  70. box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  71. }
  72. #fh5co-header .navbar-brand {
  73. color: #2185d5 !important;
  74. }
  75. #fh5co-header #navbar li a {
  76. color: rgba(0, 0, 0, 0.5) !important;
  77. -webkit-transition: 0.3s;
  78. -o-transition: 0.3s;
  79. transition: 0.3s;
  80. }
  81. #fh5co-header #navbar li a:hover {
  82. color: #2185d5 !important;
  83. }
  84. #fh5co-header #navbar li a span:before {
  85. background: transparent !important;
  86. }
  87. #fh5co-header #navbar li.active a {
  88. background: transparent;
  89. background: none;
  90. color: #2185d5 !important;
  91. }
  92. #fh5co-header #navbar li.active a span:before {
  93. visibility: visible;
  94. -webkit-transform: scaleX(1);
  95. transform: scaleX(1);
  96. }
  97. }
  98. #fh5co-header .navbar {
  99. padding-bottom: 0;
  100. margin-bottom: 0;
  101. }
  102. #fh5co-header #navbar li a {
  103. font-family: "Source Sans Pro", Arial, sans-serif;
  104. color: rgba(255, 255, 255, 0.5);
  105. position: relative;
  106. }
  107. #fh5co-header #navbar li a span {
  108. position: relative;
  109. display: block;
  110. padding-bottom: 2px;
  111. }
  112. #fh5co-header #navbar li a span:before {
  113. content: "";
  114. position: absolute;
  115. width: 100%;
  116. height: 2px;
  117. bottom: 0;
  118. left: 0;
  119. background-color: #2185d5;
  120. visibility: hidden;
  121. -webkit-transform: scaleX(0);
  122. -moz-transform: scaleX(0);
  123. -ms-transform: scaleX(0);
  124. -o-transform: scaleX(0);
  125. transform: scaleX(0);
  126. -webkit-transition: all 0.3s ease-in-out 0s;
  127. -moz-transition: all 0.3s ease-in-out 0s;
  128. -ms-transition: all 0.3s ease-in-out 0s;
  129. -o-transition: all 0.3s ease-in-out 0s;
  130. transition: all 0.3s ease-in-out 0s;
  131. }
  132. #fh5co-header #navbar li a:hover {
  133. color: #fff;
  134. }
  135. #fh5co-header #navbar li a:hover span:before {
  136. visibility: visible;
  137. -webkit-transform: scaleX(1);
  138. -moz-transform: scaleX(1);
  139. -ms-transform: scaleX(1);
  140. -o-transform: scaleX(1);
  141. transform: scaleX(1);
  142. }
  143. #fh5co-header #navbar li.active a {
  144. background: transparent;
  145. background: none;
  146. color: #fff;
  147. }
  148. #fh5co-header #navbar li.active a span:before {
  149. visibility: visible;
  150. -webkit-transform: scaleX(1);
  151. transform: scaleX(1);
  152. }
  153. #fh5co-header .navbar-brand {
  154. float: left;
  155. display: block;
  156. font-size: 30px;
  157. font-weight: 700;
  158. padding-left: 0;
  159. color: #fff;
  160. }
  161. #fh5co-header.navbar-fixed-top {
  162. position: fixed !important;
  163. background: #fff;
  164. -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  165. -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  166. -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  167. box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  168. margin-top: 0px;
  169. top: 0;
  170. }
  171. #fh5co-header.navbar-fixed-top .navbar-brand {
  172. color: #2185d5;
  173. }
  174. #fh5co-header.navbar-fixed-top #navbar li a {
  175. color: rgba(0, 0, 0, 0.5);
  176. -webkit-transition: 0.3s;
  177. -o-transition: 0.3s;
  178. transition: 0.3s;
  179. }
  180. #fh5co-header.navbar-fixed-top #navbar li a:hover {
  181. color: #2185d5;
  182. }
  183. #fh5co-header.navbar-fixed-top #navbar li.active a {
  184. background: transparent;
  185. background: none;
  186. color: #2185d5;
  187. }
  188. #fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  189. visibility: visible;
  190. -webkit-transform: scaleX(1);
  191. transform: scaleX(1);
  192. }
  193. #fh5co-header .navbar-default {
  194. border: transparent;
  195. background: transparent;
  196. -webkit-border-radius: 0px;
  197. -moz-border-radius: 0px;
  198. -ms-border-radius: 0px;
  199. border-radius: 0px;
  200. }
  201. @media screen and (max-width: 768px) {
  202. #fh5co-header .navbar-default {
  203. margin-top: 0px;
  204. padding-right: 0px;
  205. padding-left: 0px;
  206. }
  207. }
  208. #fh5co-header .navbar-default .brand-slogan {
  209. margin: 28px 0 0 15px;
  210. float: left;
  211. letter-spacing: 2px;
  212. color: #adadad;
  213. }
  214. #fh5co-header .navbar-default .brand-slogan em {
  215. color: #2185d5;
  216. font-style: normal;
  217. }
  218. #fh5co-header a {
  219. -webkit-transition: 0s;
  220. -o-transition: 0s;
  221. transition: 0s;
  222. }
  223. .section-heading {
  224. float: left;
  225. width: 100%;
  226. padding-bottom: 50px;
  227. margin-bottom: 50px;
  228. clear: both;
  229. }
  230. .section-heading h2 {
  231. font-size: 50px;
  232. font-weight: 300;
  233. color: #444;
  234. text-transform: uppercase;
  235. position: relative;
  236. display: block;
  237. padding-bottom: 20px;
  238. line-height: 1.5;
  239. }
  240. .section-heading h2:after {
  241. content: "";
  242. position: absolute;
  243. display: block;
  244. width: 80px;
  245. height: 2px;
  246. background: #2185d5;
  247. left: 50%;
  248. margin-left: -40px;
  249. bottom: 0;
  250. }
  251. @media screen and (max-width: 768px) {
  252. .section-heading h2 {
  253. font-size: 30px;
  254. }
  255. }
  256. .section-heading h3 {
  257. font-weight: 300;
  258. line-height: 1.5;
  259. color: #929292;
  260. }
  261. @media screen and (max-width: 768px) {
  262. .section-heading h3 {
  263. font-size: 24px !important;
  264. line-height: 34px;
  265. }
  266. }
  267. .btn {
  268. -webkit-transition: 0.3s;
  269. -o-transition: 0.3s;
  270. transition: 0.3s;
  271. }
  272. #fh5co-our-services,
  273. #fh5co-about-us,
  274. #fh5co-features,
  275. #fh5co-testimonials,
  276. #fh5co-pricing,
  277. #fh5co-press {
  278. padding: 7em 0;
  279. }
  280. @media screen and (max-width: 480px) {
  281. #fh5co-our-services,
  282. #fh5co-about-us,
  283. #fh5co-features,
  284. #fh5co-testimonials,
  285. #fh5co-pricing,
  286. #fh5co-press {
  287. padding: 5em 0;
  288. }
  289. }
  290. #fh5co-testimonials {
  291. background: #2185d5;
  292. }
  293. #fh5co-testimonials .section-heading h2 {
  294. color: white;
  295. }
  296. #fh5co-testimonials .section-heading h2:after {
  297. background: rgba(255, 255, 255, 0.2);
  298. }
  299. #fh5co-testimonials .section-heading .subtext h3 {
  300. color: rgba(255, 255, 255, 0.5);
  301. }
  302. #fh5co-testimonials .box-testimony {
  303. margin-bottom: 2em;
  304. float: left;
  305. }
  306. #fh5co-testimonials .box-testimony a {
  307. color: rgba(255, 255, 255, 0.5);
  308. }
  309. #fh5co-testimonials .box-testimony a:hover, #fh5co-testimonials .box-testimony a:focus, #fh5co-testimonials .box-testimony a:active {
  310. color: white;
  311. text-decoration: none;
  312. }
  313. #fh5co-testimonials .box-testimony blockquote {
  314. padding-left: 0;
  315. border-left: none;
  316. padding: 40px;
  317. background: #fff;
  318. position: relative;
  319. -webkit-border-radius: 4px;
  320. -moz-border-radius: 4px;
  321. -ms-border-radius: 4px;
  322. border-radius: 4px;
  323. }
  324. #fh5co-testimonials .box-testimony blockquote:after {
  325. content: "";
  326. position: absolute;
  327. top: 100%;
  328. left: 40px;
  329. border-top: 15px solid black;
  330. border-top-color: #fff;
  331. border-left: 15px solid transparent;
  332. border-right: 15px solid transparent;
  333. }
  334. #fh5co-testimonials .box-testimony blockquote .quote {
  335. position: absolute;
  336. top: 0;
  337. left: 10px;
  338. text-align: center;
  339. font-size: 30px;
  340. line-height: 0;
  341. display: table;
  342. color: #fff;
  343. width: 56px;
  344. height: 56px;
  345. margin-top: -30px;
  346. background: #2185d5;
  347. -webkit-border-radius: 50%;
  348. -moz-border-radius: 50%;
  349. -ms-border-radius: 50%;
  350. border-radius: 50%;
  351. }
  352. #fh5co-testimonials .box-testimony blockquote .quote > span {
  353. display: table-cell;
  354. vertical-align: middle;
  355. }
  356. #fh5co-testimonials .box-testimony blockquote p {
  357. font-style: italic;
  358. }
  359. #fh5co-testimonials .box-testimony .author {
  360. line-height: 20px;
  361. color: white;
  362. font-size: 20px;
  363. margin-left: 20px;
  364. }
  365. #fh5co-testimonials .box-testimony .author .subtext {
  366. display: block;
  367. color: rgba(255, 255, 255, 0.5);
  368. font-size: 16px;
  369. }
  370. #fh5co-pricing .price-box {
  371. border: 2px solid #ECEEF0;
  372. text-align: center;
  373. padding: 30px;
  374. -webkit-border-radius: 5px;
  375. -moz-border-radius: 5px;
  376. -ms-border-radius: 5px;
  377. border-radius: 5px;
  378. margin-bottom: 40px;
  379. position: relative;
  380. }
  381. #fh5co-pricing .price-box.popular {
  382. border: 2px solid #2185d5;
  383. }
  384. #fh5co-pricing .price-box.popular .popular-text {
  385. top: 0;
  386. left: 50%;
  387. margin-left: -54px;
  388. margin-top: -2em;
  389. position: absolute;
  390. padding: 4px 20px;
  391. background: #2185d5;
  392. color: #fff;
  393. -webkit-border-radius: 4px;
  394. -moz-border-radius: 4px;
  395. -ms-border-radius: 4px;
  396. border-radius: 4px;
  397. }
  398. #fh5co-pricing .price-box.popular .popular-text:after {
  399. content: "";
  400. position: absolute;
  401. top: 100%;
  402. left: 50%;
  403. margin-left: -10px;
  404. border-top: 10px solid black;
  405. border-top-color: #2185d5;
  406. border-left: 10px solid transparent;
  407. border-right: 10px solid transparent;
  408. }
  409. #fh5co-pricing .pricing-plan {
  410. margin: 0;
  411. padding: 0;
  412. font-size: 15px;
  413. letter-spacing: 2px;
  414. text-transform: uppercase;
  415. font-weight: 700;
  416. }
  417. #fh5co-pricing .price {
  418. font-size: 50px;
  419. color: #000;
  420. }
  421. #fh5co-pricing .price .currency {
  422. font-size: 20px;
  423. top: -1.2em;
  424. }
  425. #fh5co-pricing .price small {
  426. font-size: 16px;
  427. }
  428. #fh5co-pricing .pricing-info {
  429. padding: 0;
  430. margin: 0 0 30px 0;
  431. }
  432. #fh5co-pricing .pricing-info li {
  433. padding: 0;
  434. margin: 0;
  435. list-style: none;
  436. text-align: center;
  437. }
  438. #fh5co-our-services,
  439. #fh5co-press {
  440. background: #f4f4f4;
  441. }
  442. #fh5co-our-services .box {
  443. padding: 30px;
  444. background: #fff;
  445. text-align: center;
  446. color: #7f7f7f;
  447. margin-bottom: 70px;
  448. position: relative;
  449. }
  450. @media screen and (max-width: 992px) {
  451. #fh5co-our-services .box {
  452. min-height: inherit;
  453. margin-bottom: 60px;
  454. }
  455. }
  456. #fh5co-our-services .box .icon {
  457. width: 85px;
  458. height: 85px;
  459. margin: 0 auto;
  460. top: 0;
  461. margin-top: -70px;
  462. margin-bottom: 30px;
  463. position: relative;
  464. -webkit-border-radius: 50%;
  465. -moz-border-radius: 50%;
  466. -ms-border-radius: 50%;
  467. border-radius: 50%;
  468. display: table;
  469. text-align: center;
  470. }
  471. #fh5co-our-services .box .icon > span {
  472. display: table-cell;
  473. vertical-align: middle;
  474. }
  475. #fh5co-our-services .box .icon > span i {
  476. font-size: 40px;
  477. color: #fff !important;
  478. margin: 0;
  479. padding: 0;
  480. }
  481. #fh5co-our-services .box .icon.colored-1 {
  482. background: #2aaf67;
  483. }
  484. #fh5co-our-services .box .icon.colored-2 {
  485. background: #00bff3;
  486. }
  487. #fh5co-our-services .box .icon.colored-3 {
  488. background: #f26522;
  489. }
  490. #fh5co-our-services .box .icon.colored-4 {
  491. background: #e52b50;
  492. }
  493. #fh5co-our-services .box .icon.colored-5 {
  494. background: #2fc5cc;
  495. }
  496. #fh5co-our-services .box .icon.colored-6 {
  497. background: #6173f4;
  498. }
  499. #fh5co-our-services .box .step-number {
  500. font-size: 16px;
  501. display: block;
  502. color: #d1d1d1;
  503. letter-spacing: 2px;
  504. text-transform: uppercase;
  505. font-weight: 700;
  506. margin-bottom: 10px;
  507. }
  508. #fh5co-our-services .box h3 {
  509. margin: 0 0 20px 0;
  510. padding: 0;
  511. font-weight: 400;
  512. font-size: 20px;
  513. color: #444;
  514. }
  515. #fh5co-features {
  516. padding: 7em 0;
  517. }
  518. @media screen and (max-width: 768px) {
  519. #fh5co-features {
  520. padding: 4em 0;
  521. }
  522. }
  523. #fh5co-features .fh5co-service {
  524. margin-bottom: 30px;
  525. float: left;
  526. }
  527. #fh5co-features .fh5co-service .fh5co-icon {
  528. float: left;
  529. width: 20%;
  530. }
  531. #fh5co-features .fh5co-service .fh5co-icon i {
  532. font-size: 40px;
  533. color: #2185d5;
  534. }
  535. #fh5co-features .fh5co-service .fh5co-desc {
  536. width: 80%;
  537. float: right;
  538. }
  539. #fh5co-features .fh5co-service .fh5co-desc h3 {
  540. margin-top: 0;
  541. font-size: 18px;
  542. }
  543. #fh5co-press .fh5co-press-item {
  544. background: #fff;
  545. float: left;
  546. margin-bottom: 30px;
  547. position: relative;
  548. overflow: hidden;
  549. display: -webkit-box;
  550. display: -webkit-flex;
  551. display: -moz-flex;
  552. display: -ms-flexbox;
  553. display: flex;
  554. -webkit-border-radius: 4px;
  555. -moz-border-radius: 4px;
  556. -ms-border-radius: 4px;
  557. border-radius: 4px;
  558. }
  559. @media screen and (max-width: 480px) {
  560. #fh5co-press .fh5co-press-item {
  561. display: block !important;
  562. }
  563. }
  564. #fh5co-press .fh5co-press-item .fh5co-press-text,
  565. #fh5co-press .fh5co-press-item .fh5co-press-img {
  566. width: 50%;
  567. }
  568. @media screen and (max-width: 480px) {
  569. #fh5co-press .fh5co-press-item .fh5co-press-text,
  570. #fh5co-press .fh5co-press-item .fh5co-press-img {
  571. height: inherit;
  572. float: none !important;
  573. width: 100%;
  574. display: block !important;
  575. }
  576. }
  577. #fh5co-press .fh5co-press-item .fh5co-press-text {
  578. float: left;
  579. padding: 20px;
  580. }
  581. #fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title {
  582. margin: 0 0 20px 0;
  583. padding: 0 0 10px 0;
  584. font-weight: 400;
  585. font-size: 20px;
  586. color: #444;
  587. position: relative;
  588. }
  589. #fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title .fh5co-border {
  590. position: absolute;
  591. left: 0;
  592. bottom: 0;
  593. height: 2px;
  594. width: 30px;
  595. background: #2185d5;
  596. }
  597. #fh5co-press .fh5co-press-item .fh5co-press-img {
  598. position: absolute;
  599. right: 0;
  600. bottom: 0;
  601. top: 0;
  602. background-size: cover;
  603. }
  604. @media screen and (max-width: 480px) {
  605. #fh5co-press .fh5co-press-item .fh5co-press-img {
  606. height: 200px;
  607. left: 0;
  608. top: 0;
  609. position: relative;
  610. width: 100%;
  611. }
  612. }
  613. .fh5co-nav-toggle {
  614. width: 25px;
  615. height: 25px;
  616. cursor: pointer;
  617. text-decoration: none;
  618. }
  619. .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  620. background: #2185d5;
  621. }
  622. .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  623. outline: none;
  624. border-bottom: none !important;
  625. }
  626. .fh5co-nav-toggle i {
  627. position: relative;
  628. display: -moz-inline-stack;
  629. display: inline-block;
  630. zoom: 1;
  631. *display: inline;
  632. width: 25px;
  633. height: 3px;
  634. color: #2185d5;
  635. font: bold 14px/.4 Helvetica;
  636. text-transform: uppercase;
  637. text-indent: -55px;
  638. background: #2185d5;
  639. transition: all .2s ease-out;
  640. }
  641. .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  642. content: '';
  643. width: 25px;
  644. height: 3px;
  645. background: #2185d5;
  646. position: absolute;
  647. left: 0;
  648. -webkit-transition: 0.2s;
  649. -o-transition: 0.2s;
  650. transition: 0.2s;
  651. }
  652. .fh5co-nav-toggle i::before {
  653. top: -7px;
  654. }
  655. .fh5co-nav-toggle i::after {
  656. bottom: -7px;
  657. }
  658. .fh5co-nav-toggle:hover i::before {
  659. top: -10px;
  660. }
  661. .fh5co-nav-toggle:hover i::after {
  662. bottom: -10px;
  663. }
  664. .fh5co-nav-toggle.active i {
  665. background: transparent;
  666. }
  667. .fh5co-nav-toggle.active i::before {
  668. top: 0;
  669. -webkit-transform: rotateZ(45deg);
  670. -moz-transform: rotateZ(45deg);
  671. -ms-transform: rotateZ(45deg);
  672. -o-transform: rotateZ(45deg);
  673. transform: rotateZ(45deg);
  674. }
  675. .fh5co-nav-toggle.active i::after {
  676. bottom: 0;
  677. -webkit-transform: rotateZ(-45deg);
  678. -moz-transform: rotateZ(-45deg);
  679. -ms-transform: rotateZ(-45deg);
  680. -o-transform: rotateZ(-45deg);
  681. transform: rotateZ(-45deg);
  682. }
  683. .fh5co-nav-toggle {
  684. position: absolute;
  685. top: 12px;
  686. right: 0px;
  687. z-index: 21;
  688. padding: 6px 0 0 0;
  689. display: block;
  690. margin: 0 auto;
  691. display: none;
  692. height: 44px;
  693. width: 44px;
  694. border-bottom: none !important;
  695. }
  696. @media screen and (max-width: 768px) {
  697. .fh5co-nav-toggle {
  698. display: block;
  699. }
  700. }
  701. .person {
  702. text-align: center;
  703. margin-bottom: 40px;
  704. float: left;
  705. width: 100%;
  706. }
  707. .person img {
  708. display: block;
  709. margin: 0 auto;
  710. height: 150px;
  711. -webkit-border-radius: 50%;
  712. -moz-border-radius: 50%;
  713. -ms-border-radius: 50%;
  714. border-radius: 50%;
  715. }
  716. .person .name {
  717. font-size: 24px;
  718. }
  719. .person .position {
  720. text-transform: uppercase;
  721. color: #c3c3c3;
  722. margin-bottom: 30px;
  723. letter-spacing: 2px;
  724. }
  725. #footer {
  726. padding: 50px 0;
  727. color: #7f7f7f;
  728. }
  729. #footer .copyright {
  730. margin-bottom: 0px;
  731. padding-bottom: 0;
  732. }
  733. .btn {
  734. text-transform: uppercase;
  735. letter-spacing: 2px;
  736. -webkit-transition: 0.3s;
  737. -o-transition: 0.3s;
  738. transition: 0.3s;
  739. }
  740. .btn.btn-primary {
  741. background: #2185d5;
  742. color: #fff;
  743. border: none !important;
  744. border: 2px solid transparent !important;
  745. }
  746. .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  747. box-shadow: none;
  748. background: #2185d5;
  749. }
  750. .btn:hover, .btn:active, .btn:focus {
  751. background: #393e46 !important;
  752. color: #fff;
  753. outline: none !important;
  754. }
  755. .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  756. border-color: transparent;
  757. }
  758. .social {
  759. padding: 0;
  760. margin: 0;
  761. display: inline-block;
  762. position: relative;
  763. width: 100%;
  764. }
  765. .social li {
  766. list-style: none;
  767. padding: 0;
  768. margin: 0;
  769. display: inline-block;
  770. }
  771. .social li a {
  772. font-size: 16px;
  773. display: table;
  774. width: 40px;
  775. height: 40px;
  776. margin: 0 4px;
  777. }
  778. .social li a i {
  779. display: table-cell;
  780. vertical-align: middle;
  781. }
  782. .social li a:hover, .social li a:active, .social li a:focus {
  783. text-decoration: none;
  784. border-bottom: none;
  785. }
  786. .social li a.social-box {
  787. background: #2185d5;
  788. color: #fff;
  789. }
  790. .social li a.social-circle {
  791. background: #2185d5;
  792. color: #fff;
  793. -webkit-border-radius: 50%;
  794. -moz-border-radius: 50%;
  795. -ms-border-radius: 50%;
  796. border-radius: 50%;
  797. }
  798. .social li a:hover {
  799. background: #393e46 !important;
  800. }
  801. .social.social-box a {
  802. background: #2185d5;
  803. color: #fff;
  804. }
  805. .social.social-circle a {
  806. background: #2185d5;
  807. color: #fff;
  808. -webkit-border-radius: 50%;
  809. -moz-border-radius: 50%;
  810. -ms-border-radius: 50%;
  811. border-radius: 50%;
  812. }
  813. .owl-carousel .owl-controls .owl-nav {
  814. opacity: 0;
  815. -webkit-transition: 0.5s;
  816. -o-transition: 0.5s;
  817. transition: 0.5s;
  818. }
  819. .owl-carousel:focus .owl-controls .owl-nav, .owl-carousel:hover .owl-controls .owl-nav, .owl-carousel:active .owl-controls .owl-nav {
  820. opacity: 1;
  821. }
  822. .owl-carousel .btn-primary:hover, .owl-carousel .btn-primary:focus, .owl-carousel .btn-primary:active {
  823. background: transparent !important;
  824. border: 2px solid #fff !important;
  825. }
  826. .owl-carousel .owl-controls,
  827. .owl-carousel-posts .owl-controls {
  828. margin-top: 0;
  829. }
  830. @media screen and (max-width: 768px) {
  831. .owl-carousel .owl-controls .owl-nav {
  832. display: none;
  833. }
  834. }
  835. .owl-carousel .owl-controls .owl-nav .owl-next,
  836. .owl-carousel .owl-controls .owl-nav .owl-prev {
  837. top: 50%;
  838. margin-top: -29px;
  839. z-index: 9999;
  840. position: absolute;
  841. -webkit-transition: 0.3s;
  842. -o-transition: 0.3s;
  843. transition: 0.3s;
  844. }
  845. .owl-carousel .owl-controls .owl-nav .owl-next i:before,
  846. .owl-carousel .owl-controls .owl-nav .owl-prev i:before {
  847. color: rgba(255, 255, 255, 0.5);
  848. }
  849. .owl-carousel-posts .owl-controls .owl-nav .owl-next,
  850. .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  851. top: 24%;
  852. }
  853. .owl-carousel .owl-controls .owl-nav .owl-next {
  854. right: 0;
  855. }
  856. .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  857. right: 10px;
  858. }
  859. .owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
  860. color: white;
  861. }
  862. .owl-carousel .owl-controls .owl-nav .owl-prev {
  863. left: 0;
  864. }
  865. .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  866. left: 10px;
  867. }
  868. .owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
  869. color: white;
  870. }
  871. .owl-carousel-posts .owl-controls .owl-nav .owl-next i,
  872. .owl-carousel-posts .owl-controls .owl-nav .owl-prev i {
  873. color: #444;
  874. }
  875. .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
  876. .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
  877. color: #000;
  878. }
  879. .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
  880. .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  881. color: #fff;
  882. }
  883. .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
  884. .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  885. color: #fff;
  886. }
  887. @media screen and (max-width: 768px) {
  888. .owl-theme .owl-controls .owl-nav {
  889. display: none;
  890. }
  891. }
  892. .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  893. background: none !important;
  894. }
  895. .owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  896. font-size: 30px;
  897. }
  898. .owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  899. background: none !important;
  900. }
  901. .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  902. background: none !important;
  903. }
  904. .owl-theme .owl-dots {
  905. position: absolute;
  906. bottom: 0;
  907. width: 100%;
  908. text-align: center;
  909. }
  910. .owl-carousel-fullwidth.owl-theme .owl-dots {
  911. bottom: 0;
  912. margin-bottom: 2.5em;
  913. }
  914. .owl-theme .owl-dots .owl-dot span {
  915. width: 10px;
  916. height: 10px;
  917. background: rgba(255, 255, 255, 0.2);
  918. -webkit-transition: 0.2s;
  919. -o-transition: 0.2s;
  920. transition: 0.2s;
  921. border: 2px solid transparent;
  922. }
  923. .owl-theme .owl-dots .owl-dot span:hover {
  924. background: none;
  925. background: white;
  926. }
  927. .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  928. background: white;
  929. background: transparent;
  930. border: 2px solid #fff;
  931. }
  932. .owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap {
  933. height: 800px;
  934. display: table;
  935. width: 100%;
  936. }
  937. @media screen and (max-width: 768px) {
  938. .owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap {
  939. height: inherit;
  940. padding: 5em 0;
  941. }
  942. }
  943. .owl-carousel-fullwidth .fh5co-owl-text-wrap {
  944. position: relative;
  945. }
  946. .owl-carousel-fullwidth .item {
  947. background-repeat: no-repeat;
  948. background-size: cover;
  949. background-position: top left;
  950. position: relative;
  951. }
  952. .owl-carousel-fullwidth .item .overlay {
  953. position: absolute;
  954. top: 0;
  955. left: 0;
  956. right: 0;
  957. bottom: 0;
  958. background: rgba(0, 0, 0, 0.5);
  959. z-index: 8;
  960. }
  961. .owl-carousel-fullwidth .item img {
  962. max-width: 100%;
  963. }
  964. .owl-carousel-fullwidth .item .iphone-image {
  965. position: relative;
  966. z-index: 99;
  967. }
  968. .owl-carousel-fullwidth .item .iphone-image .iphone {
  969. float: right;
  970. text-align: right;
  971. position: relative;
  972. bottom: -12em;
  973. }
  974. @media screen and (max-width: 768px) {
  975. .owl-carousel-fullwidth .item .iphone-image .iphone {
  976. bottom: 0em;
  977. text-align: center;
  978. float: none !important;
  979. margin: 0 auto;
  980. display: block;
  981. }
  982. }
  983. .owl-carousel-fullwidth .item .iphone-image .iphone img {
  984. max-width: 100%;
  985. }
  986. .owl-carousel-fullwidth .item .fh5co-owl-text {
  987. display: table-cell;
  988. vertical-align: middle;
  989. z-index: 10;
  990. position: relative;
  991. }
  992. .owl-carousel-fullwidth .item .fh5co-owl-text a {
  993. color: white;
  994. border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  995. }
  996. .owl-carousel-fullwidth .item .fh5co-owl-text a:hover {
  997. text-decoration: none;
  998. color: white;
  999. border-bottom: 1px solid white;
  1000. }
  1001. .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead-2, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
  1002. color: #fff;
  1003. margin: 0;
  1004. padding: 0;
  1005. }
  1006. .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
  1007. font-weight: 700;
  1008. margin-bottom: 20px;
  1009. margin-top: 0;
  1010. text-transform: uppercase;
  1011. letter-spacing: 1px;
  1012. color: #fff;
  1013. font-size: 50px;
  1014. line-height: 50px;
  1015. color: #fff;
  1016. }
  1017. @media screen and (max-width: 768px) {
  1018. .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
  1019. margin-bottom: 20px;
  1020. font-size: 30px;
  1021. line-height: 30px;
  1022. }
  1023. }
  1024. .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
  1025. font-size: 30px;
  1026. line-height: 30px;
  1027. line-height: 42px;
  1028. font-weight: 100;
  1029. margin-bottom: 30px;
  1030. color: white;
  1031. }
  1032. @media screen and (max-width: 768px) {
  1033. .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
  1034. font-size: 24px;
  1035. line-height: 34px;
  1036. }
  1037. }
  1038. .js .to-animate,
  1039. .js .to-animate-2,
  1040. .js .single-animate {
  1041. opacity: 0;
  1042. }
  1043. @media screen and (max-width: 480px) {
  1044. .col-xxs-12 {
  1045. float: none;
  1046. width: 100%;
  1047. }
  1048. }
  1049. .row-bottom-padded-lg {
  1050. padding-bottom: 7em;
  1051. }
  1052. @media screen and (max-width: 768px) {
  1053. .row-bottom-padded-lg {
  1054. padding-bottom: 2em;
  1055. }
  1056. }
  1057. .row-bottom-padded-md {
  1058. padding-bottom: 4em;
  1059. }
  1060. @media screen and (max-width: 768px) {
  1061. .row-bottom-padded-md {
  1062. padding-bottom: 2em;
  1063. }
  1064. }
  1065. .row-bottom-padded-sm {
  1066. padding-bottom: 2em;
  1067. }
  1068. @media screen and (max-width: 768px) {
  1069. .row-bottom-padded-sm {
  1070. padding-bottom: 2em;
  1071. }
  1072. }
  1073. .fh5co-animated {
  1074. -webkit-animation-duration: .3s;
  1075. animation-duration: .3s;
  1076. -webkit-animation-fill-mode: both;
  1077. animation-fill-mode: both;
  1078. }
  1079. /*# sourceMappingURL=blue.css.map */