style.css 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133
  1. /* ================================= CSS Structure =================================
  2. 1. GLOBAL STYLES
  3. - Fonts
  4. - Main Styles
  5. - Extra Classes
  6. - Z Indexes
  7. - Social Icon Hover Styles
  8. - Title and Desc Styles
  9. - Pointer Arrow Common Styles
  10. - Button Styles
  11. 2. HEADER SECTION
  12. - Triangle Background
  13. - Logo & Menu
  14. - Navigation
  15. - Top Social Icon Styles
  16. 3. BANNER SECTION
  17. - Left Banner Styles
  18. - Right Banner Styles
  19. 4. FEATURES SECTION
  20. 5. REVIEWS SECTION
  21. 6. SERVICES SECTION
  22. 7. SCREENSHOT SECTION
  23. 8. PRICING SECTION
  24. 9. DEMO SECTION
  25. 10. DOWNLOAD SECTION
  26. 11. CONTACT US SECTION
  27. 12. FOOTER SECTION
  28. =========================================================================== */
  29. /* =========================== GLOBAL STYLES ============================== */
  30. /* ------------- Fonts ------------- */
  31. @font-face {
  32. font-family: "Flaticon";
  33. src: url("../fonts/flaticon.eot");
  34. src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"),
  35. url("../fonts/flaticon.woff") format("woff"),
  36. url("../fonts/flaticon.ttf") format("truetype"),
  37. url("../fonts/flaticon.svg") format("svg");
  38. font-weight: normal;
  39. font-style: normal;
  40. }
  41. @font-face {
  42. font-family: 'latohairline';
  43. src: url('../fonts/lato-hai-webfont.eot');
  44. src: url('../fonts/lato-hai-webfont.eot?#iefix') format('embedded-opentype'),
  45. url('../fonts/lato-hai-webfont.woff') format('woff'),
  46. url('../fonts/lato-hai-webfont.ttf') format('truetype'),
  47. url('../fonts/lato-hai-webfont.svg#latohairline') format('svg');
  48. font-weight: normal;
  49. font-style: normal;
  50. }
  51. [class^="flaticon-"]:before,
  52. [class*=" flaticon-"]:before,
  53. [class^="flaticon-"]:after,
  54. [class*=" flaticon-"]:after {
  55. font-family: Flaticon;
  56. font-size: 20px;
  57. font-style: normal;
  58. }
  59. .flaticon-arrow351:before {
  60. content: "\e000";
  61. }
  62. .flaticon-big44:before {
  63. content: "\e001";
  64. }
  65. .flaticon-check13:before {
  66. content: "\e002";
  67. }
  68. .flaticon-checkmark17:before {
  69. content: "\e003";
  70. }
  71. .flaticon-open7:before {
  72. content: "\e004";
  73. }
  74. .flaticon-phone71:before {
  75. content: "\e005";
  76. }
  77. .flaticon-yield:before {
  78. content: "\e006";
  79. }
  80. .glyph-item {
  81. line-height: 1;
  82. display: inline-block;
  83. }
  84. /* ------------- Main Styles ------------- */
  85. body {
  86. color: #bdc3c7;
  87. font-size: 12px;
  88. padding: 0;
  89. font-family: 'Open Sans', sans-serif;
  90. -webkit-font-smoothing: antialiased !important;
  91. background: url(../images/bg.png) top left repeat #fff;
  92. overflow-x: hidden;
  93. margin: 0 auto;
  94. }
  95. a,
  96. a:hover,
  97. a:focus,
  98. .btn:focus {
  99. text-decoration: none;
  100. outline: none;
  101. }
  102. img,
  103. img.responsive {
  104. max-width: 100%;
  105. width: auto \9 !important;
  106. }
  107. .relative {
  108. position: relative;
  109. }
  110. .absolute {
  111. position: absolute;
  112. }
  113. .static {
  114. position: static;
  115. }
  116. .container {
  117. max-width: 1200px;
  118. width: 100%;
  119. }
  120. .no-padding {
  121. padding: 0;
  122. }
  123. .uppercase {
  124. text-transform: uppercase;
  125. }
  126. .capitalize {
  127. text-transform: capitalize;
  128. }
  129. .animated {
  130. visibility: hidden;
  131. animation-fill-mode: none;
  132. -webkit-animation-fill-mode: none;
  133. -moz-animation-fill-mode: none;
  134. -o-animation-fill-mode: none;
  135. -ms-animation-fill-mode: none;
  136. }
  137. .visible {
  138. visibility: visible;
  139. }
  140. .btn:hover,
  141. .btn:focus {
  142. background: #333;
  143. color: #fff;
  144. }
  145. .btn {
  146. display: inline-block;
  147. -webkit-transition: all 500ms linear;
  148. -moz-transition: all 500ms linear;
  149. -o-transition: all 500ms linear;
  150. -ms-transition: all 500ms linear;
  151. transition: all 500ms linear;
  152. }
  153. /* ------------- Extra Classes ------------- */
  154. .text-extrabold {
  155. font-weight: 800;
  156. }
  157. .text-bold {
  158. font-weight: 700;
  159. }
  160. .light-italic {
  161. font-family: 'Open Sans', sans-serif;
  162. font-weight: 300;
  163. font-style: italic;
  164. }
  165. .extrabold-italic {
  166. font-family: 'Open Sans', sans-serif;
  167. font-weight: 800;
  168. font-style: italic;
  169. }
  170. .bold-italic {
  171. font-family: 'Open Sans', sans-serif;
  172. font-weight: 700;
  173. font-style: italic;
  174. }
  175. .color-greenalt {
  176. color: #CCC81E;
  177. }
  178. .color-grey {
  179. color: #7f8c8d;
  180. }
  181. .color-white {
  182. color: #FFFFFF;
  183. }
  184. .color-blue {
  185. color: #18549C;
  186. }
  187. .pageloader {
  188. background: url(../images/loader.gif) center center no-repeat #fff;
  189. height: 100%;
  190. position: fixed;
  191. top: 0;
  192. width: 100%;
  193. z-index: 99999;
  194. }
  195. /* ------------- Section Background ------------- */
  196. .header-section {
  197. background-color: #669bbc;
  198. }
  199. .reviews-section {
  200. background-color:#b1cdfa;
  201. }
  202. .features-section {
  203. background-color: #fdf0d5;
  204. }
  205. .app-services-section {
  206. background-color: #780000;
  207. }
  208. .app-screen-section {
  209. background-color: #a5b4cf;
  210. }
  211. .pricing-section {
  212. background-color: #365388;
  213. }
  214. .contact-section {
  215. background-color: #669bbc;
  216. }
  217. .section-padding {
  218. padding: 100px 0;
  219. }
  220. /* ------- Title and Desc Styles ------- */
  221. .section-title {
  222. font-family: 'Open Sans', sans-serif;
  223. font-size: 61px;
  224. text-align: center;
  225. text-transform: uppercase;
  226. margin-bottom: 20px;
  227. font-weight: 300;
  228. }
  229. .after-2000 .section-title,
  230. .after-2600 .section-title,
  231. .after-3000 .section-title {
  232. font-size: 60px;
  233. }
  234. .section-msg {
  235. font-family: 'Open Sans', sans-serif;
  236. font-weight: 300;
  237. font-size: 32px;
  238. line-height: 1.4;
  239. margin-top: 15px;
  240. }
  241. .section-msg1 {
  242. font-family: 'Open Sans', sans-serif;
  243. font-weight: 300;
  244. font-size: 42px;
  245. }
  246. .gk-triangle-medium:before,
  247. .gk-triangle-medium:after {
  248. font-size: 30px;
  249. }
  250. /* ------- Pointer Arrow Common Styles ------- */
  251. .gk-pointer-features {
  252. position: absolute;
  253. }
  254. .gk-pointer-features.animated {
  255. visibility: hidden;
  256. }
  257. .gk-pointer-features.visible {
  258. visibility: visible;
  259. }
  260. /* ------------- Button Styles ------------- */
  261. .gk-btn {
  262. font-family: 'Open Sans', sans-serif;
  263. font-weight: 700;
  264. font-size: 13px;
  265. text-transform: uppercase;
  266. padding: 13px 12px;
  267. width: 159px;
  268. }
  269. .gk-btn .fa {
  270. padding-right: 8px;
  271. }
  272. .gk-btn-margin {
  273. margin-right: 30px;
  274. }
  275. .greenalt-btn {
  276. border-color: #CCC81E;
  277. color: #CCC81E;
  278. }
  279. .greenalt-btn:hover,
  280. .greenalt-btn:active,
  281. .greenalt-btn:focus {
  282. background: #CCC81E;
  283. color: #FFFFFF;
  284. }
  285. .red-btn {
  286. border-color: #E36A01;
  287. color: #E36A01;
  288. }
  289. .red-btn:hover,
  290. .red-btn:active,
  291. .red-btn:focus {
  292. background: #E36A01;
  293. color: #FFFFFF;
  294. }
  295. .white-btn {
  296. border-color: #FFFFFF;
  297. color: #FFFFFF;
  298. }
  299. .white-btn:hover,
  300. .white-btn:active,
  301. .white-btn:focus {
  302. background: #FFFFFF;
  303. color: #CCC81E;
  304. }
  305. /* =========================== HEADER SECTION ============================== */
  306. /* ------------- Triangle Background ------------- */
  307. .banner-bg {
  308. min-height: 480px;
  309. position: relative;
  310. top: -70px;
  311. margin: 0 auto;
  312. }
  313. .banner-bg .section-padding {
  314. margin-left: auto;
  315. padding-left: 15px;
  316. padding-right: 15px;
  317. }
  318. /* ------------- Logo & Menu ------------- */
  319. .logo-container {
  320. background: #003049;
  321. color: #fff;
  322. padding: 16px 0 13px;
  323. }
  324. .sticky-navigation {
  325. width: 100%;
  326. z-index: 9999;
  327. position: relative;
  328. }
  329. /* -------- Navigation --------- */
  330. .top-navbar {
  331. margin: 0;
  332. min-height: inherit;
  333. }
  334. .top-navbar ul.nav a {
  335. font-size: 17px;
  336. font-weight: 800;
  337. color: #CCC81E;
  338. }
  339. .top-navbar ul.nav a:hover,
  340. .top-navbar ul.nav a:focus,
  341. .top-navbar ul.nav a:active,
  342. .top-navbar ul.nav li.active a {
  343. background: none !important;
  344. color: #fff;
  345. }
  346. .navbar-toggle {
  347. background-color: #CCC81E;
  348. margin-top: -40px;
  349. margin-right: 0px;
  350. }
  351. .navbar-toggle .icon-bar {
  352. background-color: #FFFFFF;
  353. }
  354. .navbar-nav {
  355. margin: 0;
  356. }
  357. .navbar-nav li {
  358. margin-right: 20px;
  359. }
  360. .after-2000 .navbar-nav li,
  361. .after-2600 .navbar-nav li {
  362. margin-right: 12px;
  363. }
  364. .navbar-nav li a {
  365. padding-bottom: 7px;
  366. padding-top: 30px;
  367. }
  368. .top-navbar .dropdown a {
  369. background: none !important;
  370. }
  371. /* ------------- Top Social Icon Styles ------------- */
  372. .top-social-icon {
  373. margin: 0;
  374. padding: 0;
  375. list-style: none;
  376. float: right;
  377. }
  378. .top-social-icon li {
  379. float: left;
  380. }
  381. .top-social-icon li a {
  382. background: #fff;
  383. border-radius: 100%;
  384. font-size: 12px;
  385. display: block;
  386. width: 18px;
  387. height: 18px;
  388. color: #1F5BA4;
  389. margin: 7px 26px 0 0;
  390. }
  391. .top-social-icon li .fa {
  392. width: 18px;
  393. height: 18px;
  394. display: block;
  395. line-height: 18px;
  396. text-align: center;
  397. }
  398. .top-social-icon li:last-child a {
  399. margin-right: 0;
  400. }
  401. /* =========================== BANNER SECTION ============================== */
  402. /* ------------- Left Banner Styles ------------- */
  403. .left-banner-text {
  404. margin-top: 60px;
  405. padding-top: 50px;
  406. color: #FFFFFF;
  407. }
  408. .after-1500 .left-banner-text {
  409. margin-top: 30px;
  410. }
  411. .after-1500 .right-banner-image {
  412. margin-top: 20px;
  413. }
  414. .left-banner-text h1 {
  415. font-size: 53px;
  416. margin-bottom: 30px;
  417. font-weight: 300;
  418. font-family: 'Open Sans', sans-serif;
  419. }
  420. .banner-text {
  421. font-family: 'Open Sans', sans-serif;
  422. font-weight: 300;
  423. font-size: 23px;
  424. padding: 0 30px 0 0;
  425. text-align: left;
  426. color: #FFFFFF;
  427. }
  428. .banner-button {
  429. padding: 32px 45px 0 0;
  430. }
  431. .triangle-shape {
  432. padding: 45px 0 0;
  433. }
  434. .flaticon.gk-triangle-bigsharp:before,
  435. .flaticon.gk-triangle-bigsharp:after {
  436. font-size: 36px;
  437. font-weight: bold;
  438. }
  439. .banner-section {
  440. padding-top: 70px;
  441. position: relative;
  442. z-index: 10;
  443. }
  444. .banner-triangle:hover,
  445. .banner-triangle:active,
  446. .banner-triangle:focus {
  447. color: #FFFFFF;
  448. }
  449. .banner-triangle:hover {
  450. opacity: 0.6;
  451. transition: all 0.4s ease-in 0s;
  452. -moz-transition: all 0.4s ease-in 0s;
  453. -webkit-transition: all 0.4s ease-in 0s;
  454. -o-transition: all 0.4s ease-in 0s;
  455. -ms-transition: all 0.4s ease-in 0s;
  456. }
  457. .banner-left-margin {
  458. margin-left: 45px;
  459. margin-bottom: 12px;
  460. }
  461. /* ------------- Right Banner Styles ------------- */
  462. .right-banner-image {
  463. padding-top: 10px;
  464. margin-top: 50px;
  465. }
  466. .banner-image-info {
  467. margin-top: 410px;
  468. }
  469. .banner-info {
  470. font-family: 'Open Sans', sans-serif;
  471. font-weight: 300;
  472. font-size: 12px;
  473. color: #FFF;
  474. padding-right: 5px;
  475. }
  476. .banner-info .text-bold {
  477. font-size: 32px;
  478. display: block;
  479. color: #FFF;
  480. }
  481. .close-brackets {
  482. font-family: 'latohairline';
  483. color: #FFF;
  484. font-size: 86px;
  485. }
  486. .banner-image-info .fa {
  487. font-size: 32px;
  488. vertical-align: top;
  489. line-height: 80px;
  490. margin-top: 20px;
  491. padding-left: 15px;
  492. width: 40px;
  493. }
  494. .banner-info-right {
  495. margin-top: -30px;
  496. }
  497. .about {
  498. margin-left: 300px;
  499. margin-top: 60px;
  500. }
  501. /* =========================== FEATURES SECTION ============================== */
  502. .features-left-info {
  503. padding: 120px 0 0 15px;
  504. }
  505. .gk-list {
  506. display: inline-block;
  507. width: 100%;
  508. padding-top: 5px;
  509. }
  510. .gk-list li {
  511. font-size: 17px;
  512. clear: both;
  513. float: left;
  514. display: inline-block;
  515. border-bottom: 1px solid #8ab3cf;
  516. padding: 5px 12px 5px 0;
  517. }
  518. .gk-list li .fa {
  519. display: inline;
  520. font-size: 15px;
  521. }
  522. .gk-list li .simple-icon {
  523. font-size: 14px;
  524. padding-right: 4px;
  525. text-shadow: 0 0 0;
  526. }
  527. .gk-list li.no-border {
  528. border: none;
  529. }
  530. .features-right-grid {
  531. padding-top: 30px;
  532. padding-left: 40px;
  533. }
  534. .text-right .features-grid {
  535. padding: 0 30px 10px 30px;
  536. }
  537. .features-grid {
  538. padding: 0 40px 10px 0;
  539. }
  540. .features-grid .fa,
  541. .features-grid .simple-icon {
  542. font-size: 26px;
  543. padding-bottom: 10px;
  544. }
  545. .grid-title {
  546. font-size: 21px;
  547. }
  548. .features-line {
  549. border-color: #8ab3cf;
  550. width: 78%;
  551. }
  552. .features-right-grid .text-right .features-line {
  553. margin-left: 20px;
  554. margin-right: 20px;
  555. float: right;
  556. }
  557. .features-right-grid .features-line {
  558. margin-right: 20px;
  559. margin-left: -10px;
  560. float: left;
  561. }
  562. .gk-divider {
  563. border-right: 1px solid #8ab3cf;
  564. }
  565. .ipad-shot-wrapper {
  566. margin-top: -130px;
  567. margin-left: -25px;
  568. }
  569. .features-right-info {
  570. position: static;
  571. padding-left: 120px;
  572. }
  573. .gk-pointer-features.gk-right-arrow {
  574. left: 15%;
  575. top: 6%;
  576. }
  577. .title-for-features {
  578. color: #8ab3cf;
  579. font-weight: bold;
  580. }
  581. /* =========================== REVIEWS SECTION ============================== */
  582. .gk-pointer-features.gk-left-arrow {
  583. right: 25%;
  584. top: 10%;
  585. }
  586. .reviews-slider-section {
  587. padding: 90px 0 0;
  588. }
  589. .reviews-info {
  590. text-align: center;
  591. padding: 0 70px 0 30px;
  592. }
  593. .reviews-msg {
  594. font-size: 17px;
  595. margin-bottom: 40px;
  596. line-height: 1.6;
  597. }
  598. .reviews-msg:before {
  599. content: "\e004";
  600. font-family: Flaticon;
  601. color: #CCC81E;
  602. font-size: 26px;
  603. }
  604. .reviews-image img {
  605. float: right;
  606. max-width: 310px;
  607. margin: 30px 30px 0 0;
  608. }
  609. .reviews-author:before {
  610. content: "";
  611. width: 100%;
  612. height: 100%;
  613. border: 1px solid #7f8c8d;
  614. border-radius: 50%;
  615. padding: 0 7px;
  616. font-size: 10px;
  617. }
  618. .reviews-author {
  619. font-size: 21px;
  620. }
  621. .reviews-author .author-sub {
  622. font-size: 17px;
  623. }
  624. .author-margin {
  625. margin: 45px 0 0;
  626. }
  627. .info-margin {
  628. margin: 35px 0 0;
  629. }
  630. .reviews-indicators {
  631. position: absolute;
  632. bottom: 0;
  633. right: 14%;
  634. }
  635. .reviews-indicators .fa {
  636. font-size: 26px;
  637. }
  638. .reviews-indicators .fa:hover {
  639. opacity: 0.7;
  640. }
  641. .main-reviews-image {
  642. padding-bottom: 90px;
  643. }
  644. .gk-slide-left, .gk-slide-right {
  645. padding: 0 10px;
  646. }
  647. #text_lang{
  648. font-size: 20px;
  649. }
  650. /* =========================== SERVICES SECTION ============================== */
  651. .awesome-container {
  652. padding-top: 100px;
  653. max-width: 1320px;
  654. }
  655. .awesome-services {
  656. background: none repeat scroll 0 0 #fff;
  657. border: 1px solid #397ed1;
  658. border-radius: 12px;
  659. max-width: 312px;
  660. margin: 0 auto;
  661. padding: 40px 35px;
  662. }
  663. .awesome-services .simple-icon {
  664. font-size: 32px;
  665. padding-bottom: 30px;
  666. display: block;
  667. }
  668. .awesome-services h3 {
  669. font-size: 21px;
  670. margin-top: 0;
  671. margin-bottom: 25px;
  672. }
  673. .awesome-services .big-text {
  674. font-size: 17px;
  675. line-height: 27px;
  676. margin-bottom: 18px;
  677. }
  678. .gk-app-left-down-arrow {
  679. left: 31%;
  680. top: 84%;
  681. }
  682. /* =========================== SCREENSHOT SECTION ============================== */
  683. .app-left-info {
  684. padding-top: 70px;
  685. }
  686. .owl-controls {
  687. text-align: right;
  688. padding: 20px 20px 0 0;
  689. max-width: 1200px;
  690. margin: 0 auto;
  691. }
  692. .owl-controls .owl-buttons div {
  693. display: inline-block;
  694. }
  695. .owl-controls .owl-buttons .fa {
  696. padding: 0 10px;
  697. font-size: 26px;
  698. }
  699. .owl-controls .owl-buttons .fa:hover {
  700. opacity: 0.7;
  701. }
  702. .owl-controls .owl-buttons .owl-prev {
  703. left: 0;
  704. position: absolute;
  705. top: 50%;
  706. }
  707. .owl-controls .owl-buttons .owl-next {
  708. position: absolute;
  709. right: 0;
  710. top: 50%;
  711. }
  712. .app-carousel-slider {
  713. padding: 15px 0 0;
  714. }
  715. .screen-item img {
  716. border-radius: 12px;
  717. -moz-border-radius: 12px;
  718. -webkit-border-radius: 12px;
  719. -o-border-radius: 12px;
  720. -ms-border-radius: 12px;
  721. margin: 0 auto;
  722. }
  723. .app-container {
  724. max-width: 1320px;
  725. }
  726. .title-for-portfolio {
  727. color: #fff;
  728. }
  729. /* =========================== PRICING SECTION =========================== */
  730. .pricing-container {
  731. max-width: 1320px;
  732. padding-top: 90px;
  733. }
  734. .pricing-box {
  735. max-width: 350px;
  736. margin: 0 auto;
  737. }
  738. .pricing-title {
  739. background: none repeat scroll 0 0 #1a2836;
  740. border-radius: 10px 10px 10px 10px;
  741. padding: 20px 0;
  742. }
  743. .pricing-title h3 {
  744. font-size: 21px;
  745. }
  746. .pricing-box .symbol {
  747. font-size: 21px;
  748. vertical-align: top;
  749. line-height: 50px;
  750. padding-right: 8px;
  751. }
  752. .pricing-box .price h6 {
  753. font-size: 70px;
  754. line-height: 90px;
  755. padding-left: 10px;
  756. margin-top: 15px;
  757. margin-bottom: 20px;
  758. }
  759. .pricing-box ul {
  760. background: none repeat scroll 0 0 #fff;
  761. border: 1px solid #8ea8c1;
  762. border-radius: 0 0 10px 10px;
  763. padding: 40px;
  764. width: 100%;
  765. }
  766. .pricing-box ul li {
  767. line-height: 24px;
  768. }
  769. .Sale-in {
  770. color: #d31c1c;
  771. font-size: 35px;
  772. }
  773. .Price {
  774. text-decoration: line-through;
  775. color: #3a425d;
  776. font-size: 30px;
  777. }
  778. .titles-for-all-blocks {
  779. color: #a5b4cf;
  780. }
  781. /* =========================== CONTACT US SECTION ============================== */
  782. .gk-contact-form {
  783. padding-top: 40px;
  784. }
  785. .gk-contact-form .form-control {
  786. background: none;
  787. box-shadow: none;
  788. -moz-box-shadow: none;
  789. -webkit-box-shadow: none;
  790. -o-box-shadow: none;
  791. -ms-box-shadow: none;
  792. resize: none;
  793. border: none;
  794. border-bottom: 1px solid #fff;
  795. border-radius: 0px;
  796. -moz-border-radius: 0px;
  797. -webkit-border-radius: 0px;
  798. -o-border-radius: 0px;
  799. -ms-border-radius: 0px;
  800. color: #fff;
  801. text-transform: uppercase;
  802. font-family: 'Open Sans', sans-serif;
  803. font-weight: 700;
  804. font-size: 17px;
  805. padding-left: 0;
  806. }
  807. .gk-contact-form .form-control::-moz-placeholder {
  808. color: #fff;
  809. text-transform: uppercase;
  810. }
  811. .gk-contact-form .form-control:-ms-input-placeholder {
  812. color: #fff;
  813. text-transform: uppercase;
  814. }
  815. .gk-contact-form .form-control::-webkit-input-placeholder {
  816. color: #fff;
  817. text-transform: uppercase;
  818. }
  819. .gk-contact-form .form-group {
  820. margin-bottom: 30px;
  821. }
  822. .gk-textarea-message .form-control {
  823. background-image: -webkit-linear-gradient(left, transparent 10px, transparent 10px), -webkit-linear-gradient(right, transparent 10px, transparent 10px), -webkit-linear-gradient(transparent 60px, #fff 60px, #fff 61px, transparent 61px);
  824. background-image: -moz-linear-gradient(left, transparent 10px, transparent 10px), -moz-linear-gradient(right, transparent 10px, transparent 10px), -moz-linear-gradient(transparent 60px, #fff 60px, #fff 61px, transparent 61px);
  825. background-image: -ms-linear-gradient(left, transparent 10px, transparent 10px), -ms-linear-gradient(right, transparent 10px, transparent 10px), -ms-linear-gradient(transparent 60px, #fff 60px, #fff 61px, transparent 61px);
  826. background-image: -o-linear-gradient(left, transparent 10px, transparent 10px), -o-linear-gradient(right, transparent 10px, transparent 10px), -o-linear-gradient(transparent 60px, #fff 60px, #fff 61px, transparent 61px);
  827. background-image: linear-gradient(left, transparent 10px, transparent 10px), linear-gradient(right, transparent 10px, transparent 10px), linear-gradient(transparent 60px, #fff 60px, #fff 61px, transparent 61px);
  828. background-size: 100% 100%, 100% 100%, 100% 61px;
  829. line-height: 61px;
  830. border: none;
  831. }
  832. .gk-submit {
  833. background: none;
  834. border: 1px solid #fff;
  835. font-family: 'Open Sans', sans-serif;
  836. font-weight: 700;
  837. font-size: 13px;
  838. text-transform: uppercase;
  839. color: #fff;
  840. padding: 12px 40px;
  841. }
  842. .contact-section .gk-submit:hover {
  843. background-color: #fff;
  844. color: #CDC81E;
  845. }
  846. .gk-contact-form .has-error .form-control {
  847. border-color: #a94442;
  848. }
  849. .gk-contact-form .has-error .form-control:focus,
  850. .gk-contact-form .has-success .form-control:focus {
  851. box-shadow: none;
  852. -moz-box-shadow: none;
  853. -webkit-box-shadow: none;
  854. -o-box-shadow: none;
  855. -ms-box-shadow: none;
  856. }
  857. .gk-contact-form .has-success .form-control:focus {
  858. border-color: #fff;
  859. }
  860. .gk-textarea-message .form-control-feedback {
  861. line-height: 61px;
  862. height: 61px;
  863. }
  864. .has-error .gk-textarea-message .form-control {
  865. background-image: -webkit-linear-gradient(left, transparent 10px, transparent 10px), -webkit-linear-gradient(right, transparent 10px, transparent 10px), -webkit-linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
  866. background-image: -moz-linear-gradient(left, transparent 10px, transparent 10px), -moz-linear-gradient(right, transparent 10px, transparent 10px), -moz-linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
  867. background-image: -ms-linear-gradient(left, transparent 10px, transparent 10px), -ms-linear-gradient(right, transparent 10px, transparent 10px), -ms-linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
  868. background-image: -o-linear-gradient(left, transparent 10px, transparent 10px), -o-linear-gradient(right, transparent 10px, transparent 10px), -o-linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
  869. background-image: linear-gradient(left, transparent 10px, transparent 10px), linear-gradient(right, transparent 10px, transparent 10px), linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
  870. }
  871. .gk-form-message {
  872. text-align: center;
  873. color: #FFFFFF;
  874. font-size: 15px;
  875. font-weight: 700;
  876. padding-top: 10px;
  877. display: none;
  878. }
  879. .gk-form-message-subscribe {
  880. color: #fff;
  881. }
  882. .gk-form-message .glyphicon {
  883. padding-right: 8px;
  884. }
  885. .gk-contact-pointer {
  886. padding: 170px 0 0;
  887. margin-left: -70px;
  888. }
  889. .gk-contact-pointer img {
  890. margin: 0 auto;
  891. }
  892. .gk-contact-form {
  893. padding-top: 120px;
  894. }
  895. .contact-info {
  896. padding-top: 140px;
  897. font-size: 17px;
  898. }
  899. .contact-row {
  900. margin-bottom: 15px;
  901. }
  902. .contact-row p {
  903. margin-bottom: 5px;
  904. }
  905. .contact-info .simple-icon {
  906. font-size: 20px;
  907. text-shadow: 0 0 0;
  908. }
  909. /* =========================== FOOTER SECTION ============================== */
  910. .footer-bg {
  911. background: #141414;
  912. color: #7f8c8d;
  913. padding: 10px 0;
  914. }
  915. .footer-bg p {
  916. margin: 0;
  917. }
  918. .footer-social-icon {
  919. display: inline-block;
  920. margin: 0 0 0 20px;
  921. }
  922. .footer-social-icon a {
  923. background: #CCC81E;
  924. color: #121413;
  925. border-radius: 100%;
  926. font-size: 12px;
  927. display: inline-block;
  928. width: 18px;
  929. height: 18px;
  930. margin: 0 3px;
  931. }
  932. .footer-social-icon .fa {
  933. width: 18px;
  934. height: 18px;
  935. display: block;
  936. line-height: 18px;
  937. }
  938. .name-logo {
  939. display: flex;
  940. padding: 0;
  941. margin: 0;
  942. font-weight: bold;
  943. color: #00ACEE;
  944. }