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 12KB

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