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.

custom.css 13KB

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