Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.34 KB | None | 0 0
  1.  
  2. body {
  3. font-family: 'Lato', sans-serif;
  4. /*font-family: 'Open Sans', sans-serif;*/
  5. padding: 0px !important;
  6. margin: 0px !important;
  7. font-size: 14px;
  8. }
  9. a,
  10. a:hover,
  11. a:focus {
  12. text-decoration: none;
  13. outline: none;
  14. }
  15. ::selection {
  16. background: #48cfad;
  17. color: #fff;
  18. }
  19. ::-moz-selection {
  20. background: #48cfad;
  21. color: #fff;
  22. }
  23. h1,
  24. h2,
  25. h3,
  26. h4,
  27. h5,
  28. h6 {
  29. font-family: 'Lato', sans-serif;
  30. /*font-family: 'Open Sans', sans-serif;*/
  31. }
  32. a { color: #444e67 }
  33. a:hover { color: #48cfad }
  34. p { line-height: 22px }
  35. /*header*/
  36. .head-section { border-bottom: 1px solid #eee }
  37. .head-section .navbar {
  38. margin-bottom: 0;
  39. }
  40. .navbar-default { border: none }
  41. .navbar-brand {
  42. color: #bcc0cd;
  43. font-size: 30px;
  44. font-weight: 100;
  45. line-height: 30px;
  46. margin-top: 30px;
  47. padding: 0;
  48.  
  49. }
  50.  
  51. .navbar-brand span { color: #48cfad }
  52. .head-section .navbar-collapse ul.navbar-nav {
  53. float: right;
  54. margin-right: 0;
  55. z-index: 199;
  56. }
  57. .head-section .navbar-default { background-color: #fff }
  58. .head-section .nav li a,
  59. .head-section .nav li.active ul.dropdown-menu li a {
  60. color: #999;
  61. font-size: 14px;
  62. font-weight: 300;
  63. background: none;
  64. }
  65. ul.dropdown-menu { border: none }
  66. .head-section .nav li a:hover,
  67. .head-section .nav li a:focus,
  68. .head-section .nav li.active a,
  69. .head-section .nav li.active a:hover,
  70. .head-section .nav li a.dropdown-toggle:hover,
  71. .head-section .nav li a.dropdown-toggle:focus,
  72. .head-section .nav li.active ul.dropdown-menu li a:hover,
  73. .head-section .nav li.active ul.dropdown-menu li.active a {
  74. color: #fff;
  75. background-color: #48cfad;
  76. -webkit-transition: all .3s ease;
  77. -moz-transition: all .3s ease;
  78. -ms-transition: all .3s ease;
  79. -o-transition: all .3s ease;
  80. transition: all .3s ease;
  81. }
  82. .head-section .navbar-default .navbar-nav > .open > a,
  83. .head-section .navbar-default .navbar-nav > .open > a:hover,
  84. .head-section .navbar-default .navbar-nav > .open > a:focus {
  85. color: #fff;
  86. background-color: #48cfad;
  87. -webkit-transition: all .3s ease;
  88. -moz-transition: all .3s ease;
  89. -ms-transition: all .3s ease;
  90. -o-transition: all .3s ease;
  91. transition: all .3s ease;
  92. }
  93. .head-section .navbar { min-height: 85px }
  94. .head-section .navbar-nav > li {
  95. padding-bottom: 25px;
  96. padding-top: 30px;
  97. }
  98. .head-section ul.navbar-nav li:last-child() { margin-left: 10px !important }
  99. .head-section .navbar-nav > li > a {
  100. padding-bottom: 5px;
  101. padding-top: 5px;
  102. border-radius: 3px;
  103. -webkit-border-radius: 3px;
  104. -moz-border-radius: 3px;
  105. margin-left: 2px;
  106. line-height: 30px;
  107. -webkit-transition: all .3s ease;
  108. -moz-transition: all .3s ease;
  109. -ms-transition: all .3s ease;
  110. -o-transition: all .3s ease;
  111. transition: all .3s ease;
  112. }
  113. .dropdown-menu li a:hover { color: #fff !important }
  114. .head-section .navbar-default .navbar-nav > .open > a .caret,
  115. .navbar-default .nav li.dropdown > a:focus .caret {
  116. border-top-color: #0B6121;
  117. border-bottom-color: #0B6121;
  118. -webkit-transition: all .3s ease;
  119. -moz-transition: all .3s ease;
  120. -ms-transition: all .3s ease;
  121. -o-transition: all .3s ease;
  122. transition: all .3s ease;
  123. color: #fff;
  124. }
  125. .dropdown-menu { box-shadow: none }
  126. .head-section .nav li .dropdown-menu {
  127. margin-top: -5px;
  128. padding: 0;
  129. border-radius: 0px;
  130. -webkit-border-radius: 0px;
  131. -moz-border-radius: 0px;
  132. }
  133. .head-section .nav li .dropdown-menu li a {
  134. line-height: 30px;
  135. padding: 3px 12px;
  136. border-bottom: 1px solid #F3E8E8;
  137. }
  138. /*search*/
  139. .search {
  140. margin-top: 3px;
  141. border-radius: 0px;
  142. -webkit-border-radius: 0px;
  143. -moz-border-radius: 0px;
  144. width: 20px;
  145. -webkit-transition: all .3s ease;
  146. -moz-transition: all .3s ease;
  147. -ms-transition: all .3s ease;
  148. -o-transition: all .3s ease;
  149. transition: all .3s ease;
  150. border: 1px solid #fff;
  151. box-shadow: none;
  152. background: url("../img/search-icon.jpg") no-repeat 10px 8px;
  153. padding: 0 5px 0 35px;
  154. color: #fff;
  155. margin-left: 10px;
  156. }
  157. .search:focus {
  158. margin-top: 3px;
  159. width: 180px;
  160. border: 1px solid #eaeaea;
  161. box-shadow: none;
  162. -webkit-transition: all .3s ease;
  163. -moz-transition: all .3s ease;
  164. -ms-transition: all .3s ease;
  165. -o-transition: all .3s ease;
  166. transition: all .3s ease;
  167. color: #c8c8c8;
  168. font-weight: 300;
  169. margin-left: 10px;
  170. }
  171. /*homepage features*/
  172. .feature-head { padding: 10px 0 }
  173. .feature-head h1 {
  174. color: #797979;
  175. font-size: 30px;
  176. font-weight: 300;
  177. text-transform: uppercase;
  178. margin-top: 40px;
  179. margin-bottom: 20px;
  180. }
  181. .feature-head p {
  182. color: #8a8b8b;
  183. font-size: 18px;
  184. font-weight: 300;
  185. text-align: center;
  186. padding-bottom: 5px;
  187. margin-bottom: 20px;
  188. }
  189. .f-box {
  190. background: #f4f4f4;
  191. padding: 20px;
  192. text-align: center;
  193. min-height: 210px;
  194. margin-bottom: 20px;
  195. transition-duration: 500ms;
  196. transition-property: width, background;
  197. transition-timing-function: ease;
  198. -webkit-transition-duration: 500ms;
  199. -webkit-transition-property: width, background;
  200. -webkit-transition-timing-function: ease;
  201. }
  202. .f-box i {
  203. font-size: 50px;
  204. line-height: normal;
  205. margin-top: 40px;
  206. display: block;
  207. color: #48cfad;
  208. }
  209. .f-box:hover,
  210. .f-box.active {
  211. background: #48cfad;
  212. padding: 20px;
  213. text-align: center;
  214. min-height: 210px;
  215. margin-bottom: 20px;
  216. transition-duration: 500ms;
  217. transition-property: width, background;
  218. transition-timing-function: ease;
  219. -webkit-transition-duration: 500ms;
  220. -webkit-transition-property: width, background;
  221. -webkit-transition-timing-function: ease;
  222. }
  223. .f-box:hover i,
  224. .f-box.active i {
  225. font-size: 50px;
  226. line-height: normal;
  227. margin-top: 40px;
  228. display: block;
  229. color: #fff;
  230. }
  231. .f-box:hover h2,
  232. .f-box.active h2 { color: #fff }
  233. .f-box h2 {
  234. font-size: 20px;
  235. text-transform: uppercase;
  236. font-weight: 400;
  237. }
  238. .f-text {
  239. font-size: 14px;
  240. font-weight: 300;
  241. padding-bottom: 10px;
  242. margin-bottom: 15px;
  243. }
  244. /*quote*/
  245. .quote {
  246. margin: 40px 0 40px 0;
  247. display: inline-block;
  248. width: 100%;
  249. }
  250. .quote-info {
  251. padding: 20px;
  252. min-height: 72px;
  253. margin-top: 10px;
  254. }
  255. .quote-info h1 {
  256. color: #fff;
  257. font-weight: 400;
  258. font-size: 26px;
  259. margin: 0 0 15px 0;
  260. text-transform: uppercase;
  261. }
  262. .quote-info p {
  263. color: #9eb3c4;
  264. font-weight: 300;
  265. font-size: 16px;
  266. margin: 0 0 20px 0px;
  267. }
  268. .purchase-btn {
  269. width: 200px;
  270. height: 60px;
  271. line-height: 46px;
  272. font-size: 20px;
  273. font-weight: 400;
  274. text-transform: uppercase;
  275. color: #000;
  276. transition-duration: 500ms;
  277. transition-property: width, background, color;
  278. transition-timing-function: ease;
  279. -webkit-transition-duration: 500ms;
  280. -webkit-transition-property: width, background;
  281. -webkit-transition-timing-function: ease;
  282. }
  283. .purchase-btn:hover {
  284. background-color: #16a085;
  285. border: 1px solid #16a085;
  286. color: #fff;
  287. transition-duration: 500ms;
  288. transition-property: width, background, color;
  289. transition-timing-function: ease;
  290. -webkit-transition-duration: 500ms;
  291. -webkit-transition-property: width, background;
  292. -webkit-transition-timing-function: ease;
  293. }
  294. .accordion {
  295. margin-bottom: 40px;
  296. display: inline-block;
  297. width: 100%;
  298. }
  299. /*tabs*/
  300. .tab { background: #fff }
  301. .tab .nav > li > a { padding: 18px 15px }
  302. .tab-bg-dark-navy-blue {
  303. background: #6f6f6f;
  304. border-bottom: none;
  305. padding: 0;
  306. }
  307. .tab-bg-dark-navy-blue .nav > li > a:hover,
  308. .tab-bg-dark-navy-blue .nav > li > a:focus {
  309. background-color: #f4f4f4;
  310. text-decoration: none;
  311. }
  312. .panel-heading .nav > li > a,
  313. .panel-heading .nav > li.active > a,
  314. .panel-heading .nav > li.active > a:hover,
  315. .panel-heading .nav > li.active > a:focus {
  316. border-width: 0;
  317. border-radius: 0;
  318. }
  319. .panel-heading .nav > li > a { color: #fff }
  320. .panel-heading .nav > li.active > a,
  321. .panel-heading .nav > li > a:hover {
  322. color: #6f6f6f;
  323. background: #f4f4f4;
  324. }
  325. .panel-heading .nav > li:first-child.active > a,
  326. .panel-heading .nav > li:first-child > a:hover { }
  327. .tab .nav-tabs.nav-justified > li { border-right: 1px solid #f4f4f4 }
  328. .tab .nav-tabs.nav-justified > li:last-child { border-right: none }
  329. .p-head {
  330. color: #48cfad;
  331. font-size: 14px;
  332. font-weight: 400;
  333. }
  334. .cmt-head {
  335. font-size: 14px;
  336. font-weight: 400;
  337. }
  338. .p-thumb img {
  339. border-radius: 3px;
  340. -moz-border-radius: 3px;
  341. -webkit-border-radius: 3px;
  342. height: 50px;
  343. width: 50px;
  344. }
  345. /*testimonial*/
  346. .about-testimonial ul li { list-style: none }
  347. .about-testimonial {
  348. margin: 20px 0 0 0;
  349. position: relative;
  350. }
  351. ul.about-flex-slides { margin-left: 0 }
  352. .flex-direction-nav {
  353. position: absolute;
  354. right: 10px;
  355. top: 30px;
  356. width: 70px;
  357. }
  358. .flex-direction-nav li {
  359. display: inline-block;
  360. width: 12px;
  361. }
  362. .flex-direction-nav li a { outline: none }
  363. .flex-direction-nav li a i { color: #cccccc }
  364. .flex-control-paging { display: none }
  365. .about-carousel { margin-top: 8px }
  366. .about-testimonial .about-testimonial-image {
  367. float: left;
  368. margin: 0 15px;
  369. position: relative;
  370. }
  371. .about-testimonial .about-testimonial-image img {
  372. border-radius: 5px;
  373. -moz-border-radius: 5px;
  374. -webkit-border-radius: 5px;
  375. height: 100px !important;
  376. width: 100px !important;
  377. }
  378. .about-flexslider .about-flex-slides img {
  379. display: block;
  380. width: 100%;
  381. }
  382. .about-testimonial a.about-testimonial-author {
  383. display: inline-block;
  384. font-size: 15px;
  385. text-transform: uppercase;
  386. font-weight: bold;
  387. line-height: 11px;
  388. margin: 30px 0 8px 0;
  389. color: #504946;
  390. font-weight: 300;
  391. }
  392. .about-testimonial .about-testimonial-company {
  393. display: block;
  394. font-size: 13px;
  395. line-height: 14px;
  396. color: #ababab;
  397. font-weight: 300;
  398. }
  399. .about-testimonial.boxed-style .about-testimonial-content {
  400. background-color: #fff;
  401. margin-right: 1px;
  402. border: 1px solid #e9e9e9;
  403. }
  404. .about-testimonial .about-testimonial-content {
  405. margin-top: 55px;
  406. padding: 20px;
  407. position: relative;
  408. }
  409. .about-testimonial .about-testimonial-content p {
  410. line-height: 20px;
  411. margin: 0;
  412. }
  413. .about-testimonial.boxed-style .about-testimonial-content:before {
  414. background-color: #fff;
  415. border-top: 1px solid #e9e9e9;
  416. border-left: 1px solid #e9e9e9;
  417. top: -8px;
  418. content: "";
  419. display: block;
  420. height: 14px;
  421. left: 60px;
  422. position: absolute;
  423. transform: rotate(45deg);
  424. -moz-transform: rotate(45deg);
  425. -webkit-transform: rotate(45deg);
  426. width: 15px;
  427. display: none\0/;
  428. _display: none;
  429. }
  430. /*----image hove----*/
  431. .view {
  432. float: left;
  433. overflow: hidden;
  434. position: relative;
  435. text-align: center;
  436. cursor: default;
  437. background: #fff;
  438. }
  439. .view .mask,
  440. .view .content {
  441. position: absolute;
  442. overflow: hidden;
  443. top: 0;
  444. left: 0;
  445. height: 100%;
  446. width: 100%;
  447. }
  448. .view img {
  449. display: block;
  450. position: relative;
  451. }
  452. .view h2 {
  453. text-transform: uppercase;
  454. color: #fff;
  455. text-align: center;
  456. position: relative;
  457. font-size: 16px;
  458. padding: 10px;
  459. background: rgba(0, 0, 0, 0.8);
  460. margin: 5px 0 0 0;
  461. }
  462. .view p {
  463. font-size: 12px;
  464. position: relative;
  465. color: #fff;
  466. padding: 10px 20px 20px;
  467. text-align: center;
  468. margin-bottom: 10px;
  469. }
  470. .view a.info {
  471. display: inline-block;
  472. background-color: rgba(0,0,0,0.6);
  473. width: 50px;
  474. height: 50px;
  475. line-height: 50px;
  476. border-radius: 60px;
  477. -moz-border-radius: 60px;
  478. -webkit-border-radius: 60px;
  479. }
  480. .view a.info:hover { background-color: #48cfad }
  481. .mask a i {
  482. color: #fff !important;
  483. font-size: 16px;
  484. }
  485. .view-tenth img {
  486. -webkit-transform: scaleY(1);
  487. -moz-transform: scaleY(1);
  488. -o-transform: scaleY(1);
  489. -ms-transform: scaleY(1);
  490. transform: scaleY(1);
  491. -webkit-transition: all 0.4s ease-in-out;
  492. -moz-transition: all 0.4s ease-in-out;
  493. -o-transition: all 0.4s ease-in-out;
  494. -ms-transition: all 0.4s ease-in-out;
  495. transition: all 0.4s ease-in-out;
  496. }
  497. .view-tenth .mask {
  498. background-color: rgba(0, 0, 0, 0.3);
  499. -webkit-transition: all 0.5s linear;
  500. -moz-transition: all 0.5s linear;
  501. -o-transition: all 0.5s linear;
  502. -ms-transition: all 0.5s linear;
  503. transition: all 0.5s linear;
  504. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  505. filter: alpha(opacity=0);
  506. opacity: 0;
  507. }
  508. .view-tenth h2 {
  509. background: transparent;
  510. margin: 0px 10px;
  511. -webkit-transform: scale();
  512. -moz-transform: scale();
  513. -o-transform: scale();
  514. -ms-transform: scale();
  515. transform: scale();
  516. color: #333;
  517. -webkit-transition: all 0.5s linear;
  518. -moz-transition: all 0.5s linear;
  519. -o-transition: all 0.5s linear;
  520. -ms-transition: all 0.5s linear;
  521. transition: all 0.5s linear;
  522. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  523. filter: alpha(opacity=0);
  524. opacity: 0;
  525. }
  526. .view-tenth p {
  527. color: #333;
  528. line-height: normal;
  529. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  530. filter: alpha(opacity=0);
  531. opacity: 0;
  532. -webkit-transform: scale();
  533. -moz-transform: scale();
  534. -o-transform: scale();
  535. -ms-transform: scale();
  536. transform: scale();
  537. -webkit-transition: all 0.5s linear;
  538. -moz-transition: all 0.5s linear;
  539. -o-transition: all 0.5s linear;
  540. -ms-transition: all 0.5s linear;
  541. transition: all 0.5s linear;
  542. }
  543. .view-tenth a.info {
  544. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  545. filter: alpha(opacity=0);
  546. opacity: 0;
  547. -webkit-transform: scale();
  548. -moz-transform: scale();
  549. -o-transform: scale();
  550. -ms-transform: scale();
  551. transform: scale();
  552. -webkit-transition: all 0.5s linear;
  553. -moz-transition: all 0.5s linear;
  554. -o-transition: all 0.5s linear;
  555. -ms-transition: all 0.5s linear;
  556. transition: all 0.5s linear;
  557. }
  558. .view-tenth:hover img {
  559. -webkit-transform: scale(5);
  560. -moz-transform: scale(5);
  561. -o-transform: scale(5);
  562. -ms-transform: scale(5);
  563. transform: scale(5);
  564. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  565. filter: alpha(opacity=.5);
  566. opacity: .5;
  567. }
  568. .view-tenth:hover .mask {
  569. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  570. filter: alpha(opacity=100);
  571. opacity: 1;
  572. }
  573. .view-tenth:hover h2,
  574. .view-tenth:hover p,
  575. .view-tenth:hover a.info {
  576. -webkit-transform: scale(1);
  577. -moz-transform: scale(1);
  578. -o-transform: scale(1);
  579. -ms-transform: scale(1);
  580. transform: scale(1);
  581. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  582. filter: alpha(opacity=100);
  583. opacity: 1;
  584. }
  585. /*imageview icon hover*/
  586. [data-zlname] {
  587. position: relative;
  588. overflow: hidden;
  589. -moz-box-sizing: border-box;
  590. -webkit-box-sizing: border-box;
  591. box-sizing: border-box;
  592. }
  593. /*IMGS IN CONTAINER*/
  594. [data-zlname] > img {
  595. display: block;
  596. max-width: 100%;
  597. }
  598. /*POP UP ELEMENTS*/
  599. [data-zlname] [data-zl-popup] {
  600. position: absolute;
  601. display: block;
  602. padding: 1px;
  603. height: 40px;
  604. width: 40px;
  605. background: #323231;
  606. color: #fff;
  607. overflow: hidden;
  608. display: none;
  609. text-align: center;
  610. }
  611. /*OVERLAY*/
  612. /*classic*/
  613. [data-zl-overlay] {
  614. top: 0;
  615. left: 0;
  616. position: absolute;
  617. width: 100%;
  618. height: 100%;
  619. display: none;
  620. padding: inherit;
  621. }
  622. /*four*/
  623. [data-zl-ovzoom0],
  624. [data-zl-ovzoom1],
  625. [data-zl-ovzoom2],
  626. [data-zl-ovzoom3] {
  627. position: absolute;
  628. width: 25%;
  629. height: 100%;
  630. }
  631. /*rolling*/
  632. [data-zl-ovrolling] {
  633. position: absolute;
  634. display: none;
  635. width: 100%;
  636. height: 100%;
  637. }
  638. /*double*/
  639. [data-zl-ovdouble0],
  640. [data-zl-ovdouble1] {
  641. position: absolute;
  642. display: none;
  643. }
  644. /*-------*/
  645. [data-zlname = reverse-effect] [data-zl-popup = link] {
  646. background: rgba(256,256,256,1);
  647. border-radius: 50%;
  648. -webkit-border-radius: 50%;
  649. -moz-border-radius: 50%;
  650. }
  651. [data-zlname = reverse-effect] [data-zl-popup = link2] {
  652. background: rgba(256,256,256,1);
  653. border-radius: 50%;
  654. -webkit-border-radius: 50%;
  655. -moz-border-radius: 50%;
  656. }
  657. [data-zlname = reverse-effect] [data-zl-popup = link]:hover,
  658. [data-zlname = reverse-effect] [data-zl-popup = link2]:hover { opacity: .5 }
  659. .bx-wrapper { }
  660. /*pricing table*/
  661. .price-two-container {
  662. margin-bottom: 50px;
  663. margin-top: 15px;
  664. }
  665. .mar-two { margin-bottom: 3px }
  666. .service-price-one h1 {
  667. margin-top: 30px;
  668. margin-bottom: 20px;
  669. display: inline-block;
  670. border-bottom: 1px solid #c7c7c7;
  671. padding-bottom: 5px;
  672. text-transform: uppercase;
  673. }
  674. .pricing-table {
  675. background: #fff;
  676. text-align: center;
  677. margin: 0 -8px 30px;
  678. padding: 0 0 25px 0;
  679. border: 1px solid #eee;
  680. border-radius: 1px;
  681. -moz-border-radius: 1px;
  682. -webkit-border-radius: 1px;
  683. }
  684. .pricing-table.most-popular {
  685. top: -20px;
  686. position: relative;
  687. }
  688. .most-popular {
  689. background: #48cfad;
  690. color: #fff;
  691. border: 1px solid #16a085;
  692. }
  693. .most-popular h1 {
  694. font-size: 25px !important;
  695. padding-bottom: 10px;
  696. padding-top: 17px !important;
  697. }
  698. .most-popular h2 {
  699. background: #16a085 !important;
  700. margin-top: 20px !important;
  701. }
  702. .most-popular ul li { border-bottom: 1px dotted #fff !important }
  703. .most-popular .price-actions .btn {
  704. background: #f35958 !important;
  705. margin: 10px 0;
  706. cursor: pointer;
  707. }
  708. .pricing-table .price-actions .btn {
  709. border-radius: 5px;
  710. -moz-border-radius: 5px;
  711. -webkit-border-radius: 4px;
  712. background: #48cfad;
  713. color: #fff;
  714. border: none;
  715. box-shadow: none;
  716. text-shadow: none;
  717. padding: 10px 20px;
  718. width: 90%;
  719. cursor: pointer;
  720. }
  721. .pricing-head h1 {
  722. font-size: 20px;
  723. font-weight: 300;
  724. padding-top: 15px;
  725. }
  726. .pricing-head h2 {
  727. padding: 30px 0;
  728. background: #EEC;
  729. font-size: 50px;
  730. border-radius: 50%;
  731. -moz-border-radius: 50%;
  732. -webkit-border-radius: 50%;
  733. font-weight: 100;
  734. }
  735. .pricing-table ul {
  736. margin: 15px 0;
  737. padding: 0;
  738. }
  739. .pricing-table ul li {
  740. border-bottom: 1px dotted #CCCCCC;
  741. margin: 0 2em;
  742. padding: 1em 0;
  743. text-align: center;
  744. font-weight: 300;
  745. }
  746. .pricing-head span.note {
  747. display: inline;
  748. font-size: 25px;
  749. line-height: 0.8em;
  750. position: relative;
  751. top: -18px;
  752. }
  753. .pricing-quotation,
  754. .team-info {
  755. background: #EEEEEE;
  756. padding: 20px 20px 35px 20px;
  757. margin-bottom: 100px;
  758. display: inline-block;
  759. width: 100%;
  760. text-align: center;
  761. border-radius: 5px;
  762. -moz-border-radius: 5px;
  763. -webkit-border-radius: 5px;
  764. }
  765. .pricing-quotation h3,
  766. .team-info h3 { font-weight: 300 }
  767. .pricing-quotation p,
  768. .team-info p { margin-bottom: 0px }
  769. .pricing-plan,
  770. .team-info-wrap { position: relative }
  771. .pricing-quotation:before,
  772. .team-info:before {
  773. background-color: #EEEEEE;
  774. border-color: #EEEEEE;
  775. border-image: none;
  776. border-right: 1px solid #EEEEEE;
  777. border-style: none;
  778. top: -7px;
  779. content: "";
  780. display: block;
  781. height: 14px;
  782. left: 48%;
  783. position: absolute;
  784. transform: rotate(45deg);
  785. -moz-transform: rotate(45deg);
  786. -webkit-transform: rotate(45deg);
  787. width: 15px;
  788. }
  789. .breadcrumbs {
  790. background: #34495e;
  791. color: #fff;
  792. padding: 30px 0;
  793. margin-bottom: 40px;
  794. }
  795. .breadcrumb {
  796. margin-bottom: 0;
  797. background: none;
  798. }
  799. .breadcrumb li a { color: #48cfad }
  800. .breadcrumb li.active { color: #fff }
  801. .breadcrumbs h1 {
  802. font-size: 24px;
  803. font-weight: 600;
  804. margin: 3px 0 0;
  805. text-transform: uppercase;
  806. }
  807. /*contact*/
  808. .contact-map {
  809. margin-top: 40px;
  810. margin-bottom: 40px;
  811. }
  812. .contact-form { margin-bottom: 20px }
  813. .address h4 {
  814. color: #797979;
  815. margin-top: -3px;
  816. text-transform: uppercase;
  817. margin-bottom: 20px;
  818. }
  819. section.contact-infos {
  820. border: 1px solid #eee;
  821. margin-bottom: 15px;
  822. padding: 10px;
  823. }
  824. /*about us*/
  825. .about-us img { width: 100% }
  826. .about ul { line-height: 25px }
  827. .carousel-control.left,
  828. .carousel-control.right {
  829. background: none;
  830. -webkit-transition: all .3s ease;
  831. -moz-transition: all .3s ease;
  832. -ms-transition: all .3s ease;
  833. -o-transition: all .3s ease;
  834. transition: all .3s ease;
  835. }
  836. .carousel-control {
  837. background: #000000 !important;
  838. bottom: 40%;
  839. color: #0B6121;
  840. font-size: 20px;
  841. left: 0;
  842. line-height: 53px;
  843. opacity: 0.5;
  844. position: absolute;
  845. text-align: center;
  846. text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  847. top: 40%;
  848. width: 10%;
  849. }
  850. .carousel-control:hover {
  851. color: #0B6121;
  852. text-decoration: none;
  853. }
  854. .carousel-control:hover,
  855. .carousel-control:focus { opacity: 0.6 }
  856. .carousel-caption {
  857. background: rgba(0,0,0,0.6);
  858. padding-bottom: 0px;
  859. bottom: 0;
  860. color: #0B6121;
  861. left: 0 !important;
  862. padding-bottom: 5px;
  863. padding-top: 10px;
  864. position: absolute;
  865. right: 0 !important;
  866. text-align: center;
  867. text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  868. z-index: 10;
  869. }
  870. .carousel-caption p { text-align: center }
  871. .about h3 {
  872. color: #475168;
  873. margin-top: 4px;
  874. }
  875. .icon-wrap {
  876. font-size: 2em;
  877. height: 60px;
  878. width: 60px;
  879. float: left;
  880. line-height: 60px;
  881. text-align: center;
  882. color: #fff;
  883. margin-right: 30px;
  884. }
  885. .ico-bg { background: #48cfad }
  886. .round-five {
  887. border-radius: 5px;
  888. -moz-border-radius: 5px;
  889. -webkit-border-radius: 5px;
  890. }
  891. .round-fifty {
  892. border-radius: 50px;
  893. -moz-border-radius: 50px;
  894. -webkit-border-radius: 50px;
  895. margin-left: 40%;
  896. margin-top: -25px;
  897. }
  898. .content h3,
  899. .media h3 {
  900. margin-top: 0;
  901. color: #475168;
  902. font-size: 20px;
  903. }
  904. .media h3 { margin-top: 20px }
  905. .media-body h4 {
  906. font-size: 16px;
  907. color: #475168;
  908. }
  909. .media-body a {
  910. -webkit-transition: all .3s ease;
  911. -moz-transition: all .3s ease;
  912. -ms-transition: all .3s ease;
  913. -o-transition: all .3s ease;
  914. transition: all .3s ease;
  915. }
  916. .hiring,
  917. .services {
  918. margin-bottom: 30px;
  919. display: inline-block;
  920. width: 100%;
  921. }
  922. .price-container-service {
  923. margin-top: 30px;
  924. padding-bottom: 30px;
  925. }
  926. .service-price-one { padding-bottom: 10px }
  927. .hiring {
  928. margin-top: 20px;
  929. border-top: 1px solid #eee;
  930. padding-top: 30px;
  931. }
  932. .hiring h2 {
  933. text-align: center;
  934. padding-bottom: 10px;
  935. margin-bottom: 50px;
  936. text-transform: uppercase;
  937. }
  938. .gray-box {
  939. background: #f2f2f2;
  940. padding: 30px 0;
  941. margin-bottom: 15px;
  942. }
  943. .progress { background-color: #E1E1E1 }
  944. .flexslider {
  945. background: none;
  946. border: none;
  947. }
  948. .about-skill-meter .sr-only { position: static !important }
  949. .about-skill-meter .progress-bar {
  950. background-color: #e1e1e1;
  951. text-align: left;
  952. }
  953. .about-skill-meter .progress {
  954. height: 30px;
  955. box-shadow: none;
  956. line-height: 30px;
  957. }
  958. .about-skill-meter .progress-bar-danger { box-shadow: none }
  959. .skills {
  960. margin-bottom: 25px;
  961. color: #47506a;
  962. font-size: 20px;
  963. }
  964. /*team*/
  965. .person { margin-bottom: 10px }
  966. .person img {
  967. width: 210px;
  968. height: 210px;
  969. border-radius: 1%;
  970. -webkit-border-radius: 1%;
  971. -moz-border-radius: 1%;
  972. }
  973. .team-social-link {
  974. display: block;
  975. margin: 10px 0 5px 0;
  976. text-align: center;
  977. }
  978. .team-social-link a {
  979. display: inline-block !important;
  980. color: ##254c0b ;
  981. font-size: 20px;
  982. border: 1px solid #eee;
  983. padding-right: 8px;
  984. padding-left: 8px;
  985. -webkit-transition: all .3s ease;
  986. -moz-transition: all .3s ease;
  987. -ms-transition: all .3s ease;
  988. -o-transition: all .3s ease;
  989. transition: all .3s ease;
  990. }
  991. .team-social-link a:hover {
  992. color: #254c0b ;
  993. -webkit-transition: all .3s ease;
  994. -moz-transition: all .3s ease;
  995. -ms-transition: all .3s ease;
  996. -o-transition: all .3s ease;
  997. transition: all .3s ease;
  998. }
  999. .person-info h4,
  1000. .person-info h4 a {
  1001. color: #f37c6b;
  1002. font-weight: 300;
  1003. margin-bottom: 5px;
  1004. }
  1005. .mtop30 { margin-top: 30px }
  1006. /*typography*/
  1007. .highlight-1 {
  1008. background: #a0d468;
  1009. color: #0B6121;
  1010. }
  1011. .highlight-2 {
  1012. background: #656d78;
  1013. color: #0B6121;
  1014. }
  1015. .highlight-3 {
  1016. background: #Ffce54;
  1017. color: #242424;
  1018. }
  1019. .dropcap {
  1020. background-color: #666666;
  1021. color: #0B6121;
  1022. float: left;
  1023. font-size: 30px;
  1024. line-height: 30px;
  1025. margin: 4px 8px 0 0;
  1026. padding: 5px 10px;
  1027. text-align: center;
  1028. }
  1029. .dropcap2 {
  1030. background-color: #666666;
  1031. border-radius: 50%;
  1032. -moz-border-radius: 50%;
  1033. -webkit-border-radius: 50%;
  1034. color: #0B6121;
  1035. float: left;
  1036. font-size: 35px;
  1037. height: 41px;
  1038. line-height: 25px;
  1039. margin: 3px 8px 0 0;
  1040. padding: 10px;
  1041. text-align: center;
  1042. }
  1043. /*buttons*/
  1044. .btn-row { margin-bottom: 30px }
  1045. /*blog*/
  1046. .blog-item {
  1047. margin-bottom: 40px;
  1048. padding-bottom: 40px;
  1049. border-bottom: 1px dashed #ddd;
  1050. }
  1051. /*blog-2-col*/
  1052. .blog-left {
  1053. border: 1px solid #eee;
  1054. margin-bottom: 30px;
  1055. }
  1056. .blog-left .btn {
  1057. margin-left: 20px;
  1058. margin-bottom: 20px;
  1059. }
  1060. .blog-right {
  1061. border: 1px solid #eee;
  1062. margin-bottom: 30px;
  1063. }
  1064. .blog-right .btn {
  1065. margin-left: 20px;
  1066. margin-bottom: 20px;
  1067. }
  1068. .blog-two-info { padding: 15px 10px 0 20px }
  1069. .blog-two-info .label-info {
  1070. background-color: #48cfad;
  1071. opacity: .7;
  1072. margin-right: 4px;
  1073. }
  1074. .blog-content { padding: 20px }
  1075. .video-container {
  1076. position: relative;
  1077. padding-bottom: 56.25%;
  1078. padding-top: 30px;
  1079. height: 0;
  1080. overflow: hidden;
  1081. }
  1082. .single-video { padding-bottom: 43% !important }
  1083. .video-container iframe,
  1084. .video-container object,
  1085. .video-container embed {
  1086. position: absolute;
  1087. top: 0;
  1088. left: 0;
  1089. width: 100%;
  1090. height: 100%;
  1091. }
  1092. /*blog 2*/
  1093. .date-wrap,
  1094. .comnt-wrap { margin-bottom: 20px }
  1095. .date-wrap span,
  1096. .comnt-wrap span {
  1097. display: block;
  1098. padding: 10px 0;
  1099. text-align: center;
  1100. }
  1101. .date-wrap .date {
  1102. font-size: 30px;
  1103. font-weight: 300;
  1104. background: #48cfad;
  1105. color: #fff;
  1106. border-radius: 1px 1px 0 0;
  1107. -webkit-border-radius: 1px 1px 0 0;
  1108. -moz-border-radius: 1px 1px 0 0;
  1109. }
  1110. .date-wrap .month {
  1111. font-size: 16px;
  1112. font-weight: 300;
  1113. background: #f6f5f0;
  1114. color: #a19fa2;
  1115. border-radius: 0 0 1px 1px;
  1116. -webkit-border-radius: 0 0 1px 1px;
  1117. -moz-border-radius: 0 0 1px 1px;
  1118. }
  1119. .comnt-wrap .comnt-ico {
  1120. background: #efeee9;
  1121. color: #a0a0a0;
  1122. border-radius: 1px 1px 0 0;
  1123. -webkit-border-radius: 44px;
  1124. font-size: 20px;
  1125. }
  1126. .comnt-wrap .value {
  1127. background: #f6f5f0;
  1128. color: #a0a0a0;
  1129. border-radius: 0 0 1px 1px;
  1130. -moz-border-radius: 0 0 1px 1px;
  1131. -webkit-border-radius: 0 0 1px 1px;
  1132. }
  1133. .blog-img img {
  1134. width: 100%;
  1135. border-radius: 1px;
  1136. -webkit-border-radius: 1px;
  1137. -moz-border-radius: 1px;
  1138. }
  1139. .blog-item h1,
  1140. .blog-item h1 a {
  1141. font-size: 25px;
  1142. color: #48cfad;
  1143. font-weight: 300;
  1144. }
  1145. .blog-item h1 {
  1146. margin-bottom: 20px;
  1147. line-height: 35px;
  1148. }
  1149. .blog-item h1 a:hover { text-decoration: none }
  1150. .author {
  1151. margin: 25px 0 30px 0;
  1152. font-size: 16px;
  1153. }
  1154. .author a,
  1155. .st-view a { color: #48cfad }
  1156. .st-view { margin-top: 20px }
  1157. .st-view ul li { margin-bottom: 5px }
  1158. .blog-side-item h3 {
  1159. margin-top: 30px;
  1160. color: #475268;
  1161. font-size: 18px;
  1162. }
  1163. .blog-side-item ul li {
  1164. margin-bottom: 5px;
  1165. border-bottom: 1px solid #efefef;
  1166. line-height: 35px;
  1167. }
  1168. .blog-side-item ul li a {
  1169. display: inline-block;
  1170. width: 100%;
  1171. -webkit-transition: all .3s ease;
  1172. -moz-transition: all .3s ease;
  1173. -ms-transition: all .3s ease;
  1174. -o-transition: all .3s ease;
  1175. transition: all .3s ease;
  1176. }
  1177. .media p { line-height: normal }
  1178. ul.tag {
  1179. display: inline-block;
  1180. width: 100%;
  1181. }
  1182. ul.tag li {
  1183. float: left;
  1184. margin: 0px 5px 0 0;
  1185. border-bottom: none;
  1186. padding-top: ;
  1187. list-style: none;
  1188. }
  1189. ul.tag li a {
  1190. border: 1px solid #e8e8e8;
  1191. border-radius: 4px;
  1192. line-height: 15px;
  1193. padding: 5px;
  1194. border-radius: 1px 1px 10px 1px;
  1195. -moz-border-radius: 1px 1px 10px 1px;
  1196. -webkit-border-radius: 1px 1px 10px 1px;
  1197. }
  1198. .media img.media-object {
  1199. border-radius: 3%;
  1200. -moz-border-radius: 3%;
  1201. -webkit-border-radius: 3%;
  1202. height: 80px;
  1203. width: 80px;
  1204. }
  1205. /*footer*/
  1206. .footer {
  1207. background: #34495e;
  1208. color: #fff;
  1209. padding: 50px 0;
  1210. display: inline-block;
  1211. width: 100%;
  1212. font-weight: 300;
  1213. }
  1214. .footer h1 {
  1215. font-size: 20px;
  1216. text-transform: uppercase;
  1217. font-weight: 400;
  1218. margin-top: 0;
  1219. margin-bottom: 20px;
  1220. }
  1221. .footer address a { color: #48cfad }
  1222. .tweet-box {
  1223. background: #505b71;
  1224. padding: 8px 15px;
  1225. border-radius: 1px;
  1226. -moz-border-radius: 1px;
  1227. -webkit-border-radius: 1px;
  1228. border-bottom: 1px solid #636F79;
  1229. font-size: 14px;
  1230. }
  1231. .tweet-box:before {
  1232. background-color: #505b71;
  1233. border-color: #505b71;
  1234. border-image: none;
  1235. border-right: 1px none #505b71;
  1236. border-style: none;
  1237. content: "";
  1238. display: block;
  1239. height: 22px;
  1240. left: 60px;
  1241. position: absolute;
  1242. top: 32px;
  1243. transform: rotate(45deg);
  1244. -webkit-transform: rotate(45deg);
  1245. width: 22px;
  1246. }
  1247. .tweet-box a,
  1248. .tweet-box i { color: #00adef }
  1249. .tweet-box a:hover { color: #48cfad }
  1250. .tweet-box i {
  1251. font-size: 40px;
  1252. float: left;
  1253. margin-right: 15px;
  1254. }
  1255. .social-link-footer li {
  1256. float: right;
  1257. margin: 5px 10px 5px 0px;
  1258. padding-bottom: 5px;
  1259. }
  1260. .social-link-footer li a {
  1261. color: #fff;
  1262. background: #254c0b;
  1263. padding: 10px;
  1264. width: 50px;
  1265. height: 50px;
  1266. border-radius: 50px;
  1267. -moz-border-radius: 50px;
  1268. -webkit-border-radius: 50px;
  1269. float: left;
  1270. text-align: center;
  1271. font-size: 20px;
  1272. -webkit-transition: all .3s ease;
  1273. -moz-transition: all .3s ease;
  1274. -ms-transition: all .3s ease;
  1275. -o-transition: all .3s ease;
  1276. transition: all .3s ease;
  1277. }
  1278. .social-link-footer li a:hover {
  1279. background: #578520;
  1280. -webkit-transition: all .3s ease;
  1281. -moz-transition: all .3s ease;
  1282. -ms-transition: all .3s ease;
  1283. -o-transition: all .3s ease;
  1284. transition: all .3s ease;
  1285. }
  1286. .copyright {
  1287. color: #fff;
  1288. padding-top: 15px;
  1289. }
  1290. .page-footer { padding: 0% 13% }
  1291. .page-footer h1 { padding-left: 4% }
  1292. ul.page-footer-list {
  1293. list-style: none;
  1294. padding: 0px 10px;
  1295. }
  1296. ul.page-footer-list li {
  1297. line-height: 35px;
  1298. border-bottom: 1px dashed #636F79;
  1299. }
  1300. ul.page-footer-list a { color: #fff }
  1301. ul.page-footer-list li i { padding-right: 10px }
  1302. .footer-small {
  1303. background-color: #254c0b;
  1304. margin-top: -6px;
  1305. padding-top: 5px;
  1306. }
  1307. .text-footer {
  1308. padding-left: 10px;
  1309. margin-left: 10px;
  1310. }
  1311. .text-footer p { text-align: left }
  1312. .address p {
  1313. text-align: left;
  1314. margin-bottom: 10px;
  1315. }
  1316. /*slider css*/
  1317. .main-slider {
  1318. background: #475168;
  1319. color: #fff;
  1320. z-index: 1;
  1321. position: relative;
  1322. overflow: hidden;
  1323. }
  1324. .slider-colored {
  1325. z-index: 1;
  1326. position: relative;
  1327. border-top: solid 1px #eee;
  1328. border-bottom: solid 1px #eee;
  1329. }
  1330. .slide_title {
  1331. font-weight: 300;
  1332. color: #48cfad;
  1333. text-transform: uppercase;
  1334. font-size: 35px;
  1335. }
  1336. .slide_subtitle {
  1337. font-weight: 400;
  1338. padding: 5px;
  1339. color: #fff;
  1340. text-transform: uppercase;
  1341. font-size: 18px;
  1342. }
  1343. .slide_list_item {
  1344. font-weight: 400;
  1345. padding: 5px;
  1346. color: #fff;
  1347. text-transform: uppercase;
  1348. font-size: 14px;
  1349. }
  1350. .slide_desc {
  1351. color: #fff;
  1352. font-size: 14px;
  1353. line-height: 24px;
  1354. font-weight: lighter;
  1355. }
  1356. .slide_desc_bordered {
  1357. border-left: 3px solid #ddd !important;
  1358. padding-left: 5px;
  1359. }
  1360. .slide_btn {
  1361. font-weight: 300;
  1362. background: #48cfad;
  1363. padding: 15px 20px;
  1364. color: #fff;
  1365. font-size: 14px;
  1366. text-transform: uppercase;
  1367. cursor: pointer;
  1368. }
  1369. .slide_btn:hover,
  1370. .slide_btn:focus {
  1371. font-weight: 300;
  1372. background: #16a085;
  1373. padding: 15px 20px;
  1374. color: #fff;
  1375. font-size: 14px;
  1376. text-transform: uppercase;
  1377. cursor: pointer;
  1378. }
  1379. .dark-text { color: #797d87 }
  1380. .yellow-txt { color: #ffe582 }
  1381. #home-services { text-align: center }
  1382. #home-services h2 {
  1383. margin-bottom: 65px;
  1384. text-transform: uppercase;
  1385. margin-top: 45px;
  1386. padding-bottom: 5px;
  1387. text-align: center;
  1388. font-size: 25px;
  1389. }
  1390. .h-service {
  1391. border: 1px solid #eee;
  1392. margin-bottom: 25px;
  1393. }
  1394. #home-services .h-service-content h3 {
  1395. padding-top: 40px;
  1396. text-align: center;
  1397. }
  1398. .h-service-content p {
  1399. text-align: center;
  1400. padding: 5px 21px 20px;
  1401. }
  1402. .h-service-content a {
  1403. color: #e74c3c;
  1404. -webkit-transition: all .3s ease;
  1405. -moz-transition: all .3s ease;
  1406. -ms-transition: all .3s ease;
  1407. -o-transition: all .3s ease;
  1408. transition: all .3s ease;
  1409. }
  1410. .h-service-content a:hover { color: #16a085 }
  1411. /*recent work*/
  1412. .recent h3{
  1413. text-align: center;
  1414. /*margin-bottom: 20px;*/
  1415. text-transform: uppercase;
  1416. margin-top: 50px;
  1417. font-weight: 400;
  1418. padding-bottom: 5px;
  1419. margin-bottom: 20px;
  1420. /*text-align: center;*/
  1421. }
  1422. .recent p {
  1423. text-align: center;
  1424. text-transform:uppercase;
  1425. margin-bottom: 35px;
  1426. }
  1427. .recent {
  1428. margin-bottom: 50px;
  1429. }
  1430. .bx-wrapper { position: relative }
  1431. .bx-wrapper .bx-controls-direction a {
  1432. background-color: #f7f7f7;
  1433. position: absolute;
  1434. top: 25px;
  1435. outline: 0;
  1436. width: 24px;
  1437. height: 24px;
  1438. z-index: 9;
  1439. text-indent: -9999px;
  1440. }
  1441. /*property*/
  1442. .property {
  1443. padding: 80px 0;
  1444. margin-bottom: 60px;
  1445. background-color: #fafafa;
  1446. }
  1447. .bg-lg { background:#f9f9f3 }
  1448. .gray-bg { background: #f9f9f3 }
  1449. .property h1 {
  1450. color: #475168;
  1451. font-size: 24px;
  1452. text-transform: uppercase;
  1453. font-weight: 400;
  1454. margin-bottom: 30px;
  1455. }
  1456. .property hr { border-color: #dfdcdf }
  1457. .property i { color: #48cfad }
  1458. a.btn-purchase {
  1459. background: #475168;
  1460. color: #fff;
  1461. text-transform: uppercase;
  1462. border-radius: 4px;
  1463. -webkit-border-radius: 4px;
  1464. -moz-border-radius: 4px padding: 20px 40px;
  1465. margin-top: 30px;
  1466. -webkit-transition: all .3s ease;
  1467. -moz-transition: all .3s ease;
  1468. -ms-transition: all .3s ease;
  1469. -o-transition: all .3s ease;
  1470. transition: all .3s ease;
  1471. }
  1472. a.btn-purchase:hover,
  1473. a.btn-purchase:focus {
  1474. background: #48cfad;
  1475. color: #fff;
  1476. -webkit-transition: all .3s ease;
  1477. -moz-transition: all .3s ease;
  1478. -ms-transition: all .3s ease;
  1479. -o-transition: all .3s ease;
  1480. transition: all .3s ease;
  1481. }
  1482. /*clients*/
  1483. .clients { padding: 0 0 30px }
  1484. .clients h2 {
  1485. margin-bottom: 20px;
  1486. margin-top: 20px;
  1487. text-align: left;
  1488. text-transform: uppercase;
  1489. padding-bottom: 5px;
  1490. }
  1491. .clients ul li {
  1492. display: inline-block;
  1493. margin: 10px 30px;
  1494. }
  1495. .clients ul li:hover {
  1496. background-color: #f7f7f7;
  1497. -webkit-transition: all .5s ease;
  1498. -moz-transition: all .5s ease;
  1499. -ms-transition: all .5s ease;
  1500. -o-transition: all .5s ease;
  1501. transition: all .5s ease;
  1502. }
  1503. .our-clients {
  1504. position: relative;
  1505. margin-top: 15px; }
  1506. .our-clients h2 {
  1507. margin-top: 3px;
  1508. margin-bottom: 10px;
  1509. }
  1510. .clients-list { margin: 0 }
  1511. .clients-list li {
  1512. background: #f9f9f9;
  1513. position: relative;
  1514. }
  1515. .clients-list li img.color-img {
  1516. top: 0;
  1517. left: 0;
  1518. display: none;
  1519. position: absolute;
  1520. }
  1521. .clients-list li:hover img.color-img { display: block }
  1522. /*portfolio*/
  1523. .pf-img img {
  1524. width: 100%;
  1525. border-radius: 1px;
  1526. -moz-border-radius: 1px;
  1527. -webkit-border-radius: 1px;
  1528. }
  1529. .pf-detail {
  1530. padding-bottom: 15px;
  1531. font-size: 15px;
  1532.  
  1533. }
  1534. .pf-detail p {
  1535. font-family: 'Lato',sans-serif;
  1536. }
  1537. .pf-list {
  1538. line-height: 30px;
  1539. font-size: 15px;
  1540. }
  1541. .pf-list i { color: #c7c7c7 }
  1542. .image-caption a { padding: 10px 15px }
  1543. .pad-ten { padding-bottom: 30px }
  1544. .title { margin-top: 40px }
  1545. /*Photo Gallery*/
  1546. #gallery {
  1547. margin: auto;
  1548. position: relative;
  1549. width: 100%;
  1550. }
  1551. #gallery h2 {
  1552. color: #fff;
  1553. padding-top: 30px;
  1554. }
  1555. .gallery-container {
  1556. margin: 0 auto 40px auto;
  1557. position: relative;
  1558. width: 100%;
  1559. }
  1560. .col-4 .item {
  1561. width: 23%;
  1562. margin-right: 2%;
  1563. margin-bottom: 2%;
  1564. }
  1565. .col-4 .item img { height: 230px }
  1566. ul#filters {
  1567. display: inline-block;
  1568. width: 100%;
  1569. margin: 25px 0 25px 0;
  1570. }
  1571. ul#filters li {
  1572. float: left;
  1573. margin-right: 10px;
  1574. margin-bottom: 10px;
  1575. }
  1576. ul#filters li a {
  1577. background: #E2E0E1;
  1578. padding: 10px 15px;
  1579. display: inline-block;
  1580. color: #7D797A;
  1581. outline: none;
  1582. border-radius: 5px;
  1583. -webkit-border-radius: 5px;
  1584. -moz-border-radius: 5px;
  1585. transition-duration: 500ms;
  1586. transition-property: width, background;
  1587. transition-timing-function: ease;
  1588. -moz-transition-duration: 500ms;
  1589. -moz-transition-property: width, background;
  1590. -moz-transition-timing-function: ease;
  1591. -webkit-transition-duration: 500ms;
  1592. -webkit-transition-property: width, background;
  1593. -webkit-transition-timing-function: ease;
  1594. }
  1595. ul#filters > li > a:hover,
  1596. ul#filters > li > a:focus,
  1597. ul#filters > .active > a,
  1598. ul#filters > .active > span {
  1599. background: #48cfad;
  1600. padding: 10px 15px;
  1601. display: inline-block;
  1602. color: #fff;
  1603. border-radius: 5px;
  1604. -webkit-border-radius: 5px;
  1605. -moz-border-radius: 5px;
  1606. transition-duration: 500ms;
  1607. transition-property: width, background;
  1608. transition-timing-function: ease;
  1609. -moz-transition-duration: 500ms;
  1610. -moz-transition-property: width, background;
  1611. -moz-transition-timing-function: ease;
  1612. -webkit-transition-duration: 500ms;
  1613. -webkit-transition-property: width, background;
  1614. -webkit-transition-timing-function: ease;
  1615. }
  1616. .item img {
  1617. width: 100%;
  1618. height: 100%;
  1619. }
  1620. .text-grid a { color: #fff }
  1621. .text-grid div { padding: 0 10px }
  1622. .text-grid p { margin-bottom: 10px }
  1623. /*parallax*/
  1624. .parallax1 {
  1625. background-size: cover;
  1626. width: 100%;
  1627. min-height: 400px;
  1628. background-color: #48cfad;
  1629. font-style: italic;
  1630. }
  1631. .parallax1 h1 {
  1632. text-align: center;
  1633. color: #fff;
  1634. font-size: 25px;
  1635. font-weight: 300;
  1636. line-height: 40px;
  1637. margin-top: 160px;
  1638. }
  1639. /*newsletter*/
  1640. #newsletter {
  1641. background-color: #48cfad;
  1642. padding: 60px 0;
  1643. }
  1644. #newsletter p.lead {
  1645. color: white;
  1646. padding-top: 0px;
  1647. margin-top: -5px;
  1648. }
  1649. #newsletter input {
  1650. border: none;
  1651. border-radius: 0px;
  1652. -webkit-border-radius: 0px;
  1653. -moz-border-radius: 0px;
  1654. margin-left: -1px;
  1655. }
  1656. #newsletter-faq p.lead {
  1657. color: white;
  1658. padding-top: 6px;
  1659. }
  1660. #newsletter-faq input {
  1661. border: none;
  1662. border-bottom-left-radius: 3px;
  1663. border-top-left-radius: 3px;
  1664. margin-left: -1px;
  1665. }
  1666. .btn.btn-inverse {
  1667. background-color: #475168;
  1668. color: #fff;
  1669. height: 45px;
  1670. -webkit-transition: all .3s ease;
  1671. -moz-transition: all .3s ease;
  1672. -ms-transition: all .3s ease;
  1673. -o-transition: all .3s ease;
  1674. transition: all .3s ease;
  1675. }
  1676. .btn.btn-inverse:hover {
  1677. background-color: #415b76;
  1678. color: #fff;
  1679. height: 45px;
  1680. -webkit-transition: all .3s ease;
  1681. -moz-transition: all .3s ease;
  1682. -ms-transition: all .3s ease;
  1683. -o-transition: all .3s ease;
  1684. transition: all .3s ease;
  1685. }
  1686. .newsletter-input { height: 45px }
  1687. .btn-nl {
  1688. border-radius: 3px;
  1689. -webkit-border-radius: 3px;
  1690. -moz-border-radius: 3px;
  1691. }
  1692. .btn-nl:hover {
  1693. border-radius: 3px;
  1694. -webkit-border-radius: 3px;
  1695. -moz-border-radius: 3px;
  1696. }
  1697. .wh-bg {
  1698. background-color: #fff;
  1699. padding: 15px;
  1700. margin: 35px 0;
  1701. border: 1px solid #eee;
  1702. z-index: 20;
  1703. }
  1704. .position { text-align: center }
  1705. .wh-bg h3 { text-align: center }
  1706. /*faq*/
  1707. #newsletter-faq {
  1708. padding: 72px 0;
  1709. background: url("../img/tg-black-bg.png") no-repeat fixed top rgba(0,0,0,0.7);
  1710. height: 200px;
  1711. margin-top: 30px;
  1712. margin-bottom: 30px;
  1713. }
  1714. #faq-other mark {
  1715. background: #48cfad;
  1716. color: #fff;
  1717. }
  1718. .faq-square { margin: 40px 0 20px }
  1719. /*registration*/
  1720. .registration-bg {
  1721. margin-top: -40px;
  1722. background-color: #f1f2f7;
  1723. }
  1724. /*login*/
  1725. .login-page {
  1726. min-width: 25%;
  1727. max-width: 25%;
  1728. padding: 35px 30px 30px;
  1729. background: #fcfcfc;
  1730. border: solid 1px #eee;
  1731. margin: 40px auto;
  1732. border: 17px solid #eee;
  1733. }
  1734. .gr-bg {
  1735. background-color: #48cfad;
  1736. margin-top: -40px;
  1737. margin-bottom: -50px;
  1738. }
  1739. #btn-login {
  1740. background-color: #48cfad;
  1741. border: none;
  1742. border-radius: 1px;
  1743. -webkit-border-radius: 1px;
  1744. -moz-border-radius: 1px;
  1745. font-size: 17px;
  1746. }
  1747. #btn-fblogin {
  1748. background-color: #3B5998;
  1749. border: none;
  1750. border-radius: 1px;
  1751. -webkit-border-radius: 1px;
  1752. -moz-border-radius: 1px;
  1753. font-size: 17px;
  1754. }
  1755. .panel {
  1756. z-index: 100;
  1757. box-shadow: 0 1px 1px rgba(0,0,0,0.12);
  1758. border-radius: 1px;
  1759. -moz-border-radius: 1px;
  1760. -webkit-border-radius: 1px;
  1761. }
  1762. .panel-heading {
  1763. border-top-right-radius: 1px;
  1764. border-top-left-radius: 1px;
  1765. background-color: #48cfad;
  1766. border: none;
  1767. }
  1768. .panel-info>.panel-heading {
  1769. color: #eee;
  1770. background-color: #48cfad;
  1771. }
  1772. .panel-info>.panel-heading a:hover { color: #eee }
  1773. .panel-body {
  1774. border-radius: 1px;
  1775. -moz-border-radius: 1px;
  1776. -webkit-border-radius: 1px;
  1777. border: 1px solid #eee;
  1778. }
  1779. .form-control {
  1780. border: 1px solid #d9d9d9;
  1781. border-radius: 2px;
  1782. }
  1783. .form-control:focus {
  1784. border: none;
  1785. border: 1px solid #d9d9d9;
  1786. }
  1787. .input-group-addon {
  1788. border: border: 1px solid #d9d9d9;
  1789. border-radius: 1px;
  1790. -moz-border-radius: 1px;
  1791. -webkit-border-radius: 1px;
  1792. }
  1793. #signupbox { margin-bottom: 20px }
  1794. #btn-signup {
  1795. background-color: #48cfad;
  1796. border-radius: 1px;
  1797. -moz-border-radius: 1px;
  1798. -webkit-border-radius: 1px;
  1799. border: none;
  1800. font-size: 17px;
  1801. }
  1802. #signinlink:hover { color: #fff }
  1803. #btn-fbsignup {
  1804. background-color: #3B5998;
  1805. border: none;
  1806. border-radius: 1px;
  1807. -moz-border-radius: 1px;
  1808. -webkit-border-radius: 1px;
  1809. font-size: 17px;
  1810. width: 100%;
  1811. padding-top: 10px;
  1812. padding-bottom: 10px;
  1813. }
  1814. #btn-twsignup {
  1815. background-color: #52D2D8;
  1816. border: none;
  1817. border-radius: 1px;
  1818. -moz-border-radius: 1px;
  1819. -webkit-border-radius: 1px;
  1820. font-size: 17px;
  1821. width: 100%;
  1822. padding-top: 10px;
  1823. padding-bottom: 10px;
  1824. }
  1825. #search id="search" { background-color: #fff }
  1826. .btn-lg {
  1827. border-radius: 1px;
  1828. -webkit-border-radius: 1px;
  1829. -moz-border-radius: 1px;
  1830. }
  1831. #owl-demo { margin-bottom: 15px }
  1832. #owl-demo .item { margin: 3px }
  1833. #owl-demo .item img {
  1834. display: block;
  1835. width: 100%;
  1836. height: auto;
  1837. }
  1838. /*login*/
  1839. /*login page*/
  1840. .login-body { background-color: #f1f2f7 }
  1841. .form-signin {
  1842. max-width: 330px;
  1843. margin: 50px auto 50px;
  1844. background: #fff;
  1845. border-radius: 3px;
  1846. -moz-border-radius: 3px;
  1847. -webkit-border-radius: 3px;
  1848. }
  1849. .form-signin h2.form-signin-heading {
  1850. margin: 0;
  1851. padding: 20px 15px;
  1852. text-align: center;
  1853. background: #48cfad;
  1854. border-radius: 3px 3px 0 0;
  1855. -moz-border-radius: 3px 3px 0 0;
  1856. -webkit-border-radius: 3px 3px 0 0;
  1857. color: #fff;
  1858. font-size: 18px;
  1859. text-transform: uppercase;
  1860. font-weight: 300;
  1861. }
  1862. .form-signin .checkbox { margin-bottom: 14px }
  1863. .form-signin .checkbox {
  1864. font-weight: normal;
  1865. color: #b6b6b6;
  1866. font-weight: 300;
  1867. }
  1868. .form-signin .form-control {
  1869. position: relative;
  1870. font-size: 16px;
  1871. height: 38px;
  1872. padding: 10px;
  1873. -webkit-box-sizing: border-box;
  1874. -moz-box-sizing: border-box;
  1875. box-sizing: border-box;
  1876. }
  1877. .form-signin .form-control:focus { z-index: 2 }
  1878. .form-signin input[type="text"],
  1879. .form-signin input[type="password"] {
  1880. margin-bottom: 15px;
  1881. border-radius: 3px;
  1882. -webkit-border-radius: 3px;
  1883. -moz-border-radius: 3px;
  1884. border: 1px solid #eaeaea;
  1885. box-shadow: none;
  1886. font-size: 12px;
  1887. }
  1888. .form-signin .btn-login {
  1889. background: #48cfad;
  1890. color: #fff;
  1891. text-transform: uppercase;
  1892. font-weight: 300;
  1893. margin-bottom: 20px;
  1894. border-radius: 3px;
  1895. -webkit-border-radius: 3px;
  1896. -moz-border-radius: 3px;
  1897. -webkit-transition: all .3s ease;
  1898. -moz-transition: all .3s ease;
  1899. -ms-transition: all .3s ease;
  1900. -o-transition: all .3s ease;
  1901. transition: all .3s ease;
  1902. }
  1903. .form-signin .btn-login:hover {
  1904. background: #37BC9B;
  1905. border-radius: 3px;
  1906. -webkit-border-radius: 3px;
  1907. -moz-border-radius: 3px;
  1908. -webkit-transition: all .3s ease;
  1909. -moz-transition: all .3s ease;
  1910. -ms-transition: all .3s ease;
  1911. -o-transition: all .3s ease;
  1912. transition: all .3s ease;
  1913. }
  1914. .form-signin p {
  1915. text-align: center;
  1916. color: #b6b6b6;
  1917. font-size: 16px;
  1918. font-weight: 300;
  1919. }
  1920. .form-signin a { color: #41cac0 }
  1921. .form-signin a:hover { color: #b6b6b6 }
  1922. .login-wrap {
  1923. padding: 20px;
  1924. -webkit-border-radius: 3px;
  1925. -moz-border-radius: 3px;
  1926. border-radius: 3px;
  1927. }
  1928. .login-social-link {
  1929. display: inline-block;
  1930. margin-top: 20px;
  1931. margin-bottom: 15px;
  1932. }
  1933. .login-social-link a {
  1934. color: #fff;
  1935. padding: 15px 28px;
  1936. border-radius: 1px;
  1937. -webkit-border-radius: 1px;
  1938. -moz-border-radius: 1px;
  1939. }
  1940. .login-social-link a:hover { color: #fff }
  1941. .login-social-link a i {
  1942. font-size: 20px;
  1943. padding-right: 10px;
  1944. }
  1945. .login-social-link a.facebook {
  1946. background: #254c0b;
  1947. margin-right: 15px;
  1948. border-radius: 3px;
  1949. -moz-border-radius:3px;
  1950. -webkit-border-radius:3px;
  1951. margin-bottom: 2px;
  1952. float: left;
  1953. -webkit-transition: all .3s ease;
  1954. -moz-transition: all .3s ease;
  1955. -ms-transition: all .3s ease;
  1956. -o-transition: all .3s ease;
  1957. transition: all .3s ease;
  1958. }
  1959. .login-social-link a.facebook:hover {
  1960. background: #578520;
  1961. border-radius: 3px;
  1962. -moz-border-radius:3px;
  1963. -webkit-border-radius:3px;
  1964. -webkit-transition: all .3s ease;
  1965. -moz-transition: all .3s ease;
  1966. -ms-transition: all .3s ease;
  1967. -o-transition: all .3s ease;
  1968. transition: all .3s ease;
  1969. }
  1970.  
  1971. .form-wrapper { padding-bottom: 70px }
  1972. .login-bg {
  1973. margin-top: -40px;
  1974. margin-bottom: -50px;
  1975. background-color: #f1f2f7;
  1976. }
  1977. .modal-content {
  1978. border-radius: 1px;
  1979. -webkit-border-radius: 1px;
  1980. -moz-border-radius: 1px;
  1981. }
  1982. .modal-input { border: 1px solid #eee }
  1983. .modal-input:focus { border: 1px solid #eee }
  1984. .panel-faq { }
  1985. #accordion .panel-heading-faq { border: 1px solid #c7c7c7 }
  1986. #accordion .panel-body {
  1987. border-width: 0px 1px 1px 1px;
  1988. border-color: #c7c7c7;
  1989. border-style: solid;
  1990. background-color: #fff;
  1991. }
  1992. #accordion .panel {
  1993. box-shadow: none;
  1994. border: none;
  1995. }
  1996. .panel-group .panel {
  1997. border-radius: 1px;
  1998. -webkit-border-radius: 1px;
  1999. -moz-border-radius: 1px;
  2000. }
  2001. .headline {
  2002. display: block;
  2003. margin: 10px 0 25px 0;
  2004. }
  2005. .margin { margin-bottom: 20px }
  2006. .add li { margin-bottom: 6px }
  2007. ul.unstyled,
  2008. ol.unstyled {
  2009. margin-left: 0;
  2010. list-style: none;
  2011. }
  2012. #heading { text-align: center }
  2013. #heading p{
  2014. padding-top: 10px;
  2015. padding-bottom: 20px;
  2016. text-align: center;
  2017. }
  2018. .thumbnail {
  2019. position: relative;
  2020. padding: 0px;
  2021. margin-bottom: 30px;
  2022. border-radius: 1px;
  2023. -webkit-border-radius: 1px;
  2024. -moz-border-radius: 1px;
  2025. }
  2026. .thumbnail img { width: 100% }
  2027. .profile { margin-top: 20px }
  2028. .profile h2 {
  2029. text-align: center;
  2030. padding-bottom: 5px;
  2031. padding-top: 5px;
  2032. margin-bottom: 40px;
  2033. }
  2034. .about-hiring { padding-bottom: 15px }
  2035. .height { height: 40px }
  2036. .skill_bar_progress {
  2037. width: 0%;
  2038. padding-left: 10px;
  2039. padding-top: 4px;
  2040. border-radius: 1px;
  2041. -webkit-border-radius: 1px;
  2042. -moz-border-radius: 1px;
  2043. color: #fff;
  2044. height: 100%;
  2045. background: #48cfad;
  2046. }
  2047. .skill_bar {
  2048. width: 100%;
  2049. height: 30px;
  2050. background: #e1e1e1;
  2051. margin-bottom: 20px;
  2052. border-radius: 1px;
  2053. -webkit-border-radius: 1px;
  2054. -moz-border-radius: 1px;
  2055. overflow: hidden;
  2056. }
  2057. #progressbar {
  2058. width: 100%;
  2059. clear: both;
  2060. }
  2061. #progress {
  2062. background: #48cfad; /*-- Color of the bar --*/
  2063. width: 0%;
  2064. color: #fff;
  2065. padding-left: 8px;
  2066. max-width: 100%;
  2067. float: left;
  2068. -webkit-animation: progress 2s 1 forwards;
  2069. -moz-animation: progress 2s 1 forwards;
  2070. -ms-animation: progress 2s 1 forwards;
  2071. animation: progress 2s 1 forwards;
  2072. }
  2073. @-webkit-keyframes progress {
  2074. from { }
  2075. to { width: 70% }
  2076. }
  2077. @-moz-keyframes progress {
  2078. from { }
  2079. to { width: 36% }
  2080. }
  2081. @-ms-keyframes progress {
  2082. from { }
  2083. to { width: 36% }
  2084. }
  2085. @keyframes progress {
  2086. from { }
  2087. to { width: 36% }
  2088. }
  2089. /* carousel */
  2090. #quote-carousel {
  2091. padding: 0 10px 30px 10px;
  2092. margin-top: 30px 0px 0px;
  2093. }
  2094. /* Control buttons */
  2095. #quote-carousel .carousel-control {
  2096. background: none;
  2097. color: #222;
  2098. font-size: 2.3em;
  2099. text-shadow: none;
  2100. margin-top: 30px;
  2101. }
  2102. /* Previous button */
  2103. #quote-carousel .carousel-control.left { left: -12px }
  2104. /* Next button */
  2105. #quote-carousel .carousel-control.right { right: -12px !important }
  2106. /* Changes the position of the indicators */
  2107. #quote-carousel .carousel-indicators {
  2108. right: 50%;
  2109. top: auto;
  2110. bottom: 0px;
  2111. margin-right: -19px;
  2112. }
  2113. /* Changes the color of the indicators */
  2114. #quote-carousel .carousel-indicators li { background: #c0c0c0 }
  2115. #quote-carousel .carousel-indicators .active { background: #333333 }
  2116. #quote-carousel img {
  2117. width: 250px;
  2118. height: 100px;
  2119. }
  2120. /* End carousel */
  2121. .item blockquote {
  2122. border-left: none;
  2123. margin: 0;
  2124. }
  2125. .item blockquote img { margin-bottom: 10px }
  2126. .item blockquote p:before {
  2127. content: "\f10d";
  2128. font-family: 'Fontawesome';
  2129. float: left;
  2130. margin-right: 10px;
  2131. }
  2132. /**
  2133. MEDIA QUERIES
  2134. */
  2135. /* Small devices (tablets, 768px and up) */
  2136. @media (min-width: 768px) {
  2137. #quote-carousel {
  2138. margin-bottom: 0;
  2139. padding: 30px;
  2140. }
  2141. }
  2142. /* Small devices (tablets, up to 768px) */
  2143. @media (max-width: 768px) {
  2144. /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
  2145. #quote-carousel .carousel-indicators { bottom: -20px !important }
  2146. #quote-carousel .carousel-indicators li {
  2147. display: inline-block;
  2148. margin: 0px 5px;
  2149. width: 15px;
  2150. height: 15px;
  2151. }
  2152. #quote-carousel .carousel-indicators li.active {
  2153. margin: 0px 5px;
  2154. width: 20px;
  2155. height: 20px;
  2156. }
  2157. }
  2158. #filters {
  2159. margin: 1%;
  2160. padding: 0;
  2161. list-style: none;
  2162. }
  2163. #filters li { float: left }
  2164. #filters li span {
  2165. display: block;
  2166. padding: 5px 20px;
  2167. text-decoration: none;
  2168. color: #666;
  2169. cursor: pointer;
  2170. }
  2171. #filters li span.active {
  2172. background: #48cfad;
  2173. color: #fff;
  2174. }
  2175. #portfoliolist-three .portfolio {
  2176. -webkit-box-sizing: border-box;
  2177. -moz-box-sizing: border-box;
  2178. -o-box-sizing: border-box;
  2179. width: 32%;
  2180. margin-right: 1%;
  2181. margin-bottom: 1%;
  2182. display: none;
  2183. float: left;
  2184. overflow: hidden;
  2185. }
  2186. #portfoliolist .portfolio {
  2187. -webkit-box-sizing: border-box;
  2188. -moz-box-sizing: border-box;
  2189. -o-box-sizing: border-box;
  2190. width: 24%;
  2191. margin-right: 1%;
  2192. margin-bottom: 1%;
  2193. display: none;
  2194. float: left;
  2195. overflow: hidden;
  2196. }
  2197. .portfolio-wrapper {
  2198. overflow: hidden;
  2199. position: relative !important;
  2200. background: #666;
  2201. cursor: pointer;
  2202. }
  2203. .portfolio img {
  2204. max-width: 100%;
  2205. position: relative;
  2206. }
  2207. span.filter {
  2208. border-radius: 3px;
  2209. -webkit-border-radius: 3px;
  2210. -moz-border-radius: 3px;
  2211. }
  2212. /* #Tablet (Portrait) */
  2213. @media only screen and (min-width: 768px) and (max-width: 959px) {
  2214. .container { width: 768px }
  2215. }
  2216. /* #Mobile (Portrait) - Note: Design for a width of 320px */
  2217. @media only screen and (max-width: 767px) {
  2218. .container { width: 95% }
  2219. #portfoliolist .portfolio {
  2220. width: 97%;
  2221. margin: 2%;
  2222. }
  2223. #portfoliolist-three .portfolio {
  2224. width: 97%;
  2225. margin: 2%;
  2226. }
  2227. }
  2228. /* #Mobile (Landscape) - Note: Design for a width of 480px */
  2229. @media only screen and (min-width: 480px) and (max-width: 767px) {
  2230. .container { width: 70% }
  2231. }
  2232. .portfolio-hover {
  2233. position: relative;
  2234. overflow: hidden;
  2235. }
  2236. .portfolio-hover .icon {
  2237. background-color: #000;
  2238. border-radius: 50px;
  2239. -webkit-border-radius: 50px;
  2240. -moz-border-radius: 50px;
  2241. opacity: .7;
  2242. -webkit-transition: all .3s ease;
  2243. -moz-transition: all .3s ease;
  2244. -ms-transition: all .3s ease;
  2245. -o-transition: all .3s ease;
  2246. transition: all .3s ease;
  2247. }
  2248. .image-caption {
  2249. position: absolute;
  2250. top: 0;
  2251. right: 0;
  2252. background: rgba(0, 0, 0, 0.5);
  2253. width: 100%;
  2254. height: 100%;
  2255. padding-top: 35%;
  2256. display: none;
  2257. text-align: center;
  2258. color: #fff !important;
  2259. z-index: 2;
  2260. }
  2261. .price-container {
  2262. margin-top: -40px;
  2263. margin-bottom: -50px;
  2264. }
  2265. .price-one h1 { padding-top: 10px }
  2266. .price-one p {
  2267. text-align: center;
  2268. padding-bottom: 40px;
  2269. }
  2270. .taglist { }
  2271. /*pricing table*/
  2272. .pricing-table-two {
  2273. background-color: #fff;
  2274. border-radius: 1px;
  2275. -webkit-border-radius: 1px;
  2276. -moz-border-radius: 1px;
  2277. padding: 7px 0;
  2278. margin: 20px -5px;
  2279. border: 1px solid #eee;
  2280. }
  2281. .pricing-table-two .title {
  2282. font-size: 24px;
  2283. padding: 15px 20px;
  2284. color: #000000;
  2285. }
  2286. .pricing-table-two .price { color: #E74c3c }
  2287. .pricing-table-two .desc { padding: 5px 20px }
  2288. .pricing-table-two .inner { padding: 0 10px }
  2289. .pricing-table-two ul.items {
  2290. list-style: none;
  2291. padding-left: 0;
  2292. margin: 0 8px;
  2293. margin-top: 14px;
  2294. margin-bottom: 17px;
  2295. }
  2296. .pricing-table-two ul.items li {
  2297. margin-bottom: 5px;
  2298. padding: 13px 15px;
  2299. border-radius: 1px;
  2300. -webkit-border-radius: 1px;
  2301. -moz-border-radius: 1px;
  2302. clear: both;
  2303. }
  2304. .pricing-table-two ul.items li.available { background-color: #f2f4f5 }
  2305. .pricing-table-two ul.items li .icon-holder {
  2306. display: inline-block;
  2307. vertical-align: top;
  2308. font-size: 18px;
  2309. padding-left: 13px;
  2310. position: relative;
  2311. padding-top: 3px;
  2312. }
  2313. .pricing-table-two ul.items li .desc {
  2314. display: inline-block;
  2315. width: 85%;
  2316. }
  2317. .pricing-table-two ul.items li .checkbox label {
  2318. padding-left: 2px;
  2319. margin-bottom: 14px;
  2320. }
  2321. .pricing-table-two ul.items li label {
  2322. cursor: pointer;
  2323. margin-bottom: 0;
  2324. font-size: 13px;
  2325. }
  2326. .pricing-table-two.highlighted {
  2327. border: 1px solid #0aa699;
  2328. position: relative;
  2329. top: -15px;
  2330. padding-bottom: 20px;
  2331. padding-top: 25px;
  2332. }
  2333. .pricing-table-two .btn-block {
  2334. width: 60%;
  2335. margin-left: 20%;
  2336. margin-bottom: 10px;
  2337. padding: 9px 0;
  2338. }
  2339. .feature-item {
  2340. margin: 0 50px;
  2341. text-align: center;
  2342. }
  2343. .pricing-table-two .price-actions .btn {
  2344. border-radius: 5px;
  2345. -moz-border-radius: 5px;
  2346. -webkit-border-radius: 5px;
  2347. background: #48cfad;
  2348. color: #fff;
  2349. border: none;
  2350. box-shadow: none;
  2351. text-shadow: none;
  2352. padding: 10px 20px;
  2353. margin-left: 16%;
  2354. margin-bottom: 3%;
  2355. width: 70%;
  2356. cursor: pointer;
  2357. }
  2358. .muted { color: #b6bfc5 }
  2359. .text-error { color: #e74c3c }
  2360. .f-w-n { font-weight: normal }
  2361. .hlight { }
  2362. .pr-10 { padding-right: 10px }
  2363. .pr-5 { padding-right: 5px }
  2364. .error-inner {
  2365. text-align: center;
  2366. padding: 15%;
  2367. }
  2368. .career-contact {
  2369. border: 1px solid #eee;
  2370. background-color: #f7f7f7;
  2371. padding-top: 9px;
  2372. }
  2373. .career-inner {
  2374. margin-top: -40px;
  2375. padding: 30px 0;
  2376. }
  2377. .career-head h1,
  2378. p { text-align: center }
  2379. .candidate ul li { padding: 3px 0 }
  2380. .candidate h1 { margin-bottom: 20px }
  2381. .align-left { text-align: left }
  2382. .privacy-terms h3,
  2383. p { text-align: left }
  2384. .terms-list {
  2385. padding-left: 15px;
  2386. padding-bottom: 25px;
  2387. line-height: 1.6;
  2388. }
  2389. .owl-prev {
  2390. float: left;
  2391. padding: 8px 20px;
  2392. margin-left: 2px;
  2393. border-radius: 2px;
  2394. -webkit-border-radius: 2px;
  2395. -moz-border-radius: 2px;
  2396. margin-top: 5px;
  2397. background-color: #eee;
  2398. }
  2399. .owl-next {
  2400. float: right;
  2401. padding: 8px 20px;
  2402. margin-right: 2px;
  2403. border-radius: 2px;
  2404. -webkit-border-radius: 2px;
  2405. -moz-border-radius: 2px;
  2406. margin-top: 5px;
  2407. background-color: #eee;
  2408. }
  2409. /*404 page*/
  2410. .fof { margin-top: -40px }
  2411. .fof h1 { margin-top: 0px }
  2412. /*submenu test*/
  2413. .dropdown-submenu { position: relative }
  2414. .dropdown-submenu>.dropdown-menu {
  2415. top: 0;
  2416. left: 100%;
  2417. margin-top: 0px;
  2418. margin-left: -1px;
  2419. -webkit-border-radius: 1px;
  2420. -moz-border-radius: 1px;
  2421. border-radius: 1px;
  2422. }
  2423. .dropdown-submenu:hover>.dropdown-menu { display: block }
  2424. .dropdown-submenu>a:after {
  2425. display: block;
  2426. content: " ";
  2427. float: right;
  2428. width: 0;
  2429. height: 0;
  2430. border-color: transparent;
  2431. border-style: solid;
  2432. border-width: 5px 0 5px 5px;
  2433. border-left-color: #ccc;
  2434. margin-top: 9px;
  2435. margin-right: -10px;
  2436. }
  2437. .dropdown-submenu:hover>a:after { border-left-color: #fff }
  2438. .dropdown-submenu.pull-left { float: none }
  2439. .dropdown-submenu.pull-left>.dropdown-menu {
  2440. left: -100%;
  2441. margin-left: 10px;
  2442. -webkit-border-radius: 1px;
  2443. -moz-border-radius: 1px;
  2444. border-radius: 1px;
  2445. }
  2446. .pad-bot-fifty { padding-bottom: 50px }
  2447. .jumbotron { margin-bottom: 0px }
  2448. .mar-b-30 { margin-bottom: 30px }
  2449. .mar-b-40 { margin-bottom: 40px }
  2450. .mar-b-50 { margin-bottom: 50px }
  2451. .mar-b-60 { margin-bottom: 60px }
  2452. .mar-b-70 { margin-bottom: 70px }
  2453. .btn {
  2454. border-radius: 4px;
  2455. -webkit-border-radius: 4px;
  2456. -moz-border-radius: 4px;
  2457. }
  2458. /*
  2459. Component: Buttons
  2460. -------------------------
  2461. */
  2462. .btn {
  2463. font-weight: 500;
  2464. -webkit-border-radius: 3px;
  2465. -moz-border-radius: 3px;
  2466. border-radius: 3px;
  2467. border: 1px solid transparent;
  2468. }
  2469. .btn.btn-default {
  2470. background-color: #fafafa;
  2471. color: #666;
  2472. border-color: #ddd;
  2473. border-bottom-color: #ddd;
  2474. -webkit-transition: all .3s ease;
  2475. -moz-transition: all .3s ease;
  2476. -ms-transition: all .3s ease;
  2477. -o-transition: all .3s ease;
  2478. transition: all .3s ease;
  2479. }
  2480. .btn.btn-default:hover,
  2481. .btn.btn-default:active,
  2482. .btn.btn-default.hover {
  2483. background-color: #f4f4f4!important;
  2484. -webkit-transition: all .3s ease;
  2485. -moz-transition: all .3s ease;
  2486. -ms-transition: all .3s ease;
  2487. -o-transition: all .3s ease;
  2488. transition: all .3s ease;
  2489. }
  2490. .btn.btn-default.btn-flat {
  2491. border-bottom-color: #d9dadc;
  2492. -webkit-transition: all .3s ease;
  2493. -moz-transition: all .3s ease;
  2494. -ms-transition: all .3s ease;
  2495. -o-transition: all .3s ease;
  2496. transition: all .3s ease;
  2497. }
  2498. .btn.btn-primary {
  2499. background-color: #3bafda;
  2500. border: none;
  2501. -webkit-transition: all .3s ease;
  2502. -moz-transition: all .3s ease;
  2503. -ms-transition: all .3s ease;
  2504. -o-transition: all .3s ease;
  2505. transition: all .3s ease;
  2506. }
  2507. .btn.btn-primary:hover,
  2508. .btn.btn-primary:active,
  2509. .btn.btn-primary.hover {
  2510. background-color: #4fc1e9;
  2511. border: none;
  2512. -webkit-transition: all .3s ease;
  2513. -moz-transition: all .3s ease;
  2514. -ms-transition: all .3s ease;
  2515. -o-transition: all .3s ease;
  2516. transition: all .3s ease;
  2517. }
  2518. .btn.btn-success {
  2519. background-color: #8cc152;
  2520. border: none;
  2521. -webkit-transition: all .3s ease;
  2522. -moz-transition: all .3s ease;
  2523. -ms-transition: all .3s ease;
  2524. -o-transition: all .3s ease;
  2525. transition: all .3s ease;
  2526. }
  2527. .btn.btn-success:hover,
  2528. .btn.btn-success:active,
  2529. .btn.btn-success.hover {
  2530. background-color: #a0d468;
  2531. border: none;
  2532. -webkit-transition: all .3s ease;
  2533. -moz-transition: all .3s ease;
  2534. -ms-transition: all .3s ease;
  2535. -o-transition: all .3s ease;
  2536. transition: all .3s ease;
  2537. }
  2538. .btn.btn-info {
  2539. background-color: #37bc9b;
  2540. border: none;
  2541. -webkit-transition: all .3s ease;
  2542. -moz-transition: all .3s ease;
  2543. -ms-transition: all .3s ease;
  2544. -o-transition: all .3s ease;
  2545. transition: all .3s ease;
  2546. }
  2547. .btn.btn-info:hover,
  2548. .btn.btn-info:active,
  2549. .btn.btn-info.hover {
  2550. background-color: #48cfad;
  2551. border: none;
  2552. -webkit-transition: all .3s ease;
  2553. -moz-transition: all .3s ease;
  2554. -ms-transition: all .3s ease;
  2555. -o-transition: all .3s ease;
  2556. transition: all .3s ease;
  2557. }
  2558. .btn.btn-danger {
  2559. background-color: #E74c3c;
  2560. border: none;
  2561. -webkit-transition: all .3s ease;
  2562. -moz-transition: all .3s ease;
  2563. -ms-transition: all .3s ease;
  2564. -o-transition: all .3s ease;
  2565. transition: all .3s ease;
  2566. }
  2567. .btn.btn-danger:hover,
  2568. .btn.btn-danger:active,
  2569. .btn.btn-danger.hover {
  2570. background-color: #f4543c;
  2571. border: none;
  2572. -webkit-transition: all .3s ease;
  2573. -moz-transition: all .3s ease;
  2574. -ms-transition: all .3s ease;
  2575. -o-transition: all .3s ease;
  2576. transition: all .3s ease;
  2577. }
  2578. .btn.btn-warning {
  2579. background-color: #f6bb42;
  2580. border: none;
  2581. -webkit-transition: all .3s ease;
  2582. -moz-transition: all .3s ease;
  2583. -ms-transition: all .3s ease;
  2584. -o-transition: all .3s ease;
  2585. transition: all .3s ease;
  2586. }
  2587. .btn.btn-warning:hover,
  2588. .btn.btn-warning:active,
  2589. .btn.btn-warning.hover {
  2590. background-color: #ffce54;
  2591. border: none;
  2592. -webkit-transition: all .3s ease;
  2593. -moz-transition: all .3s ease;
  2594. -ms-transition: all .3s ease;
  2595. -o-transition: all .3s ease;
  2596. transition: all .3s ease;
  2597. }
  2598. .btn-group .btn.btn-success { border: 1px solid #7ab03f }
  2599. .btn-group .btn.btn-info { border: 1px solid #2fa084 }
  2600. .btn-group .btn.btn-danger { border: 1px solid #d13a24 }
  2601. .btn-group .btn.btn-warning { border: 1px solid #efa50b }
  2602. .btn-group-vertical .btn.btn-success { border: 1px solid #7ab03f }
  2603. .btn-group-vertical .btn.btn-info { border: 1px solid #2fa084 }
  2604. .btn-group-vertical .btn.btn-danger { border: 1px solid #d13a24 }
  2605. .btn-group-vertical .btn.btn-warning { border: 1px solid #efa50b }
  2606. .open .dropdown-toggle.btn-warning {
  2607. background-color: #f6bb42;
  2608. border-color: #efa50b;
  2609. }
  2610. .open .dropdown-toggle.btn-info {
  2611. background-color: #48cfad;
  2612. border-color: #2fa084;
  2613. }
  2614. .btn.btn-flat {
  2615. -webkit-border-radius: 0;
  2616. -moz-border-radius: 0;
  2617. border-radius: 0;
  2618. -webkit-box-shadow: none;
  2619. -moz-box-shadow: none;
  2620. box-shadow: none;
  2621. border-width: 1px;
  2622. }
  2623. .btn:active {
  2624. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2625. -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2626. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2627. }
  2628. .btn:focus { outline: none }
  2629. .btn.btn-file {
  2630. position: relative;
  2631. width: 120px;
  2632. height: 35px;
  2633. overflow: hidden;
  2634. }
  2635. .btn.btn-file > input[type='file'] {
  2636. display: block !important;
  2637. width: 100% !important;
  2638. height: 35px !important;
  2639. opacity: 0 !important;
  2640. position: absolute;
  2641. top: -10px;
  2642. cursor: pointer;
  2643. }
  2644. .btn.btn-app {
  2645. position: relative;
  2646. padding: 15px 5px;
  2647. margin: 0 0 10px 10px;
  2648. min-width: 80px;
  2649. height: 60px;
  2650. -webkit-box-shadow: none;
  2651. -moz-box-shadow: none;
  2652. box-shadow: none;
  2653. -webkit-border-radius: 0;
  2654. -moz-border-radius: 0;
  2655. border-radius: 0;
  2656. text-align: center;
  2657. color: #666;
  2658. border: 1px solid #ddd;
  2659. background-color: #fafafa;
  2660. font-size: 12px;
  2661. }
  2662. .btn.btn-app > .fa,
  2663. .btn.btn-app > .glyphicon,
  2664. .btn.btn-app > .ion {
  2665. font-size: 20px;
  2666. display: block;
  2667. }
  2668. .btn.btn-app:hover {
  2669. background: #f4f4f4;
  2670. color: #444;
  2671. border-color: #aaa;
  2672. }
  2673. .btn.btn-app:active,
  2674. .btn.btn-app:focus {
  2675. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2676. -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2677. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2678. }
  2679. .btn.btn-app > .badge {
  2680. position: absolute;
  2681. top: -3px;
  2682. right: -10px;
  2683. font-size: 10px;
  2684. font-weight: 400;
  2685. }
  2686. .btn.btn-social-old {
  2687. -webkit-box-shadow: none;
  2688. -moz-box-shadow: none;
  2689. box-shadow: none;
  2690. opacity: 0.9;
  2691. padding: 0;
  2692. }
  2693. .btn.btn-social-old > .fa {
  2694. padding: 10px 0;
  2695. width: 40px;
  2696. }
  2697. .btn.btn-social-old > .fa + span { border-left: 1px solid rgba(255, 255, 255, 0.3) }
  2698. .btn.btn-social-old span { padding: 10px }
  2699. .btn.btn-social-old:hover { opacity: 1 }
  2700. .btn.btn-circle {
  2701. width: 30px;
  2702. height: 30px;
  2703. line-height: 30px;
  2704. padding: 0;
  2705. -webkit-border-radius: 50%;
  2706. -moz-border-radius: 50%;
  2707. border-radius: 50%;
  2708. }
  2709. /* Background colors */
  2710. .bg-red,
  2711. .bg-yellow,
  2712. .bg-aqua,
  2713. .bg-blue,
  2714. .bg-light-blue,
  2715. .bg-green,
  2716. .bg-navy,
  2717. .bg-teal,
  2718. .bg-olive,
  2719. .bg-lime,
  2720. .bg-orange,
  2721. .bg-fuchsia,
  2722. .bg-purple,
  2723. .bg-maroon,
  2724. .bg-black { color: #f9f9f9 !important }
  2725. .bg-gray { background-color: #eaeaec !important }
  2726. .bg-black { background-color: #222222 !important }
  2727. .bg-red { background-color: #f56954 !important }
  2728. .bg-yellow { background-color: #f39c12 !important }
  2729. .bg-aqua { background-color: #00c0ef !important }
  2730. .bg-blue { background-color: #0073b7 !important }
  2731. .bg-light-blue { background-color: #3c8dbc !important }
  2732. .bg-green { background-color: #00a65a !important }
  2733. .bg-navy { background-color: #001f3f !important }
  2734. .bg-teal { background-color: #39cccc !important }
  2735. .bg-olive { background-color: #3d9970 !important }
  2736. .bg-lime { background-color: #01ff70 !important }
  2737. .bg-orange { background-color: #ff851b !important }
  2738. .bg-fuchsia { background-color: #f012be !important }
  2739. .bg-purple { background-color: #932ab6 !important }
  2740. .bg-maroon { background-color: #85144b !important }
  2741. .tag-line-section {
  2742. background: url("../img/tg-black-bg.png") no-repeat fixed top rgba(0,0,0,0.7);
  2743. height: 300px;
  2744. margin-bottom: 30px;
  2745. }
  2746. .mfp-fade.mfp-bg {
  2747. opacity: 0;
  2748. -webkit-transition: all 0.3s ease-out;
  2749. -moz-transition: all 0.3s ease-out;
  2750. transition: all 0.3s ease-out;
  2751. }
  2752. /* overlay animate in */
  2753. .mfp-fade.mfp-bg.mfp-ready { opacity: 0.8 }
  2754. /* overlay animate out */
  2755. .mfp-fade.mfp-bg.mfp-removing { opacity: 0 }
  2756. /* content at start */
  2757. .mfp-fade.mfp-wrap .mfp-content {
  2758. opacity: 0;
  2759. -webkit-transition: all 0.3s ease-out;
  2760. -moz-transition: all 0.3s ease-out;
  2761. transition: all 0.3s ease-out;
  2762. }
  2763. /* content animate it */
  2764. .mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1 }
  2765. /* content animate out */
  2766. .mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0 }
  2767.  
  2768. /* Recent work hover effect */
  2769.  
  2770. .view-sixth img {
  2771. -webkit-transition: all 0.4s ease-in-out 0.5s;
  2772. -moz-transition: all 0.4s ease-in-out 0.5s;
  2773. -o-transition: all 0.4s ease-in-out 0.5s;
  2774. -ms-transition: all 0.4s ease-in-out 0.5s;
  2775. transition: all 0.4s ease-in-out 0.5s;
  2776. }
  2777. .view-sixth .mask {
  2778. background-color: rgba(0,0,0,0.5);
  2779. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  2780. filter: alpha(opacity=0);
  2781. opacity: 0;
  2782. -webkit-transition: all 0.3s ease-in 0.4s;
  2783. -moz-transition: all 0.3s ease-in 0.4s;
  2784. -o-transition: all 0.3s ease-in 0.4s;
  2785. -ms-transition: all 0.3s ease-in 0.4s;
  2786. transition: all 0.3s ease-in 0.4s;
  2787. }
  2788. .view-sixth a.info {
  2789. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  2790. filter: alpha(opacity=0);
  2791. opacity: 0;
  2792. -webkit-transform: translateY(100px);
  2793. -moz-transform: translateY(100px);
  2794. -o-transform: translateY(100px);
  2795. -ms-transform: translateY(100px);
  2796. transform: translateY(100px);
  2797. -webkit-transition: all 0.3s ease-in-out 0.1s;
  2798. -moz-transition: all 0.3s ease-in-out 0.1s;
  2799. -o-transition: all 0.3s ease-in-out 0.1s;
  2800. -ms-transition: all 0.3s ease-in-out 0.1s;
  2801. transition: all 0.3s ease-in-out 0.1s;
  2802. }
  2803. .view-sixth:hover .mask {
  2804. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  2805. filter: alpha(opacity=100);
  2806. opacity: 1;
  2807. -webkit-transition-delay: 0s;
  2808. -moz-transition-delay: 0s;
  2809. -o-transition-delay: 0s;
  2810. -ms-transition-delay: 0s;
  2811. transition-delay: 0s;
  2812. }
  2813. .view-sixth:hover img {
  2814. -webkit-transition-delay: 0s;
  2815. -moz-transition-delay: 0s;
  2816. -o-transition-delay: 0s;
  2817. -ms-transition-delay: 0s;
  2818. transition-delay: 0s;
  2819. }
  2820. .view-sixth:hover a.info {
  2821. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  2822. filter: alpha(opacity=100);
  2823. opacity: 1;
  2824. -webkit-transform: translateY(0px);
  2825. -moz-transform: translateY(0px);
  2826. -o-transform: translateY(0px);
  2827. -ms-transform: translateY(0px);
  2828. transform: translateY(0px);
  2829. -webkit-transition-delay: 0.3s;
  2830. -moz-transition-delay: 0.3s;
  2831. -o-transition-delay: 0.3s;
  2832. -ms-transition-delay: 0.3s;
  2833. transition-delay: 0.3s;
  2834. }
  2835. .view {
  2836. float: left;
  2837. overflow: hidden;
  2838. position: relative;
  2839. text-align: center;
  2840. cursor: default;
  2841. }
  2842. .view .mask,
  2843. .view .content {
  2844. position: absolute;
  2845. overflow: hidden;
  2846. top: 0;
  2847. left: 0;
  2848. }
  2849. .view img {
  2850. display: block;
  2851. position: relative;
  2852. }
  2853. .view a.info {
  2854. display: inline-block;
  2855. text-decoration: none;
  2856. position: relative;
  2857. top: 35%;
  2858. color: #fff;
  2859. }
  2860. .feature-box {
  2861. margin-top: 15px;
  2862. margin-bottom: 15px;
  2863. }
  2864. .feature-box-heading i {
  2865. color: #48cfad;
  2866. width: 40px;
  2867. height: 40px;
  2868. display: inline-block;
  2869. border-radius: 50px;
  2870. border: 1px solid #48cfad;
  2871. line-height: 40px;
  2872. }
  2873. .border-one {
  2874. border: 1px solid #0B6121;
  2875. padding: 5px 15px;
  2876. }
  2877. .border-one:hover {
  2878. border: 1px solid #eee;
  2879. padding: 5px 15px;
  2880. opacity: .9;
  2881. }
  2882.  
  2883. div#logo a img{
  2884. float:left;
  2885. height:75px;
  2886.  
  2887. }
  2888. div.header h3{
  2889. margin-left:15px;
  2890. }
  2891. .hr{
  2892. height:1px;
  2893. width: 30%;
  2894. margin:30px auto;
  2895. background-color:#ececec;
  2896. position: relative;
  2897. line-height: 1px;
  2898. }
  2899.  
  2900. .hr-inner{
  2901. width:8px;
  2902. height: 9px;
  2903. background-color: #fff;
  2904. border: 1px solid #ececec;
  2905. position: absolute;
  2906. left:50%;
  2907. top:-4px;
  2908. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement