style.css 11 KB

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