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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. a:hover{
  2. text-decoration: none!important;
  3. }
  4. /* #navigation ul li.active.portfolio .nav-active-mark
  5. {
  6. bottom: -20px;
  7. } */
  8. .red-background
  9. {
  10. background-color: #cd1e28
  11. }
  12. .white-background, .contact-social.linkedin .hex-area.white-background
  13. {
  14. background-color: #d7dbd8!important;
  15. }
  16. .gray-background, .contact-social.linkedin .outer-hex.gray-background
  17. {
  18. background-color: #9e9e9e !important;
  19. }
  20. .dark-blue-background ,.contact-social.linkedin .dark-blue-background.hex-area
  21. {
  22. background-color: #103576!important;
  23. }
  24. .light-blue-background, .contact-social.linkedin .light-blue-background.hex-area
  25. {
  26. background-color: #089bcf!important;
  27. }
  28. #gallery .contact-socials .contact-social-overlay .hex-area ,#portfolio-header .contact-socials .contact-social-overlay .hex-area {
  29. /*background-color: #d7dbd8!important;*/
  30. background-color: #cccccc!important;
  31. }
  32. #gallery .gallery-item-overlay .hex-area, #portfolio-header .gallery-item-overlay .hex-area{
  33. background-color: #d7dbd8!important;
  34. }
  35. #gallery .gallery-item-overlay .hex-area.no-partner
  36. {
  37. background-color: rgba(104,104,104)!important;
  38. position: relative;
  39. z-index: 999999999;
  40. }
  41. #gallery .hex_overlay
  42. {
  43. background-color: rgba(104,104,104)!important;
  44. position: relative;
  45. z-index: 99999999999;
  46. width: 100%;
  47. height: 100%;
  48. }
  49. #gallery .gallery-item-overlay .outer-hex , #portfolio-header .gallery-item-overlay .outer-hex {
  50. background-color: #9e9e9e;
  51. }
  52. #gallery .flex-control-paging
  53. {
  54. display: none;
  55. }
  56. .white-color
  57. {
  58. color:#fff;
  59. }
  60. #gallery .gallery-item .socials {
  61. padding-top: 80px;
  62. }
  63. #gallery .gallery-item-overlay:hover .outer-hex, #portfolio-header .gallery-item-overlay:hover .outer-hex {
  64. background-color: rgba(153,60,149,0.7);
  65. }
  66. #intro {
  67. height: 540px;
  68. }
  69. #gallery .gallery-box
  70. {
  71. padding: 0px 100px;
  72. }
  73. #our_partners-wrap
  74. {
  75. position: relative;
  76. z-index: 1;
  77. padding-bottom: 55px;
  78. }
  79. #our_partners-wrap .our_partners-cont
  80. {
  81. position: absolute;
  82. width: 100%;
  83. height: 100%;
  84. left: 0;
  85. top: 0;
  86. opacity: .1;
  87. background-size: cover;
  88. background-color: #000;
  89. z-index: 4;
  90. }
  91. .gallery-cont
  92. {
  93. position: relative;
  94. z-index: 7;
  95. position: relative;
  96. opacity:1;
  97. }
  98. #gallery .contact-social .outer-hex, #portfolio-header .contact-social .outer-hex{
  99. background-color: #9e9e9e !important;
  100. }
  101. .services-wrap-cont
  102. {
  103. border-top: 5px solid #ddd;
  104. }
  105. .typewriter-span {
  106. font-size: 3.82rem;
  107. text-shadow: 0 0 2px #000;
  108. }
  109. .non-margin
  110. {
  111. margin: 0!important;
  112. }
  113. .about-item.highlight {
  114. background-color: #fff;
  115. }
  116. .about-item, .serevices-item {
  117. text-align: center;
  118. padding: 180px 5px;
  119. }
  120. #portfolio-header .hive .outer-hex:hover
  121. {
  122. background-color: rgba(153,60,149,0.7)!important;
  123. }
  124. #galery .gallery-item-overlay:hover .hex-area.no-partner
  125. {
  126. background-color: #d7dbd8!important;
  127. }
  128. #gallery .section-triangle-grey
  129. {
  130. /*background-color: #f6f6f6;*/
  131. display: none;
  132. }
  133. #about-wrap
  134. {
  135. padding-bottom: 230px;
  136. }
  137. #gallery
  138. {
  139. position: relative;
  140. }
  141. #our_partners-wrap::before{
  142. content: "";
  143. position: absolute;
  144. width: 0;
  145. height: 0;
  146. border-style: solid;
  147. border-width: 36px 63px 0px 63px;
  148. border-color: #f6f6f6 transparent transparent transparent;
  149. top: 0;
  150. left:50%;
  151. transform: translateX(-50%);
  152. z-index: 11;
  153. }
  154. #services:before
  155. {
  156. content: "";
  157. position: absolute;
  158. width: 0;
  159. height: 0;
  160. border-style: solid;
  161. border-width: 36px 63px 0px 63px;
  162. border-color: #060504 transparent transparent transparent;
  163. top: -5px;
  164. left: 50%;
  165. transform: translateX(-50%);
  166. z-index: 11;
  167. opacity: .8;
  168. }
  169. .successfully
  170. {
  171. color:#00FF00;
  172. }
  173. .error
  174. {
  175. background-color: #FF0000;
  176. }
  177. /*careers*/
  178. .careers-intro
  179. {
  180. min-height: 500px;
  181. padding-top: 30px;
  182. padding-bottom: 100px;
  183. display: flex;
  184. flex-direction: row;
  185. }
  186. .careers .section-title
  187. {
  188. position: relative;
  189. }
  190. .careers
  191. {
  192. padding-top: 70px;
  193. padding-bottom: 50px;
  194. }
  195. .careers .one_half
  196. {
  197. float: left;
  198. }
  199. .position-cont
  200. {
  201. position: relative;
  202. width:100%;
  203. }
  204. .position
  205. {
  206. position: relative;
  207. width:100%;
  208. color: inherit;
  209. padding: 16px 35px;
  210. border: 4px solid #993c95;
  211. display: flex;
  212. flex-direction: column;
  213. justify-content: space-between;
  214. margin-bottom: 20px;
  215. color: #1d1d1d;
  216. -webkit-transition: background-color .35s, color .35s;
  217. transition: background-color .35s, color .35s;
  218. border-radius: 65px;
  219. cursor: pointer;
  220. }
  221. .position:hover
  222. {
  223. background-color: #993c95!important;
  224. color:#fff!important;
  225. }
  226. .position.active{
  227. background-color: #993c95!important;
  228. color:#fff!important;
  229. }
  230. .position-name
  231. {
  232. padding-top: 20px;
  233. }
  234. .position-name h4
  235. {
  236. position: relative;
  237. margin-right: 55px;
  238. }
  239. .chevron
  240. {
  241. position: absolute;
  242. top: 50%;
  243. right: 30px;
  244. transform: translateY(-50%);
  245. }
  246. .chevron__line1, .chevron__line2 {
  247. stroke-width: 10;
  248. stroke-linecap: round;
  249. -webkit-transition: -webkit-transform 0.4s, stroke 0.4s;
  250. transition: transform 0.4s, stroke 0.4s;
  251. }
  252. .chevron__line1 {
  253. -webkit-transform-origin: 50px 50px;
  254. transform-origin: 50px 50px;
  255. }
  256. .chevron__line2 {
  257. -webkit-transform-origin: 50px 50px;
  258. transform-origin: 50px 50px;
  259. }
  260. .chevron--down, .chevron--up {
  261. display: block;
  262. }
  263. .chevron--down .chevron__container, .chevron--up .chevron__container {
  264. -webkit-transition: -webkit-transform 0.4s;
  265. transition: transform 0.4s;
  266. -webkit-transform: translateY(13px);
  267. transform: translateY(13px);
  268. }
  269. .chevron--down .chevron__line1, .chevron--up .chevron__line1 {
  270. stroke: #993c95;
  271. -webkit-transform: rotate(40deg);
  272. transform: rotate(40deg);
  273. }
  274. .chevron--down .chevron__line2, .chevron--up .chevron__line2 {
  275. stroke: #993c95;
  276. -webkit-transform: rotate(-40deg);
  277. transform: rotate(-40deg);
  278. }
  279. .chevron--up .chevron__container {
  280. -webkit-transform: translateY(-13px);
  281. transform: translateY(-13px);
  282. }
  283. .chevron--up .chevron__line1 {
  284. stroke: white;
  285. -webkit-transform: rotate(-40deg);
  286. transform: rotate(-40deg);
  287. }
  288. .chevron--up .chevron__line2 {
  289. stroke: white;
  290. -webkit-transform: rotate(40deg);
  291. transform: rotate(40deg);
  292. }
  293. .position:hover .chevron--down .chevron__line1, .position:hover .chevron--down .chevron__line2 {
  294. stroke: #fff;
  295. }
  296. .slides > * {
  297. opacity :1!important;
  298. }
  299. @media (max-width: 1024px){
  300. #gallery .gallery-box
  301. {
  302. padding: 0px 80px;
  303. }
  304. }
  305. @media (max-width: 768px){
  306. #gallery .gallery-box
  307. {
  308. padding: 0px 50px;
  309. }
  310. .careers-intro
  311. {
  312. flex-direction: column;
  313. }
  314. }
  315. @media (max-width: 480px){
  316. #gallery .gallery-box
  317. {
  318. padding:0px;
  319. }
  320. .chevron
  321. {
  322. right:20px;
  323. }
  324. .position-name h4
  325. {
  326. position: relative;
  327. margin-right: 55px;
  328. font-size: 1.2rem;
  329. }
  330. }
  331. .diligent-purple-background
  332. {
  333. background-color: #993c95 !important;
  334. }
  335. .diligent-purple-title
  336. {
  337. color: #993c95 !important;
  338. }