style.css 9.9 KB

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