style.css 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569
  1. 
  2. */
  3. /*
  4. 01 - Global styles
  5. */
  6. html,
  7. body {
  8. height: 100%;
  9. }
  10. body {
  11. font-family: Helvetica Neue,Hiragino Sans GB,stheiti,Microsoft Yahei,微软雅黑,tahoma,sans-serif;
  12. background: #fff;
  13. font-weight: 400;
  14. font-size: 15px;
  15. line-height: 1.8;
  16. -webkit-text-size-adjust: 100%;
  17. -moz-osx-font-smoothing: grayscale;
  18. -webkit-font-smoothing: antialiased;
  19. color: #333;
  20. }
  21. a,
  22. button {
  23. -moz-transition: all 0.3s;
  24. -o-transition: all 0.3s;
  25. -webkit-transition: all 0.3s;
  26. transition: all 0.3s;
  27. text-decoration: none;
  28. }
  29. a,
  30. a:hover,
  31. a:focus,
  32. button:hover,
  33. button:focus {
  34. outline: 0 !important;
  35. text-decoration: none;
  36. }
  37. .font-weight-900{
  38. font-weight: 900;
  39. }
  40. .f-50{
  41. font-size: 50px;
  42. }
  43. .btn {
  44. border-radius: 0px;
  45. text-transform: uppercase;
  46. padding: 12px 30px;
  47. }
  48. .section {
  49. padding: 100px 0px;
  50. position: relative;
  51. }
  52. .pb-70 {
  53. padding-bottom: 70px;
  54. }
  55. .pb-50 {
  56. padding-bottom: 50px;
  57. }
  58. .mb-100{
  59. margin-bottom: 100px;
  60. }
  61. .mb-50{
  62. margin-bottom: 50px;
  63. }
  64. .mb-30{
  65. margin-bottom: 30px;
  66. }
  67. .mt-30{
  68. margin-top: 30px;
  69. }
  70. .space-40 {
  71. height: 40px;
  72. width: 100%
  73. }
  74. .space-50 {
  75. height: 50px;
  76. width: 100%
  77. }
  78. .text-primary {
  79. color: #627aec !important;
  80. }
  81. .btn-primary {
  82. color: #fff;
  83. background-color: #627aec;
  84. border-color: #627aec;
  85. }
  86. .btn-dark:hover {
  87. color: #fff;
  88. background-color: #627aec;
  89. border-color: #627aec;
  90. }
  91. .btn.btn-round{ border-radius: 50px; }
  92. .bg-dark {
  93. background-color: #22232f !important;
  94. }
  95. .btn-outline-primary {
  96. color: #627aec;
  97. border-color: #627aec;
  98. }
  99. .bg-section {
  100. background-color: #f5f5f5;
  101. }
  102. .srction_title p {
  103. color: #000000;
  104. font-size: 18px;
  105. }
  106. .btn-danger{
  107. background: #ff6501;
  108. border-color: #ff6501;
  109. }
  110. .btn-danger:hover{
  111. background-color: #d95e0e;
  112. border-color: #d95e0e;
  113. }
  114. /*02 Header*/
  115. div#header-sticky-wrapper {
  116. position: absolute;
  117. width: 100%;
  118. left: 0px;
  119. top: 0px;
  120. z-index: 999;
  121. }
  122. .navbar{
  123. padding: 0px 15px;
  124. }
  125. .is-sticky header {
  126. background-color: #22232f;
  127. }
  128. .bg-light.navbar-transparent {
  129. background-color: transparent !important;
  130. }
  131. .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  132. color: #627aec;
  133. }
  134. .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  135. color: rgb(98, 122, 236);
  136. }
  137. .navbar-light .navbar-nav .nav-link {
  138. color: #fff;
  139. padding: 0 20px;
  140. text-transform: uppercase;
  141. }
  142. header .navbar-nav > li > a:not(.btn){ position: relative; line-height: 75px; }
  143. header .navbar-nav > li > a:not(.btn):before {
  144. content: "";
  145. position: absolute;
  146. right: 0;
  147. bottom: 0;
  148. width: 0px;
  149. height: 2px;
  150. background-color: #627aec;
  151. transition: 0.3s;
  152. }
  153. header .navbar-nav > li > a:not(.btn):hover:before,header .navbar-nav > li > a.active:not(.btn-round ):before {
  154. width: 100%;
  155. left: 0;
  156. right: auto;
  157. }
  158. .navbar-light .navbar-toggler {
  159. color: rgba(0,0,0,.5);
  160. border-color: rgba(0,0,0,.1);
  161. background-color: #fff;
  162. }
  163. /*hero*/
  164. .hero.section {
  165. padding-top: 200px;
  166. max-height: 800px; min-height: 800px;
  167. margin-bottom: 100px;
  168. }
  169. .home-desk {
  170. margin-bottom: -200px;
  171. }
  172. /*Box card*/
  173. .bos.bg-bos { padding: 30px 30px; }
  174. .bos h2{
  175. font-weight: 450;
  176. color: #000000; margin-bottom: 20px;
  177. }
  178. .bos.bg-bos img {
  179. height:207px;
  180. margin: 0 auto;
  181. display: block;
  182. text-align: center;
  183. margin-bottom:20px;
  184. }
  185. .bos .media h3 {
  186. margin-bottom: 10px;
  187. }
  188. /*Box card*/
  189. .bg-box {
  190. background-color: #f5f5f5;
  191. }
  192. .box.bg-box { padding: 30px 30px; }
  193. .box h3{
  194. font-size: 24px;
  195. font-weight: bold;
  196. color: #000000; margin-bottom: 20px;
  197. }
  198. .box.bg-box .icon {
  199. font-size: 36px;
  200. width: 80px;
  201. height: 80px;
  202. margin: 0 auto;
  203. border: 1px solid;
  204. display: block;
  205. line-height: 80px;
  206. margin-bottom: 20px;
  207. border-radius: 100%;
  208. text-align: center;
  209. }
  210. .box .media h3 {
  211. margin-bottom: 10px;
  212. }
  213. .box.bg-box:hover{
  214. background-color: #627aec;
  215. }
  216. .box.bg-box:hover .icon{
  217. background-color: #fff;
  218. color: #fff;
  219. }
  220. .box.bg-box:hover h3,.box.bg-box:hover p{
  221. color: #fff;
  222. }
  223. /*-- ==== Start Call Action ==== */
  224. .call_action .icon {
  225. width: 120px;
  226. height: 120px;
  227. background-color: #fff;
  228. border-radius: 100%;
  229. line-height: 125px;
  230. font-size: 40px;
  231. text-align: center;
  232. color: #627aec;
  233. margin: 0 auto 40px;
  234. }
  235. /*What people say*/
  236. span.blockquote_icon {
  237. position: absolute;
  238. right: 0;
  239. font-size: 150px;
  240. display: block;
  241. bottom: 84px;
  242. line-height: 0;
  243. color: #f0f0f0;
  244. transform: rotate(-180deg);
  245. pointer-events: none;
  246. }
  247. .what_say_sldier .media {
  248. position: relative;
  249. }
  250. .owl-dots .owl-dot {
  251. width: 10px;
  252. height: 10px;
  253. background: #ddd;
  254. border-radius: 100%;
  255. margin: 0 5px;
  256. }
  257. .owl-dots {
  258. display: flex;
  259. justify-content: center; margin-top: 30px;
  260. }
  261. .owl-dots .owl-dot.active {
  262. background-color: #000;
  263. }
  264. /*price*/
  265. section.section.pricing {
  266. position: relative;
  267. }
  268. section.section.pricing .bg_box {
  269. position: absolute;
  270. width: 100%;
  271. height: 450px;
  272. top: 0;
  273. background-repeat: no-repeat;
  274. background-size: cover;
  275. }
  276. section.section.pricing .container {
  277. position: relative;
  278. z-index: 10;
  279. }
  280. .card.price_box {
  281. box-shadow: 2.5px 4.33px 20px rgba(0,0,0,0.2);
  282. background-color: transparent;
  283. text-align: center;
  284. padding: 30px;
  285. }
  286. .card.price_box h2 {
  287. font-size: 15px;
  288. line-height: 40px;
  289. font-weight: 700;
  290. }
  291. .card.price_box h3 {
  292. font-size: 48px;
  293. line-height: 40px;
  294. font-weight: 900;
  295. text-align: center;
  296. }
  297. .card.price_box h3 sub{
  298. font-size: 24px; bottom: 0px; margin: 0 5px;
  299. }
  300. .card.price_box ul li{
  301. font-size: 16px;
  302. line-height: 45px;
  303. color: #939499;
  304. font-weight: 400;
  305. text-align: center;
  306. }
  307. .card.price_box.active {
  308. border: 2px solid rgba(255,255,255,0.04);
  309. }
  310. .pricing_slider .item {
  311. padding: 20px;
  312. }
  313. /*Our Team */
  314. .team_img {
  315. width: 255px;
  316. height: 256px;
  317. border-radius: 128px;
  318. background-color: #ffffff;
  319. border: 6px solid #a9aaae;
  320. text-align: center;
  321. padding: 30px; margin: 0 auto;
  322. }
  323. .team_img img{
  324. border-radius: 100%;
  325. }
  326. .social li a {
  327. background-color: transparent;
  328. border-radius: 100%;
  329. color: #828282; border:1px solid #828282;
  330. float: left;
  331. font-size: 14px;
  332. height: 36px;
  333. line-height: 36px;
  334. margin: 0;
  335. padding: 0;
  336. text-align: center;
  337. width: 36px;
  338. position: relative;
  339. }
  340. .social li a:hover {
  341. background-color: #627aec;
  342. color: #fff; border:1px solid #627aec;
  343. }
  344. .team-box:hover .team_img{ border: 6px solid #627aec; }
  345. /*newsletter*/
  346. .newsletter_input input.form-control {
  347. height: 60px;
  348. border-radius: 60px;
  349. }
  350. .newsletter_input {
  351. position: relative;
  352. }
  353. .newsletter_input .btn {
  354. position: absolute;
  355. right: 12px;
  356. top: 7px;
  357. min-width: 140px;
  358. }
  359. .newsletter_input .btn i{
  360. margin-left: 5px;
  361. }
  362. /*Form*/
  363. .form-control {
  364. border: 1px solid #ebebeb;
  365. width: 100%;
  366. max-width: 100%;
  367. color: #989ca2;
  368. background: 0 0;
  369. min-height: 60px;
  370. padding: 10px 15px;
  371. box-shadow: none;
  372. outline: none;
  373. }
  374. .form-control:focus{
  375. box-shadow: none;
  376. outline: none;
  377. }
  378. /*Footer*/
  379. .footer_menu a {
  380. font-weight: 300;
  381. padding: 0 15px;
  382. border-right: 1px solid #757575; color: #000; text-transform: uppercase; }
  383. .footer_menu a:hover{
  384. color: #627aec;
  385. }
  386. .footer_menu ul li {
  387. display: inline-block; }
  388. .footer_menu ul li:last-child a {
  389. border-right: none; }
  390. .footer_copywrite_area {
  391. display: block;
  392. padding: 30px 0 100px 0; }
  393. .footer_social_area {
  394. margin-bottom: 30px; }
  395. .footer_social_area a {
  396. border-radius: 50%;
  397. height: 40px;
  398. text-align: center;
  399. width: 40px; color: #000;
  400. display: inline-block;
  401. background-color: #ffffff;
  402. line-height: 40px;
  403. box-shadow: none;
  404. margin: 0 5px; }
  405. .footer_social_area a i {
  406. line-height: 36px; }
  407. .footer_social_area a:hover, .footer_social_area a:focus {
  408. color: #ffffff; background-color: #627aec;
  409. border-color: #627aec; }
  410. .footer_bottom_area {
  411. display: block;
  412. position: relative;
  413. text-align: center; }
  414. .footer_bottom_area .item {
  415. margin-bottom: 50px; }
  416. .footer_bottom p {
  417. margin: 0;
  418. font-size: 14px; }
  419. .contact_location h3 {
  420. font-size: 26px;
  421. font-weight: 900;
  422. padding-bottom: 10px;
  423. }
  424. .contact_location p {
  425. line-height: 40px;
  426. font-size: 20px;
  427. color: #677294;
  428. }
  429. .contact_location ul{
  430. margin-bottom: 0px;
  431. }
  432. .contact_location .location_info li {
  433. font-size: 20px;
  434. color: #677294;
  435. margin-bottom: 15px;
  436. }
  437. .contact_location .location_info li:last-child{
  438. margin-bottom: 0px;
  439. }
  440. .contact_location .location_info li a{
  441. font-size: 20px;
  442. color: #677294;
  443. }
  444. .contact_location a:hover,.contact_location .location_info li a:hover{
  445. color: #627aec;
  446. }
  447. .contact_location .location_info li i {
  448. margin-right: 15px; color: #627aec;
  449. }
  450. p.help-block ul {
  451. font-size: 13px;
  452. margin: 0px;
  453. padding: 0px;
  454. list-style: none;
  455. }
  456. p.help-block {
  457. margin: 0px;
  458. position: absolute;
  459. left: 0;
  460. }
  461. .form-group {
  462. position: relative;
  463. margin-bottom: 23px;
  464. }
  465. /*Responsive */
  466. @media(max-width: 991px){
  467. header#header{
  468. padding: 15px 0px;
  469. }
  470. .f-50 {
  471. font-size: 36px;
  472. }
  473. .lead {
  474. font-size: 1rem;}
  475. .home-desk,.hero.section {
  476. margin-bottom: 0;
  477. }
  478. .box.bg-box .icon {
  479. font-size: 20px;
  480. width: 50px;
  481. height: 50px;
  482. line-height: 50px;
  483. }
  484. .h1, h1 {
  485. font-size: 1.7rem;
  486. }
  487. .box.bg-box {
  488. padding: 30px 15px;
  489. }
  490. .box h3 {
  491. font-size: 20px;}
  492. .call_action .icon {
  493. width: 70px;
  494. height: 70px;
  495. border-radius: 100%;
  496. line-height: 70px;
  497. }
  498. .srction_title p {
  499. color: #000000;
  500. font-size: 14px;
  501. }
  502. .card.price_box h3 {
  503. font-size: 32px;}
  504. section.section.pricing .bg_box {
  505. position: absolute;
  506. width: 100%;
  507. height: 490px;}
  508. .team_img {
  509. width: 206px;
  510. height: 206px;
  511. border-radius: 128px;
  512. border-width: 4px;
  513. padding: 10px;
  514. margin: 0 auto;
  515. }
  516. header .navbar-nav > li > a:not(.btn) {
  517. position: relative;
  518. line-height: 45px;
  519. }
  520. .btn {
  521. padding: 12px 20px;
  522. }
  523. }
  524. @media(max-width: 640px){
  525. .f-50 {
  526. font-size:30px;
  527. }
  528. }
  529. /*loader*/
  530. .loader_pre{
  531. position: fixed;width: 100%;left: 0px; height: 100%; top: 0; background-color: #000; z-index: 100000;
  532. }
  533. #loader {
  534. position: absolute;
  535. left: 50%;
  536. margin-left: -50px;
  537. top: 50%;
  538. margin-top: -50px;
  539. border: 20px #ddd double;
  540. border-top: 20px double #627aec;
  541. border-radius: 100%;
  542. box-shadow: 0px 0px 5px inset #ccc;
  543. width: 100px;
  544. height: 100px;
  545. animation: spin 2s linear infinite;
  546. }
  547. @keyframes spin {
  548. 0% {
  549. transform: rotate(0deg);
  550. }
  551. 100% {
  552. transform: rotate(360deg);
  553. }
  554. }