Diligent web site
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

custom.css 15KB

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