Diligent web site
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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 .outer-hex , #portfolio-header .gallery-item-overlay .outer-hex {
  28. background-color: #9e9e9e;
  29. }
  30. #gallery .flex-control-paging
  31. {
  32. display: none;
  33. }
  34. .white-color
  35. {
  36. color:#fff;
  37. }
  38. #gallery .gallery-item .socials {
  39. padding-top: 80px;
  40. }
  41. #gallery .gallery-item-overlay:hover .outer-hex, #portfolio-header .gallery-item-overlay:hover .outer-hex {
  42. background-color: rgba(153,60,149,0.7);
  43. }
  44. #intro {
  45. height: 540px;
  46. }
  47. #gallery .gallery-box
  48. {
  49. padding: 0px 100px;
  50. }
  51. #our_partners-wrap
  52. {
  53. position: relative;
  54. z-index: 1;
  55. }
  56. #our_partners-wrap .our_partners-cont
  57. {
  58. position: absolute;
  59. width: 100%;
  60. height: 100%;
  61. left: 0;
  62. top: 0;
  63. opacity: .5;
  64. background-size: cover;
  65. z-index: 4;
  66. }
  67. .gallery-cont
  68. {
  69. z-index: 7;
  70. position: relative;
  71. background-color: #000;
  72. opacity:0.7;
  73. }
  74. #gallery .contact-social .outer-hex, #portfolio-header .contact-social .outer-hex{
  75. background-color: #9e9e9e !important;
  76. }
  77. .services-wrap-cont
  78. {
  79. border-top: 5px solid #ddd;
  80. }
  81. .typewriter-span {
  82. font-size: 3.82rem;
  83. }
  84. .non-margin
  85. {
  86. margin: 0!important;
  87. }
  88. .about-item.highlight {
  89. background-color: #fff;
  90. }
  91. .about-item, .serevices-item {
  92. text-align: center;
  93. padding: 180px 5px;
  94. }
  95. #portfolio-header .hive .outer-hex:hover
  96. {
  97. background-color: rgba(153,60,149,0.7)!important;
  98. }
  99. @media (max-width: 1024px){
  100. #gallery .gallery-box
  101. {
  102. padding: 0px 80px;
  103. }
  104. }
  105. @media (max-width: 768px){
  106. #gallery .gallery-box
  107. {
  108. padding: 0px 50px;
  109. }
  110. }
  111. @media (max-width: 480px){
  112. #gallery .gallery-box
  113. {
  114. padding:0px;
  115. }
  116. }