style.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877
  1. body {
  2. background: #ffffff;
  3. font-family: 'Montserrat', sans-serif;
  4. font-style: normal;
  5. font-weight: 300;
  6. overflow-x: hidden;
  7. }
  8. /*---------------------------------------
  9. Typorgraphy
  10. -----------------------------------------*/
  11. h1,h2 {
  12. font-family: 'Playfair Display', serif;
  13. font-weight: 400;
  14. letter-spacing: 1px;
  15. }
  16. h3,h4,h5,h6 {
  17. font-family: 'Montserrat', sans-serif;
  18. font-weight: 500;
  19. letter-spacing: 1px;
  20. }
  21. h1 {
  22. font-size: 60px;
  23. letter-spacing: 2px;
  24. margin-bottom: 0px;
  25. }
  26. h2 {
  27. font-size: 32px;
  28. padding-bottom: 12px;
  29. }
  30. h3 {
  31. font-size: 22px;
  32. }
  33. h4 {
  34. font-weight: 400;
  35. }
  36. p {
  37. color: #757575;
  38. font-size: 20px;
  39. font-weight: 300;
  40. line-height: 30px;
  41. }
  42. .small {
  43. font-size: 14px;
  44. line-height: 28px;
  45. }
  46. #service .small {
  47. padding: 10px 20px 20px 20px;
  48. }
  49. /*---------------------------------------
  50. General
  51. -----------------------------------------*/
  52. html{
  53. -webkit-font-smoothing: antialiased;
  54. }
  55. a {
  56. color: #a1c45a;
  57. -webkit-transition: 0.5s;
  58. -o-transition: 0.5s;
  59. transition: 0.5s;
  60. text-decoration: none !important;
  61. }
  62. a:hover, a:active, a:focus {
  63. color: #a1c45a;
  64. outline: none;
  65. }
  66. * {
  67. -webkit-box-sizing: border-box;
  68. -moz-box-sizing: border-box;
  69. box-sizing: border-box;
  70. }
  71. *:before,
  72. *:after {
  73. -webkit-box-sizing: border-box;
  74. -moz-box-sizing: border-box;
  75. box-sizing: border-box;
  76. }
  77. .section-title {
  78. position: relative;
  79. margin-bottom: 62px;
  80. text-align: center;
  81. }
  82. #portfolio,
  83. #cta,
  84. #team, #service,
  85. #contact {
  86. padding-top: 100px;
  87. padding-bottom: 100px;
  88. }
  89. #portfolio,
  90. #service, #contact {
  91. padding-top: 10px;
  92. }
  93. #cta,
  94. #team, #service,
  95. footer {
  96. text-align: center;
  97. }
  98. #portfolio img,
  99. #team img {
  100. border-radius: 2px;
  101. width: 100%;
  102. }
  103. .bg-gray {
  104. background-color: #f9f9f9;
  105. }
  106. .bg-dark {
  107. background-color: #202020;
  108. }
  109. .head {
  110. display: block;
  111. height: 80px;
  112. position: relative;
  113. text-align: center;
  114. }
  115. .lr-pd {
  116. padding-left: 10%;
  117. padding-right: 10%;
  118. }
  119. /*---------------------------------------
  120. Preloader section
  121. -----------------------------------------*/
  122. .preloader {
  123. position: fixed;
  124. top: 0;
  125. left: 0;
  126. width: 100%;
  127. height: 100%;
  128. z-index: 99999;
  129. display: flex;
  130. flex-flow: row nowrap;
  131. justify-content: center;
  132. align-items: center;
  133. background: none repeat scroll 0 0 #ffffff;
  134. }
  135. .sk-spinner-pulse {
  136. width: 60px;
  137. height: 60px;
  138. background-color: #a1c45a;
  139. border-radius: 2%;
  140. -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  141. animation: sk-pulseScaleOut 1s infinite ease-in-out; }
  142. @-webkit-keyframes sk-pulseScaleOut {
  143. 0% {
  144. -webkit-transform: scale(0);
  145. transform: scale(0); }
  146. 100% {
  147. -webkit-transform: scale(1);
  148. transform: scale(1);
  149. opacity: 0; } }
  150. @keyframes sk-pulseScaleOut {
  151. 0% {
  152. -webkit-transform: scale(0);
  153. transform: scale(0); }
  154. 100% {
  155. -webkit-transform: scale(1);
  156. transform: scale(1);
  157. opacity: 0; } }
  158. /*---------------------------------------
  159. Navigation section
  160. -----------------------------------------*/
  161. .navbar-default {
  162. background: #ffffff;
  163. border: none;
  164. box-shadow: 0px;
  165. padding-top: 22px;
  166. margin: 0 !important;
  167. }
  168. .navbar-default .navbar-brand {
  169. color: #757575;
  170. font-size: 26px;
  171. font-weight: 400;
  172. text-transform: uppercase;
  173. letter-spacing: 2px;
  174. line-height: 50px;
  175. margin: 0;
  176. }
  177. .navbar-default .navbar-nav li a {
  178. color: #656565;
  179. font-size: 14px;
  180. font-weight: 400;
  181. line-height: 50px;
  182. letter-spacing: 1px;
  183. -webkit-transition: all 0.4s ease-in-out;
  184. transition: all 0.4s ease-in-out;
  185. padding-right: 20px;
  186. padding-left: 20px;
  187. }
  188. .navbar-default .navbar-nav > li a:hover {
  189. color: #444 !important;
  190. }
  191. .navbar-default .navbar-nav > li > a:hover,
  192. .navbar-default .navbar-nav > li > a:focus {
  193. color: #606060;
  194. background-color: transparent;
  195. }
  196. .navbar-default .navbar-nav > .active > a,
  197. .navbar-default .navbar-nav > .active > a:hover,
  198. .navbar-default .navbar-nav > .active > a:focus {
  199. color: #444;
  200. background-color: transparent;
  201. }
  202. .navbar-default .navbar-toggle {
  203. border: none;
  204. padding-top: 10px;
  205. }
  206. .navbar-default .navbar-toggle .icon-bar {
  207. border-color: transparent;
  208. }
  209. .navbar-default .navbar-toggle:hover,
  210. .navbar-default .navbar-toggle:focus {
  211. background-color: transparent;
  212. }
  213. .navbar-default .navbar-nav > .active > ::before {
  214. position: absolute;
  215. content: '';
  216. background-color: #a1c45a;
  217. height: 1px;
  218. width: 10px;
  219. margin-top: 24px;
  220. left: 4px;
  221. }
  222. /*---------------------------------------
  223. Main section
  224. -----------------------------------------*/
  225. .main-about,
  226. .main-service, .main-contact,
  227. .main-work {
  228. height: 70vh;
  229. text-align: center;
  230. }
  231. /*---------------------------------------
  232. Home section
  233. -----------------------------------------*/
  234. #home {
  235. display: -webkit-box;
  236. display: -webkit-flex;
  237. display: -ms-flexbox;
  238. display: flex;
  239. -webkit-box-align: center;
  240. -webkit-align-items: center;
  241. -ms-flex-align: center;
  242. align-items: center;
  243. height: 56vh;
  244. position: relative;
  245. }
  246. #home p {
  247. font-size: 27px;
  248. line-height: 42px;
  249. letter-spacing: 1px;
  250. padding-top: 18px;
  251. text-align: center;
  252. }
  253. /*---------------------------------------
  254. CTA section
  255. -----------------------------------------*/
  256. #cta p {
  257. color: #666;
  258. font-size: 24px;
  259. line-height: 42px;
  260. }
  261. #cta .btn {
  262. background-color: #a1c45a;
  263. border: 2px solid transparent;
  264. color: #ffffff;
  265. font-size: 14px;
  266. font-weight: 500;
  267. border-radius: 2px;
  268. letter-spacing: 1px;
  269. padding: 12px 36px 14px;
  270. margin-top: 32px;
  271. transition: all 0.4s ease-in-out;
  272. }
  273. #cta .btn:hover {
  274. background-color: #222;
  275. }
  276. /*---------------------------------------
  277. About section
  278. -----------------------------------------*/
  279. #about {
  280. padding-top: 40px;
  281. padding-bottom: 40px;
  282. }
  283. #about h3 {
  284. text-align: center;
  285. }
  286. #about .chart {
  287. position: relative;
  288. text-align: center;
  289. }
  290. #about .chart-icon {
  291. position: absolute;
  292. left:50%;
  293. top:50%;
  294. margin:-40px 0 0 -34px;
  295. width: 68px;
  296. height: 68px;
  297. line-height: 68px;
  298. border-radius:50%;
  299. background-color: #f0f0f0;
  300. color: #242424;
  301. }
  302. #about .chart-icon .fa {
  303. position: absolute;
  304. top:50%;
  305. margin-top: -12px;
  306. left:0;
  307. width: 100%;
  308. font-size: 24px;
  309. }
  310. /*---------------------------------------
  311. Team section
  312. -----------------------------------------*/
  313. #team h4 {
  314. padding-bottom: 12px;
  315. }
  316. #team .team-thumb {
  317. width: 100%;
  318. margin-bottom: 32px;
  319. position: relative;
  320. }
  321. #team .team-overlay {
  322. color: #ffffff;
  323. position: absolute;
  324. bottom: 0px;
  325. width: 100%;
  326. height: 90px;
  327. overflow: hidden;
  328. transition: height 450ms;
  329. }
  330. #team .team-thumb:hover .team-overlay {
  331. height: 100%;
  332. background-color: #ffffff;
  333. color: #222;
  334. padding-top: 30%;
  335. opacity: 0.9;
  336. }
  337. #team .team-thumb:hover h4 {
  338. color: #a1c45a;
  339. }
  340. /*---------------------------------------
  341. Service section
  342. -----------------------------------------*/
  343. #service .fa {
  344. background-color: #f0f0f0;
  345. border-radius: 100px;
  346. cursor: pointer;
  347. color: #a1c45a;
  348. font-size: 32px;
  349. width: 85px;
  350. height: 85px;
  351. line-height: 85px;
  352. text-align: center;
  353. transition: all 0.4s ease-in-out;
  354. position: relative;
  355. top: 0px;
  356. }
  357. #service .fa:hover {
  358. background-color: #222;
  359. color: #ffffff;
  360. transform: scale(1);
  361. top: -5px;
  362. }
  363. #service .small {
  364. padding-bottom: 40px;
  365. }
  366. /*---------------------------------------
  367. Portfolio section
  368. -----------------------------------------*/
  369. .portfolio-thumb {
  370. margin: 0;
  371. overflow: hidden;
  372. position: relative;
  373. }
  374. .portfolio-thumb img {
  375. filter: grayscale(100%);
  376. }
  377. .portfolio-item-hover {
  378. position: absolute;
  379. overflow: hidden;
  380. z-index: 1;
  381. top:0;
  382. left: 0;
  383. width: 100%;
  384. height: 100%;
  385. opacity: 0;
  386. color: #a1c45a;
  387. -webkit-transition: all 0.3s;
  388. transition: all 0.3s;
  389. }
  390. .portfolio-item-hover:after {
  391. content: "";
  392. position: absolute;
  393. z-index: -1;
  394. top: 0;
  395. right: 0;
  396. bottom: 0;
  397. left: 0;
  398. -webkit-transition: all 0.6s;
  399. transition: all 0.6s;
  400. }
  401. .portfolio-item-hover .fa{
  402. position: absolute;
  403. top:50%;
  404. left: 50%;
  405. -webkit-transform: translate(-50%, -50%);
  406. -ms-transform: translate(-50%, -50%);
  407. -o-transform: translate(-50%, -50%);
  408. transform: translate(-50%, -50%);
  409. font-size: 16px;
  410. font-weight: normal;
  411. background-color: #ffffff;
  412. border-radius: 2px;
  413. width: 60px;
  414. height: 60px;
  415. line-height: 60px;
  416. text-align: center;
  417. }
  418. .portfolio-thumb a:hover .portfolio-item-hover {
  419. opacity: 1;
  420. }
  421. .portfolio-thumb a:hover .portfolio-item-hover:after {
  422. opacity: 1;
  423. }
  424. /*filter css*/
  425. .filter-wrapper {
  426. width: 100%;
  427. padding: 0px;
  428. margin-bottom: 32px;
  429. overflow: hidden;
  430. text-align: center;
  431. }
  432. .filter-wrapper li {
  433. display: inline-block;
  434. margin: 4px;
  435. }
  436. .filter-wrapper li a {
  437. border-radius: 4px;
  438. color: #666;
  439. font-size: 14px;
  440. font-weight: 400;
  441. letter-spacing: 1px;
  442. padding: 8px 17px;
  443. display: block;
  444. text-decoration: none;
  445. -webkit-transition: all 0.4s ease-in-out;
  446. transition: all 0.4s ease-in-out;
  447. }
  448. .filter-wrapper li a:hover,
  449. .filter-wrapper li a:focus {
  450. color: #a1c45a;
  451. }
  452. /*worktope box css*/
  453. .work-box-section {
  454. width: 100%;
  455. }
  456. .work-box-wrapper {
  457. width: 100%;
  458. padding: 0;
  459. clear: both;
  460. position: relative;
  461. }
  462. .work-box {
  463. position: relative;
  464. min-height: 50px;
  465. float: left;
  466. overflow: hidden;
  467. margin-bottom: 25px;
  468. }
  469. .work-box > a {
  470. display: block;
  471. width: 100%;
  472. height: 100%;
  473. overflow: hidden;
  474. }
  475. .fluid-img {
  476. width: 100%;
  477. display: block;
  478. }
  479. .mfp-with-zoom .mfp-container,
  480. .mfp-with-zoom.mfp-bg {
  481. opacity: 0;
  482. -webkit-backface-visibility: hidden;
  483. /* ideally, transition speed should match zoom duration */
  484. -webkit-transition: all 0.3s ease-out;
  485. -moz-transition: all 0.3s ease-out;
  486. -o-transition: all 0.3s ease-out;
  487. transition: all 0.3s ease-out;
  488. }
  489. .mfp-with-zoom.mfp-ready .mfp-container {
  490. opacity: 1;
  491. }
  492. .mfp-with-zoom.mfp-ready.mfp-bg {
  493. opacity: 0.8;
  494. }
  495. .mfp-with-zoom.mfp-removing .mfp-container,
  496. .mfp-with-zoom.mfp-removing.mfp-bg {
  497. opacity: 0;
  498. }
  499. /*---------------------------------------
  500. Contact
  501. -----------------------------------------*/
  502. #contact form .form-control {
  503. background: transparent;
  504. border: none;
  505. border-bottom: 1px solid #999;
  506. border-radius: 0px;
  507. box-shadow: none;
  508. font-size: 14px;
  509. margin-bottom: 20px;
  510. transition: all 0.4s ease-in-out;
  511. }
  512. #contact form .form-control:focus {
  513. border-bottom: 2px solid #333;
  514. }
  515. #contact form input {
  516. height: 50px;
  517. }
  518. #contact form input[type="submit"] {
  519. border-radius: 2px;
  520. background-color: #a1c45a;
  521. border: none;
  522. font-weight: 500;
  523. letter-spacing: 2px;
  524. color: #ffffff;
  525. text-transform: uppercase;
  526. margin-top: 30px;
  527. }
  528. #contact form input[type="submit"]:hover {
  529. background-color: #222;
  530. }
  531. #contact .contact-detail {
  532. padding: 30px;
  533. background-color: #f9f9f9;
  534. }
  535. #contact .contact-detail-2 {
  536. padding-top: 6px;
  537. }
  538. #contact #google-map iframe {
  539. border: none;
  540. width: 100%;
  541. height: 350px;
  542. }
  543. /*---------------------------------------
  544. Footer section
  545. -----------------------------------------*/
  546. footer {
  547. padding-top: 60px;
  548. padding-bottom: 60px;
  549. }
  550. footer .footer-link ul {
  551. margin: 0;
  552. padding: 0;
  553. position: relative;
  554. }
  555. footer .footer-link ul li {
  556. list-style: none;
  557. display: inline-block;
  558. padding: 22px;
  559. }
  560. footer .footer-link ul li a {
  561. color: #666;
  562. transition: all 0.4s ease-in-out;
  563. text-decoration: none;
  564. }
  565. footer .footer-link ul li a:hover {
  566. color: #a1c45a;
  567. }
  568. footer .footer-copyright {
  569. padding-top: 16px;
  570. }
  571. footer .footer-copyright p {
  572. padding-top: 8px;
  573. }
  574. /*---------------------------------------
  575. Social icon
  576. -----------------------------------------*/
  577. .social-icon {
  578. position: relative;
  579. padding: 0;
  580. margin: 0;
  581. }
  582. .social-icon li {
  583. display: inline-block;
  584. list-style: none;
  585. }
  586. .social-icon li a {
  587. color: #666;
  588. border-radius: 2px;
  589. cursor: pointer;
  590. font-size: 16px;
  591. text-decoration: none;
  592. transition: all 0.4s ease-in-out;
  593. width: 50px;
  594. height: 50px;
  595. line-height: 50px;
  596. text-align: center;
  597. vertical-align: middle;
  598. position: relative;
  599. top: 0px;
  600. }
  601. .social-icon li a:hover {
  602. background: #a1c45a;
  603. color: #ffffff;
  604. top: -5px;
  605. }
  606. /*---------------------------------------
  607. Back top
  608. -----------------------------------------*/
  609. .go-top {
  610. background-color: #ffffff;
  611. box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
  612. border-radius: 2px;
  613. transition : all 1s ease;
  614. bottom: 2em;
  615. right: 2em;
  616. color: #333;
  617. font-size: 22px;
  618. display: none;
  619. position: fixed;
  620. text-decoration: none;
  621. width: 35px;
  622. height: 35px;
  623. line-height: 30px;
  624. text-align: center;
  625. }
  626. .go-top:hover {
  627. background: #a1c45a;
  628. color: #ffffff;
  629. }
  630. /*---------------------------------------
  631. Mobile Responsive
  632. -----------------------------------------*/
  633. @media (max-width: 980px) {
  634. #home {
  635. height: 32vh;
  636. }
  637. #home p {
  638. font-size: 23px;
  639. }
  640. .filter-wrapper li a {
  641. padding: 8px 12px;
  642. }
  643. #about .chart {
  644. margin-top: 32px;
  645. }
  646. #cta p {
  647. font-size: 24px;
  648. }
  649. }
  650. @media (max-width: 768px) {
  651. body {
  652. text-align: center;
  653. }
  654. h1 {
  655. font-size: 48px;
  656. }
  657. #portfolio,
  658. #cta,
  659. #team, #service,
  660. #contact {
  661. padding-top: 80px;
  662. padding-bottom: 80px;
  663. }
  664. }
  665. @media (max-width: 767px) {
  666. .navbar-default {
  667. text-align: center;
  668. padding-top: 0px;
  669. }
  670. .navbar-default .navbar-brand {
  671. line-height: 25px;
  672. }
  673. .navbar-default .navbar-nav li a {
  674. line-height: 35px;
  675. }
  676. footer .footer-link ul li {
  677. padding: 8px;
  678. }
  679. }
  680. @media (max-width: 650px) {
  681. #home {
  682. height: 100vh;
  683. }
  684. h1 {
  685. font-size: 30px;
  686. }
  687. #home p,
  688. #cta p {
  689. font-size: 18px;
  690. line-height: 32px;
  691. }
  692. .filter-wrapper {
  693. text-align: center;
  694. }
  695. .filter-wrapper li a {
  696. padding: 4px;
  697. }
  698. #contact .contact-detail-1 {
  699. padding-top: 32px;
  700. }
  701. }