Advertisement
zakyyudha

main.css

Jul 27th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 72.17 KB | None | 0 0
  1. /*------------------------------------------
  2. Table Of Index
  3. ------------------
  4. 1. Base css
  5. 2. Typography css
  6. 3. Header css
  7. 4. Top Search css
  8. 5. Map search css
  9. 6. Revolution slider css
  10. 7. How it works css
  11. 8. Categories css
  12. 9. Home Ads css
  13. 10. Video css
  14. 11. Testimonials css
  15. 12. App Box css
  16. 13. Search List css
  17. 14. Ad Detail css
  18. 15. Cms Pages css
  19. 16. FAQs css css
  20. 17. User Account css
  21. 18. 404 Page css
  22. 19. About Us css
  23. 20. Pay Packages css
  24. 21. Blog Listing css
  25. 22. Blog Grid css
  26. 23. Blog Detail css
  27. 24. Blog sidebar css
  28. 25. Footer css
  29. 26. Media Queries css
  30. ------------------------------------------*/
  31.  
  32.  
  33. /************************************************
  34.            ==Start Base css==
  35. *************************************************/
  36.  
  37. @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700|Roboto:300,300i,400,400i,500,700');
  38. /* CSS Reset */
  39. html, body {
  40.     width: 100%;
  41.     height: 100%;
  42. }
  43. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  44.     margin: 0;
  45.     padding: 0;
  46.     border: 0;
  47.     font-size: 100%;
  48.     font: inherit;
  49.     vertical-align: baseline;
  50. }
  51. /* HTML5 display-role reset for older browsers */
  52. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  53.     display: block;
  54. }
  55. body {
  56.     line-height: 1;
  57.     font-family: 'Open Sans', sans-serif;
  58.     font-size: 14px;
  59.     background: #f6f6f6;
  60. }
  61. ol, ul {
  62.     list-style: none;
  63. }
  64. blockquote, q {
  65.     quotes: none;
  66. }
  67. blockquote:before, blockquote:after, q:before, q:after {
  68.     content: '';
  69.     content: none;
  70. }
  71. table {
  72.     border-collapse: collapse;
  73.     border-spacing: 0;
  74. }
  75. h1, h2, h3, h4, h5, h6 {
  76.     font-family: 'Roboto', sans-serif;
  77.     margin-bottom: 10px;
  78.     font-weight: 600;
  79. }
  80. a {
  81.     transition: 0.3s ease-in-out;
  82.     -webkit-transition: 0.3s ease-in-out;
  83.     -ms-transition: 0.3s ease-in-out;
  84.     -moz-transition: 0.3s ease-in-out;
  85. }
  86. a:focus {
  87.     text-decoration: none;
  88. }
  89. a:focus {
  90.     outline: 0 solid
  91. }
  92. input:focus, textarea:focus {
  93.     outline: none;
  94. }
  95. p {
  96.     line-height: 22px;
  97. }
  98. img {
  99.     max-width: 100%;
  100. }
  101. select {
  102.     -webkit-border-radius: 0;
  103.     -moz-border-radius: 0;
  104.     border-radius: 0;
  105. }
  106. /*Common*/
  107. .section {
  108.     padding: 70px 0;
  109.     overflow: hidden;
  110. }
  111. .whitebg {
  112.     background: #fff;
  113. }
  114. /*Section Title*/
  115. .titleTop {
  116.     text-align: center;
  117.     margin-bottom: 60px;
  118. }
  119. .titleTop .subtitle {
  120.     font-size: 24px;
  121.     font-weight: 600;
  122.     color: #888;
  123. }
  124. .titleTop h3 {
  125.     font-size: 42px;
  126.     font-weight: 500;
  127.     color: #000;
  128.     position: relative;
  129.     margin-bottom: 40px;
  130. }
  131. .titleTop h3 span {
  132.     color: #1e90ff;
  133.     font-weight: 200;
  134. }
  135. .titleTop h3:after {
  136.     background: #1e90ff;
  137.     width: 80px;
  138.     height: 2px;
  139.     position: absolute;
  140.     left: 50%;
  141.     bottom: -20px;
  142.     content: '';
  143.     margin-left: -40px;
  144. }
  145. .titleTop p {
  146.     max-width: 750px;
  147.     margin: 0 auto;
  148.     font-size:16px;
  149. }
  150. /************************************************
  151.            ==Tyography css==
  152. *************************************************/
  153. .margintop10 {
  154.     margin-top: 10px;
  155. }
  156. .margintop20 {
  157.     margin-top: 20px;
  158. }
  159. .margintop30 {
  160.     margin-top: 30px;
  161. }
  162. .margintop40 {
  163.     margin-top: 40px;
  164. }
  165. .margintop50 {
  166.     margin-top: 50px;
  167. }
  168. .marginbt10 {
  169.     margin-bottom: 10px;
  170. }
  171. .marginbt20 {
  172.     margin-bottom: 20px;
  173. }
  174. .marginbt30 {
  175.     margin-bottom: 30px;
  176. }
  177. .margin-left80 {
  178.     margin-left: 80px;
  179. }
  180. .mt-wrapper {
  181.     margin-bottom: 30px;
  182. }
  183. h1, .h1 {
  184.     font-size: 45px;
  185. }
  186. h2, .h2 {
  187.     font-size: 30px;
  188. }
  189. h3 {
  190.     font-size: 25px;
  191. }
  192. h4 {
  193.     font-size: 20px;
  194. }
  195. h5 {
  196.     font-size: 18px;
  197. }
  198. h6 {
  199.     font-size: 16px;
  200. }
  201. .button-orng {
  202.     background: #ffb72f;
  203.     background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffb72f), to(#ff9000));
  204.     background: -webkit-linear-gradient(#ffb72f, #ff9000);
  205.     background: -moz-linear-gradient(#ffb72f, #ff9000);
  206.     background: -ms-linear-gradient(#ffb72f, #ff9000);
  207.     background: -o-linear-gradient(#ffb72f, #ff9000);
  208.     background: linear-gradient(#ffb72f, #ff9000);
  209.     padding: 7px 20px;
  210.     color: #fff;
  211.     border-radius: 5px;
  212.     display: inline-block;
  213. }
  214. .button-orng:hover {
  215.     text-decoration: none;
  216.     background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff9000), to(#ffb72f));
  217.     background: -webkit-linear-gradient(#ff9000, #ffb72f);
  218.     background: -moz-linear-gradient(#ff9000, #ffb72f);
  219.     background: -ms-linear-gradient(#ff9000, #ffb72f);
  220.     background: -o-linear-gradient(#ff9000, #ffb72f);
  221.     background: linear-gradient(#ff9000, #ffb72f);
  222.     color: #fff;
  223. }
  224. .sitebtn {
  225.     -webkit-box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
  226.     -moz-box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
  227.     box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
  228.     background: #ff9000;
  229.     font-size: 18px;
  230.     color: #fff;
  231.     text-transform: uppercase;
  232.     padding: 12px 30px;
  233.     display: inline-block;
  234.     border-radius: 4px;
  235. }
  236. .sitebtn:hover {
  237.     background: #111;
  238.     color: #fff;
  239.     text-decoration: none;
  240. }
  241. .sitebtn i, .button-orng i {
  242.     padding-right: 7px;
  243.     font-size: 16px;
  244.     display: inline-block;
  245. }
  246. .grey_sitebtn {
  247.     -webkit-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
  248.     -moz-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
  249.     box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
  250.     background: #444;
  251.     font-size: 18px;
  252.     color: #fff;
  253.     text-transform: uppercase;
  254.     padding: 12px 30px;
  255.     display: inline-block;
  256.     border-radius: 4px;
  257. }
  258. .grey_sitebtn:hover {
  259.     background: #111;
  260.     color: #fff;
  261.     text-decoration: none;
  262. }
  263. .grey_sitebtn i {
  264.     padding-right: 7px;
  265.     font-size: 16px;
  266.     display: inline-block;
  267. }
  268. .gree_sitebtn {
  269.     -webkit-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
  270.     -moz-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
  271.     box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
  272.     background: #77c30a;
  273.     font-size: 18px;
  274.     color: #fff;
  275.     text-transform: uppercase;
  276.     padding: 12px 30px;
  277.     display: inline-block;
  278.     border-radius: 4px;
  279. }
  280. .gree_sitebtn:hover {
  281.     background: #111;
  282.     color: #fff;
  283.     text-decoration: none;
  284. }
  285. .gree_sitebtn i {
  286.     padding-right: 7px;
  287.     font-size: 16px;
  288.     display: inline-block;
  289. }
  290. /*Shortcode*/
  291. .mt-shortcodes-d-styles {
  292.     padding-bottom: 30px;
  293. }
  294. .mt-shortcodes-default-custom-styles .row1 {
  295.     padding-bottom: 55px;
  296. }
  297. .mt-list-style h4 {
  298.     font-size: 16px;
  299.     font-weight: 400;
  300.     color: #252525;
  301. }
  302. .mt-list-style ul {
  303.     padding: 0;
  304.     list-style: none;
  305. }
  306. .mt-list-style ul li {
  307.     line-height: 36px;
  308. }
  309. .mt-list-style ul li a {
  310.     color: #737373;
  311.     line-height: 36px;
  312. }
  313. .mt-list-style ul li span {
  314.     font-size: 16px;
  315.     margin-right: 10px;
  316. }
  317. .mt-list-style-blue {
  318.     color: #1e90ff;
  319. }
  320. /*Buttons*/
  321. .mt-style-button {
  322.     border-radius: 3px;
  323.     display: inline-block;
  324.     text-align: center;
  325.     margin-bottom: 24px;
  326.     text-transform: uppercase;
  327.     cursor: pointer;
  328.     padding: 0 20px;
  329. }
  330. .mt-style-button1 .mt-style-button {
  331.     background: #1e90ff;
  332.     color: #fff;
  333.     border-radius: 3px;
  334. }
  335. .mt-style-button2 .mt-style-button {
  336.     background: #ddd;
  337.     color: #000000;
  338.     border-radius: 3px;
  339. }
  340. .mt-style-button3 .mt-style-button {
  341.     background: #fff;
  342.     color: #252525;
  343.     border: 2px solid #42454a;
  344.     border-radius: 3px;
  345. }
  346. .mt-style-button41 .mt-style-button {
  347.     background: #55adff;
  348.     color: #fff;
  349.     border-radius: 30px;
  350. }
  351. .mt-style-button42 .mt-style-button {
  352.     background: #ffb72f;
  353.     color: #fff;
  354.     border-radius: 0px;
  355. }
  356. .mt-style-button43 .mt-style-button {
  357.     background: #5fd33f;
  358.     color: #fff;
  359.     border-radius: 3px;
  360. }
  361. .mt-style-button.large {
  362.     line-height: 51px;
  363.     font-size: 16px;
  364.     letter-spacing: 1px;
  365. }
  366. .mt-style-button.normal {
  367.     line-height: 40px;
  368.     font-size: 12px;
  369.     letter-spacing: 1px;
  370. }
  371. .mt-style-button.small {
  372.     line-height: 30px;
  373.     font-size: 9px;
  374.     letter-spacing: 1px;
  375. }
  376. .mt-style-button1 .mt-style-button:hover {
  377.     background: #333;
  378.     color: #fff;
  379.     text-decoration: none;
  380. }
  381. .mt-style-button2 .mt-style-button:hover {
  382.     background: #1e90ff;
  383.     color: #fff;
  384.     border-radius: 3px;
  385.     text-decoration: none;
  386. }
  387. .mt-style-button3 .mt-style-button:hover {
  388.     background: #1e90ff;
  389.     color: #fff;
  390.     border-radius: 3px;
  391.     border: 2px solid #1e90ff;
  392.     text-decoration: none;
  393. }
  394. .mt-style-button41 .mt-style-button:hover {
  395.     background: #333;
  396.     color: #fff;
  397.     border-radius: 30px;
  398.     text-decoration: none;
  399. }
  400. .mt-style-button42 .mt-style-button:hover {
  401.     background: #000;
  402.     color: #fff;
  403.     border-radius: 0px;
  404.     text-decoration: none;
  405. }
  406. .mt-style-button43 .mt-style-button:hover {
  407.     background: #000;
  408.     color: #fff;
  409.     border-radius: 3px;
  410.     text-decoration: none;
  411. }
  412. /************************************************
  413.            ==Header css==
  414. *************************************************/
  415.  
  416. .header {
  417.     padding: 0;
  418.     background: #fff;
  419. }
  420. .header .col-md-5 {
  421.     padding-right: 0;
  422. }
  423. .header .logo {
  424.     display: inline-block;
  425.     margin: 5px 0 5px 0;
  426. }
  427. .navbar-default {
  428.     background: none;
  429.     border: none;
  430.     margin-bottom: 0;
  431.     min-height: auto;
  432.     float: right;
  433. }
  434. .navbar {
  435.     background: none;
  436. }
  437. .navbar-collapse {
  438.     padding: 0;
  439. }
  440. .navbar-nav>li {
  441.     padding: 0;
  442. }
  443. .navbar-nav>li>a {
  444.     text-transform: uppercase;
  445.     font-weight: 600;
  446.     padding: 16px 15px;
  447. }
  448. .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  449.     background: none;
  450. }
  451. .navbar-nav>li>a:hover, .navbar-nav>li:hover>a, .navbar-nav>li.active>a {
  452.     background: #1e90ff !important;
  453.     color:#fff !important;
  454. }
  455. .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  456.     background-color: #fff;
  457. }
  458. .dropdown-menu {
  459.     border-radius: 0;
  460.     padding: 0;
  461. }
  462. .navbar-nav>li:hover .dropdown-menu {
  463.     display: block;
  464. }
  465. .dropdown-menu>li>a {
  466.     font-weight: 600;
  467.     color: #555;
  468.     padding: 8px 15px;
  469. }
  470. .dropdown-menu>li>a:hover {
  471.     background: #1e90ff;
  472.     color: #fff;
  473. }
  474. .navbar-collapse.in {
  475.     overflow: inherit;
  476.     height: auto;
  477.     padding: 0 15px;
  478. }
  479. .navbar-nav li.postad, .navbar-nav li.register {
  480.     padding: 0;
  481. }
  482. .navbar-nav li.postad a {
  483.     background: #3ec575;
  484.     color: #fff;
  485.     padding: 8px 15px;
  486.     margin-top: 8px;
  487.      margin-left: 8px;
  488. }
  489. .navbar-nav li.register a {
  490.     background: #555;
  491.     color: #fff;
  492.     padding: 8px 15px;
  493.     margin-top: 8px;
  494.     margin-left: 8px;
  495. }
  496. .navbar-nav li.postad a:hover, .navbar-nav li.register a:hover {
  497.     text-decoration: none;
  498.     color: #fff;
  499.     background: #000 !important;
  500. }
  501. /************************************************
  502.            ==Top Search css==
  503. *************************************************/
  504. .searchwrap {
  505.     background: url(../images/search-bg.jpg) no-repeat;
  506.     background-size: cover;
  507.     padding: 100px 0;
  508. }
  509. .searchwrap h3 {
  510.     text-align: center;
  511.     font-size: 48px;
  512.     color: #fff;
  513. }
  514. .searchwrap p {
  515.     text-align: center;
  516.     color: #fff;
  517.     font-size: 18px;
  518. }
  519. .searchbar {
  520.     margin-top: 40px;
  521. }
  522. .searchbar div {
  523.     padding: 0 1px;
  524. }
  525. .searchbar .form-control {
  526.     height: 50px;
  527.     border-radius: 0;
  528.     padding: 13px 15px;
  529.     border: none;
  530.     font-size: 18px;
  531. }
  532. .searchbar .btn {
  533.     background: #1e90ff;
  534.     border-radius: 0;
  535.     color: #fff;
  536.     border: none;
  537.     font-size: 16px;
  538.     text-transform: uppercase;
  539.     font-weight: 700;
  540.     padding: 14px 20px;
  541. }
  542. .getstarted {
  543.     text-align: center;
  544.     margin-top: 50px;
  545. }
  546. .getstarted a {
  547.     display: inline-block;
  548.     border: 3px solid #fff;
  549.     padding: 12px 25px;
  550.     color: #fff;
  551.     font-size: 18px;
  552.     font-weight: 700;
  553. }
  554. .getstarted a i {
  555.     margin-right: 10px;
  556. }
  557. .getstarted a:hover {
  558.     background: #1e90ff;
  559.     text-decoration: none;
  560. }
  561. /************************************************
  562.            ==map search css==
  563. *************************************************/
  564. #map_canvas {
  565.     height: 450px;
  566.     width: 100%;
  567. }
  568. .infobox-wrap {
  569.     width: 340px;
  570.     padding: 10px 5px;
  571. }
  572. .infobox-wrap .infobox-figure {
  573.     width: 150px;
  574.     float: left;
  575. }
  576. .infobox-wrap .infobox-content {
  577.     width: 180px;
  578.     float: left;
  579.     padding-left: 15px;
  580.     text-align: left;
  581. }
  582. .infobox-wrap .infobox-content h5 {
  583.     text-align: left;
  584.     margin: 0;
  585.     font-size: 18px;
  586. }
  587. .infobox-wrap .infobox-content h5 a {
  588.     color: #444;
  589. }
  590. .infobox-wrap .infobox-content h5 a:hover {
  591.     color: #777;
  592. }
  593. .infobox-wrap .infobox-content .price {
  594.     font-size: 26px;
  595.     color: #1e90ff;
  596.     font-weight: 700;
  597. }
  598. .infobox-wrap .infobox-content .address p {
  599.     text-align: left;
  600.     color: #999;
  601.     font-weight: 400;
  602.     font-size: 14px;
  603.     margin-bottom: 5px;
  604. }
  605. .infobox-wrap .infobox-rattings {
  606.     margin: 10px 0 15px;
  607. }
  608. .infobox-wrap .infobox-rattings i {
  609.     margin-right: 2px;
  610. }
  611. .infobox-wrap .infobox-figure img {
  612.     max-width: 100% !important;
  613. }
  614. .infobox-rattings i {
  615.     color: #ff9600;
  616.     font-size: 18px;
  617. }
  618. #map-section .form-control {
  619.     height: auto;
  620.     border-radius: 0;
  621.     padding: 13px 15px;
  622.     border: none;
  623.     font-size: 18px;
  624. }
  625. #map-section .btn {
  626.     background: #1e90ff;
  627.     border-radius: 0;
  628.     color: #fff;
  629.     border: none;
  630.     font-size: 16px;
  631.     text-transform: uppercase;
  632.     font-weight: 700;
  633.     padding: 15px 20px;
  634. }
  635. .searchblack {
  636.     background: #1e90ff;
  637.     padding: 40px 0;
  638.     margin-top: 0;
  639. }
  640. .searchblack .btn {
  641.     background: #000;
  642. }
  643. .searchbar select.form-control, .searchblack select.form-control {
  644.     padding: 12px 15px 13px 15px;
  645.     line-height: 46px;
  646. }
  647. /*********************************************
  648.         Revolution slider
  649. **********************************************/
  650. .tp-banner-container {
  651.     position: relative;
  652.     z-index: 1;
  653.     padding: 0;
  654.     width: 100%;
  655. }
  656. .tp-banner {
  657.     position: relative;
  658.     width: 100%;
  659. }
  660. .tp-caption {
  661.     line-height: normal !important
  662. }
  663. .tp-caption a {
  664.     color: inherit !important;
  665. }
  666. .tp-bullets.simplebullets.round .bullet {
  667.     border: 3px #fff solid;
  668.     border-radius: 50%;
  669.     background-image: none !important;
  670. }
  671. .tparrows {
  672.     width: auto !important;
  673.     height: auto !important;
  674.     background-image: none !important;
  675. }
  676. .tp-arr-allwrapper {
  677.     margin: 0 10px;
  678. }
  679. .tp-arr-allwrapper:hover .tp-arr-iwrapper {
  680.     color: #fff;
  681. }
  682. .tp-leftarrow .tp-arr-allwrapper {
  683. }
  684. .tp-rightarrow .tp-arr-allwrapper {
  685. }
  686. .tp-arr-iwrapper {
  687.     color: #fff;
  688.     text-align: center;
  689.     font-size: 72px;
  690.     font-family: 'FontAwesome';
  691.     line-height: 60px;
  692. }
  693. .tp-leftarrow .tp-arr-iwrapper {
  694. }
  695. .tp-leftarrow .tp-arr-iwrapper:before {
  696.     content: "\f104";
  697. }
  698. .tp-rightarrow .tp-arr-iwrapper:before {
  699.     content: "\f105";
  700. }
  701. .tp-rightarrow .tp-arr-iwrapper {
  702. }
  703. .slide-h1 {
  704.     margin: 5px 0 !important;
  705.     padding: 0 0 10px !important;
  706.     padding-bottom: 5px !important;
  707.     color: #444;
  708.     text-transform: uppercase;
  709.     font-weight: bold;
  710.     font-size: 57px;
  711. }
  712. .slide-h2 {
  713.     margin: 5px 0 !important;
  714.     padding: 0 0 10px !important;
  715.     padding-bottom: 5px !important;
  716.     color: #555;
  717.     font-weight: bold;
  718.     font-size: 55px;
  719.     line-height: 100%;
  720. }
  721. .big-font {
  722.     text-transform: uppercase;
  723.     font-weight: 800;
  724.     font-size: 60px;
  725. }
  726. .large-desc {
  727.     font-size: 16px;
  728. }
  729. .slide-h3 {
  730.     color: #fff;
  731.     font-size: 31px;
  732.     line-height: 100%;
  733. }
  734. .slide-h3 span {
  735.     text-transform: uppercase;
  736.     font-weight: bold;
  737. }
  738. .slide-head {
  739.     text-transform: uppercase;
  740.     font-weight: 900;
  741.     font-size: 30px;
  742. }
  743. .slide-desc {
  744.     font-size: 22px;
  745.     line-height: 150%;
  746. }
  747. .main-title {
  748.     text-transform: uppercase;
  749.     font-weight: 800;
  750.     font-size: 70px;
  751. }
  752. .icon-cont {
  753.     padding: 15px 40px;
  754.     border-radius: 10px;
  755.     text-align: center;
  756. }
  757. .icon-cont:after {
  758.     position: absolute;
  759.     bottom: -10px;
  760.     left: 40%;
  761.     z-index: 5;
  762.     display: inline-block;
  763.     width: 0;
  764.     height: 0;
  765.     border-width: 10px 10px 0 10px;
  766.     border-style: solid;
  767.     content: "";
  768. }
  769. .icon-cont i {
  770.     margin-bottom: 10px;
  771.     color: #fff;
  772.     font-size: 50px;
  773. }
  774. .icon-cont span {
  775.     display: block;
  776.     padding: 0 0 5px;
  777.     color: #fff;
  778.     text-align: center;
  779.     font-size: 18px;
  780. }
  781. a.wit-btn {
  782.     background: #fff;
  783.     color: #333 !important;
  784.     text-transform: uppercase;
  785. }
  786. .wit-line {
  787.     width: 5%;
  788.     height: 1px;
  789.     background: #fff;
  790. }
  791. .vert-line {
  792.     min-height: 270px;
  793.     width: 1px;
  794.     background: #fff;
  795. }
  796. .subTxt {
  797.     text-transform: uppercase;
  798.     font-weight: bold;
  799.     font-size: 17px;
  800.     color: #333;
  801. }
  802. .large-title {
  803.     color: #222;
  804.     font-size: 60px;
  805.     font-weight: 800;
  806.     text-transform: uppercase !important;
  807. }
  808. .large-light-title {
  809.     color: #787878 !important;
  810.     font-size: 70px;
  811.     font-weight: lighter;
  812.     text-transform: uppercase;
  813.     letter-spacing: 2px
  814. }
  815. .large-text {
  816.     font-size: 20px;
  817.     color: #000;
  818.     font-weight: lighter;
  819. }
  820. .larger-text {
  821.     font-size: 24px;
  822.     font-weight: lighter;
  823.     text-transform: uppercase;
  824. }
  825. .witTxt {
  826.     color: #fff !important;
  827. }
  828. .light-font {
  829.     font-weight: lighter !important;
  830.     font-size: 50px;
  831. }
  832. .black-bg {
  833.     background: rgba(0,0,0,.63);
  834.     color: #a8a8a8;
  835.     text-transform: none;
  836. }
  837. .lft-list {
  838.     padding: 10px;
  839.     font-size: 18px;
  840.     color: #fff;
  841. }
  842. .wit-border {
  843.     border: 1px #fff solid;
  844.     padding: 15px 60px;
  845.     color: #fff;
  846.     font-size: 16px;
  847.     text-transform: uppercase;
  848. }
  849. .rounded-bord {
  850.     margin-right: 15px;
  851.     border: 1px #fff solid;
  852.     width: 30px;
  853.     height: 30px;
  854.     text-align: center;
  855.     line-height: 30px;
  856.     border-radius: 50%;
  857. }
  858. #vertical-ticker {
  859.     height: 120px;
  860.     overflow: hidden;
  861. }
  862. #vertical-ticker li {
  863.     padding: 15px 20px;
  864.     display: block;
  865.     text-align: center;
  866. }
  867. .tp-bannertimer {
  868.     display: none;
  869. }
  870. .to-bottom i.fa {
  871.     font-size: 30px;
  872.     border: 2px #a8a8a8 solid;
  873.     padding: 20px 22px;
  874.     border-radius: 50%;
  875.     -webkit-animation: bounce 2s infinite linear;
  876.     animation: bounce 2s infinite linear;
  877. }
  878. .slidertext1 {
  879.     color: #fff;
  880.     font-size: 36px;
  881.     font-weight: 700;
  882.     padding: 10px 15px;
  883.     text-transform: uppercase;
  884.     font-family: 'Roboto', sans-serif;
  885.     letter-spacing: 7px;
  886. }
  887. .slidertext2 {
  888.     color: #fff;
  889.     font-size: 60px;
  890.     font-weight: 700;
  891.     padding: 15px;
  892.     text-transform: uppercase;
  893.     font-family: 'Roboto', sans-serif;
  894. }
  895. .sliderpara {
  896.     color: #fff;
  897.     font-size: 18px;
  898.     font-weight: 600;
  899.     padding: 15px;
  900.     text-transform: none !important;
  901. }
  902. .slidertext5 {
  903.     padding: 0 15px;
  904. }
  905. .slidertext5 a {
  906.     color: #fff !important;
  907.     font-size: 24px;
  908.     font-weight: 700;
  909.     padding: 15px 50px;
  910.     text-transform: capitalize !important;
  911.     text-align: left;
  912.     background: #1e90ff;
  913.     font-family: 'Roboto', sans-serif;
  914. }
  915. /************************************************
  916.            == Google Ads css==
  917. *************************************************/
  918. .wideBanner {
  919.     text-align: center;
  920. }
  921. /************************************************
  922.            == How it works css==
  923. *************************************************/
  924. .howlist {
  925.     list-style: none;
  926. }
  927. .howlist li {
  928.     margin: 30px 0;
  929.     text-align: center;
  930. }
  931. .howlist li .iconcircle {
  932.     width: 100px;
  933.     height: 100px;
  934.     text-align: center;
  935.     line-height: 115px;
  936.     margin-bottom: 20px;
  937.     display: inline-block;
  938.     background: #777;
  939. }
  940. .howlist li .iconcircle i {
  941.     font-size: 48px;
  942.     color: #fff;
  943. }
  944. .howlist li h4 {
  945.     font-size: 24px;
  946.     font-weight: 700;
  947.     color: #1e90ff;
  948.     margin-bottom: 10px;
  949. }
  950. .howlist li p {
  951.     font-size: 16px;
  952.     line-height: 24px;
  953.     color: #999;
  954. }
  955. /************************************************
  956.            == Categories css==
  957. *************************************************/
  958. .catewrap {
  959.     background: #fff;
  960. }
  961. .categoryList {
  962.     margin: 0 -15px;
  963. }
  964. .categoryList li {
  965.     text-align: center;
  966. }
  967. .categoryList li a {
  968.     display: block;
  969.     margin-bottom: 30px;
  970.     font-size: 14px;
  971.     color: #000;
  972.     text-decoration: none;
  973. }
  974. .categoryList li img {
  975.     margin-bottom: 10px;
  976. }
  977. .categoryList li span {
  978.     display: block;
  979.     background: #eee;
  980.     padding: 8px 5px;
  981.     border-bottom: 2px solid #ddd;
  982. }
  983. .categoryList li a i {
  984.     font-size: 12px;
  985.     color: #777;
  986. }
  987. .categoryList li a:hover span {
  988.     color: #fff;
  989.     background: #1e90ff;
  990. }
  991. .categoryList li a:hover i {
  992.     color: #CCC;
  993. }
  994. /*Top Search*/
  995. .topsearchwrap {
  996.     margin-bottom:30px;
  997. }
  998. .topsearchwrap h4 {
  999.     background: #1e90ff;
  1000.     margin-bottom: 15px;
  1001.     color: #fff;
  1002.     font-size: 30px;
  1003.     font-weight: 700;
  1004.     padding: 12px 20px;
  1005.     text-transform: uppercase;
  1006. }
  1007. .topsearchwrap h5 {
  1008.     background: #333;
  1009.     margin-bottom: 15px;
  1010.     color: #fff;
  1011.     font-size: 30px;
  1012.     font-weight: 700;
  1013.     padding: 12px 20px;
  1014.     text-transform: uppercase;
  1015. }
  1016. .catelist li a {
  1017.     display: block;
  1018.     margin: 10px 0;
  1019.     position: relative;
  1020.     color: #000;
  1021.     font-weight: 700;
  1022.     font-size: 16px;
  1023. }
  1024. .catelist li span {
  1025.     color: #1e90ff;
  1026.     font-size: 14px;
  1027.     font-weight: 400;
  1028. }
  1029. .catelist li a:hover {
  1030.     color: #1e90ff;
  1031. }
  1032. /** View Button **/
  1033. .viewallbtn {
  1034.     text-align: center;
  1035.     margin-top: 40px;
  1036.     margin-bottom:20px;
  1037. }
  1038. .viewallbtn a {
  1039.     display: inline-block;
  1040.     background: #1e90ff;
  1041.     color: #fff;
  1042.     font-size: 18px;
  1043.     font-weight: 600;
  1044.     padding: 15px 30px;
  1045. }
  1046. .viewallbtn a:hover {
  1047.     background: #333;
  1048.     text-decoration: none;
  1049. }
  1050. /************************************************
  1051.            == Video css==
  1052. *************************************************/
  1053. .videowraper {
  1054.     background: url(../images/videobg.jpg) no-repeat top;
  1055.     background-size: cover;
  1056.     background-attachment: fixed;
  1057.     text-align: center;
  1058. }
  1059. .videowraper .subtitle, .videowraper h3 {
  1060.     color: #fff;
  1061. }
  1062. .videowraper p {
  1063.     color: #fff;
  1064.     max-width: 800px;
  1065.     margin: 0 auto;
  1066.     font-size: 18px;
  1067.     line-height: 24px;
  1068. }
  1069. .videowraper a {
  1070.     display: inline-block;
  1071.     opacity: .5;
  1072.     margin-top: 20px;
  1073.     font-size: 100px;
  1074.     color: #fff;
  1075. }
  1076. .videowraper a:hover {
  1077.     opacity: 1;
  1078. }
  1079. /************************************************
  1080.            == Tagline css==
  1081. *************************************************/
  1082. .hometagline {
  1083.     background: #1e90ff;
  1084.     padding: 40px 0;
  1085. }
  1086. .hometagline h5 {
  1087.     color: #fff;
  1088.     font-size: 24px;
  1089.     font-weight: 700;
  1090.     line-height: 30px;
  1091. }
  1092. .hometagline a {
  1093.     display: inline-block;
  1094.     background: #000;
  1095.     color: #fff;
  1096.     padding: 15px 30px;
  1097.     font-size: 18px;
  1098.     font-weight: 700;
  1099.     text-transform: uppercase;
  1100.     border-radius: 0;
  1101.     margin-top: 10px;
  1102.     float:right;
  1103. }
  1104. .hometagline a:hover {
  1105.     background: rgba(0,0,0,0.5);
  1106.     text-decoration: none
  1107. }
  1108. .hometagline p {
  1109.     font-size: 14px;
  1110.     color: #fff;
  1111.     line-height: 22px;
  1112.     margin-top: 10px;
  1113. }
  1114. /************************************************
  1115.            == Testimonials css==
  1116. *************************************************/
  1117. .testimonialsList {
  1118.     list-style: none;
  1119.     margin-top: 50px;
  1120. }
  1121. .testimonialsList li {
  1122.     text-align: center;
  1123. }
  1124. .testimonialsList li .testinner {
  1125.     background: #fff;
  1126.     border: 1px solid #e8e8e8;
  1127.     padding: 30px 20px;
  1128. }
  1129. .testimonialsList li .testimg {
  1130.     width: 80px;
  1131.     height: 80px;
  1132.     margin: auto;
  1133.     border: 2px solid #1e90ff;
  1134. }
  1135. .testimonialsList li .clientname {
  1136.     font-size: 24px;
  1137.     font-weight: 700;
  1138.     padding: 15px 0;
  1139.     color: #555;
  1140. }
  1141. .testimonialsList li p {
  1142.     font-size: 14px;
  1143.     font-style: italic;
  1144.     line-height: 22px;
  1145. }
  1146. .testimonialsList li .clientinfo {
  1147.     font-size: 14px;
  1148.     font-weight: 600;
  1149.     color: #1e90ff;
  1150.     margin-bottom: 10px;
  1151. }
  1152. /************************************************
  1153.            == App Box css==
  1154. *************************************************/
  1155. .appwraper {
  1156.     background: url(../images/app-bg.jpg) no-repeat top;
  1157.     background-size: cover;
  1158.     padding: 70px 0;
  1159.     background-attachment: fixed;
  1160.     text-align: center;
  1161. }
  1162. .appwraper .titleTop {
  1163.     margin-bottom: 10px;
  1164. }
  1165. .appwraper .subtitle {
  1166.     color: #fff;
  1167. }
  1168. .appwraper .titleTop h3 {
  1169.     color: #fff;
  1170. }
  1171. .appwraper .subtitle2 {
  1172.     font-size: 30px;
  1173.     font-weight: 600;
  1174.     margin-bottom: 20px;
  1175.     color: #fff;
  1176. }
  1177. .appwraper p {
  1178.     color: #fff;
  1179.     line-height: 24px;
  1180.     max-width: 800px;
  1181.     margin: 0 auto;
  1182.     font-size:16px;
  1183. }
  1184. .appwraper .appbtn {
  1185.     margin-top: 30px;
  1186. }
  1187. .appwraper .appbtn a {
  1188.     display: inline-block;
  1189.     border: 1px solid #fff;
  1190.     padding: 15px 30px;
  1191.     color: #fff;
  1192.     font-size: 20px;
  1193.     font-weight: 600;
  1194.     text-decoration: none;
  1195.     margin: 0 10px;
  1196. }
  1197. .appwraper .appbtn a i {
  1198.     font-size: 24px;
  1199.     margin-right: 10px;
  1200. }
  1201. .appwraper .appbtn a:hover {
  1202.     background:rgba(30, 144, 255,0.5);
  1203. }
  1204. /*Page Title*/
  1205. .pageTitle {
  1206.     background: url(../images/page-title-bg.jpg) no-repeat;
  1207.     background-size: cover;
  1208.     padding: 50px 0;
  1209. }
  1210. .pageTitle h1 {
  1211.     font-size: 40px;
  1212.     font-weight: 500;
  1213.     color: #fff;
  1214. }
  1215. .breadCrumb {
  1216.     text-align: right;
  1217.     color: #fff;
  1218.     margin-top: 20px;
  1219. }
  1220. .breadCrumb a {
  1221.     color: #fff;
  1222.     display: inline-block;
  1223.     padding: 0 5px;
  1224. }
  1225. .breadCrumb span {
  1226.     color: #1e90ff;
  1227.     display: inline-block;
  1228.     padding-left: 5px;
  1229. }
  1230. /************************************************
  1231.            == Featured Ads ==
  1232. *************************************************/
  1233. .itemgrid {
  1234.     margin-top: 70px;
  1235. }
  1236. .gridlist {
  1237.     position: relative;
  1238. }
  1239. .gridlist li {
  1240.     margin-bottom: 30px;
  1241. }
  1242. .gridlist li .adimg img {
  1243.     display: block;
  1244.     width: 100%;
  1245. }
  1246. .gridlist li .innerad {
  1247.     background: #fff;
  1248.     padding: 20px;
  1249.     min-height: 152px;
  1250. }
  1251. .gridlist li h3 {
  1252.     margin: 0;
  1253.     min-height:37px;
  1254. }
  1255. .gridlist li h3 a {
  1256.     display: block;
  1257.     font-size: 18px;
  1258.     color: #1e90ff;
  1259. }
  1260. .gridlist li h3 a:hover {
  1261.     color: #333;
  1262. }
  1263. .gridlist li .location {
  1264.     padding: 10px 0;
  1265.     color: #afafaf;
  1266.     line-height: 30px;
  1267. }
  1268. .gridlist li .location i {
  1269.     color: #afafaf;
  1270.     margin-right:5px;
  1271. }
  1272. .gridlist li .price {
  1273.     font-size: 26px;
  1274.     color: #444;
  1275.     font-weight: 700;
  1276.     border-top: 1px solid #eee;
  1277.     padding-top: 15px;
  1278. }
  1279. /************************************************
  1280.            == Sort by css==
  1281. *************************************************/
  1282. .sortbybar {
  1283.     margin-bottom: 20px;
  1284.     padding: 15px;
  1285.     background: #fff;
  1286. }
  1287. .listby {
  1288.     font-size: 20px;
  1289.     display: inline-block;
  1290.     margin-left: 10px;
  1291.     margin-top: 12px;
  1292.     color: #747474;
  1293. }
  1294. .listby:hover {
  1295.     color: #000;
  1296. }
  1297. .sortbybar .input-group-addon {
  1298.     background: none;
  1299.     border: none;
  1300.     padding: 0 10px 0 0;
  1301.     font-weight: 700;
  1302. }
  1303. .sortbybar .form-control {
  1304.     border-radius: 0;
  1305.     height: auto;
  1306.     padding: 9px 15px;
  1307.     line-height:40px;
  1308. }
  1309. .sortbybar .found {
  1310.     text-align: right;
  1311.     font-weight: 700;
  1312.     color: #929292;
  1313.     margin-top: 5px;
  1314.     line-height: 20px
  1315. }
  1316. .sortbybar .found strong {
  1317.     display: block;
  1318.     color: #333;
  1319. }
  1320. .sortbybar .foundsb {
  1321.     text-align: left;
  1322.     font-weight: 700;
  1323.     color: #929292;
  1324.     margin-top: 5px;
  1325. }
  1326. .sortbybar .foundsb strong {
  1327.     display: block;
  1328.     color: #333;
  1329. }
  1330. .sortbybar .found.maptext {
  1331.     text-align: center;
  1332.     line-height: 20px;
  1333. }
  1334. /************************************************
  1335.            == Search List css==
  1336. *************************************************/
  1337. .listpgWraper {
  1338.     padding: 50px 0;
  1339.     min-height: 400px;
  1340. }
  1341. .pageSearch {
  1342.     margin-bottom: 30px;
  1343.     background: #fff;
  1344.     padding: 20px;
  1345. }
  1346. .pageSearch a.btn {
  1347.     background: #1e90ff;
  1348.     color: #fff;
  1349.     padding: 13px 15px;
  1350.     font-size: 16px;
  1351.     text-transform: uppercase;
  1352.     font-weight: 600;
  1353.     border-radius: 0;
  1354.     display: block;
  1355. }
  1356. .pageSearch a.btn i {
  1357.     font-weight: 400;
  1358.     font-size: 24px;
  1359.     margin-right: 5px;
  1360. }
  1361. .pageSearch a.btn:hover {
  1362.     background: #666;
  1363. }
  1364. .searchform .row {
  1365.     margin: 0 -5px;
  1366. }
  1367. .searchform .col-md-3, .searchform .col-md-2, .searchform .col-sm-3, .searchform .col-sm-2, .searchform .col-md-5 {
  1368.     padding: 0 5px;
  1369. }
  1370. .searchform .form-control {
  1371.     border-radius: 0;
  1372.     height: auto;
  1373.     padding: 13px 12px;
  1374.     font-size: 16px;
  1375. }
  1376. .searchform select.form-control {
  1377.     padding: 13px 12px;
  1378.     background: #fff;
  1379.     line-height: 45px;
  1380. }
  1381. .searchform .btn {
  1382.     border-radius: 0;
  1383.     background: #1e90ff;
  1384.     font-size: 24px;
  1385.     color: #fff;
  1386.     padding: 7px 18px;
  1387. }
  1388. .searchform .btn:hover {
  1389.     background: #444;
  1390. }
  1391. /************************************************
  1392.            == Sidebar css==
  1393. *************************************************/
  1394. .sidebar {
  1395.     background: #fff;
  1396.     padding: 20px;
  1397.     margin-bottom: 30px;
  1398. }
  1399. .sidebar .widget {
  1400.     margin-bottom: 20px;
  1401.     border-bottom: 1px solid #eee;
  1402.     padding-bottom: 20px;
  1403. }
  1404. .sidebar .widget-title {
  1405.     font-size: 18px;
  1406.     font-weight: 600;
  1407.     color: #666;
  1408.     margin-bottom: 20px;
  1409. }
  1410. .sidebar .widget .form-control {
  1411.     border-radius: 0;
  1412.     height: auto;
  1413.     padding: 10px 12px;
  1414.     margin-bottom: 10px;
  1415.     background: #f9f9f9
  1416. }
  1417. .optionlist {
  1418.     list-style: none;
  1419. }
  1420. .optionlist li {
  1421.     margin-bottom: 10px;
  1422.     padding: 5px 0;
  1423.     position: relative;
  1424.     padding-left: 30px;
  1425. }
  1426. .optionlist li span {
  1427.     position: absolute;
  1428.     right: 0;
  1429.     top: 6px;
  1430. }
  1431. .optionlist li input[type=checkbox] {
  1432.     display: none;
  1433. }
  1434. .optionlist li input[type=checkbox] + label {
  1435.     width: 20px;
  1436.     height: 20px;
  1437.     border: 1px solid #e0e0e0;
  1438.     background: #f5f5f5;
  1439.     cursor: pointer;
  1440.     position: absolute;
  1441.     left: 0;
  1442.     top: 0;
  1443. }
  1444. .optionlist li input[type=checkbox]:checked + label:before {
  1445.     content: '\f00c';
  1446.     font-family: 'FontAwesome';
  1447.     color: #4ece00;
  1448.     padding-left: 2px;
  1449.     position: relative;
  1450.     top: 2px;
  1451. }
  1452. .sidebar a {
  1453.     color: #1e90ff;
  1454.     display: inline-block;
  1455.     margin-top: 10px;
  1456. }
  1457. .searchnt .btn {
  1458.     background: #1e90ff;
  1459.     display: block;
  1460.     border-radius: 0;
  1461.     width: 100%;
  1462.     color: #fff;
  1463.     text-transform: uppercase;
  1464.     font-weight: 700;
  1465.     padding: 10px 15px;
  1466. }
  1467. .sidebar .gad {
  1468.     margin-top: 15px;
  1469.     text-align: center;
  1470. }
  1471. .social a {
  1472.     color: #00a8ff;
  1473.     font-size: 32px;
  1474.     display: inline-block;
  1475.     margin-right: 5px;
  1476.     margin-top: 0;
  1477. }
  1478. .social a:hover {
  1479.     color: #000;
  1480. }
  1481. /*Listing*/
  1482. .searchList {
  1483.     list-style: none;
  1484. }
  1485. .searchList li {
  1486.     background: #fff;
  1487.     border: 1px solid #fff;
  1488.     padding: 20px;
  1489.     margin-bottom: 30px;
  1490. }
  1491. .searchList li:hover {
  1492.     box-shadow: 0 0 10px rgba(0,0,0,0.1);
  1493.     border: 1px solid #1e90ff;
  1494. }
  1495. .searchList li .adimg {
  1496.     margin-bottom: 20px;
  1497. }
  1498. .searchList li .adimg img {
  1499.     width: 100%;
  1500. }
  1501. .searchList li h3 {
  1502.     margin: 0;
  1503. }
  1504. .searchList li h3 a {
  1505.     font-size: 18px;
  1506.     font-weight: 600;
  1507.     color: #1e90ff;
  1508. }
  1509. .searchList li .cateName {
  1510.     margin: 10px 0;
  1511.     color: #969595;
  1512.     float: left;
  1513. }
  1514. .searchList li .cateName a {
  1515.     color: #969595;
  1516. }
  1517. .adprice {
  1518.     font-size: 30px;
  1519.     font-weight: 600;
  1520.     margin-bottom: 20px;
  1521.     color: #1e90ff;
  1522. }
  1523. .adverify {
  1524.     text-align: right;
  1525.     border: 1px solid #ddd;
  1526.     padding: 7px 15px;
  1527.     display: inline-block;
  1528.     background: #f8f8f8;
  1529.     font-weight: 600
  1530. }
  1531. .adverify i {
  1532.     font-size: 18px;
  1533.     color: #1e90ff;
  1534. }
  1535. .editad {
  1536.     border: 1px solid #ddd;
  1537.     padding: 7px 15px;
  1538.     display: inline-block;
  1539.     background: #f8f8f8;
  1540.     font-weight: 600;
  1541.     color: #555;
  1542. }
  1543. .pendingad {
  1544.     background: #FFDDDE;
  1545.     border: 1px solid #FFC1C2;
  1546.     color: 000;
  1547.     display: inline-block;
  1548.     margin-top: 15px;
  1549.     font-weight: 600;
  1550.     padding: 7px 15px;
  1551. }
  1552. .searchList li a:hover {
  1553.     color: #333;
  1554. }
  1555. .searchList li .location {
  1556.     color: #000;
  1557.     margin-top: 10px;
  1558.     float: left;
  1559.     margin-left: 30px;
  1560. }
  1561. .searchList li .location span {
  1562.     color: #333;
  1563. }
  1564. .searchList li .listbtn {
  1565.     margin-top: 10px;
  1566. }
  1567. .searchList li .listbtn a {
  1568.     background: #1e90ff;
  1569.     display: inline-block;
  1570.     border-radius: 0;
  1571.     color: #fff;
  1572.     text-transform: uppercase;
  1573.     font-weight: 600;
  1574.     padding: 8px 20px;
  1575.     text-align: center;
  1576. }
  1577. .searchList li .listbtn a:hover {
  1578.     background: #333;
  1579.     text-decoration: none;
  1580. }
  1581. .searchList li p {
  1582.     line-height: 22px;
  1583.     color: #333;
  1584.     margin: 0;
  1585. }
  1586. .searchList li .cateinfo {
  1587.     color: #1e90ff;
  1588.     margin: 10px 0;
  1589. }
  1590. .searchList li .minsalary {
  1591.     font-size: 22px;
  1592.     font-weight: 700;
  1593.     text-align: center;
  1594.     margin-top: 25px;
  1595.     color: #a8d815;
  1596. }
  1597. .searchList li .minsalary span {
  1598.     color: #999;
  1599.     font-weight: 400;
  1600. }
  1601. /*Pagination*/
  1602. .pagiWrap .showreslt {
  1603.     font-weight: 600;
  1604.     margin-top: 10px;
  1605. }
  1606. .pagiWrap .pagination {
  1607.     text-align: right;
  1608.     margin: 0;
  1609. }
  1610. .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
  1611.     border-radius: 0;
  1612. }
  1613. /************************************************
  1614.            == Job Detail css==
  1615. *************************************************/
  1616. .advert-header {
  1617.     background: #fff;
  1618.     margin-bottom: 30px;
  1619. }
  1620. .advert-header .adinfo {
  1621.     padding: 25px;
  1622.     border-bottom: 1px solid #e4e4e4;
  1623. }
  1624. .advert-header .adinfo h2 {
  1625.     font-size: 24px;
  1626.     color: #444;
  1627. }
  1628. .advert-header .adinfo .ptext {
  1629.     color: #999;
  1630.     margin: 10px 0 0 0;
  1631.     float: left;
  1632. }
  1633. .advert-header .adinfo .cateName {
  1634.     float: left;
  1635.     margin: 10px 0 0 20px
  1636. }
  1637. .advert-header .adinfo .adsalary {
  1638.     font-size: 16px;
  1639.     font-weight: 400;
  1640.     color: #888;
  1641.     text-align: right
  1642. }
  1643. .advert-header .adinfo .adsalary strong {
  1644.     color: #1e90ff;
  1645.     font-size: 30px;
  1646.     font-weight: 600;
  1647.     display: block;
  1648.     margin-top: 5px
  1649. }
  1650. .advert-header .adinfo .companyinfo {
  1651.     text-align: right;
  1652. }
  1653. .advert-header .adinfo .companyinfo .companylogo {
  1654.     float: right;
  1655.     width: 75px;
  1656.     background: #fff;
  1657.     margin-left: 20px;
  1658.     border: 5px solid #eee;
  1659. }
  1660. .advert-header .adinfo .companyinfo .companylogo img {
  1661.     display: block;
  1662. }
  1663. .advert-header .adinfo .companyinfo .title a {
  1664.     font-size: 18px;
  1665.     font-weight: 600;
  1666.     color: #1e90ff;
  1667. }
  1668. .advert-header .adinfo .companyinfo .opening a {
  1669.     color: #333;
  1670. }
  1671. /*Candidate Info*/
  1672. .advert-header .adinfo .candidateinfo .userPic {
  1673.     float: left;
  1674.     width: 100px;
  1675.     height: 100px;
  1676.     background: #cbcbcb;
  1677.     margin-right: 20px;
  1678.     border: 5px solid #1e90ff;
  1679. }
  1680. .advert-header .adinfo .candidateinfo .title {
  1681.     font-size: 24px;
  1682.     color: #333;
  1683.     font-weight: 600
  1684. }
  1685. .advert-header .adinfo .candidateinfo .desi {
  1686.     font-size: 18px;
  1687.     color: #666;
  1688.     margin-top: 10px;
  1689. }
  1690. .advert-header .adinfo .candidateinfo .loctext {
  1691.     line-height: 24px;
  1692.     color: #555;
  1693.     margin-top: 8px;
  1694. }
  1695. .advert-header .adinfo .candidateinfo .loctext i {
  1696.     width: 20px;
  1697.     color: #1e90ff;
  1698. }
  1699. .cadsocial {
  1700.     margin-top: 10px;
  1701. }
  1702. .cadsocial a {
  1703.     color: #666;
  1704.     font-size: 24px;
  1705.     display: inline-block;
  1706.     margin-right: 7px;
  1707. }
  1708. .cadsocial a:hover {
  1709.     color: #1e90ff;
  1710. }
  1711. .relatedJobs {
  1712.     margin-bottom: 30px;
  1713. }
  1714. .relatedJobs h3 {
  1715.     font-size: 24px;
  1716.     font-weight: 700;
  1717.     color: #555;
  1718.     margin-bottom: 15px;
  1719. }
  1720. /*Buttons*/
  1721. .adButtons {
  1722.     padding: 20px 25px;
  1723. }
  1724. .adButtons a {
  1725.     background: #f0f0f0;
  1726.     margin-right: 10px;
  1727.     color: #333;
  1728.     font-weight: 600;
  1729.     font-size: 14px;
  1730.     border-radius: 0;
  1731. }
  1732. .adButtons a.report {
  1733.     background: #e01010;
  1734.     color: #fff;
  1735. }
  1736. .adButtons a.apply {
  1737.     background: #1e90ff;
  1738.     color: #fff
  1739. }
  1740. .adButtons a:hover {
  1741.     background: #222;
  1742.     color: #fff;
  1743. }
  1744. .advert-header .contentbox {
  1745.     padding: 35px;
  1746. }
  1747. .advert-header .contentbox h3 {
  1748.     font-size: 24px;
  1749.     font-weight: 700;
  1750.     color: #1e90ff;
  1751.     margin-bottom: 10px;
  1752. }
  1753. .advert-header .contentbox p {
  1754.     line-height: 24px;
  1755.     color: #555;
  1756.     margin-bottom: 20px;
  1757. }
  1758. .advert-header .contentbox ul {
  1759.     margin-bottom: 30px;
  1760. }
  1761. .advert-header .contentbox ul li {
  1762.     padding: 10px 0 10px 25px;
  1763.     position: relative;
  1764.     line-height: 24px;
  1765. }
  1766. .advert-header .contentbox ul li:before {
  1767.     content: '\f00c';
  1768.     font-family: 'FontAwesome';
  1769.     color: #a8d815;
  1770.     position: absolute;
  1771.     left: 0;
  1772. }
  1773. .unorderlist li {
  1774.     padding: 5px 0 5px 25px;
  1775.     position: relative;
  1776.     line-height: 24px;
  1777. }
  1778. .unorderlist li:before {
  1779.     content: '\f00c';
  1780.     font-family: 'FontAwesome';
  1781.     color: #a8d815;
  1782.     position: absolute;
  1783.     left: 0;
  1784. }
  1785. /*Ad Info*/
  1786. .advertdetail {
  1787.     padding: 20px;
  1788. }
  1789. .advertdetail iframe {
  1790.     width: 100%;
  1791.     height: 250px;
  1792.     border: none
  1793. }
  1794. .advertdetail h3 {
  1795.     font-size: 18px;
  1796.     color: #1e90ff;
  1797.     font-weight: 700;
  1798. }
  1799. .jbdetail {
  1800.     margin-top: 20px;
  1801. }
  1802. .jbdetail li {
  1803.     margin-bottom: 20px;
  1804.     color: #908f8f;
  1805. }
  1806. .jbdetail li a {
  1807.     display: block;
  1808.     text-align: right;
  1809.     color: #1e90ff;
  1810.     font-weight: 600;
  1811. }
  1812. .jbdetail li span {
  1813.     display: block;
  1814.     text-align: right;
  1815.     color: #000;
  1816.     font-weight: 600;
  1817. }
  1818. .jbdetail li span.permanent {
  1819.     color: #a8d815;
  1820. }
  1821. .jbdetail li span.contract {
  1822.     color: #1e90ff;
  1823. }
  1824. .jbdetail li span.freelance {
  1825.     color: #F07200;
  1826. }
  1827. /*Slider*/
  1828. .adimages {
  1829.     margin-bottom: 30px;
  1830.     text-align:center;
  1831. }
  1832. .slides {
  1833.     list-style: none;
  1834. }
  1835. #carousel li, .slides li {
  1836.     padding: 0 !important;
  1837. }
  1838. #carousel li:before, .slides li:before {
  1839.     display: none;
  1840. }
  1841. #carousel img {
  1842.     opacity: 0.4;
  1843. }
  1844. #carousel .flex-active-slide img {
  1845.     opacity: 1;
  1846. }
  1847. .flexslider {
  1848.     position: relative;
  1849. }
  1850. .flexslider .flex-direction-nav {
  1851.     margin: 0;
  1852.     position: absolute;
  1853.     left: 0;
  1854.     top: 50%;
  1855.     margin-top: -15px;
  1856.     width: 100%;
  1857. }
  1858. .flex-direction-nav li {
  1859.     padding: 0 !important;
  1860. }
  1861. .flex-direction-nav li:before, .flex-direction-nav li:before {
  1862.     display: none;
  1863. }
  1864. .flex-direction-nav .flex-nav-prev {
  1865.     float: left;
  1866.     margin-left: 15px;
  1867. }
  1868. .flex-direction-nav .flex-nav-next {
  1869.     float: right;
  1870.     margin-right: 15px;
  1871. }
  1872. .flex-direction-nav li a {
  1873.     font-size: 36px;
  1874.     color: #fff;
  1875. }
  1876. /*Skills*/
  1877. .skillswrap {
  1878.     margin-top: 20px;
  1879. }
  1880. .skillswrap h5 {
  1881.     color: #7b7b7b;
  1882.     font-weight: 400;
  1883.     margin-bottom: 5px;
  1884. }
  1885. /*Education*/
  1886. .educationList {
  1887.     margin-bottom: 0 !important;
  1888. }
  1889. .educationList li {
  1890.     border-bottom: 1px solid #ddd;
  1891.     padding-bottom: 30px !important;
  1892.     padding-top: 0 !important;
  1893.     padding-left: 0 !important;
  1894.     margin-top: 30px;
  1895. }
  1896. .educationList li:hover {
  1897.     border-bottom-color: #1e90ff;
  1898. }
  1899. .educationList li:before {
  1900.     display: none;
  1901. }
  1902. .educationList li:last-child {
  1903.     border-bottom: 0;
  1904. }
  1905. .educationList li .date {
  1906.     width: 90px;
  1907.     height: 90px;
  1908.     background: #888;
  1909.     border-radius: 50%;
  1910.     text-align: center;
  1911.     font-weight: 700;
  1912.     padding-top: 17px;
  1913.     line-height: 18px;
  1914.     float: left;
  1915.     color: #fff;
  1916.     margin-right: 20px;
  1917. }
  1918. .educationList li h4 {
  1919.     font-size: 18px;
  1920.     font-weight: 700;
  1921.     color: #58c0ff;
  1922.     margin-bottom: 5px;
  1923. }
  1924. .educationList li p {
  1925.     margin-bottom: 0 !important;
  1926. }
  1927. /*Experience*/
  1928. .experienceList {
  1929.     margin-bottom: 0 !important;
  1930. }
  1931. .experienceList li {
  1932.     border-bottom: 1px solid #ddd;
  1933.     padding-bottom: 30px !important;
  1934.     padding-left: 0 !important;
  1935.     padding-top: 0 !important;
  1936.     margin-top: 30px;
  1937. }
  1938. .experienceList li:hover {
  1939.     border-bottom-color: #1e90ff;
  1940. }
  1941. .experienceList li:before {
  1942.     display: none;
  1943. }
  1944. .experienceList li:last-child {
  1945.     border-bottom: 0;
  1946. }
  1947. .experienceList li h4 {
  1948.     font-size: 18px;
  1949.     font-weight: 700;
  1950.     color: #58c0ff;
  1951.     margin-bottom: 10px;
  1952. }
  1953. .experienceList li p {
  1954.     margin-bottom: 0 !important;
  1955.     margin-top: 10px;
  1956. }
  1957. /*Portfolio*/
  1958. .userPortfolio li {
  1959.     padding: 0 15px !important;
  1960.     margin-top: 30px;
  1961. }
  1962. .userPortfolio li:before {
  1963.     display: none;
  1964. }
  1965. .userPortfolio li .imgbox {
  1966.     overflow: hidden;
  1967.     position: relative
  1968. }
  1969. .userPortfolio li .itemHover {
  1970.     width: 100%;
  1971.     height: 100%;
  1972.     position: absolute;
  1973.     top: 0;
  1974.     left: 0;
  1975.     right: 0;
  1976.     bottom: 0;
  1977.     background: rgba(22,34,46,.9);
  1978.     transform: scale(0);
  1979.     transition: all .5s ease;
  1980.     -moz-transition: all .5s ease;
  1981.     -webkit-transition: all .5s ease;
  1982.     -ms-transition: all .5s ease;
  1983.     -o-transition: all .5s ease
  1984. }
  1985. .userPortfolio li:hover .itemHover {
  1986.     transform: scale(1)
  1987. }
  1988. .userPortfolio li .zoombox {
  1989.     display: table;
  1990.     width: 100%;
  1991.     height: 20%;
  1992.     text-align: right
  1993. }
  1994. .userPortfolio li .item-zoom {
  1995.     display: inline-block;
  1996.     border: 2px solid #fff;
  1997.     padding: 6px 12px;
  1998.     margin: 15px 15px 0 0;
  1999.     color: #fff
  2000. }
  2001. .userPortfolio li .item-zoom:hover {
  2002.     background: #2079f2
  2003. }
  2004. .userPortfolio li .infoItem {
  2005.     display: table;
  2006.     width: 100%;
  2007.     height: 70%;
  2008.     text-align: center
  2009. }
  2010. .userPortfolio li .itemtitle {
  2011.     vertical-align: bottom;
  2012.     padding: 0 15px 15px;
  2013.     position: relative;
  2014.     display: table-cell;
  2015. }
  2016. .userPortfolio li .itemtitle h5 {
  2017.     color: #fff;
  2018.     font-size: 18px;
  2019.     margin: 0 0 5px
  2020. }
  2021. .userPortfolio li .itemtitle p {
  2022.     color: #ccc;
  2023.     line-height: 18px
  2024. }
  2025. .userPortfolio li .itemtitle a {
  2026.     color: #2079f2
  2027. }
  2028. .userPortfolio li.shown, .no-cssanimations .userPortfolio li, .no-js .grid li {
  2029.     opacity: 1
  2030. }
  2031. .userPortfolio li a, .userPortfolio li img {
  2032.     outline: 0;
  2033.     border: none;
  2034.     display: block;
  2035.     max-width: 100%
  2036. }
  2037. /************************************************
  2038.            == Dashboard Page css==
  2039. *************************************************/
  2040. .usernavdash {
  2041.     margin-bottom: 30px;
  2042. }
  2043. .usernavdash li a {
  2044.     border: 1px solid #eee;
  2045.     border-bottom: none;
  2046.     padding: 10px 15px;
  2047.     color: #444;
  2048.     display: block;
  2049.     background: #fff
  2050. }
  2051. .usernavdash li:last-child a {
  2052.     border-bottom: 1px solid #eee;
  2053. }
  2054. .usernavdash li a:hover {
  2055.     background: #1e90ff;
  2056.     color: #fff;
  2057.     text-decoration: none;
  2058. }
  2059. .usernavdash li i {
  2060.     margin-right: 2px;
  2061.     font-size: 18px;
  2062.     width: 25px;
  2063. }
  2064. .usernavdash li.active a {
  2065.     background: #1e90ff;
  2066.     color: #fff;
  2067. }
  2068. .profilestat li .inbox {
  2069.     border: 1px solid #eee;
  2070.     text-align: center;
  2071.     background: #fff;
  2072.     padding: 15px 10px;
  2073.     margin-bottom: 30px;
  2074. }
  2075. .profilestat li i {
  2076.     font-size: 36px;
  2077.     color: #999;
  2078.     margin-bottom: 15px;
  2079.     display: block;
  2080. }
  2081. .profilestat li h6 {
  2082.     font-size: 30px;
  2083.     font-weight: 600;
  2084.     color: #1e90ff;
  2085.     margin-bottom: 10px;
  2086. }
  2087. .profilestat li h6 span {
  2088.     font-size: 18px;
  2089.     color: #999;
  2090. }
  2091. .profilestat li strong {
  2092.     display: block;
  2093.     font-size: 13px;
  2094.     color: #333;
  2095. }
  2096. .instoretxt {
  2097.     text-align: center;
  2098.     font-size: 18px;
  2099.     font-weight: 600;
  2100.     background: #fff;
  2101.     text-align: center;
  2102.     padding:30px 20px;
  2103.     margin-bottom: 30px;
  2104. }
  2105. .instoretxt .credit {
  2106.     font-size: 24px;
  2107.     margin-bottom: 20px;
  2108. }
  2109. .instoretxt .currency {
  2110.     font-size: 16px;
  2111.     font-weight: 700;
  2112. }
  2113. .instoretxt .currency strong {
  2114.     color: #1e90ff;
  2115. }
  2116. .instoretxt strong {
  2117.     font-weight: 700;
  2118.     color: #1e90ff;
  2119. }
  2120. .instoretxt a {
  2121.     font-size: 18px;
  2122.     display: inline-block;
  2123.     padding: 9px 20px;
  2124.     background: #1e90ff;
  2125.     color: #fff;
  2126.     margin: 0 5px;
  2127. }
  2128. .instoretxt a:hover {
  2129.     background: #333;
  2130.     text-decoration: none;
  2131. }
  2132. .instoretxt a.history {
  2133.     background: #444;
  2134. }
  2135. .myads h3 {
  2136.     font-size: 24px;
  2137.     margin: 0 0 10px 0;
  2138. }
  2139. /************************************************
  2140.            == Cms Pages css==
  2141. *************************************************/
  2142. .inner-page {
  2143.     padding: 50px 0;
  2144. }
  2145. .inner-page .title {
  2146.     text-align: center;
  2147.     margin-bottom: 40px;
  2148. }
  2149. .inner-page .title > span {
  2150.     color: #292929;
  2151.     font-size: 17px;
  2152.     margin-bottom: 10px;
  2153. }
  2154. .inner-page .title h2 {
  2155.     color: #292929;
  2156.     font-size: 40px;
  2157.     font-weight: 800;
  2158.     letter-spacing: 1px;
  2159.     margin: 0;
  2160. }
  2161. .inner-page .title > p {
  2162.     line-height: 24px;
  2163. }
  2164. .contact {
  2165.     padding: 15px;
  2166.     margin-bottom: 30px;
  2167.     background: #fff;
  2168. }
  2169. .contact > span {
  2170.     color: #1e90ff;
  2171.     float: left;
  2172.     font-size: 50px;
  2173.     line-height: 30px;
  2174.     margin-right: 10px;
  2175.     text-align: center;
  2176.     width: 70px;
  2177. }
  2178. .inner-page .fa-home:before {
  2179.     content: "\f015";
  2180. }
  2181. .information {
  2182.     overflow: hidden;
  2183.     padding-right: 20px;
  2184.     margin-top: 5px;
  2185. }
  2186. .information > strong {
  2187.     color: #000;
  2188.     display: table;
  2189.     font-size: 16px;
  2190.     font-weight: 700;
  2191.     margin-bottom: 5px;
  2192.     text-transform: uppercase;
  2193. }
  2194. .information > p {
  2195.     line-height: 22px;
  2196.     margin: 0;
  2197. }
  2198. .contact-form input, .contact-form textarea {
  2199.     color: #8c8c8c;
  2200.     float: left;
  2201.     border: 1px solid #ddd;
  2202.     font-size: 12px;
  2203.     line-height: 32px;
  2204.     margin-bottom: 15px;
  2205.     padding: 10px 20px;
  2206.     width: 100%;
  2207. }
  2208. .contact-form {
  2209.     text-align: right;
  2210. }
  2211. .contact-form button {
  2212.     background-color: #1e90ff;
  2213.     border: 0 none;
  2214.     color: #fff;
  2215.     display: inline-block;
  2216.     font-size: 16px;
  2217.     text-transform: uppercase;
  2218.     font-weight: 600;
  2219.     padding: 18px 40px;
  2220.     margin-top: 20px;
  2221. }
  2222. /************************************************
  2223.            == FAQs css==
  2224. *************************************************/
  2225. .faqs {
  2226.     margin-bottom: 30px;
  2227. }
  2228. .faqs .panel-default>.panel-heading {
  2229.     background: none;
  2230.     border: none;
  2231.     padding: 0;
  2232. }
  2233. .faqs h4 a {
  2234.     padding: 15px 55px 15px 15px;
  2235.     display: block;
  2236.     background: #1e90ff;
  2237.     color: #fff;
  2238.     font-size: 16px;
  2239.     position: relative;
  2240. }
  2241. .panel-group .panel {
  2242.     border-radius: 0;
  2243.     margin-bottom: 20px;
  2244. }
  2245. .panel-group .panel-body {
  2246.     line-height: 24px;
  2247.     color: #555;
  2248. }
  2249. .faqs h4 .collapsed:hover, .faqs h4 a:hover, .faqs h4 a:active {
  2250.     text-decoration: none;
  2251.     background: #1e90ff;
  2252.     color: #fff;
  2253. }
  2254. .faqs h4 a:before {
  2255.     content: "\f068";
  2256.     background: #fff;
  2257.     font-family: 'FontAwesome';
  2258.     width: 30px;
  2259.     padding: 6px 0;
  2260.     color: #1e90ff;
  2261.     position: absolute;
  2262.     right: 15px;
  2263.     top: 8px;
  2264.     font-size: 16px;
  2265.     display: inline-block;
  2266.     text-align: center;
  2267.     transition: 0.3s ease-in;
  2268.     -moz-transition: 0.3s ease-in;
  2269.     -webkit-transition: 0.3s ease-in;
  2270.     -ms-transition: 0.3s ease-in;
  2271. }
  2272. .faqs h4 .collapsed:before {
  2273.     content: "\f067";
  2274.     font-family: 'FontAwesome';
  2275.     background: #666;
  2276.     width: 30px;
  2277.     padding: 6px 0;
  2278.     color: #fff;
  2279.     position: absolute;
  2280.     right: 15px;
  2281.     top: 8px;
  2282.     font-size: 16px;
  2283.     display: inline-block;
  2284.     text-align: center;
  2285.     transition: 0.3s ease-in;
  2286.     -moz-transition: 0.3s ease-in;
  2287.     -webkit-transition: 0.3s ease-in;
  2288.     -ms-transition: 0.3s ease-in;
  2289.     text-decoration: none;
  2290. }
  2291. .faqs h4 a.collapsed {
  2292.     background: #fff;
  2293.     color: #666;
  2294.     text-decoration: none;
  2295. }
  2296. /*Form Panel*/
  2297. .formpanel {
  2298.     margin-top: 20px;
  2299. }
  2300. .formpanel .formrow {
  2301.     margin-bottom: 15px;
  2302. }
  2303. .formpanel .form-control {
  2304.     height: auto;
  2305.     border-radius: 0;
  2306.     padding: 10px 13px;
  2307.     border-color: #ddd;
  2308. }
  2309. .formpanel select.form-control {
  2310.     padding: 13px 12px;
  2311.     border-radius: 0;
  2312.     line-height: 45px;
  2313. }
  2314. .formpanel textarea.form-control {
  2315.     height: 250px;
  2316. }
  2317. .formpanel .btn {
  2318.     width: 100%;
  2319.     background: #1e90ff;
  2320.     color: #fff;
  2321.     border-radius: 0;
  2322.     padding: 10px;
  2323.     font-size: 16px;
  2324.     font-weight: 700;
  2325.     text-transform: uppercase;
  2326. }
  2327. .formpanel .btn:hover {
  2328.     background: #222;
  2329. }
  2330. .uploadphotobx {
  2331.     border: 3px dashed #ddd;
  2332.     background: #eee;
  2333.     padding: 50px 30px;
  2334.     text-align: center;
  2335. }
  2336. .uploadphotobx i {
  2337.     font-size: 50px;
  2338.     color: #999;
  2339.     display: block;
  2340.     margin-bottom: 15px;
  2341. }
  2342. .uploadphotobx h4 {
  2343.     font-size: 30px;
  2344.     color: #777
  2345. }
  2346. .uploadphotobx p {
  2347.     font-size: 18px;
  2348.     margin-top: 5px;
  2349. }
  2350. .uploadphotobx .uploadBox input[type="file"] {
  2351.     cursor: inherit;
  2352.     display: block;
  2353.     font-size: 1px;
  2354.     filter: alpha(opacity=0);
  2355.     min-height: 100%;
  2356.     min-width: 100%;
  2357.     opacity: 0;
  2358.     position: absolute;
  2359.     right: 0;
  2360.     text-align: right;
  2361.     top: 0;
  2362.     cursor: pointer;
  2363. }
  2364. .uploadphotobx .uploadBox {
  2365.     font-size: 18px;
  2366.     color: #fff;
  2367.     font-weight: bold;
  2368.     padding: 10px 20px;
  2369.     margin: 20px 0 0 0;
  2370.     overflow: hidden;
  2371.     background: #555;
  2372.     display: inline-block;
  2373.     position: relative;
  2374. }
  2375. .uploadphotobx .uploadBox:hover {
  2376.     background: #1e90ff;
  2377.     box-shadow: 0 0 10px #ccc;
  2378.     color: #fff;
  2379. }
  2380. .fileattached {
  2381.     background: #f6f6f6;
  2382.     border: 1px solid #ddd;
  2383.     padding: 7px 10px;
  2384.     margin-top: 5px;
  2385. }
  2386. .fileattached img {
  2387.     width: 30px;
  2388.     float: left;
  2389.     margin-right: 10px;
  2390. }
  2391. .fileattached span {
  2392.     display: inline-block;
  2393.     padding-top: 8px;
  2394.     font-weight: 600;
  2395.     color: #555;
  2396.     font-size: 13px;
  2397. }
  2398. .fileattached i {
  2399.     float: right;
  2400.     font-size: 20px;
  2401.     color: #84bc25;
  2402.     margin: 5px 0 0 0;
  2403. }
  2404. /*Google Map*/
  2405. .gmap {
  2406.     margin-top: 20px;
  2407. }
  2408. .gmap iframe {
  2409.     height: 250px;
  2410.     width: 100%;
  2411.     border: none;
  2412. }
  2413. .googlemap {
  2414.     pointer-events: none;
  2415.     margin-bottom: 30px;
  2416. }
  2417. .googlemap iframe {
  2418.     height: 380px;
  2419.     width: 100%;
  2420.     border: 5px solid #fff;
  2421. }
  2422. /************************************************
  2423.            == User Account css==
  2424. *************************************************/
  2425. .userccount {
  2426.     background: #fff;
  2427.     border: 1px solid #ddd;
  2428.     padding: 25px 30px;
  2429. }
  2430. .userccount p {
  2431.     text-align: center;
  2432.     line-height: 24px;
  2433.     color: #999;
  2434. }
  2435. .userccount h5 {
  2436.     font-size: 20px;
  2437.     color: #555;
  2438.     font-weight: 700;
  2439.     margin-bottom: 15px;
  2440. }
  2441. .socialLogin {
  2442.     margin-top: 20px;
  2443.     text-align: center;
  2444.     border-top: 1px solid #eee;
  2445.     padding-top: 20px;
  2446. }
  2447. .socialLogin a {
  2448.     display: inline-block;
  2449.     width: 36px;
  2450.     height: 36px;
  2451.     color: #fff;
  2452.     font-size: 18px;
  2453.     margin: 0 5px;
  2454.     line-height: 36px;
  2455. }
  2456. .socialLogin a.fb {
  2457.     background: #3b5998;
  2458. }
  2459. .socialLogin a.gp {
  2460.     background: #dd4b39;
  2461. }
  2462. .socialLogin a.tw {
  2463.     background: #00aced;
  2464. }
  2465. .newuser {
  2466.     margin-top: 30px;
  2467.     text-align: center;
  2468.     color: #666;
  2469.     font-size: 18px;
  2470. }
  2471. .newuser a {
  2472.     font-weight: 600;
  2473. }
  2474. .userbtns .nav-tabs {
  2475.     border-bottom: none;
  2476.     margin-bottom: 30px;
  2477. }
  2478. .userbtns .nav-tabs>li {
  2479.     width: 50%;
  2480.     margin-bottom: 0;
  2481. }
  2482. .userbtns .nav-tabs>li a {
  2483.     border: none;
  2484.     background: #eee;
  2485.     border-radius: 0;
  2486.     text-align: center;
  2487.     font-size: 18px;
  2488.     font-weight: 600;
  2489.     color: #222;
  2490. }
  2491. .userbtns .nav-tabs>li a:hover, .userbtns .nav-tabs>li.active a {
  2492.     background: #1e90ff;
  2493.     border: none;
  2494.     color: #fff;
  2495. }
  2496. .userbtns .nav-tabs>li.active a:after {
  2497.     width: 0;
  2498.     height: 0;
  2499.     border-left: 10px solid transparent;
  2500.     border-right: 10px solid transparent;
  2501.     border-top: 10px solid #1e90ff;
  2502.     content: '';
  2503.     position: absolute;
  2504.     bottom: -10px;
  2505.     left: 50%;
  2506.     margin-left: -5px;
  2507. }
  2508. /***************************
  2509.         404 Page
  2510. ***************************/
  2511. .error-page-wrap {
  2512.     padding: 100px 0;
  2513. }
  2514. .error-page-wrap .errormain {
  2515.     text-align: center;
  2516. }
  2517. .error-page-wrap .errormain h2 {
  2518.     font-size: 350px;
  2519.     color: #999;
  2520.     font-weight: 900;
  2521.     line-height: 350px;
  2522. }
  2523. .error-page-wrap .errormain h3 {
  2524.     font-size: 40px;
  2525.     color: #888;
  2526.     font-weight: 900;
  2527.     line-height: 50px;
  2528.     letter-spacing: 5px;
  2529.     display: inline-block;
  2530.     border: 5px solid #ddd;
  2531.     padding: 20px 40px;
  2532.     margin-top: -20px;
  2533. }
  2534. .error-msg {
  2535.     margin-top: 50px;
  2536. }
  2537. .error-msg p {
  2538.     max-width: 500px;
  2539.     margin: auto;
  2540.     line-height: 24px;
  2541.     font-size: 16px;
  2542.     color: #666;
  2543. }
  2544. .error-msg .btn {
  2545.     background: #1e90ff;
  2546.     color: #fff;
  2547.     margin-top: 30px;
  2548.     border-radius: 0;
  2549.     padding: 10px 25px;
  2550.     font-size: 18px;
  2551.     font-weight: 600;
  2552. }
  2553. /***************************
  2554.     About Us
  2555. ****************************/
  2556. .about-wraper h2 {
  2557.     font-size: 36px;
  2558.     color: #1e90ff;
  2559.     font-weight: 700;
  2560.     margin-bottom: 15px;
  2561. }
  2562. .about-wraper p {
  2563.     line-height: 24px;
  2564.     font-size: 16px;
  2565. }
  2566. .what_we_do {
  2567.     padding: 50px 0;
  2568.     margin-top: 100px;
  2569. }
  2570. .what_we_do .main-heading {
  2571.     color: #1e90ff;
  2572.     text-align: center;
  2573.     line-height: 48px;
  2574.     font-size: 36px;
  2575.     font-weight: 700;
  2576. }
  2577. .whatText {
  2578.     font-size: 24px;
  2579.     text-align: center;
  2580.     color: #444;
  2581.     line-height: 42px;
  2582. }
  2583. .whatList {
  2584.     list-style: none;
  2585.     margin-top: 50px;
  2586. }
  2587. .whatList li {
  2588.     text-align: center;
  2589. }
  2590. .whatList li .iconWrap {
  2591.     display: inline-block;
  2592.     border: 4px solid #ddd;
  2593.     border-radius: 100%;
  2594.     padding: 10px;
  2595. }
  2596. .whatList li .icon {
  2597.     font-size: 103px;
  2598.     color: #fff;
  2599.     background: #1e90ff;
  2600.     width: 180px;
  2601.     height: 180px;
  2602.     text-align: center;
  2603.     line-height: 180px;
  2604.     border-radius: 100%;
  2605. }
  2606. .whatList li h3 {
  2607.     font-size: 30px;
  2608.     color: #333;
  2609.     padding-top: 30px;
  2610.     margin-bottom: 15px;
  2611.     font-weight: 600;
  2612. }
  2613. .whatList li p {
  2614. }
  2615. .textrow {
  2616.     padding-top: 100px;
  2617. }
  2618. ul.orderlist {
  2619.     list-style: none;
  2620.     margin-top: 30px;
  2621. }
  2622. ul.orderlist li {
  2623.     float: left;
  2624.     width: 48%;
  2625.     margin-bottom: 12px;
  2626.     color: #333;
  2627.     font-size: 16px;
  2628. }
  2629. ul.orderlist li:before {
  2630.     content: '\f00c';
  2631.     font-family: 'FontAwesome';
  2632.     display: inline-block;
  2633.     margin-right: 10px;
  2634.     vertical-align: middle;
  2635.     color: #82B440;
  2636. }
  2637. /**************************
  2638.     Pay Packages
  2639. **************************/
  2640.  
  2641.  
  2642.  
  2643. /*************************
  2644.     Three colum Packages
  2645. *************************/
  2646. .four-plan {
  2647.     background: #eee;
  2648.     padding: 100px 0px;
  2649. }
  2650. .four-plan h3 {
  2651.     padding: 0px;
  2652.     font-size: 48px;
  2653.     font-weight: 600;
  2654.     text-align: center;
  2655.     margin-bottom: 30px;
  2656. }
  2657. .four-plan .boxes {
  2658.     list-style: none;
  2659.     border-radius: 5px;
  2660.     background: #fff;
  2661.     padding: 10px 20px;
  2662.     text-align: center;
  2663.     margin-top: 30px;
  2664. }
  2665. .four-plan .boxes:hover {
  2666.     box-shadow: 0 0 15px rgba(0,0,0,0.1);
  2667. }
  2668. .four-plan .boxes li {
  2669.     display: block;
  2670. }
  2671. .four-plan .icon {
  2672.     font-size: 52px;
  2673.     color: #1e90ff;
  2674.     padding: 30px 0
  2675. }
  2676. .four-plan .plan-name {
  2677.     font-size: 26px;
  2678.     font-weight: 600;
  2679. }
  2680. .four-plan .plan-date {
  2681.     display: block;
  2682.     font-size: 16px;
  2683.     margin-bottom: 15px;
  2684. }
  2685. .plan-pages {
  2686.     font-size: 16px;
  2687.     line-height: 43px;
  2688.     font-weight: bold;
  2689.     color: #868686
  2690. }
  2691. .plan-pages1 {
  2692.     display: block;
  2693.     font-size: 16px;
  2694.     line-height: 43px;
  2695.     font-weight: bold;
  2696.     color: #e2e2e2
  2697. }
  2698. .order {
  2699.     font-size: 16px;
  2700.     padding: 20px 0px;
  2701.     font-weight: bold;
  2702.     text-transform: uppercase;
  2703.     margin-top: 8px;
  2704. }
  2705. .order a {
  2706.     background: #000;
  2707.     border-radius: 5px;
  2708.     padding: 12px 32px;
  2709.     color: #fff;
  2710.     text-decoration: none;
  2711.     display: inline-block;
  2712. }
  2713. .order a:hover {
  2714.     background: #1e90ff;
  2715. }
  2716. .main-plan {
  2717.     margin-bottom: 15px;
  2718. }
  2719. .main-plan .plan-price1-1 {
  2720.     font-size: 52px;
  2721.     float: left;
  2722.     color: #565656;
  2723.     margin-left: 30px;
  2724.     padding-top: 22px;
  2725.     font-weight: 300;
  2726. }
  2727. .main-plan .plan-price1-2 {
  2728.     font-size: 78px;
  2729.     font-weight: bold;
  2730.     float: left;
  2731.     color: #222;
  2732. }
  2733. .main-plan .plan-price1-3 {
  2734.     font-size: 18px;
  2735.     float: left;
  2736.     line-height: 20px;
  2737.     margin-right: 30px;
  2738.     color: #cdcdcd;
  2739.     font-weight: 300;
  2740.     padding-top: 32px;
  2741. }
  2742. .main-plan .plan-price1-4 {
  2743.     display: block;
  2744. }
  2745. /*************************
  2746.     Three colum Packages
  2747. *************************/
  2748. .three-plan {
  2749.     padding: 100px 0;
  2750. }
  2751. .three-plan h3 {
  2752.     padding: 0px;
  2753.     font-size: 48px;
  2754.     font-weight: 600;
  2755.     text-align: center;
  2756.     margin-bottom: 30px;
  2757. }
  2758. .three-plan ul {
  2759.     list-style: none;
  2760.     background: #fff;
  2761. }
  2762. .three-plan li {
  2763.     padding: 0px;
  2764. }
  2765. .three-plan .boxes {
  2766.     background: #fff;
  2767.     margin-top: 30px;
  2768. }
  2769. .pricing-table1 {
  2770.     background: #00aeff;
  2771.     text-align: center;
  2772.     color: #fff;
  2773.     font-size: 26px;
  2774.     padding: 10px 0px;
  2775.     font-weight: 600;
  2776. }
  2777. .pricing-table1 strong {
  2778.     display: block;
  2779.     font-size: 16px;
  2780.     font-weight: 400;
  2781. }
  2782. .pricing-detail {
  2783.     list-style: none;
  2784. }
  2785. .pricing-detail li {
  2786.     display: block;
  2787.     text-align: center;
  2788. }
  2789. .pricing-unit1 {
  2790.     font-size: 57px;
  2791.     float: left;
  2792.     color: #00aeff;
  2793.     margin-left: 20px;
  2794.     padding-top: 80px;
  2795.     font-weight: 300;
  2796. }
  2797. .pricing-unit1-1 {
  2798.     font-size: 132px;
  2799.     font-weight: bold;
  2800.     color: #00aeff;
  2801.     float: left;
  2802. }
  2803. .pricing-unit1-2 {
  2804.     font-size: 18px;
  2805.     line-height: 20px !important;
  2806.     color: #cdcdcd;
  2807.     float: left;
  2808.     font-weight: 300;
  2809.     padding-top: 100px;
  2810. }
  2811. .pricing-unit1-3 {
  2812.     display: block;
  2813. }
  2814. .pricing-unit2 {
  2815.     font-size: 57px;
  2816.     float: left;
  2817.     color: #464646;
  2818.     margin-left: 20px;
  2819.     padding-top: 80px;
  2820.     font-weight: 300;
  2821. }
  2822. .pricing-unit2-1 {
  2823.     font-size: 132px;
  2824.     font-weight: bold;
  2825.     color: #464646;
  2826.     float: left;
  2827. }
  2828. .pricing-unit2-2 {
  2829.     font-size: 18px;
  2830.     line-height: 20px !important;
  2831.     color: #cdcdcd;
  2832.     font-weight: 300;
  2833.     padding-top: 100px;
  2834. }
  2835. .pricing-unit2-3 {
  2836.     display: block;
  2837. }
  2838. .pricing-unit3 {
  2839.     font-size: 57px;
  2840.     float: left;
  2841.     color: #3ec575;
  2842.     margin-left: 20px;
  2843.     padding-top: 80px;
  2844.     font-weight: 300;
  2845. }
  2846. .pricing-unit3-1 {
  2847.     font-size: 132px;
  2848.     font-weight: bold;
  2849.     color: #3ec575;
  2850.     float: left;
  2851. }
  2852. .pricing-unit3-2 {
  2853.     font-size: 18px;
  2854.     line-height: 20px !important;
  2855.     color: #cdcdcd;
  2856.     font-weight: 300;
  2857.     padding-top: 100px;
  2858. }
  2859. .pricing-unit3-3 {
  2860.     display: block;
  2861. }
  2862. .three-plan .plan-name-dt {
  2863.     font-size: 36px;
  2864.     font-weight: bold;
  2865.     color: #5c5c5c;
  2866.     padding: 0px 82px;
  2867.     padding-top: 75px;
  2868.     line-height: 44px;
  2869.     padding-bottom: 39px;
  2870. }
  2871. .three-plan .plan-good i {
  2872.     font-size: 18px;
  2873.     color: #a8a8a8;
  2874.     margin-right: 12px;
  2875. }
  2876. .three-plan .plan-pages {
  2877.     font-size: 16px;
  2878.     line-height: 43px;
  2879.     padding-left: 70px;
  2880.     font-weight: 300;
  2881.     color: #a8a8a8;
  2882.     border-top: 1px solid #f5f5f5;
  2883.     padding-top: 3px;
  2884. }
  2885. .three-plan .plan-detail {
  2886.     font-size: 16px;
  2887.     line-height: 43px;
  2888.     text-align: center;
  2889.     font-weight: bold;
  2890.     color: #868686;
  2891.     border-top: 1px solid #f5f5f5;
  2892.     padding-top: 3px;
  2893. }
  2894. .three-plan .plan-detail1 {
  2895.     font-size: 16px;
  2896.     line-height: 43px;
  2897.     text-align: center;
  2898.     font-weight: bold;
  2899.     color: #868686;
  2900.     border-top: 1px solid #f5f5f5;
  2901.     padding-top: 3px;
  2902. }
  2903. .three-plan .plan-detail1 i {
  2904.     color: green !important;
  2905. }
  2906. .three-plan .plan-detail i {
  2907.     color: red !important;
  2908. }
  2909. .pricing-table1-2 {
  2910.     background: #000;
  2911.     text-align: center;
  2912.     color: #fff;
  2913.     font-size: 26px;
  2914.     padding: 10px 0px;
  2915.     font-weight: 600;
  2916. }
  2917. .pricing-table1-2 strong {
  2918.     display: block;
  2919.     font-size: 16px;
  2920.     font-weight: normal;
  2921. }
  2922. .pricing-table1-3 {
  2923.     background: #3ec575;
  2924.     text-align: center;
  2925.     color: #fff;
  2926.     font-size: 26px;
  2927.     padding: 10px 0px;
  2928.     font-weight: 600;
  2929. }
  2930. .pricing-table1-3 strong {
  2931.     display: block;
  2932.     font-size: 16px;
  2933.     font-weight: normal;
  2934. }
  2935. .three-plan .plan-pages i {
  2936.     font-size: 18px;
  2937.     color: #a8a8a8;
  2938.     margin-right: 12px;
  2939. }
  2940. .three-plan .plan-pages1 {
  2941.     display: block;
  2942.     font-size: 16px;
  2943.     line-height: 43px;
  2944.     font-weight: bold;
  2945.     color: #e2e2e2
  2946. }
  2947. .three-plan .order-1 {
  2948.     background: #00aeff;
  2949.     font-size: 16px;
  2950.     padding: 25px 0px;
  2951.     font-weight: bold;
  2952.     text-transform: uppercase;
  2953. }
  2954. .three-plan .order-1 a {
  2955.     background: #000;
  2956.     border-radius: 5px;
  2957.     padding: 12px 32px;
  2958.     color: #fff;
  2959.     text-decoration: none;
  2960.     display: inline-block;
  2961. }
  2962. .three-plan .order-2 {
  2963.     background: #000;
  2964.     font-size: 16px;
  2965.     padding: 25px 0px;
  2966.     font-weight: bold;
  2967.     text-transform: uppercase;
  2968. }
  2969. .three-plan .order-2 a {
  2970.     background: #00aeff;
  2971.     border-radius: 5px;
  2972.     padding: 12px 32px;
  2973.     color: #fff;
  2974.     text-decoration: none;
  2975.     display: inline-block;
  2976. }
  2977. .three-plan .order-3 {
  2978.     background: #3ec575;
  2979.     font-size: 16px;
  2980.     padding: 25px 0px;
  2981.     font-weight: bold;
  2982.     text-transform: uppercase;
  2983. }
  2984. .three-plan .order-3 a {
  2985.     background: #000;
  2986.     border-radius: 5px;
  2987.     padding: 12px 32px;
  2988.     color: #fff;
  2989.     text-decoration: none;
  2990.     display: inline-block;
  2991. }
  2992. /* =======================
  2993.         Blog Listing
  2994. ======================= */
  2995. .blogWraper {
  2996.     margin-bottom: 40px;
  2997. }
  2998. .blogList {
  2999.     list-style: none;
  3000. }
  3001. .blogList li {
  3002.     background: #fff;
  3003.     padding: 20px;
  3004.     margin-bottom: 30px;
  3005.     border: 1px solid #e4e4e4;
  3006. }
  3007. .blogList li:hover {
  3008.     box-shadow: 0 0 10px rgba(0,0,0,0.1);
  3009.     border-color: #1e90ff;
  3010. }
  3011. .postimg {
  3012.     position: relative;
  3013.     display: inline-block;
  3014. }
  3015. .postimg:before {
  3016.     border: 1px solid #fff;
  3017.     top: 10px;
  3018.     right: 10px;
  3019.     bottom: 10px;
  3020.     left: 10px;
  3021.     content: '';
  3022.     position: absolute;
  3023.     z-index: 10;
  3024.     transition: 0.3s ease-in-out;
  3025.     -webkit-transition: 0.3s ease-in-out;
  3026.     -ms-transition: 0.3s ease-in-out;
  3027.     -moz-transition: 0.3s ease-in-out;
  3028. }
  3029. .blogList li:hover .postimg:before {
  3030.     background: rgba(255,255,255,0.4);
  3031. }
  3032. .postimg .date {
  3033.     width: 60px;
  3034.     height: 60px;
  3035.     font-weight: bold;
  3036.     font-size: 15px;
  3037.     color: #fff;
  3038.     padding: 7px 10px 0 10px;
  3039.     text-align: center;
  3040.     line-height: 20px;
  3041.     background: #1e90ff;
  3042.     letter-spacing: 0.4px;
  3043.     outline: 3px solid #1e90ff;
  3044.     border: 1px solid #fff;
  3045.     position: absolute;
  3046.     left: 14px;
  3047.     top: 14px;
  3048.     z-index: 12;
  3049. }
  3050. .post-header {
  3051.     margin-bottom: 20px;
  3052. }
  3053. .post-header h4 a {
  3054.     font-size: 24px;
  3055.     color: #1e90ff;
  3056.     font-weight: 600;
  3057. }
  3058. .post-header h4 a:hover {
  3059.     color: #333;
  3060. }
  3061. .postmeta {
  3062.     margin: 15px 0 20px 0;
  3063.     line-height: 24px;
  3064. }
  3065. .postmeta span, .postmeta a {
  3066.     color: #1e90ff;
  3067. }
  3068. .blogList p, .blogGrid li p {
  3069.     line-height: 24px;
  3070.     color: #333;
  3071. }
  3072. .blogList .readmore, .blogGrid .readmore {
  3073.     border-bottom: 1px dotted #00b1f1;
  3074.     display: inline-block;
  3075.     margin-top: 15px;
  3076.     color: #000;
  3077.     font-weight: 600;
  3078.     padding-bottom: 5px;
  3079. }
  3080. .blogList .readmore:hover, .blogGrid .readmore:hover {
  3081.     text-decoration: none;
  3082.     color: #00b1f1;
  3083. }
  3084. /* =======================
  3085.         Blog Grid
  3086. ======================= */
  3087. .blogGrid {
  3088.     list-style: none;
  3089. }
  3090. .blogGrid li {
  3091.     margin-bottom: 30px;
  3092. }
  3093. .blogGrid li .int {
  3094.     background: #fff;
  3095.     padding: 20px;
  3096.     border: 1px solid #e4e4e4;
  3097. }
  3098. .blogGrid li .int:hover {
  3099.     box-shadow: 0 0 10px rgba(0,0,0,0.1);
  3100.     border-color: #1e90ff;
  3101. }
  3102. .blogGrid li .post-header {
  3103.     margin-top: 10px;
  3104. }
  3105. /* =======================
  3106.         Blog Detail
  3107. ======================= */
  3108. .blogdetailbox {
  3109.     background: #fff;
  3110.     padding: 20px;
  3111.     margin-bottom: 30px;
  3112.     border: 1px solid #e4e4e4;
  3113. }
  3114. blockquote {
  3115.     display: block;
  3116.     font-size: 16px;
  3117.     line-height: 24px;
  3118.     margin: 20px 0;
  3119.     padding: 20px 20px 20px 60px;
  3120.     position: relative;
  3121.     border: 3px solid #00b1f1;
  3122.     box-shadow: 0 0 12px rgba(0,0,0,0.2);
  3123. }
  3124. blockquote p {
  3125.     font-style: italic;
  3126.     display: inline-block;
  3127.     color: #000;
  3128. }
  3129. blockquote:before {
  3130.     color: #ddd;
  3131.     content: "\f10d";
  3132.     font-family: 'FontAwesome';
  3133.     font-size: 22px;
  3134.     font-style: normal;
  3135.     left: 24px;
  3136.     position: absolute;
  3137.     top: 20px;
  3138.     transform: scale(-1);
  3139. }
  3140. blockquote:after {
  3141.     color: #ddd;
  3142.     content: "\f10e";
  3143.     display: inline-block;
  3144.     font-family: 'FontAwesome';
  3145.     font-size: 22px;
  3146.     font-style: normal;
  3147.     margin: 0 0 0 8px;
  3148.     position: relative;
  3149.     top: 3px;
  3150. }
  3151. .comments h4 {
  3152.     color: #222222;
  3153.     font-size: 24px;
  3154.     font-weight: 600;
  3155. }
  3156. .comments .media-body h4 span {
  3157.     font-size: 12px;
  3158.     color: #777777;
  3159.     margin-left: 20px;
  3160.     display: inline-block;
  3161.     width: 100%;
  3162. }
  3163. .comments {
  3164.     margin-top: 30px;
  3165. }
  3166. .comments .media-list {
  3167.     margin-bottom: 30px;
  3168. }
  3169. .comments .media-list li {
  3170.     padding: 20px;
  3171.     border: 1px solid #e9e9e9;
  3172.     position: relative;
  3173.     background: #fff;
  3174. }
  3175. .comments .media-left {
  3176.     margin-right: 20px;
  3177. }
  3178. .comments .media-left a {
  3179.     width: 100px;
  3180.     display: inline-block;
  3181. }
  3182. .comments .media p {
  3183.     margin-top: 5px;
  3184.     color: #333;
  3185.     line-height: 20px;
  3186. }
  3187. .comments .media h6 span {
  3188.     font-size: 13px;
  3189.     color: #999;
  3190.     margin: 0;
  3191.     margin-top: 10px;
  3192.     text-transform: none;
  3193.     display: inline-block;
  3194.     width: 100%;
  3195. }
  3196. .comments .media {
  3197.     margin-top: 30px;
  3198. }
  3199. .comments .media h6 {
  3200.     font-weight: 600;
  3201.     color: #00b1f1;
  3202.     font-size: 16px;
  3203.     text-transform: none;
  3204. }
  3205. .comments .btn.raply {
  3206.     padding: 10px 12px;
  3207.     font-size: 12px;
  3208.     color: #333;
  3209.     background: #f5f5f5;
  3210.     border: none;
  3211.     border-radius: 0;
  3212.     position: absolute;
  3213.     top: 15px;
  3214.     right: 0;
  3215. }
  3216. .comments .btn.raply:hover {
  3217.     background: #00b1f1;
  3218.     color: #fff;
  3219. }
  3220. .comments .media a img {
  3221.     margin-bottom: 10px;
  3222. }
  3223. .commnetsfrm {
  3224.     background: #fff;
  3225.     padding: 25px;
  3226. }
  3227. .comments form label {
  3228.     text-transform: uppercase;
  3229.     font-weight: normal;
  3230.     margin-top: 20px;
  3231.     display: inline-block;
  3232.     width: 100%;
  3233.     font-size: 12px;
  3234. }
  3235. .comments form .form-control {
  3236.     display: inline-block;
  3237.     width: 100%;
  3238.     height: 40px;
  3239.     margin-top: 5px;
  3240.     border-radius: 0px;
  3241.     box-shadow: none;
  3242.     background: none;
  3243.     border: 1px solid #e8e8e8;
  3244. }
  3245. .comments form textarea.form-control {
  3246.     display: inline-block;
  3247.     width: 100%;
  3248.     height: 150px;
  3249. }
  3250. .commnetsfrm .btn {
  3251.     background: #00b1f1;
  3252.     color: #fff;
  3253.     font-weight: 700;
  3254.     margin-top: 20px;
  3255.     border-radius: 0;
  3256.     font-size: 18px;
  3257.     padding: 8px 18px;
  3258. }
  3259. /************************************************
  3260.            ==Blog sidebar css==
  3261. *************************************************/
  3262. .search {
  3263.     position: relative;
  3264.     margin-bottom: 15px;
  3265. }
  3266. .search .form-control {
  3267.     border-radius: 0;
  3268.     height: auto;
  3269.     padding: 10px 12px;
  3270.     border-color: #ddd;
  3271. }
  3272. .search .btn {
  3273.     position: absolute;
  3274.     right: 0;
  3275.     top: 0;
  3276.     border-radius: 0;
  3277.     background: none;
  3278.     font-size: 20px;
  3279. }
  3280. /*categories*/
  3281. .categories li {
  3282.     margin-bottom: 15px;
  3283.     position: relative;
  3284.     padding-left: 20px;
  3285. }
  3286. .categories li a {
  3287.     margin-top: 0;
  3288.     color: #888;
  3289.     font-weight: 600;
  3290. }
  3291. .categories li:before {
  3292.     content: "\f0da ";
  3293.     font-family: 'FontAwesome';
  3294.     position: absolute;
  3295.     left: 0px;
  3296.     color: #00b1f1;
  3297.     font-size: 12px;
  3298. }
  3299. .categories li a:hover {
  3300.     color: #00b1f1;
  3301. }
  3302. /*Archives*/
  3303. .archive li {
  3304.     line-height: 45px;
  3305. }
  3306. .archive li a {
  3307.     margin-top: 0;
  3308.     color: #888;
  3309.     font-weight: 600;
  3310. }
  3311. .archive li span {
  3312.     float: left;
  3313.     height: 30px;
  3314.     width: 30px;
  3315.     text-align: center;
  3316.     background: #f5f5f5;
  3317.     border: 1px solid #fff;
  3318.     outline: 3px solid #f5f5f5;
  3319.     margin-right: 20px;
  3320.     line-height: 26px;
  3321.     font-size: 12px;
  3322.     color: #777777;
  3323.     margin-top: 10px;
  3324.     -webkit-transition: all 0.4s ease-in-out;
  3325.     -moz-transition: all 0.4s ease-in-out;
  3326.     -o-transition: all 0.4s ease-in-out;
  3327.     -ms-transition: all 0.4s ease-in-out;
  3328.     transition: all 0.4s ease-in-out;
  3329. }
  3330. .archive li a:hover span {
  3331.     background: #1e90ff;
  3332.     color: #fff;
  3333. }
  3334. /*Popular Posts*/
  3335. .papu-post {
  3336. }
  3337. .papu-post .media-left {
  3338.     margin-right: 0px;
  3339. }
  3340. .papu-post .media-left img {
  3341.     width: 100%;
  3342. }
  3343. .papu-post .media-left a {
  3344.     width: 80px;
  3345.     margin-top: 0;
  3346.     margin-right: 5px;
  3347.     display: inline-block;
  3348. }
  3349. .papu-post span {
  3350.     color: #333;
  3351.     letter-spacing: 0px;
  3352.     font-size: 11px;
  3353. }
  3354. .papu-post li {
  3355.     border-bottom: 1px solid #ececec;
  3356.     padding: 20px 0;
  3357.     margin: 0px;
  3358. }
  3359. .papu-post .media-heading {
  3360.     display: inline-block;
  3361.     width: 100%;
  3362.     color: #00b1f1;
  3363.     margin-top: 0px;
  3364.     line-height: 20px;
  3365. }
  3366. .papu-post li:last-child {
  3367.     border-bottom: 0;
  3368. }
  3369. /*Tags*/
  3370. .tags:after {
  3371.     display: table;
  3372.     clear: both;
  3373.     content: '';
  3374. }
  3375. .tags li {
  3376.     display: inline-block;
  3377.     float: left;
  3378. }
  3379. .tags a {
  3380.     color: #969595;
  3381.     border: 1px solid #dadada;
  3382.     padding: 7px 10px;
  3383.     display: inline-block;
  3384.     margin-right: 5px;
  3385.     margin-bottom: 5px;
  3386.     text-transform: uppercase;
  3387. }
  3388. .tags a:hover {
  3389.     border: 1px solid #1e90ff;
  3390.     background: #1e90ff;
  3391.     color: #fff;
  3392.     text-decoration: none;
  3393. }
  3394. /*Photo Streen*/
  3395. .photo-steam {
  3396.     margin: 0 -5px;
  3397. }
  3398. .photo-steam:after {
  3399.     display: table;
  3400.     clear: both;
  3401.     content: '';
  3402. }
  3403. .photo-steam li {
  3404.     float: left;
  3405.     width: 25%;
  3406.     padding: 0 5px;
  3407.     margin-bottom: 10px;
  3408. }
  3409. /************************************************
  3410.            ==Footer css==
  3411. *************************************************/
  3412. .footerWrap {
  3413.     background: #ddd url(../images/ft-buildings.png) repeat-x top;
  3414.     padding: 170px 0 50px 0;
  3415. }
  3416. .footerWrap h5 {
  3417.     font-size: 18px;
  3418.     font-weight: bold;
  3419.     color: #000;
  3420.     margin-bottom: 15px;
  3421. }
  3422. .footerWrap p {
  3423.     line-height: 22px;
  3424.     color: #333;
  3425. }
  3426. .footerWrap .ft-logo {
  3427.     margin-bottom: 15px;
  3428. }
  3429. .social {
  3430.     margin-top: 20px;
  3431. }
  3432. .social a {
  3433.     color: #666;
  3434.     font-size: 36px;
  3435.     display: inline-block;
  3436.     margin-right: 5px;
  3437. }
  3438. .social a:hover {
  3439.     color: #1e90ff;
  3440. }
  3441. .sidebar .social a {
  3442.     color: #444;
  3443. }
  3444. .footerWrap .quicklinks {
  3445.     list-style: none;
  3446. }
  3447. .footerWrap .quicklinks li {
  3448. }
  3449. .footerWrap .quicklinks li a {
  3450.     display: block;
  3451.     color: #333;
  3452.     padding: 8px 0;
  3453.     font-size: 14px;
  3454. }
  3455. .footerWrap .quicklinks li a:before {
  3456.     content: '\f0da';
  3457.     font-family: 'FontAwesome';
  3458.     margin-right: 7px;
  3459. }
  3460. .footerWrap .quicklinks li a:hover {
  3461.     color: #1e90ff;
  3462.     text-decoration: none;
  3463. }
  3464. .footerWrap .address {
  3465.     font-size: 14px;
  3466.     color: #333;
  3467.     font-weight: 600;
  3468.     position: relative;
  3469.     padding-left: 35px;
  3470.     line-height: 20px;
  3471. }
  3472. .footerWrap .address:before {
  3473.     content: "\f277";
  3474.     font-family: 'FontAwesome';
  3475.     position: absolute;
  3476.     left: 0;
  3477.     top: 0;
  3478.     font-size: 18px;
  3479. }
  3480. .footerWrap .email {
  3481.     position: relative;
  3482.     padding-left: 35px;
  3483.     margin-top: 15px;
  3484.     color: #333;
  3485. }
  3486. .footerWrap .email:before {
  3487.     content: "\f0e0";
  3488.     font-family: 'FontAwesome';
  3489.     position: absolute;
  3490.     left: 0;
  3491.     top: 0;
  3492.     font-size: 18px;
  3493. }
  3494. .footerWrap .phone a, .footerWrap .email a {
  3495.     color: #333;
  3496.     font-weight: 600;
  3497. }
  3498. .footerWrap .phone {
  3499.     position: relative;
  3500.     padding-left: 35px;
  3501.     margin-top: 25px;
  3502.     color: #333;
  3503.     font-size: 24px;
  3504. }
  3505. .footerWrap .phone:before {
  3506.     content: "\f095";
  3507.     font-family: 'FontAwesome';
  3508.     position: absolute;
  3509.     left: 0;
  3510.     top: 0;
  3511.     font-size: 30px;
  3512.     color: #333;
  3513. }
  3514. .copyright {
  3515.     padding: 10px 0;
  3516.     text-align: center;
  3517.     color: #777;
  3518. }
  3519. .copyright ul li {
  3520.     display: inline;
  3521. }
  3522. .copyright ul li a {
  3523.     color: #555;
  3524.     padding: 0 5px;
  3525.     display: inline-block;
  3526.     margin: 5px;
  3527. }
  3528. .copyright a:hover {
  3529.     color: #000;
  3530. }
  3531. .bttxt {
  3532.     color: #888;
  3533.     line-height: 24px;
  3534. }
  3535. /*copyright*/
  3536. .copyright {
  3537.     padding: 20px 0;
  3538. }
  3539. /*******************
  3540.     Home Style 4
  3541. *******************/
  3542. .fullpagesearch {
  3543.     background: url(../images/search-bg.jpg) no-repeat;
  3544.     background-size: cover;
  3545.     height: 100%;
  3546. }
  3547. .fullpagesearch .searchwrap {
  3548.     background: none;
  3549.     height: 100vh;
  3550.     display: -webkit-box;
  3551.     display: -webkit-flex;
  3552.     display: -ms-flexbox;
  3553.     display: flex;
  3554.     -webkit-box-align: center;
  3555.     -webkit-align-items: center;
  3556.     -ms-flex-align: center;
  3557.     align-items: center;
  3558.     position: relative;
  3559.     width: 100%;
  3560. }
  3561. .fullpagesearch .header {
  3562.     position: absolute;
  3563.     width: 100%;
  3564.     left: 0;
  3565.     top: 0;
  3566.     z-index: 100000;
  3567. }
  3568. .fullpagesearch .copyright {
  3569.     position: absolute;
  3570.     left: 0;
  3571.     bottom: 0;
  3572.     width: 100%;
  3573. }
  3574.  
  3575. /*******************
  3576.     Large Screen
  3577. *******************/
  3578. @media screen and (max-width: 1199px) {
  3579. .main-plan .plan-price2 {
  3580.     margin-left: 0px;
  3581.     font-size: 44px;
  3582. }
  3583. .main-plan .plan-price2-1 {
  3584.     font-size: 70px;
  3585. }
  3586. .main-plan .plan-price2-2 {
  3587.     margin-right: 0px;
  3588. }
  3589. .main-plan .plan-price {
  3590.     margin-left: 0px;
  3591.     font-size: 44px;
  3592. }
  3593. .main-plan .plan-price-1 {
  3594.     font-size: 70px;
  3595. }
  3596. .main-plan .plan-price-2 {
  3597.     margin-right: 0px;
  3598. }
  3599. .main-plan .plan-price1-1 {
  3600.     margin-left: 0px;
  3601.     font-size: 44px;
  3602. }
  3603. .main-plan .plan-price1-2 {
  3604.     font-size: 70px;
  3605. }
  3606. .main-plan .plan-price1-3 {
  3607.     margin-right: 0px;
  3608. }
  3609. .pricing-unit1 {
  3610.     margin-left: 5px;
  3611. }
  3612. .pricing-unit2 {
  3613.     margin-left: 5px;
  3614. }
  3615. .pricing-unit3 {
  3616.     margin-left: 5px;
  3617. }
  3618. }
  3619.  
  3620. /*******************
  3621.     Monitor Screen
  3622. *******************/
  3623.  @media screen and (max-width: 1024px) {
  3624. .usernav li a {
  3625.     padding: 19px 14px
  3626. }
  3627. .jobslist li .applybtn {
  3628.     margin-top: 15px;
  3629. }
  3630. .pageSearch a.btn {
  3631.     margin-bottom: 15px
  3632. }
  3633. }
  3634.  
  3635. /*******************
  3636.     Tablet Screen
  3637. *******************/
  3638. @media screen and (max-width: 990px) {
  3639. body {
  3640.     font-size: 16px;
  3641. }
  3642. .header .logo{margin-bottom:15px;}
  3643. .navbar-default {
  3644.     float: none;
  3645. }
  3646. .three-plan li {
  3647.     padding: 0 15px;
  3648.     margin-top: 15px;
  3649. }
  3650. .three-plan ul {
  3651.     background: none;
  3652. }
  3653. .main-plan {
  3654.     max-width: 150px;
  3655.     margin: 0 auto;
  3656. }
  3657. .main-unit {
  3658.     max-width: 240px;
  3659.     height: 200px;
  3660.     margin: 0 auto;
  3661. }
  3662. .categoryList{margin-top:40px;}
  3663. /*Search*/
  3664. .searchwrap {
  3665.     padding: 40px 0;
  3666. }
  3667. .searchbar {
  3668.     padding: 20px 5px 5px 5px;
  3669. }
  3670. .searchbar .form-control {
  3671.     margin-bottom: 15px;
  3672. }
  3673. .searchbar .btn {
  3674.     width: 100%;
  3675. }
  3676. ul.orderlist li {
  3677.     float: none;
  3678.     width: auto;
  3679. }
  3680. .optionlist li {
  3681.     font-size: 14px;
  3682. }
  3683. .searchList li p {
  3684.     font-size: 16px;
  3685.     line-height:24px;
  3686. }
  3687. .sidebar a {
  3688.     font-size: 16px;
  3689. }
  3690. .sidebar .social a {
  3691.     font-size: 30px;
  3692. }
  3693. .pageTitle h1, .breadCrumb {
  3694.     text-align: center;
  3695. }
  3696. /*Ad detail*/
  3697. .adButtons a{margin-top:10px;}
  3698. .advert-header .adinfo .adsalary{text-align:left; margin-top:30px;}
  3699. .advert-header .jobinfo .companyinfo {
  3700.     text-align: left;
  3701.     margin-top: 30px;
  3702.     border-top: 1px solid #eee;
  3703.     padding-top: 30px;
  3704. }
  3705. .whatList li {
  3706.     margin-bottom: 30px;
  3707. }
  3708. .about-wraper h2 {
  3709.     margin-top: 20px;
  3710. }
  3711. .postimg {
  3712.     margin-top: 15px;
  3713. }
  3714. .about-wraper, .textrow {
  3715.     padding: 50px 0;
  3716. }
  3717. .appwraper .appbtn {
  3718.     margin-top: 50px;
  3719. }
  3720. .appwraper .titleTop h3 {
  3721.     font-size: 40px;
  3722. }
  3723. .appwraper .subtitle2 {
  3724.     font-size: 24px;
  3725. }
  3726. /*Footer*/
  3727. .footerWrap h5 {
  3728.     margin-top: 25px;
  3729.     font-size: 24px;
  3730. }
  3731. .searchbar div {
  3732.     padding: 0 15px;
  3733. }
  3734. .searchbar div.row {
  3735.     padding: 0;
  3736. }
  3737.  
  3738. .listpgWraper, .inner-page{padding:50px 15px;}
  3739. .searchList li .listbtn{margin-top:20px;}
  3740. .instoretxt a{margin-top:20px;}
  3741. }
  3742. /*******************
  3743. Large Mobile Screen
  3744. *******************/
  3745. @media screen and (max-width: 768px) {
  3746. .topsearchwrap h5 {
  3747.     margin-top: 30px;
  3748. }
  3749. .navbar-nav>li {
  3750.     padding: 0;
  3751. }
  3752. .navbar-nav>li>a{padding:10px 15px;}
  3753. .searchbar div {
  3754.     padding: 0 15px;
  3755. }
  3756. .pagiWrap {
  3757.     margin-bottom: 30px;
  3758. }
  3759. .jobButtons a {
  3760.     font-size: 15px;
  3761.     margin-right: 0px;
  3762.     padding: 6px 10px;
  3763. }
  3764. .post-header h4 {
  3765.     margin-top: 10px;
  3766. }
  3767. }
  3768.  @media screen and (max-width: 767px) {
  3769. .header .logo {
  3770.     text-align: center;
  3771.     float: left;
  3772. }
  3773. .navbar-header {
  3774.     float: right;
  3775. }
  3776. .navbar-toggle {
  3777.     background: #ccc;
  3778. }
  3779. .navbar-toggle .icon-bar {
  3780.     background: #fff;
  3781. }
  3782. .navbar-nav li.postjob, .navbar-nav li.jobseeker {
  3783.     margin-bottom: 10px;
  3784. }
  3785. .gridlist li h3{min-height:auto;}
  3786. .dropdown-menu {
  3787.     position: static;
  3788.     float: none;
  3789.     width: 100%;
  3790. }
  3791. .usernav li a {
  3792.     padding: 12px 15px;
  3793. }
  3794. .section{padding:50px 15px;}
  3795. .titleTop h3 {
  3796.     font-size: 36px;
  3797. }
  3798. .catelist {
  3799.     margin-bottom: 30px;
  3800. }
  3801. .main-plan .plan-price2 {
  3802.     margin-left: 0px;
  3803.     font-size: 44px;
  3804. }
  3805. .pagiWrap .showreslt {
  3806.     margin-bottom: 10px;
  3807. }
  3808. .searchform .form-control {
  3809.     margin-bottom: 15px;
  3810. }
  3811. .advert-header .jobinfo {
  3812.     padding: 15px;
  3813. }
  3814. .advert-header .contentbox {
  3815.     padding: 20px;
  3816. }
  3817. .employerList li {
  3818.     width: 25%;
  3819. }
  3820. /*sidebar*/
  3821. .sidebar {
  3822.     margin-top: 30px;
  3823. }
  3824. .text-right {
  3825.     text-align: left;
  3826. }
  3827. /*Photo Streem*/
  3828. .photo-steam li {
  3829.     width: 50%;
  3830. }
  3831. .appimg {
  3832.     display: none;
  3833. }
  3834. .catelist li a {
  3835.     padding: 5px 0;
  3836. }
  3837. .appwraper .appbtn a {
  3838.     margin-right: 0;
  3839.     margin-bottom: 15px;
  3840. }
  3841. .searchbar div {
  3842.     padding: 0 15px;
  3843. }
  3844. .searchbar {
  3845.     padding-bottom: 20px;
  3846. }
  3847. .pull-right {
  3848.     float: none !important;
  3849. }
  3850. .navbar-collapse {
  3851.     padding: 0 15px;
  3852. }
  3853. .comments .media-list li.margin-left80 {
  3854.     margin-left: 0;
  3855. }
  3856.  
  3857. .sortbybar .input-group{margin:20px 0;}
  3858. .sortbybar .found{text-align:left;}
  3859. .searchList li .cateName, .searchList li .location{float:none; margin:10px 0}
  3860. .adprice{text-align:center; margin-top:20px;}
  3861. .searchList li .text-right{text-align:center;}
  3862. }
  3863. /*******************
  3864.     Mobiles Screen
  3865. *******************/
  3866. @media screen and (max-width: 560px) {
  3867. .jobButtons a {
  3868.     display: block;
  3869.     margin-right: 0;
  3870.     margin-top: 10px;
  3871. }
  3872. .searchwrap h3 {
  3873.     font-size: 24px;
  3874. }
  3875. .usernav li a {
  3876.     padding: 10px 10px;
  3877.     text-transform: none;
  3878. }
  3879. .error-page-wrap .errormain h2 {
  3880.     font-size: 150px;
  3881.     line-height: 160px;
  3882. }
  3883. .error-page-wrap .errormain h3 {
  3884.     font-size: 28px;
  3885. }
  3886. .searchList li {
  3887.     text-align: center;
  3888. }
  3889. .searchList li .jobimg {
  3890.     float: none;
  3891.     margin: 0 auto;
  3892.     margin-bottom: 10px;
  3893. }
  3894. .advert-header .jobinfo .companyinfo, .advert-header .jobinfo .candidateinfo, .educationList li {
  3895.     text-align: center;
  3896. }
  3897. .advert-header .jobinfo .companyinfo .companylogo, .advert-header .jobinfo .candidateinfo .userPic, .educationList li .date {
  3898.     float: none;
  3899.     margin: 0 auto;
  3900.     margin-bottom: 10px;
  3901. }
  3902. .advert-header .jobinfo .candidateinfo .userPic {
  3903.     height: auto;
  3904. }
  3905. .employerList li {
  3906.     width: 50%;
  3907. }
  3908. .copyright ul li a {
  3909.     background: #ddd;
  3910.     color: #000;
  3911.     padding: 8px 15px;
  3912.     margin: 5px;
  3913.     display: block;
  3914. }
  3915. .copyright ul li a:hover {
  3916.     background: #333;
  3917.     color: #fff;
  3918.     text-decoration: none;
  3919. }
  3920. .appwraper .titleTop h3 {
  3921.     font-size: 36px;
  3922. }
  3923. .appwraper {
  3924.     padding-top: 50px;
  3925. }
  3926. .appimg {
  3927.     display: none;
  3928. }
  3929. }
  3930.  @media screen and (max-width: 400px) {
  3931. .header .col-md-5 {
  3932.     padding-right: 15px
  3933. }
  3934. .usernav li {
  3935.     width: 50%;
  3936.     text-align: center;
  3937. }
  3938. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement