_sections.scss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721
  1. .demo_img {
  2. background: #f7f7f7;
  3. margin-bottom: 70px;
  4. margin-left: 1%;
  5. margin-right: 1%;
  6. padding-bottom: 20px;
  7. text-align: center;
  8. img {
  9. margin-bottom: 25px;
  10. max-width: 100%;
  11. position: relative;
  12. transition: all 0.3s ease;
  13. -moz-transition: all 0.3s ease;
  14. -webkit-transition: all 0.3s ease;
  15. -o-transition: all 0.3s ease;
  16. }
  17. img:hover {
  18. opacity: 0.7;
  19. }
  20. h3.demo-title {
  21. font-size: 18px;
  22. font-weight: 700;
  23. text-transform: uppercase;
  24. letter-spacing: 1px;
  25. }
  26. }
  27. /* Headers */
  28. .wrapper {
  29. background: #fff;
  30. padding-bottom: 60px;
  31. }
  32. .mtb-50 {
  33. margin-top: 50px;
  34. margin-bottom: 50px;
  35. }
  36. #content {
  37. padding-bottom: 60px;
  38. }
  39. .mb-60 {
  40. margin-bottom: 60px;
  41. }
  42. .space-right {
  43. margin-right: 25px;
  44. }
  45. .row-spacer {
  46. margin-bottom: 80px;
  47. }
  48. .page-header-title {
  49. padding-top: 60px;
  50. padding-bottom: 60px;
  51. .heading-title {
  52. color: #444;
  53. font-size: 36px;
  54. letter-spacing: 3px;
  55. text-transform: uppercase;
  56. font-weight: 400;
  57. }
  58. }
  59. .navbar-light .navbar-nav .nav-link {
  60. color: #fff;
  61. }
  62. .navbar-light .navbar-nav .nav-link:focus,
  63. .navbar-light .navbar-nav .nav-link:hover {
  64. color: #fff;
  65. }
  66. #headers {
  67. .navbar {
  68. margin-bottom: 0;
  69. }
  70. .header-caption {
  71. text-align: center;
  72. height: auto;
  73. text-shadow: none !important;
  74. top: 0;
  75. bottom: 0;
  76. padding: 0;
  77. }
  78. .header-content {
  79. padding: 90px 0;
  80. }
  81. }
  82. .header-title .text-primary {
  83. color: $preset !important;
  84. }
  85. .header-content header-title span {
  86. margin-bottom: 15px;
  87. }
  88. .header-content .header-text {
  89. margin-top: 15px;
  90. font-size: 14px;
  91. line-height: 30px;
  92. }
  93. .header-content .btn {
  94. margin: 15px;
  95. }
  96. /* Header Style 1*/
  97. #header-style-1 {
  98. background-image: url("../img/bg/hero-1-bg.jpg");
  99. -webkit-background-size: cover;
  100. -moz-background-size: cover;
  101. background-size: cover;
  102. background-position: contain;
  103. .header-title {
  104. color: #fff;
  105. }
  106. .header-text {
  107. color: #fff;
  108. line-height: 1.5;
  109. }
  110. .content {
  111. min-height: 555px;
  112. height: auto;
  113. }
  114. p.caption {
  115. padding: 6px;
  116. color: $title-color;
  117. }
  118. }
  119. /* Header Style 2*/
  120. .header-style-2 {
  121. background: #f4f6f9;
  122. padding-top: 80px;
  123. }
  124. .hero-content-v2 {
  125. margin-top: 144px;
  126. h3 {
  127. font-size: 24px;
  128. color: #2f3542;
  129. font-weight: 400;
  130. strong {
  131. display: block;
  132. font-size: 48px;
  133. font-weight: 400;
  134. line-height: 62px;
  135. margin-bottom: 25px;
  136. }
  137. }
  138. p {
  139. color: #444;
  140. font-size: 18px;
  141. margin-bottom: 45px;
  142. }
  143. }
  144. /* Header Style 3*/
  145. .header-style-3 {
  146. background: url('../img/bg/hero-3-bg.jpg') no-repeat left center;
  147. background-size: cover;
  148. padding-top: 80px;
  149. .hero-content-v2 {
  150. h3 {
  151. color: #fff;
  152. }
  153. p {
  154. color: #fff;
  155. }
  156. }
  157. }
  158. /* End Headers */
  159. /* Header Style 1*/
  160. #header-style-4 {
  161. background-image: url("../img/bg/hero-4-bg.jpg");
  162. -webkit-background-size: cover;
  163. -moz-background-size: cover;
  164. background-size: cover;
  165. background-position: contain;
  166. .header-title {
  167. color: #fff;
  168. font-size: 50px;
  169. line-height: 60px;
  170. }
  171. .header-text {
  172. color: #fff;
  173. font-size: 18px;
  174. margin: 30px 0;
  175. }
  176. .form-control {
  177. width: 250px;
  178. margin: 0 auto;
  179. background: rgba(247, 247, 247, 0.2);
  180. }
  181. .header-content .btn {
  182. margin: 0;
  183. width: 250px;
  184. }
  185. }
  186. .section {
  187. padding: 30px 0;
  188. }
  189. /* Footer */
  190. .footer-info {
  191. padding: 25px 0;
  192. }
  193. footer .social a {
  194. font-size: 14px;
  195. margin-left: 10px;
  196. }
  197. footer {
  198. background: #282828;
  199. color: #7C7C7C;
  200. }
  201. footer .small-title {
  202. margin-bottom: 20px;
  203. font-size: 22px;
  204. color: #fff;
  205. }
  206. footer ul {
  207. padding: 0;
  208. margin: 0;
  209. list-style: none;
  210. }
  211. footer ul li {
  212. line-height: 25px;
  213. }
  214. footer ul li a {
  215. color: #999;
  216. font-size: 14px;
  217. }
  218. footer .menu {
  219. color: #fff;
  220. }
  221. footer .plain-flicker-gallery {
  222. margin-right: -5px;
  223. margin-left: -5px;
  224. }
  225. footer .plain-flicker-gallery a {
  226. display: inline-block;
  227. width: 32%;
  228. font-size: 0px;
  229. padding: 5px;
  230. }
  231. footer .plain-flicker-gallery a img {
  232. width: 100%;
  233. }
  234. footer .contact-us .form-control {
  235. color: #999;
  236. font-size: 14px;
  237. margin-bottom: 15px;
  238. background: #1D1D1D;
  239. border-radius: 0px;
  240. }
  241. footer #copyright {
  242. background: #1D1D1D;
  243. }
  244. footer #copyright .row {
  245. padding: 10px 0;
  246. }
  247. footer #copyright .copyright-text,
  248. footer #copyright .nav-inline {
  249. line-height: 38px;
  250. margin-bottom: 0;
  251. }
  252. .social-footer a i {
  253. font-size: 14px;
  254. height: 35px;
  255. text-align: center;
  256. display: inline-block;
  257. border: 1px solid #EB586F;
  258. line-height: 35px;
  259. margin: 4px;
  260. width: 35px;
  261. -webkit-transition: all 0.2s linear;
  262. -moz-transition: all 0.2s linear;
  263. -o-transition: all 0.2s linear;
  264. transition: all 0.2s linear;
  265. }
  266. .social-footer {
  267. .fa-facebook:hover {
  268. background: #3b5998;
  269. color: #fff;
  270. border-color: #3b5998;
  271. }
  272. .fa-twitter:hover {
  273. background: #55acee;
  274. color: #fff;
  275. border-color: #55acee;
  276. }
  277. .fa-linkedin:hover {
  278. background: #007bb6;
  279. color: #fff;
  280. border-color: #007bb6;
  281. }
  282. .fa-google-plus:hover {
  283. background: #dd4b39;
  284. color: #fff;
  285. border-color: #dd4b39;
  286. }
  287. }
  288. .default-footer {
  289. background: #232935;
  290. padding-bottom: 100px;
  291. padding-top: 100px;
  292. }
  293. .copy-right {
  294. font-size: 12px;
  295. color: #bac0cb;
  296. }
  297. .dis-blk {
  298. display: block;
  299. margin-bottom: 30px;
  300. }
  301. .mb-40 {
  302. margin-bottom: 40px;
  303. }
  304. .footer-logo {
  305. width: auto;
  306. }
  307. .light-footer {
  308. background: $bg-color;
  309. }
  310. .light-footer p {
  311. color: $text-color;
  312. }
  313. .dark-footer {
  314. background: $dark-bg-color;
  315. }
  316. .dark-footer p {
  317. color: $grey;
  318. }
  319. /* Footer Widgets */
  320. .light-footer .widget-area {
  321. background: $white;
  322. }
  323. .dark-footer .widget-area {
  324. background: $black;
  325. }
  326. .color-footer .widget-area {
  327. background: $primary-hover;
  328. }
  329. footer .widget-title {
  330. text-align: left;
  331. margin-bottom: 30px;
  332. }
  333. .dark-footer .widget-title h4 {
  334. color: $white;
  335. }
  336. .color-footer .widget-title h4 {
  337. color: $white;
  338. }
  339. /* ==========================================================================
  340. Footer Style 2
  341. ========================================================================== */
  342. footer {
  343. .block-title {
  344. font-size: 20px;
  345. margin-bottom: 25px;
  346. }
  347. .footer-Content {
  348. background-color: #18191b;
  349. padding: 60px 0;
  350. color: #fff;
  351. }
  352. }
  353. .footer-widget {
  354. p {
  355. color: #fff;
  356. }
  357. }
  358. .textwidget {
  359. font-size: 14px;
  360. font-weight: 300;
  361. line-height: 24px;
  362. color: #fff;
  363. }
  364. footer .menu {
  365. padding-left: 0;
  366. li {
  367. padding-bottom: 10px;
  368. a {
  369. color: #fff;
  370. &:hover {
  371. color: $primary-hover;
  372. }
  373. }
  374. }
  375. }
  376. .twitter-content {
  377. ul {
  378. li {
  379. margin-bottom: 10px;
  380. padding-bottom: 10px;
  381. }
  382. }
  383. span {
  384. float: left;
  385. width: 224px;
  386. a {
  387. color: $primary;
  388. }
  389. }
  390. }
  391. .featured-list {
  392. margin: 0;
  393. padding: 0;
  394. display: inline-block;
  395. li {
  396. float: left;
  397. width: 80px;
  398. height: 80px;
  399. margin-right: 7px;
  400. margin-bottom: 7px;
  401. overflow: hidden;
  402. position: relative;
  403. }
  404. }
  405. .bottom-social-icons {
  406. a {
  407. color: #fff;
  408. text-align: center;
  409. width: 32px;
  410. line-height: 32px;
  411. border-radius: 50px;
  412. border: 1px solid #fff;
  413. display: inline-block;
  414. height: 32px;
  415. margin-left: 5px;
  416. position: relative;
  417. overflow: hidden;
  418. }
  419. }
  420. #copyright {
  421. background-color: #1d1e20;
  422. padding: 20px 0 10px;
  423. color: #fff;
  424. p {
  425. line-height: 34px;
  426. color: #999;
  427. a {
  428. color: #fff;
  429. &:hover {
  430. color: $primary-hover;
  431. }
  432. }
  433. }
  434. }
  435. .social-icon {
  436. .facebook:hover {
  437. background-color: #3b5998;
  438. border-color: #3b5998;
  439. }
  440. .twitter:hover {
  441. background-color: #55acee;
  442. border-color: #55acee;
  443. }
  444. .dribble:hover {
  445. background-color: #D34836;
  446. border-color: #D34836;
  447. }
  448. .flickr:hover {
  449. background-color: #ff0084;
  450. border-color: #ff0084;
  451. }
  452. .youtube:hover {
  453. background-color: #CC181E;
  454. border-color: #CC181E;
  455. }
  456. .google-plus:hover {
  457. background-color: #dd4b39;
  458. border-color: #dd4b39;
  459. }
  460. .linkedin:hover {
  461. background-color: #007bb5;
  462. border-color: #007bb5;
  463. }
  464. }
  465. .subscribe-box {
  466. margin-top: 18px;
  467. input[type="text"] {
  468. outline: none;
  469. color: #444;
  470. font-size: 12px;
  471. padding: 6px 12px;
  472. border: none;
  473. background: #fff;
  474. border-radius: 0px;
  475. -webkit-border-radius: 0px;
  476. -moz-border-radius: 0px;
  477. -o-border-radius: 0px;
  478. outline: none;
  479. }
  480. input[type="submit"] {
  481. display: inline-block;
  482. text-decoration: none;
  483. color: #fff;
  484. font-size: 12px;
  485. background: $primary;
  486. text-transform: uppercase;
  487. border: none;
  488. padding: 7px 16px;
  489. border-radius: 0px;
  490. -webkit-border-radius: 0px;
  491. -moz-border-radius: 0px;
  492. -o-border-radius: 0px;
  493. transition: all 0.2s ease-in-out;
  494. -moz-transition: all 0.2s ease-in-out;
  495. -webkit-transition: all 0.2s ease-in-out;
  496. -o-transition: all 0.2s ease-in-out;
  497. }
  498. }
  499. /* Footer 3 */
  500. .footer-3 {
  501. hr {
  502. width: 100%;
  503. margin-top: 44px;
  504. margin-bottom: 30px;
  505. border-top: 1px solid #7b7a7a;
  506. }
  507. h3 {
  508. margin-bottom: 20px;
  509. font-size: 22px;
  510. color: #fff;
  511. text-transform: uppercase;
  512. }
  513. p {
  514. color: #fff;
  515. }
  516. .form-control {
  517. color: #999;
  518. font-size: 14px;
  519. margin-bottom: 15px;
  520. background: #1D1D1D;
  521. border-radius: 0px;
  522. }
  523. .social-icons li {
  524. display: inline-block;
  525. }
  526. .social-icons li a {
  527. color: #000;
  528. background: #fff;
  529. width: 35px;
  530. height: 35px;
  531. line-height: 38px;
  532. display: block;
  533. text-align: center;
  534. border-radius: 100%;
  535. font-size: 16px;
  536. margin: 15px 6px 12px 6px;
  537. transition: all 0.3s ease-in-out 0s;
  538. -moz-transition: all 0.3s ease-in-out 0s;
  539. -webkit-transition: all 0.3s ease-in-out 0s;
  540. -o-transition: all 0.3s ease-in-out 0s;
  541. }
  542. .social-icons li a:hover {
  543. color: #fff;
  544. }
  545. .social-icons li .facebook:hover {
  546. background: #3b5999;
  547. }
  548. .social-icons li .twitter:hover {
  549. background: #4A9CEC;
  550. }
  551. .social-icons li .instagram:hover {
  552. background: #D6274D;
  553. }
  554. .social-icons li .linkedin:hover {
  555. background: #1260A2;
  556. }
  557. .social-icons li .google:hover {
  558. background: #CE332A;
  559. }
  560. }
  561. /* Call to action */
  562. .cta-section {
  563. background: url(../img/bg/cta-bg.jpg) scroll center center;
  564. width: 100%;
  565. position: relative;
  566. padding: 60px 0;
  567. &::before {
  568. position: absolute;
  569. width: 100%;
  570. height: 100%;
  571. top: 0;
  572. left: 0;
  573. content: "";
  574. background-color: rgba(0, 0, 0, 0.3);
  575. }
  576. }
  577. .cta-area {
  578. display: table;
  579. width: 100%;
  580. height: 150px;
  581. }
  582. .cta-content {
  583. display: table-cell;
  584. vertical-align: middle;
  585. h2 {
  586. color: #fff;
  587. font-size: 38px;
  588. font-weight: 500;
  589. line-height: 52px;
  590. }
  591. .btn {
  592. font-size: 16px;
  593. margin-top: 15px;
  594. padding: 13px 24px;
  595. text-transform: uppercase;
  596. }
  597. }