Diligent web site
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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