Diligent web site
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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