Diligent web site
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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