Diligent web site
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

custom.css 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703
  1. /* #navigation ul li.active.portfolio .nav-active-mark
  2. {
  3. bottom: -20px;
  4. } */
  5. a:hover
  6. {
  7. text-decoration: none!important;
  8. }
  9. a.email
  10. {
  11. color: #993c95;
  12. transition: opacity .35s;
  13. -webkit-transition: opacity .35s;
  14. }
  15. a.email:hover
  16. {
  17. color: #993c95;
  18. opacity: .9;
  19. }
  20. ul.bulleted-list li
  21. {
  22. list-style-type: disc;
  23. }
  24. ul.bulleted-list {
  25. padding-left: 30px;
  26. }
  27. /* header */
  28. .sub-menu
  29. {
  30. /* display: flex;
  31. flex-direction: column; */
  32. }
  33. .dropdown_wrap
  34. {
  35. }
  36. .dropdown-menu
  37. {
  38. display: none;
  39. position: fixed;
  40. left: 0;
  41. top: 82px;
  42. width: 100%;
  43. padding: 32px 0;
  44. }
  45. .dropdown-menu.active {
  46. display: block;
  47. }
  48. #servicesMenu
  49. {
  50. }
  51. /* header end*/
  52. #back-to-top
  53. {
  54. position: fixed;
  55. right: 16px;
  56. bottom: 40px;
  57. width: 0;
  58. height: 0;
  59. display: none;
  60. border-right: 50px solid transparent;
  61. border-left: 50px solid transparent;
  62. border-bottom: 50px solid #993c95;
  63. border-radius: 7px;
  64. z-index: 99;
  65. }
  66. #back-to-top span
  67. {
  68. position: relative;
  69. top: 21px;
  70. left: -15px;
  71. font-size: 20px;
  72. color: #fff;
  73. }
  74. #back-to-top.active{
  75. display: block;
  76. }
  77. .h3
  78. {
  79. font-size: 36px;
  80. }
  81. .section-title h1
  82. {
  83. font: 72px 'bebas_neue', Helvetica, Arial, sans-serif;
  84. color: #1d1d1d;
  85. padding: 0;
  86. margin-bottom: -10px;
  87. }
  88. .red-background
  89. {
  90. background-color: #cd1e28
  91. }
  92. .white-background, .contact-social.linkedin .hex-area.white-background
  93. {
  94. background-color: #d7dbd8!important;
  95. }
  96. .gray-background, .contact-social.linkedin .outer-hex.gray-background
  97. {
  98. background-color: #9e9e9e !important;
  99. }
  100. .dark-blue-background ,.contact-social.linkedin .dark-blue-background.hex-area
  101. {
  102. background-color: #103576!important;
  103. }
  104. .light-blue-background, .contact-social.linkedin .light-blue-background.hex-area
  105. {
  106. background-color: #089bcf!important;
  107. }
  108. /* portfolio */
  109. #gallery .contact-socials .contact-social-overlay .hex-area ,#portfolio-header .contact-socials .contact-social-overlay .hex-area {
  110. /*background-color: #d7dbd8!important;*/
  111. background-color: #cccccc!important;
  112. }
  113. #gallery .gallery-item-overlay .hex-area, #portfolio-header .gallery-item-overlay .hex-area{
  114. background-color: #d7dbd8!important;
  115. }
  116. #gallery .gallery-item-overlay .hex-area.no-partner
  117. {
  118. background-color: rgba(104,104,104)!important;
  119. position: relative;
  120. z-index: 999999999;
  121. }
  122. #gallery .hex_overlay
  123. {
  124. background-color: rgba(104,104,104)!important;
  125. position: relative;
  126. z-index: 99999999999;
  127. width: 100%;
  128. height: 100%;
  129. }
  130. #gallery .gallery-item-overlay .outer-hex , #portfolio-header .gallery-item-overlay .outer-hex {
  131. background-color: #9e9e9e;
  132. transition: background-color .35s;
  133. -webkit-transition: background-color .35s;
  134. }
  135. #gallery .flex-control-paging
  136. {
  137. display: none;
  138. }
  139. .white-color
  140. {
  141. color:#fff;
  142. }
  143. #gallery .gallery-item .socials {
  144. padding-top: 80px;
  145. }
  146. #gallery .gallery-item-overlay:hover .outer-hex, #portfolio-header .gallery-item-overlay:hover .outer-hex {
  147. background-color: rgba(153,60,149,0.7);
  148. }
  149. #intro {
  150. height: 540px;
  151. }
  152. #gallery .gallery-box
  153. {
  154. padding: 0px 100px;
  155. }
  156. #our_partners-section
  157. {
  158. position: relative;
  159. z-index: 1;
  160. padding-bottom: 100px;
  161. }
  162. #our_partners-wrap .our_partners-cont
  163. {
  164. position: absolute;
  165. width: 100%;
  166. height: 100%;
  167. left: 0;
  168. top: 0;
  169. opacity: .1;
  170. background-size: cover;
  171. background-color: #000;
  172. z-index: 4;
  173. }
  174. .gallery-cont
  175. {
  176. position: relative;
  177. z-index: 7;
  178. position: relative;
  179. opacity:1;
  180. }
  181. #gallery .contact-social .outer-hex, #portfolio-header .contact-social .outer-hex{
  182. background-color: #9e9e9e !important;
  183. }
  184. .services-wrap-cont
  185. {
  186. border-top: 5px solid #ddd;
  187. }
  188. .typewriter-span {
  189. font-size: 3.82rem;
  190. text-shadow: 0 0 2px #000;
  191. }
  192. .non-margin
  193. {
  194. margin: 0!important;
  195. }
  196. .about-item.highlight {
  197. background-color: #fff;
  198. }
  199. .about-item, .serevices-item {
  200. text-align: center;
  201. padding: 180px 5px;
  202. }
  203. #portfolio-header .hive .outer-hex:hover
  204. {
  205. background-color: rgba(153,60,149,0.7)!important;
  206. }
  207. #galery .gallery-item-overlay:hover .hex-area.no-partner
  208. {
  209. background-color: #d7dbd8!important;
  210. }
  211. #gallery .section-triangle-grey
  212. {
  213. /*background-color: #f6f6f6;*/
  214. display: none;
  215. }
  216. /* #about-section
  217. {
  218. padding-bottom: 240px;
  219. } */
  220. #gallery
  221. {
  222. position: relative;
  223. padding-bottom: 0px!important;
  224. padding-top: 210px;
  225. }
  226. #our_partners-wrap::before{
  227. content: "";
  228. position: absolute;
  229. width: 0;
  230. height: 0;
  231. border-style: solid;
  232. border-width: 36px 63px 0px 63px;
  233. border-color: #f6f6f6 transparent transparent transparent;
  234. top: 0;
  235. left:50%;
  236. transform: translateX(-50%);
  237. z-index: 11;
  238. }
  239. #our_partners_title
  240. {
  241. font-size: 40px;
  242. }
  243. #our_partners-section:before
  244. {
  245. content: "";
  246. position: absolute;
  247. width: 0;
  248. height: 0;
  249. border-style: solid;
  250. border-width: 36px 63px 0px 63px;
  251. border-color: #f6f6f6 transparent transparent transparent;
  252. top: 0;
  253. left: 50%;
  254. transform: translateX(-50%);
  255. z-index: 11;
  256. opacity: 1;
  257. }
  258. .successfully
  259. {
  260. color:#00FF00;
  261. }
  262. .error
  263. {
  264. background-color: #FF0000;
  265. }
  266. /*careers page*/
  267. .careers-intro
  268. {
  269. min-height: 500px;
  270. padding-top: 30px;
  271. padding-bottom: 100px;
  272. display: flex;
  273. flex-direction: row;
  274. }
  275. .careers .section-title
  276. {
  277. position: relative;
  278. }
  279. .careers, .apply-form-cont
  280. {
  281. padding-top: 70px;
  282. padding-bottom: 80px;
  283. }
  284. .careers .one_half
  285. {
  286. float: left;
  287. }
  288. .position-cont
  289. {
  290. position: relative;
  291. width:100%;
  292. }
  293. .position
  294. {
  295. position: relative;
  296. width:100%;
  297. color: inherit;
  298. padding: 16px 35px;
  299. border: 4px solid #993c95;
  300. display: flex;
  301. flex-direction: column;
  302. justify-content: space-between;
  303. margin-bottom: 20px;
  304. color: #1d1d1d;
  305. -webkit-transition: background-color .35s, color .35s;
  306. transition: background-color .35s, color .35s;
  307. border-radius: 65px;
  308. cursor: pointer;
  309. }
  310. .position:hover
  311. {
  312. background-color: #993c95!important;
  313. color:#fff!important;
  314. }
  315. .position.active{
  316. background-color: #993c95!important;
  317. color:#fff!important;
  318. }
  319. .position-name
  320. {
  321. padding-top: 20px;
  322. }
  323. .position-name h4
  324. {
  325. position: relative;
  326. margin-right: 55px;
  327. }
  328. .chevron
  329. {
  330. position: absolute;
  331. top: 50%;
  332. right: 30px;
  333. transform: translateY(-50%);
  334. }
  335. .chevron__line1, .chevron__line2
  336. {
  337. stroke-width: 10;
  338. stroke-linecap: round;
  339. -webkit-transition: -webkit-transform 0.4s, stroke 0.4s;
  340. transition: transform 0.4s, stroke 0.4s;
  341. }
  342. .chevron__line1 {
  343. -webkit-transform-origin: 50px 50px;
  344. transform-origin: 50px 50px;
  345. }
  346. .chevron__line2 {
  347. -webkit-transform-origin: 50px 50px;
  348. transform-origin: 50px 50px;
  349. }
  350. .chevron--down, .chevron--up {
  351. display: block;
  352. }
  353. .chevron--down .chevron__container, .chevron--up .chevron__container {
  354. -webkit-transition: -webkit-transform 0.4s;
  355. transition: transform 0.4s;
  356. -webkit-transform: translateY(13px);
  357. transform: translateY(13px);
  358. }
  359. .chevron--down .chevron__line1, .chevron--up .chevron__line1 {
  360. stroke: #993c95;
  361. -webkit-transform: rotate(40deg);
  362. transform: rotate(40deg);
  363. }
  364. .chevron--down .chevron__line2, .chevron--up .chevron__line2 {
  365. stroke: #993c95;
  366. -webkit-transform: rotate(-40deg);
  367. transform: rotate(-40deg);
  368. }
  369. .chevron--up .chevron__container {
  370. -webkit-transform: translateY(-13px);
  371. transform: translateY(-13px);
  372. }
  373. .chevron--up .chevron__line1 {
  374. stroke: white;
  375. -webkit-transform: rotate(-40deg);
  376. transform: rotate(-40deg);
  377. }
  378. .chevron--up .chevron__line2 {
  379. stroke: white;
  380. -webkit-transform: rotate(40deg);
  381. transform: rotate(40deg);
  382. }
  383. .position:hover .chevron--down .chevron__line1, .position:hover .chevron--down .chevron__line2 {
  384. stroke: #fff;
  385. }
  386. .position-content {
  387. padding: 30px 0px;
  388. }
  389. .apply-cont
  390. {
  391. height: auto;
  392. width: 100%;
  393. text-align: center;
  394. margin-top: 50px;
  395. }
  396. .btn-apply
  397. {
  398. color: #fff;
  399. padding: 20px;
  400. border-radius: 45px;
  401. background-color: #993c95;
  402. border: none;
  403. font-size: 1.5rem;
  404. font-weight: bold;
  405. cursor: pointer;
  406. }
  407. .btn-apply:hover{
  408. opacity: .8;
  409. color: #fff;
  410. }
  411. /*end careers*/
  412. /*apply page*/
  413. .apply-title-cont
  414. {
  415. text-align: center;
  416. padding-bottom: 25px;
  417. }
  418. .aplly-title
  419. {
  420. margin-top: 30px;
  421. }
  422. .apply-form-cont .selectize-input input[type="text"]
  423. {
  424. display: none;
  425. }
  426. .apply-form-cont .selectize-control
  427. {
  428. position: relative;
  429. margin-bottom: 30px;
  430. border-bottom: 2px solid #993c95;
  431. cursor: pointer;
  432. }
  433. .apply-form-cont .selectize-control .item
  434. {
  435. padding: 13px 0px 12px 10px;
  436. background-color: #fff;
  437. border-bottom: 1px solid #993c95;
  438. }
  439. .apply-form-cont .selectize-control:hover:after{
  440. color: #993c95;
  441. }
  442. .apply-form-cont .selectize-control:after
  443. {
  444. content:"\25bc";
  445. position: absolute;
  446. right:0;
  447. top:11px;
  448. font-size: 20px;
  449. pointer-events: none;
  450. }
  451. .apply-form-cont .selectize-dropdown
  452. {
  453. position: absolute;
  454. }
  455. .apply-form-cont .selectize-dropdown-content .option
  456. {
  457. background-color: #fff;
  458. -webkit-transition: background-color 0.35s;
  459. transition: background-color 0.35s;
  460. padding: 7px 5px;
  461. padding-left: 10px;
  462. }
  463. .apply-form-cont .selectize-dropdown-content .option:hover{
  464. background-color: #993c95;
  465. color: #fff;
  466. }
  467. .apply-field:not(.resume-file)
  468. {
  469. width:100%;
  470. height:50px;
  471. margin-bottom: 30px;
  472. padding-left: 10px;
  473. border:none;
  474. border-bottom:2px solid #993c95;
  475. }
  476. input[type="file"].apply-field
  477. {
  478. opacity: 0;
  479. /* visibility: hidden; */
  480. position: relative;
  481. z-index: 3;
  482. cursor: pointer;
  483. }
  484. .resume-cont
  485. {
  486. display: block;
  487. position: relative;
  488. z-index: 1;
  489. }
  490. .resume-cont label
  491. {
  492. display: inline-block;
  493. margin-bottom: .5rem;
  494. position: absolute;
  495. font-size: 1.3rem;
  496. /* right: 85px; */
  497. left:50px;
  498. top: 5px;
  499. cursor: pointer;
  500. z-index: 1;
  501. pointer-events: none;
  502. }
  503. .apply-option
  504. {
  505. padding: 10px 0px;
  506. }
  507. .apply-option:hover
  508. {
  509. background-color: #993c95;
  510. }
  511. .apply-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  512. opacity: 1; /* Firefox */
  513. }
  514. select.apply-field
  515. {
  516. cursor: pointer;
  517. }
  518. .apply-field:not(.resume-file){
  519. display: block;
  520. }
  521. textarea.apply-field
  522. {
  523. resize: none;
  524. padding-top: 13px;
  525. height: 170px!important;
  526. }
  527. .apply-submit
  528. {
  529. float:right;
  530. display: block;
  531. width: 84px;
  532. height: 24px;
  533. color: #1d1d1d;
  534. border: none;
  535. font-size: 14px;
  536. font-weight: bold;
  537. float: right;
  538. cursor: pointer;
  539. margin-top: 20px;
  540. background-color: #993c95;
  541. transition: opacity 300ms;
  542. -webkit-transition: opacity 300ms;
  543. }
  544. .apply-submit:hover,.contact-form input#submit:hover
  545. {
  546. opacity: .8;
  547. }
  548. .contact-section
  549. {
  550. }
  551. .collapse
  552. {
  553. transition: display 300ms;
  554. -webkit-transition: display 300ms;
  555. }
  556. .resume-file
  557. {
  558. display: block;
  559. }
  560. .delete-file
  561. {
  562. position: relative;
  563. }
  564. .btn-delete-file
  565. {
  566. position: relative;
  567. float: right;
  568. height: 30px;
  569. width: 30px;
  570. cursor: pointer;
  571. z-index: 1;
  572. border: none;
  573. background-color: transparent;
  574. }
  575. .btn-delete-file svg{
  576. font-size: 20px;
  577. }
  578. .btn-delete-file svg path
  579. {
  580. transition: fill 300ms;
  581. -webkit-transition: fill 300ms;
  582. }
  583. .btn-delete-file:hover svg path{
  584. fill: #993c95;
  585. }
  586. .apply-submit:focus,.btn-delete-file:focus{
  587. border:none;
  588. outline: none;
  589. }
  590. .apply-msg-cont
  591. {
  592. margin-top: 50px;
  593. text-align: center;
  594. }
  595. .apply-msg
  596. {
  597. visibility: hidden;
  598. opacity: 0;
  599. color: #28a745;
  600. transition: visibility 0s linear 300ms, opacity 300ms;
  601. -webkit-transition: visibility 0s linear 300ms, opacity 300ms;
  602. font-size: 20px;
  603. }
  604. .apply-msg.active
  605. {
  606. visibility: visible;
  607. opacity: 1;
  608. }
  609. /*apply page end*/
  610. .slides > * {
  611. opacity :1!important;
  612. }
  613. .mobile-nav-toggle:hover{
  614. color: #993c95;
  615. }
  616. @media (max-width: 1024px){
  617. #gallery .gallery-box
  618. {
  619. padding: 0px 80px;
  620. }
  621. }
  622. @media (max-width: 768px){
  623. #gallery .gallery-box
  624. {
  625. padding: 0px 50px;
  626. }
  627. .careers-intro
  628. {
  629. flex-direction: column;
  630. }
  631. }
  632. @media (max-width: 480px){
  633. #gallery .gallery-box
  634. {
  635. padding:0px;
  636. }
  637. .chevron
  638. {
  639. right:20px;
  640. }
  641. .position-name h4
  642. {
  643. position: relative;
  644. margin-right: 55px;
  645. font-size: 1.2rem;
  646. }
  647. }
  648. .diligent-purple-background
  649. {
  650. background-color: #993c95 !important;
  651. }
  652. .diligent-purple-title
  653. {
  654. color: #993c95 !important;
  655. }