_testmonial.scss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. .testimonial_area{
  2. background-image: url(../img/testimonial/bg.png);
  3. background-size: cover;
  4. background-position: center center;
  5. background-repeat: no-repeat;
  6. position: relative;
  7. padding: 160px 0;
  8. .owl-dots {
  9. position: absolute;
  10. left: 50%;
  11. transform: translateX(-50%);
  12. div.owl-dot {
  13. width: 7px;
  14. height: 7px;
  15. background: #596672;
  16. display: inline-block;
  17. margin: 0 7.5px;
  18. border-radius: 50%;
  19. &.active{
  20. position: relative;
  21. background: #596672;
  22. &:before{
  23. position: absolute;
  24. border: 2px solid #001D38;
  25. content: '';
  26. left: -4px;
  27. top: -4px;
  28. bottom: -4px;
  29. right: -4px;
  30. @include border-radius(50%);
  31. }
  32. }
  33. }
  34. }
  35. @media #{$mobile_device} {
  36. padding: 50px 0;
  37. }
  38. &.overlay::before{
  39. opacity: .4;
  40. background: #fff;
  41. }
  42. .single_testmonial{
  43. margin-bottom: 100px;
  44. margin-top: 20px;
  45. .author_opinion{
  46. background:#fff;
  47. padding: 50px 40px;
  48. border-radius: 10px;
  49. border: 2px solid #DB9A64;
  50. margin-bottom: 30px;
  51. position: relative;
  52. &:before{
  53. position: absolute;
  54. content: '';
  55. bottom: 0;
  56. left: 20px;
  57. width: 20px;
  58. height: 20px;
  59. background: #fff;
  60. @include transform(rotate(45deg));
  61. bottom: -11px;
  62. border-bottom: 2px solid #DB9A64;
  63. border-right: 2px solid #DB9A64;
  64. }
  65. &:after{
  66. position: absolute;
  67. content: '';
  68. background-image: url(../img/svg_icon/quote.svg);
  69. top: -15px;
  70. width: 39px;
  71. height: 29px;
  72. z-index: 999;
  73. background-size: 100% 100%;
  74. }
  75. }
  76. p{
  77. color: #596672;
  78. font-weight: 400;
  79. font-size: 20px;
  80. line-height: 32px;
  81. margin-bottom: 0;
  82. br{
  83. @media (min-width: 320px) and (max-width: 1500px) {
  84. display: none;
  85. }
  86. }
  87. }
  88. .testmonial_author{
  89. .name {
  90. overflow: hidden;
  91. padding-left: 15px;
  92. position: relative;
  93. top: 13px;
  94. }
  95. .thumb{
  96. width: 70px;
  97. height: 70px;
  98. @include border-radius(50%);
  99. img{
  100. width: auto;
  101. }
  102. float: left;
  103. }
  104. h3{
  105. color:#001D38;
  106. font-family: $font1;
  107. font-size: 16px;
  108. font-weight: 500;
  109. margin-bottom: 0;
  110. }
  111. .icon{
  112. a{
  113. color: #DB9A64;
  114. font-size: 13px;
  115. margin-right: 3px;
  116. }
  117. }
  118. span{
  119. font-size: 13px;
  120. font-weight: 400;
  121. color: #fff;
  122. }
  123. }
  124. }
  125. .owl-carousel .owl-item img {
  126. display: inline-block;
  127. width: auto;
  128. }
  129. .owl-carousel .owl-nav div.owl-next {
  130. left: auto;
  131. right: 0;
  132. }
  133. .owl-carousel .owl-nav div {
  134. left: 0;
  135. }
  136. }
  137. // Information_area
  138. .Information_area{
  139. background-image: url(../img/banner/info_banner.png);
  140. background-repeat: no-repeat;
  141. background-size: cover;
  142. background-position: center center;
  143. padding: 162px 0;
  144. @media #{$mobile_device} {
  145. padding: 100px 0;
  146. }
  147. .info_text{
  148. h3{
  149. font-size: 46px;
  150. font-weight: 300;
  151. color: #fff;
  152. margin-bottom: 0;
  153. @media #{$mobile_device} {
  154. font-size: 30px;
  155. }
  156. }
  157. p{
  158. font-size: 15px;
  159. font-weight: 400;
  160. color: #E8E8E8;
  161. margin: 25px 0;
  162. }
  163. a.boxed-btn3{
  164. padding: 14px 40px;
  165. }
  166. }
  167. }
  168. // newsletter
  169. .newsletter_form{
  170. position: relative;
  171. margin-bottom: 20px;
  172. input{
  173. width: 100%;
  174. height: 45px;
  175. background: #fff;
  176. padding-left: 20px;
  177. font-size: 16px;
  178. color: #000;
  179. border: none;
  180. &::placeholder{
  181. font-size: 16px;
  182. color: #919191;
  183. }
  184. }
  185. button{
  186. position: absolute;
  187. top: 0;
  188. right: 0;
  189. height: 100%;
  190. border: none;
  191. font-size: 14px;
  192. color: #fff;
  193. background: #A70000;
  194. padding: 10px;
  195. padding: 0 22px;
  196. cursor: pointer;
  197. }
  198. }
  199. .newsletter_text{
  200. font-size: 16px;
  201. color: #BABABA;
  202. }
  203. .custom_mt{
  204. @media #{$mobile_device} {
  205. margin-top: 100px;
  206. }
  207. }