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

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