main.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140
  1. /* ========================================================================= */
  2. /*
  3. /*
  4. /******************************* Main Style Sheet ****************************/
  5. /*
  6. /*
  7. /* ========================================================================= */
  8. body {
  9. background-color: #fff;
  10. font-family: 'Open Sans', sans-serif;
  11. line-height: 1.9;
  12. font-size: 14px;
  13. color: #777;
  14. }
  15. ol, ul {
  16. margin: 0;
  17. padding: 0;
  18. list-style: none;
  19. }
  20. figure, p {
  21. margin: 0;
  22. }
  23. a {
  24. -webkit-transition: all .3s ease-in 0s;
  25. transition: all .3s ease-in 0s;
  26. }
  27. iframe {
  28. border: 0;
  29. }
  30. a, a:focus, a:hover {
  31. text-decoration: none;
  32. outline: 0;
  33. }
  34. a:focus, a:hover {
  35. color: inherit;
  36. }
  37. h1, h2, h3,
  38. h4, h5, h6 {
  39. font-family: 'Open Sans', sans-serif;
  40. font-weight: normal;
  41. margin: 0;
  42. }
  43. .clear:before,
  44. .clear:after {
  45. content: " ";
  46. display: table;
  47. }
  48. .clear:after {
  49. clear: both;
  50. }
  51. .clear {
  52. *zoom: 1;
  53. }
  54. body > section {
  55. padding: 100px 0;
  56. }
  57. .section-title {
  58. margin: 0 auto 85px;
  59. width: 700px;
  60. }
  61. .section-title h2 {
  62. color: #333;
  63. font-family: "Baloo Thambi",cursive;
  64. font-size: 40px;
  65. font-weight: 700;
  66. letter-spacing: 1px;
  67. margin-bottom: 45px;
  68. padding-bottom: 20px;
  69. position: relative;
  70. text-transform: uppercase;
  71. }
  72. .section-title h2::before,
  73. .section-title h2:after {
  74. border-bottom: 1px solid #1f2021;
  75. bottom: 0;
  76. content: "";
  77. left: 50%;
  78. margin-left: -50px;
  79. position: absolute;
  80. width: 100px;
  81. }
  82. .section-title h2::after {
  83. border-bottom: 1px solid #1f2021;
  84. bottom: -7px;
  85. margin-left: -37.5px;
  86. width: 75px;
  87. }
  88. .section-title p {
  89. font-size: 16px;
  90. font-weight: 300;
  91. line-height: 1.9;
  92. }
  93. .btn {
  94. border-radius: 0;
  95. }
  96. .btn:hover,
  97. .btn:focus {
  98. outline: 0;
  99. }
  100. .tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
  101. .btn-blue {
  102. background-color: #E7EF4A;
  103. color: #333;
  104. font-size: 14px;
  105. line-height: 24px;
  106. padding: 10px 35px;
  107. text-transform: uppercase;
  108. }
  109. .kill-margin {
  110. margin: 0 !important;
  111. }
  112. .p-0 {
  113. padding: 0 !important;
  114. }
  115. #home{
  116. display: -webkit-box;
  117. display: -ms-flexbox;
  118. display: flex;
  119. -webkit-box-orient: vertical;
  120. -webkit-box-direction: normal;
  121. -ms-flex-direction: column;
  122. flex-direction: column;
  123. -webkit-box-pack: center;
  124. -ms-flex-pack: center;
  125. justify-content: center;
  126. -webkit-box-align: center;
  127. -webkit-align-items: center;
  128. /*-ms-flex-align: center;*/
  129. }
  130. /*************************
  131. *******Navigation******
  132. **************************/
  133. #navigation,
  134. .navbar-brand,
  135. .navbar-toggle,
  136. .navbar-nav > li > a,
  137. .search-form > #search-sub {
  138. -webkit-transition: all 0.6s ease;
  139. transition: all 0.6s ease;
  140. }
  141. .animated-nav .navigation .navbar-nav > li > a {
  142. padding: 23px 25px;
  143. }
  144. .animated-nav#navigation > .container {
  145. border-bottom: none;
  146. }
  147. .navbar-brand {
  148. height: inherit;
  149. padding: 30px 0;
  150. }
  151. .navbar-brand .site-logo{
  152. font-size: 30px;
  153. color: #fff;
  154. text-transform: uppercase;
  155. font-weight: 900;
  156. }
  157. .site-logo span{
  158. font-size: 55px;
  159. color: #E7EF4A;
  160. font-weight: 900;
  161. }
  162. .animated-nav .site-logo span{
  163. color: #333;
  164. }
  165. .navbar-brand a {
  166. display: block;
  167. }
  168. .navigation .navbar-nav > li > a {
  169. color: #fff;
  170. font-size: 13px;
  171. font-weight: 600;
  172. padding: 38px 25px;
  173. text-transform: uppercase;
  174. }
  175. .navigation .navbar-nav > li.current > a {
  176. color: #E7EF4A;
  177. position: relative;
  178. }
  179. .animated-nav .navigation .navbar-nav > li.current > a::before,
  180. .animated-nav .navigation .navbar-nav > li.current > a::after {
  181. top: 50px;
  182. }
  183. .navigation .navbar-nav > li.current > a::before,
  184. .navigation .navbar-nav > li.current > a::after {
  185. background-color: #fff;
  186. content: "";
  187. height: 5px;
  188. position: absolute;
  189. top: 65px;
  190. border-radius: 50%;
  191. width: 5px;
  192. }
  193. .navigation .navbar-nav > li.current > a::before {
  194. left: 50%;
  195. }
  196. .navigation .navbar-nav > li.current > a::after {
  197. right: 50%;
  198. }
  199. .animated-nav .navigation .navbar-nav > li.current > a {
  200. color: #fff;
  201. }
  202. .navigation .navbar-nav > li > a:focus,
  203. .navigation .navbar-nav > li > a:hover {
  204. background-color: transparent;
  205. }
  206. .search-form {
  207. position: relative;
  208. }
  209. .search-form > #search {
  210. width: 100%;
  211. }
  212. .search-form > #search {
  213. background-color: transparent;
  214. height: 40px;
  215. border: 0 ;
  216. margin-top: 28px;
  217. width: 100%;
  218. }
  219. .search-form > #search-sub {
  220. background: url("../img/icons/search.png") no-repeat scroll 0 0 transparent;
  221. border: 0 ;
  222. bottom: 11px;
  223. height: 15px;
  224. position: absolute;
  225. right: 8px;
  226. padding: 0;
  227. text-indent: -9999em;
  228. width: 15px;
  229. }
  230. .animated-nav .search-form > #search-sub {
  231. bottom: 22px;
  232. }
  233. /*************************
  234. *******Main Slider******
  235. **************************/
  236. #home {
  237. background: url('../../../uploads/home/bg1.jpg') fixed no-repeat left top / cover;
  238. background-color: #121116;
  239. }
  240. #home{
  241. color: #fff;
  242. padding: 0;
  243. text-align: center;
  244. overflow: hidden;
  245. background-color: #E7EF4A;
  246. min-height: 800px;
  247. }
  248. .home-intro {
  249. max-width: 850px;
  250. margin: 0 auto;
  251. padding: 70px 0;
  252. }
  253. .home-intro h2 {
  254. font-size: 55px;
  255. font-weight: 100;
  256. line-height: 1.4;
  257. margin-bottom: 30px;
  258. text-transform: uppercase;
  259. font-family: 'Baloo Thambi', cursive;
  260. }
  261. .home-intro p{
  262. font-size: 18px;
  263. font-weight: 100;
  264. }
  265. .home-intro .available{
  266. margin-top: 50px;
  267. display: inline-block;
  268. border: 2px solid #fff;
  269. padding: 17px 30px;
  270. }
  271. .home-intro .available li span{
  272. font-size: 14px;
  273. letter-spacing: 1px;
  274. font-family: 'Slabo 27px', serif;
  275. text-transform: uppercase;
  276. }
  277. .home-intro .available li i {
  278. font-size: 20px;
  279. padding: 0 5px;
  280. }
  281. /*============================================================
  282. Services
  283. ============================================================*/
  284. #service{
  285. padding-bottom: 40px;
  286. }
  287. #service .media > .pull-left{
  288. margin-right: 20px;
  289. }
  290. #service .media .media-body h3 {
  291. color: #555;
  292. font-family: 'Slabo 27px', serif;
  293. font-size: 25px;
  294. font-weight: 600;
  295. margin-bottom: 20px;
  296. }
  297. #service .media .media-body p{
  298. max-width: 265px;
  299. }
  300. #service .media{
  301. padding-bottom: 10px;
  302. }
  303. .service-item {
  304. margin-bottom: 70px;
  305. }
  306. .service-icon {
  307. float: left;
  308. margin-top: 8px;
  309. }
  310. .service-desc {
  311. margin-left: 115px;
  312. }
  313. .service-item h3 {
  314. color: #E7EF4A;
  315. font-size: 20px;
  316. margin-bottom: 28px;
  317. }
  318. .service-item p {
  319. line-height: 24px;
  320. }
  321. .fact-icon {
  322. position: relative;
  323. width: 50px;
  324. height: 28.87px;
  325. background-color: #E7EF4A;
  326. margin: 14.43px auto;
  327. }
  328. .fact-icon:before,
  329. .fact-icon:after {
  330. content: "";
  331. position: absolute;
  332. width: 0;
  333. left: 0;
  334. border-left: 25px solid transparent;
  335. border-right: 25px solid transparent;
  336. }
  337. .fact-icon:before {
  338. bottom: 100%;
  339. border-bottom: 14.43px solid #E7EF4A;
  340. }
  341. .fact-icon:after {
  342. top: 100%;
  343. width: 0;
  344. border-top: 14.43px solid #E7EF4A;
  345. }
  346. .fact-icon > i {
  347. color: #555;
  348. }
  349. /*============================================================
  350. Service Bottom
  351. ============================================================*/
  352. #service-bottom {
  353. background: url('../img/bg/bg2.jpg') scroll no-repeat left top / cover;
  354. background-color: #121116;
  355. }
  356. #service-bottom {
  357. background-color: #1f2021;
  358. padding-bottom: 0;
  359. position: relative;
  360. overflow: hidden;
  361. }
  362. .mobile-device {
  363. position: relative;
  364. }
  365. .mobile-device img {
  366. float: left;
  367. position: relative;
  368. }
  369. .mobile-device .black {
  370. left: 98px;
  371. z-index: 2;
  372. }
  373. .mobile-device .white {
  374. bottom: -62px;
  375. z-index: 1;
  376. }
  377. .service-features {
  378. background-color: rgba(231, 239, 74, 0.8);
  379. bottom: 0;
  380. color: #fff;
  381. padding: 70px 0 50px 65px;
  382. position: absolute;
  383. right: 0;
  384. top: 0;
  385. width: 45%;
  386. }
  387. .service-features h3 {
  388. color: #333;
  389. font-size:30px;
  390. font-weight: 600;
  391. margin-bottom: 30px;
  392. text-transform: uppercase;
  393. font-family: 'Baloo Thambi', cursive;
  394. }
  395. .service-features p {
  396. max-width: 420px;
  397. font-size: 18px;
  398. margin-bottom: 20px;
  399. color: #333;
  400. font-family: 'Slabo 27px', serif;
  401. }
  402. .service-features ul li i {
  403. font-size: 22px;
  404. padding-right: 15px;
  405. }
  406. .service-features ul li {
  407. color: #333;
  408. font-size: 16px;
  409. line-height: 36px;
  410. }
  411. /*============================================================
  412. Portfolio
  413. ============================================================*/
  414. #portfolio{
  415. padding-bottom: 0;
  416. }
  417. #projects {
  418. width: 100%;
  419. }
  420. .project-filter {
  421. margin-bottom: 40px;
  422. }
  423. .project-filter ul li {
  424. padding: 0;
  425. }
  426. .project-filter ul li a {
  427. color: #777;
  428. display: block;
  429. font-family: "Slabo 27px",serif;
  430. font-weight: 600;
  431. letter-spacing: 1px;
  432. line-height: 18px;
  433. padding: 10px 12px;
  434. position: relative;
  435. }
  436. .project-filter ul li a::before {
  437. background-color: #999;
  438. border-radius: 50%;
  439. content: "";
  440. height: 6px;
  441. left: -6px;
  442. position: absolute;
  443. top: 16px;
  444. width: 6px;
  445. }
  446. .project-filter ul li a.active:before {
  447. background-color: #E7EF4A;
  448. border-radius: 50%;
  449. content: "";
  450. height: 6px;
  451. left: -6px;
  452. position: absolute;
  453. top: 16px;
  454. width: 6px;
  455. }
  456. .project-filter ul li a:hover,
  457. .project-filter ul li a.active {
  458. color: #E7EF4A;
  459. }
  460. .mix {
  461. display: none;
  462. }
  463. .portfolio-item {
  464. position: relative;
  465. float: left;
  466. overflow: hidden;
  467. width: 25%;
  468. }
  469. .plus {
  470. cursor: pointer;
  471. background: rgba(231, 239, 74, 0.8) url("../img/overlay/plus.png") no-repeat scroll center center;
  472. display: inline-block;
  473. height: 100%;
  474. position: absolute;
  475. -webkit-transform: scale(0);
  476. transform: scale(0);
  477. -webkit-transition: all 0.3s ease-out 0s;
  478. transition: all 0.3s ease-out 0s;
  479. width: 100%;
  480. top: 0;
  481. }
  482. .portfolio-item:hover .plus {
  483. -webkit-transform: scale(1.1);
  484. transform: scale(1.1);
  485. }
  486. .portfolio-item img{
  487. width: 100%;
  488. -webkit-transform: scale(1.15);
  489. transform: scale(1.15);
  490. -webkit-transition: all 0.3s ease-out 0s;
  491. transition: all 0.3s ease-out 0s;
  492. }
  493. .portfolio-item:hover img{
  494. -webkit-transform: scale(1);
  495. transform: scale(1);
  496. }
  497. /*============================================================
  498. About Us
  499. ============================================================*/
  500. #about {
  501. padding-bottom: 0;
  502. }
  503. #about .section-title p{
  504. margin-bottom: 30px;
  505. }
  506. .about-us img {
  507. margin: 0 auto;
  508. }
  509. /* Counter section */
  510. #count {
  511. background: url('../img/bg/bg3.jpg') scroll no-repeat center bottom / cover;
  512. background-color: #121116;
  513. padding-bottom: 90px;
  514. }
  515. .fact-item {
  516. background-color: rgba(231, 239, 74, 0.5);
  517. border-bottom-right-radius: 30px;
  518. border-top-left-radius: 30px;
  519. color: #fff;
  520. margin: 15px auto;
  521. max-width: 260px;
  522. padding: 30px 0;
  523. }
  524. .count-icon i{
  525. color: #333;
  526. font-size: 20px;
  527. width: 50px;
  528. height: 50px;
  529. background-color: rgba(255, 255, 255, 0.5);
  530. padding-top: 14px;
  531. border-radius: 50%;
  532. }
  533. .count-icon{
  534. border-bottom: 2px solid #fff;
  535. padding-bottom: 25px;
  536. display: inline-block;
  537. }
  538. .fact-item span {
  539. display: block;
  540. font-size: 60px;
  541. font-weight: 700;
  542. line-height: 1;
  543. margin: 25px 0 9px;
  544. font-family: "Baloo Thambi",cursive;
  545. }
  546. .fact-item p {
  547. font-weight: 600;
  548. }
  549. /*============================================================
  550. About Us
  551. ============================================================*/
  552. .subtitle h3 {
  553. color: #555;
  554. font-family: 'Baloo Thambi', cursive;
  555. font-size: 30px;
  556. font-weight: 600;
  557. margin-bottom: 30px;
  558. text-transform: uppercase;
  559. }
  560. .subtitle p {
  561. line-height: 25px;
  562. margin-bottom: 65px;
  563. }
  564. .tst-single {
  565. margin-bottom: 40px;
  566. border-bottom: 1px solid #eee;
  567. }
  568. .tst-single img {
  569. border: 1px solid #eee;
  570. float: left;
  571. max-width: 78px;
  572. padding: 6px;
  573. }
  574. .tst-content {
  575. margin: 0 0 0 115px;
  576. padding-bottom: 25px;
  577. }
  578. .tst-content p {
  579. max-width: 340px;
  580. }
  581. .tst-content span {
  582. display: block;
  583. font-weight: 600;
  584. margin-top: 12px;
  585. }
  586. /* carousel navigation */
  587. .owl-pagination {
  588. }
  589. .owl-controls .owl-page {
  590. cursor: pointer;
  591. display: inline-block;
  592. }
  593. .owl-controls .owl-page span {
  594. background-color: #fff;
  595. border: 1px solid #ACACAC;
  596. display: block;
  597. height: 12px;
  598. margin: 5px 4px;
  599. width: 12px;
  600. }
  601. .owl-controls .owl-page.active span,
  602. .owl-controls .owl-page:hover span {
  603. background-color: #E7EF4A;
  604. border-color: #E7EF4A;
  605. }
  606. /* progress bars */
  607. .progress-bars > span {
  608. color: #1f2021;
  609. font-weight: 700;
  610. line-height: 1;
  611. text-transform: uppercase;
  612. font-size: 15px;
  613. margin-bottom: 15px;
  614. display: block;
  615. }
  616. .progress {
  617. background-color: #eee;
  618. border-radius: 30px;
  619. box-shadow: none;
  620. height: 15px;
  621. margin-bottom: 35px;
  622. overflow: visible;
  623. }
  624. .progress .bar {
  625. width: 0;
  626. height: 15px;
  627. border-top-left-radius: 30px;
  628. border-bottom-left-radius: 30px;
  629. background-color: #E7EF4A;
  630. position: relative;
  631. -webkit-transition: width 0.6s ease;
  632. transition: width 0.6s ease;
  633. }
  634. .progress .bar small {
  635. background-color: #777;
  636. color: #fafafa;
  637. float: right;
  638. font-size: 12px;
  639. margin-top: -40px;
  640. overflow: visible;
  641. padding: 0 10px;
  642. position: relative;
  643. right: -22.5px;
  644. text-align: center;
  645. width: 45px;
  646. z-index: 1000;
  647. }
  648. .progress .bar small::after {
  649. background-color: #777;
  650. bottom: -5px;
  651. content: "";
  652. height: 10px;
  653. left: 50%;
  654. margin-left: -5px;
  655. position: absolute;
  656. -webkit-transform: rotate(45deg);
  657. transform: rotate(45deg);
  658. width: 10px;
  659. }
  660. .progress.active .bar {
  661. -webkit-animation: progress-bar-stripes 2s linear infinite;
  662. animation: progress-bar-stripes 2s linear infinite;
  663. }
  664. .progress-success .bar,
  665. .progress-green .bar {
  666. background-color: #E7EF4A;
  667. }
  668. /*=================================
  669. Quotes
  670. ===================================*/
  671. #quotes {
  672. background-color: #1F2021;
  673. }
  674. .call-to-action {
  675. color: #fff;
  676. font-size: 20px;
  677. font-weight: 100;
  678. }
  679. .call-to-action p {
  680. font-family: "Slabo 27px",serif;
  681. font-size: 36px;
  682. line-height: 1.4;
  683. margin-bottom: 35px;
  684. }
  685. .twitter i{
  686. font-size: 60px;
  687. margin-bottom: 30px;
  688. border-bottom: 3px solid #fff;
  689. padding-bottom: 20px;
  690. }
  691. /*============================================================
  692. Pricing
  693. ============================================================*/
  694. #pricing{
  695. background-color: #E7EF4A;
  696. }
  697. #pricing .section-title p {
  698. color: #333;
  699. font-weight: 400;
  700. }
  701. .pricing-table {
  702. margin: 20px 0;
  703. background-color: #e7ef4a;
  704. color: #1f2021;
  705. font-size: 16px;
  706. line-height: 24px;
  707. border: 2px solid #555;
  708. }
  709. .highlight{
  710. -webkit-transform: scale(1.05);
  711. transform: scale(1.05);
  712. border-width: 3px
  713. }
  714. .pricing-table .price {
  715. padding: 10px 0 35px;
  716. }
  717. .pricing-table .plan-icon {
  718. padding-top: 30px;
  719. }
  720. .pricing-table .plan-icon i{
  721. font-size: 28px;
  722. }
  723. .pricing-table .plan-title {
  724. padding: 30px 0;
  725. }
  726. .pricing-table .plan {
  727. font-size: 27px;
  728. font-weight: 700;
  729. }
  730. .pricing-table .value {
  731. font-size: 15px;
  732. font-weight: 600;
  733. }
  734. .pricing-table .value > small {
  735. font-size: 28px;
  736. font-weight: 100;
  737. margin-right: 10px;
  738. position: relative;
  739. top: -20px;
  740. font-family: 'Baloo Thambi', cursive;
  741. }
  742. .pricing-table .value > strong {
  743. font-size: 60px;
  744. margin-right: 10px;
  745. line-height: 69.22px;
  746. font-family: 'Baloo Thambi', cursive;
  747. }
  748. .pricing-table ul li {
  749. margin: 0;
  750. font-size: 14px;
  751. padding-bottom: 10px;
  752. position: relative;
  753. }
  754. .pricing-table ul li:last-child:after {
  755. border-bottom: none;
  756. }
  757. .pricing-table ul li:last-child {
  758. margin-bottom: 0;
  759. }
  760. .btn-price {
  761. background-color: #333;
  762. border-radius: 30px;
  763. color: #fff;
  764. margin: 30px 0;
  765. padding: 13px 60px;
  766. text-transform: uppercase;
  767. font-size: 12px;
  768. }
  769. .btn-price:hover {
  770. color: #fff;
  771. }
  772. .special-plan {
  773. margin-top: 100px;
  774. }
  775. .special-plan p {
  776. font-family: 'Slabo 27px', serif;
  777. font-size: 20px;
  778. margin-bottom: 35px;
  779. color: #1f2021;
  780. }
  781. .special-plan .btn-blue{
  782. background-color: #F94C43;
  783. color: #fff;
  784. }
  785. /*============================================================
  786. subscribe
  787. ============================================================*/
  788. #subscribe {
  789. background-color: #1f2021;
  790. color: #fff;
  791. line-height: 24px;
  792. max-height: 250px;
  793. }
  794. .subscribe-man{
  795. position: relative;
  796. height: 150px;
  797. }
  798. .subscribe-man img{
  799. position: absolute;
  800. bottom: 0;
  801. }
  802. .subscription-form {
  803. color: #fff;
  804. position: relative;
  805. }
  806. .subscription-form i {
  807. left: 21px;
  808. position: absolute;
  809. top: 22px;
  810. }
  811. .subscription-form .subscribe {
  812. background-color: transparent;
  813. border: 1px solid #E7EF4A;
  814. color: #fff;
  815. height: 58px;
  816. text-indent: 60px;
  817. width: 100%;
  818. }
  819. .subscription-form #mail-submit {
  820. background-color: #e7ef4a;
  821. border: 0 none;
  822. color: #333;
  823. font-weight: 600;
  824. padding: 16px 35px;
  825. position: absolute;
  826. right: 1px;
  827. top: 1px;
  828. }
  829. /*============================================================
  830. Contact Us
  831. ============================================================*/
  832. .contact-form .input-field {
  833. margin-bottom: 30px;
  834. }
  835. .contact-form .form-control {
  836. border: 1px solid #E7EF4A;
  837. padding: 20px;
  838. border-radius: 0;
  839. height: 55px;
  840. box-shadow: none;
  841. }
  842. .contact-form .message .form-control {
  843. height: 198px;
  844. }
  845. .contact-form .form-control::-moz-placeholder {
  846. color: #999;
  847. }
  848. .contact-form #msg-submit {
  849. font-size: 13px;
  850. padding: 17px 50px;
  851. }
  852. .contact-details {
  853. margin-bottom: 90px;
  854. }
  855. .contact-details > span {
  856. color: #1f2021;
  857. margin-bottom: 35px;
  858. }
  859. /*============================================================
  860. Footer
  861. ============================================================*/
  862. #footer {
  863. background-color: #121116;
  864. padding: 115px 0 35px;
  865. }
  866. .footer-logo {
  867. margin-bottom: 45px;
  868. }
  869. .footer-social {
  870. margin-bottom: 75px;
  871. }
  872. .footer-social h3 {
  873. color: #fff;
  874. font-size: 28px;
  875. font-weight: 800;
  876. margin-bottom: 45px;
  877. padding-bottom: 18px;
  878. position: relative;
  879. text-transform: uppercase;
  880. display: inline-block;
  881. }
  882. .footer-social h3 span {
  883. color: #e7ef4a;
  884. display: inline-block;
  885. float: left;
  886. font-size: 55px;
  887. font-weight: 900;
  888. margin-top: -15px;
  889. }
  890. .footer-social h3::before,
  891. .footer-social h3::after {
  892. border-bottom: 1px solid #fff;
  893. bottom: 0;
  894. content: "";
  895. display: block;
  896. left: 50%;
  897. margin-left: -75px;
  898. position: absolute;
  899. width: 150px;
  900. }
  901. .footer-social h3::before {
  902. bottom: -10px;
  903. margin-left: -55px;
  904. width: 110px;
  905. }
  906. .footer-social .fact-icon:before {
  907. border-bottom: 14.43px solid #fff;
  908. }
  909. .footer-social .fact-icon{
  910. cursor: pointer;
  911. }
  912. .footer-social .fact-icon:after {
  913. border-top: 14.43px solid #fff;
  914. }
  915. .footer-social .fact-icon > i {
  916. color: #fff;
  917. cursor: pointer;
  918. }
  919. .footer-social .fact-icon{
  920. background-color: #fff;
  921. }
  922. .footer-social .fact-icon i{
  923. color: #333;
  924. }
  925. .copyright {
  926. color: #ddd;
  927. font-size: 13px;
  928. text-transform: capitalize;
  929. }
  930. .copyright a {
  931. color: #ddd;
  932. text-decoration: underline;
  933. }
  934. .copyright a:hover {
  935. color: #fff;
  936. }
  937. .copyright p {
  938. }
  939. .copyright p:first-child {
  940. margin-bottom: 15px;
  941. }