style.css 9.9 KB

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