Diligent web site
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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