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

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