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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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. }
  32. #gallery .gallery-item-overlay .outer-hex , #portfolio-header .gallery-item-overlay .outer-hex {
  33. background-color: #9e9e9e;
  34. }
  35. #gallery .flex-control-paging
  36. {
  37. display: none;
  38. }
  39. .white-color
  40. {
  41. color:#fff;
  42. }
  43. #gallery .gallery-item .socials {
  44. padding-top: 80px;
  45. }
  46. #gallery .gallery-item-overlay:hover .outer-hex, #portfolio-header .gallery-item-overlay:hover .outer-hex {
  47. background-color: rgba(153,60,149,0.7);
  48. }
  49. #intro {
  50. height: 540px;
  51. }
  52. #gallery .gallery-box
  53. {
  54. padding: 0px 100px;
  55. }
  56. #our_partners-wrap
  57. {
  58. position: relative;
  59. z-index: 1;
  60. }
  61. #our_partners-wrap .our_partners-cont
  62. {
  63. position: absolute;
  64. width: 100%;
  65. height: 100%;
  66. left: 0;
  67. top: 0;
  68. opacity: .5;
  69. background-size: cover;
  70. z-index: 4;
  71. }
  72. .gallery-cont
  73. {
  74. z-index: 7;
  75. position: relative;
  76. background-color: #000;
  77. opacity:0.95;
  78. }
  79. #gallery .contact-social .outer-hex, #portfolio-header .contact-social .outer-hex{
  80. background-color: #9e9e9e !important;
  81. }
  82. .services-wrap-cont
  83. {
  84. border-top: 5px solid #ddd;
  85. }
  86. .typewriter-span {
  87. font-size: 3.82rem;
  88. }
  89. .non-margin
  90. {
  91. margin: 0!important;
  92. }
  93. .about-item.highlight {
  94. background-color: #fff;
  95. }
  96. .about-item, .serevices-item {
  97. text-align: center;
  98. padding: 180px 5px;
  99. }
  100. #portfolio-header .hive .outer-hex:hover
  101. {
  102. background-color: rgba(153,60,149,0.7)!important;
  103. }
  104. #galery .gallery-item-overlay:hover .hex-area.no-partner
  105. {
  106. background-color: #d7dbd8!important;
  107. }
  108. #gallery .section-triangle-grey
  109. {
  110. /*background-color: #f6f6f6;*/
  111. display: none;
  112. }
  113. #gallery
  114. {
  115. position: relative;
  116. }
  117. #our_partners-wrap::before{
  118. content: "";
  119. position: absolute;
  120. width: 0;
  121. height: 0;
  122. border-style: solid;
  123. border-width: 36px 63px 0px 63px;
  124. border-color: #f6f6f6 transparent transparent transparent;
  125. top: 0;
  126. left:50%;
  127. transform: translateX(-50%);
  128. z-index: 11;
  129. }
  130. #services:before
  131. {
  132. content: "";
  133. position: absolute;
  134. width: 0;
  135. height: 0;
  136. border-style: solid;
  137. border-width: 36px 63px 0px 63px;
  138. border-color: #060504 transparent transparent transparent;
  139. top: -5px;
  140. left: 50%;
  141. transform: translateX(-50%);
  142. z-index: 11;
  143. }
  144. .successfully
  145. {
  146. color:#00FF00;
  147. }
  148. .error
  149. {
  150. background-color: #FF0000;
  151. }
  152. @media (max-width: 1024px){
  153. #gallery .gallery-box
  154. {
  155. padding: 0px 80px;
  156. }
  157. }
  158. @media (max-width: 768px){
  159. #gallery .gallery-box
  160. {
  161. padding: 0px 50px;
  162. }
  163. }
  164. @media (max-width: 480px){
  165. #gallery .gallery-box
  166. {
  167. padding:0px;
  168. }
  169. }