main.css 19 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165
  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('../images/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('../images/monika.png') 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('../images/bg3.png') 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: url('../images/footer.png') scroll no-repeat center bottom / cover;
  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. }
  942. .footer-social h4 {
  943. text-align: left;
  944. }
  945. .list-inline {
  946. margin-top: 20px;
  947. }
  948. .list-inline li {
  949. float: left;
  950. }
  951. .cooperation_fade {
  952. text-align: center;
  953. margin-bottom: 40px;
  954. margin-right: 60px;
  955. }
  956. .cooperation_h3 {
  957. margin-bottom: 20px;
  958. width: 102px;
  959. height: 117px;
  960. }