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

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