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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394
  1. /*
  2. Template Name: Meghna Responsive HTML5/CSS3 Business Template
  3. Author: Themefisher
  4. Author URI: www.Themefisher.com
  5. Description: Meghna Responsive HTML5/CSS3 Portfolio Template
  6. Version: 1.3
  7. Tags: one-page, single-page, portfolio, custom-colors, post-formats, responsive, html5, css3
  8. */
  9. /*=== MEDIA QUERY ===*/
  10. @import url("https://fonts.googleapis.com/css?family=Anaheim|Quattrocento+Sans:400,700");
  11. @import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600");
  12. html {
  13. background-color: #353b43;
  14. color: #737f8a;
  15. }
  16. body {
  17. background-color: #353b43;
  18. font-family: "Anaheim", sans-serif;
  19. color: #737f8a;
  20. -webkit-font-smoothing: antialiased;
  21. }
  22. h1,
  23. h2,
  24. h3,
  25. h4,
  26. h5,
  27. h6 {
  28. font-weight: 400;
  29. font-family: "Quattrocento Sans", sans-serif;
  30. color: #afbac4;
  31. }
  32. p {
  33. font-family: "Quattrocento Sans", sans-serif;
  34. }
  35. [scroll-behavior=smooth] {
  36. scroll-behavior: smooth;
  37. }
  38. pre {
  39. color: #afbac4;
  40. }
  41. /*=================================================================
  42. Basic Setup
  43. ==================================================================*/
  44. ::-moz-selection {
  45. /* Code for Firefox */
  46. color: #fff;
  47. background: #57cbcc;
  48. }
  49. ::selection {
  50. color: #fff;
  51. background: #57cbcc;
  52. }
  53. hr {
  54. border-top: 1px solid rgba(255,255,255,.1);
  55. }
  56. figure {
  57. margin: 0;
  58. }
  59. a {
  60. color: #fff;
  61. transition: all .3s ease-in 0s;
  62. }
  63. iframe {
  64. border: 0;
  65. }
  66. a,
  67. a:focus,
  68. a:hover {
  69. text-decoration: none;
  70. outline: 0;
  71. }
  72. a:focus,
  73. a:hover {
  74. color: #6CB670;
  75. }
  76. .kill-margin-bottom {
  77. margin-bottom: 0 !important;
  78. }
  79. .padding-0 {
  80. padding: 0 !important;
  81. }
  82. .mb-50{
  83. margin-bottom: 50px;
  84. }
  85. .btn {
  86. background-color: transparent;
  87. color: #fff;
  88. padding: 10px 30px;
  89. border-radius: 0;
  90. transition: all .3s ease-in 0s;
  91. }
  92. .btn:focus {
  93. color: #ddd;
  94. }
  95. .btn-transparent {
  96. border: 1px solid #4e595f;
  97. }
  98. .btn-transparent:hover,
  99. .btn-transparent:focus {
  100. background-color: #57cbcc;
  101. border: 1px solid transparent;
  102. color: #fff;
  103. }
  104. #loading-mask {
  105. background: #333439;
  106. height: 100%;
  107. left: 0;
  108. opacity: 1;
  109. filter: alpha(opacity=100);
  110. position: fixed;
  111. text-align: center;
  112. top: 0;
  113. width: 100%;
  114. z-index: 999999999;
  115. }
  116. .loading-img {
  117. height: 100%;
  118. left: 0;
  119. position: fixed;
  120. top: 50%;
  121. width: 100%;
  122. }
  123. .border-meghna {
  124. border-top: 2px solid rgba(236, 239, 241, 0.07);
  125. height: 1px;
  126. margin: 15px auto 0;
  127. position: relative;
  128. width: 30%;
  129. }
  130. .border-meghna:before {
  131. background-color: #fff;
  132. content: '';
  133. height: 6px;
  134. left: 50%;
  135. margin-left: -20px;
  136. position: absolute;
  137. top: -4px;
  138. width: 50px;
  139. background-color: #57cbcc;
  140. }
  141. .color {
  142. color: #6CB670;
  143. }
  144. .sub-title {
  145. padding: 0 0 50px;
  146. }
  147. .sub-title>h3 {
  148. border-left: 3px solid #ddd;
  149. border-right: 3px solid #ddd;
  150. display: inline-block;
  151. padding: 5px 25px;
  152. text-transform: uppercase;
  153. }
  154. .btn.active:focus,
  155. .btn:active:focus,
  156. .btn:focus {
  157. outline: 0;
  158. }
  159. .bg-one {
  160. background-color: #353b43;
  161. }
  162. .bg-dark {
  163. background: #242930;
  164. }
  165. .parallax-section {
  166. background-attachment: fixed !important;
  167. background-position: center center;
  168. background-repeat: no-repeat;
  169. background-size: cover;
  170. }
  171. .no-padding {
  172. padding: 0 !important;
  173. }
  174. .inline-block {
  175. display: inline-block;
  176. }
  177. figure {
  178. margin: 0;
  179. }
  180. a {
  181. transition: all .2s ease-in 0s;
  182. }
  183. iframe {
  184. border: 0;
  185. }
  186. a,
  187. a:focus,
  188. a:hover {
  189. text-decoration: none;
  190. outline: 0;
  191. }
  192. a:focus,
  193. a:hover {
  194. color: #57cbcc;
  195. }
  196. .btn-main {
  197. background: #57cbcc;
  198. color: #fff;
  199. display: inline-block;
  200. font-size: 14px;
  201. letter-spacing: 1px;
  202. padding: 10px 35px;
  203. text-transform: uppercase;
  204. }
  205. .btn-main:hover {
  206. background: #2c9091;
  207. color: #fff;
  208. }
  209. .mt-20 {
  210. margin-top: 20px;
  211. }
  212. .section {
  213. padding: 100px 0;
  214. }
  215. @media (max-width: 480px) {
  216. .section {
  217. padding: 50px 0;
  218. }
  219. }
  220. @media (max-width: 768px) {
  221. .section {
  222. padding: 80px 0;
  223. }
  224. }
  225. .section-sm {
  226. padding: 70px 0;
  227. }
  228. .section-xs {
  229. padding: 50px 0;
  230. }
  231. .btn:focus {
  232. color: #ddd;
  233. }
  234. #home {
  235. position: relative;
  236. }
  237. .btn.active:focus,
  238. .btn:active:focus,
  239. .btn:focus {
  240. outline: 0;
  241. }
  242. .parallax-section {
  243. background-attachment: fixed;
  244. background-position: center center;
  245. background-repeat: no-repeat;
  246. background-size: cover;
  247. }
  248. #preloader {
  249. position: fixed;
  250. top: 0;
  251. left: 0;
  252. right: 0;
  253. bottom: 0;
  254. background-color: #fff;
  255. z-index: 999;
  256. display: flex;
  257. align-items: center;
  258. justify-content: center;
  259. }
  260. .sk-cube-grid {
  261. width: 40px;
  262. height: 40px;
  263. margin: 100px auto;
  264. }
  265. .sk-cube-grid .sk-cube {
  266. width: 33%;
  267. height: 33%;
  268. background-color: #57cbcc;
  269. float: left;
  270. -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  271. animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  272. }
  273. .sk-cube-grid .sk-cube1 {
  274. -webkit-animation-delay: 0.2s;
  275. animation-delay: 0.2s;
  276. }
  277. .sk-cube-grid .sk-cube2 {
  278. -webkit-animation-delay: 0.3s;
  279. animation-delay: 0.3s;
  280. }
  281. .sk-cube-grid .sk-cube3 {
  282. -webkit-animation-delay: 0.4s;
  283. animation-delay: 0.4s;
  284. }
  285. .sk-cube-grid .sk-cube4 {
  286. -webkit-animation-delay: 0.1s;
  287. animation-delay: 0.1s;
  288. }
  289. .sk-cube-grid .sk-cube5 {
  290. -webkit-animation-delay: 0.2s;
  291. animation-delay: 0.2s;
  292. }
  293. .sk-cube-grid .sk-cube6 {
  294. -webkit-animation-delay: 0.3s;
  295. animation-delay: 0.3s;
  296. }
  297. .sk-cube-grid .sk-cube7 {
  298. -webkit-animation-delay: 0s;
  299. animation-delay: 0s;
  300. }
  301. .sk-cube-grid .sk-cube8 {
  302. -webkit-animation-delay: 0.1s;
  303. animation-delay: 0.1s;
  304. }
  305. .sk-cube-grid .sk-cube9 {
  306. -webkit-animation-delay: 0.2s;
  307. animation-delay: 0.2s;
  308. }
  309. @-webkit-keyframes sk-cubeGridScaleDelay {
  310. 0%,
  311. 70%,
  312. 100% {
  313. -webkit-transform: scale3D(1, 1, 1);
  314. transform: scale3D(1, 1, 1);
  315. }
  316. 35% {
  317. -webkit-transform: scale3D(0, 0, 1);
  318. transform: scale3D(0, 0, 1);
  319. }
  320. }
  321. @keyframes sk-cubeGridScaleDelay {
  322. 0%,
  323. 70%,
  324. 100% {
  325. -webkit-transform: scale3D(1, 1, 1);
  326. transform: scale3D(1, 1, 1);
  327. }
  328. 35% {
  329. -webkit-transform: scale3D(0, 0, 1);
  330. transform: scale3D(0, 0, 1);
  331. }
  332. }
  333. .title {
  334. padding-bottom: 60px;
  335. }
  336. .title h2 {
  337. text-transform: capitalize;
  338. font-weight: 700;
  339. font-size: 38px;
  340. color: #fff;
  341. }
  342. .title h2 span {
  343. color: #57cbcc;
  344. }
  345. .title p {
  346. color: #666;
  347. }
  348. .title.title-white h2 {
  349. color: #fff;
  350. }
  351. .bg-gray {
  352. background: #f9f9f9;
  353. }
  354. .section-bg {
  355. background: #292F36;
  356. }
  357. .overly {
  358. position: relative;
  359. }
  360. .overly:before {
  361. content: '';
  362. background: rgba(0, 0, 0, 0.096);
  363. position: absolute;
  364. top: 0;
  365. right: 0;
  366. bottom: 0;
  367. left: 0;
  368. }
  369. .header-bradcrumb {
  370. background: transparent;
  371. }
  372. .header-bradcrumb a,
  373. .header-bradcrumb .active {
  374. color: #cfcfcf;
  375. font-weight: 200;
  376. font-family: "Quattrocento Sans", sans-serif;
  377. }
  378. .header-bradcrumb a:hover {
  379. color: #57cbcc;
  380. }
  381. .slick-slide {
  382. outline: none;
  383. }
  384. /* CSS mfp-with-zoom class */
  385. .mfp-with-zoom .mfp-container,
  386. .mfp-with-zoom.mfp-bg {
  387. opacity: 0;
  388. transition: all 0.3s ease-out;
  389. }
  390. .mfp-with-zoom.mfp-ready .mfp-container {
  391. opacity: 1;
  392. }
  393. .mfp-with-zoom.mfp-ready.mfp-bg {
  394. opacity: 0.8;
  395. }
  396. .mfp-with-zoom.mfp-removing .mfp-container,
  397. .mfp-with-zoom.mfp-removing.mfp-bg {
  398. opacity: 0;
  399. }
  400. .logo {
  401. margin-top: 10px;
  402. display: inline-block;
  403. }
  404. .single-page-header {
  405. background-image: url("../images/about/about-header.jpg");
  406. background-size: cover;
  407. padding: 140px 0 70px;
  408. text-align: center;
  409. color: #fff;
  410. position: relative;
  411. }
  412. .single-page-header:before {
  413. background: rgba(0, 0, 0, 0.5);
  414. position: absolute;
  415. content: '';
  416. top: 0;
  417. right: 0;
  418. left: 0;
  419. bottom: 0;
  420. }
  421. /*=================================================================
  422. Navigation
  423. ==================================================================*/
  424. .navigation {
  425. background-color: #1d2024;
  426. width: 100%;
  427. margin-bottom: 0;
  428. }
  429. .navigation .logo {
  430. padding: 0;
  431. }
  432. .navigation .navigation-menu li a.active {
  433. color: #57cbcc;
  434. }
  435. .navigation .navigation-menu li a {
  436. font-size: 16px;
  437. color: #737f8a;
  438. }
  439. .navigation .navigation-menu li a:hover,
  440. .navigation .navigation-menu li a:focus {
  441. background: transparent;
  442. color: #57cbcc;
  443. }
  444. .navigation .navbar-toggler {
  445. color: rgba(255,255,255,.5);
  446. border-color: rgba(255,255,255,.1);
  447. border-radius: 0;
  448. }
  449. .navigation .navbar-collapse {
  450. padding: 10px;
  451. box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  452. border-top: 5px solid transparent;
  453. }
  454. @media (min-width: 768px) {
  455. .navigation .navbar-collapse {
  456. box-shadow: none;
  457. border-top: none;
  458. }
  459. }
  460. .navbar-toggler:focus {
  461. outline-color: #57cbcc;
  462. }
  463. .bg-1 {
  464. background-repeat: no-repeat;
  465. background-size: cover;
  466. }
  467. .bg-2 {
  468. background-repeat: no-repeat;
  469. background-size: cover;
  470. background-attachment: fixed;
  471. }
  472. .hero-area {
  473. background-size: cover;
  474. height: 100vh;
  475. position: relative;
  476. display: flex;
  477. justify-content: center;
  478. align-items: center;
  479. }
  480. .hero-area:before {
  481. content: '';
  482. background: rgba(0, 0, 0, 0.63);
  483. position: absolute;
  484. top: 0;
  485. right: 0;
  486. bottom: 0;
  487. left: 0;
  488. }
  489. .hero-area .block {
  490. text-align: center;
  491. z-index: 99;
  492. }
  493. .hero-area .block .video-button {
  494. background: #fff;
  495. color: #57cbcc;
  496. display: inline-block;
  497. height: 60px;
  498. width: 60px;
  499. border-radius: 50px;
  500. }
  501. .hero-area .block .video-button i {
  502. line-height: 60px;
  503. font-size: 20px;
  504. margin-left: 3px;
  505. }
  506. .hero-area .block h1 {
  507. font-size: 90px;
  508. color: #fff;
  509. text-transform: capitalize;
  510. font-weight: 700;
  511. margin-bottom: 20px;
  512. }
  513. @media (max-width: 480px) {
  514. .hero-area .block h1 {
  515. font-size: 60px;
  516. }
  517. }
  518. .hero-area .block p {
  519. color: #fff;
  520. font-size: 20px;
  521. width: 70%;
  522. margin: 0 auto;
  523. }
  524. .hero-area .block .btn-transparent {
  525. margin-top: 40px;
  526. border-color: #fff;
  527. padding: 14px 50px;
  528. font-size: 18px;
  529. font-size: 16px;
  530. font-weight: bold;
  531. letter-spacing: 1px;
  532. }
  533. .hero-area-video {
  534. height: 100vh;
  535. position: inherit !important;
  536. display: flex;
  537. justify-content: center;
  538. align-items: center;
  539. }
  540. .hero-area-video .block {
  541. color: #fff;
  542. text-align: center;
  543. }
  544. .hero-area-video .block h1 {
  545. font-size: 60px;
  546. font-weight: 700;
  547. margin-bottom: 20px;
  548. }
  549. .hero-area-video .block p {
  550. color: #fff;
  551. text-transform: uppercase;
  552. font-size: 12px;
  553. letter-spacing: 3px;
  554. margin-bottom: 20px;
  555. }
  556. .hero-area-video .block .btn-main {
  557. margin-top: 20px;
  558. }
  559. .dark-bg {
  560. background: rgba(0, 0, 0, 0.7);
  561. height: 100%;
  562. width: 100%;
  563. position: absolute;
  564. z-index: -1;
  565. }
  566. /*=================================================================
  567. About us section
  568. ==================================================================*/
  569. .about .block {
  570. background: #242930;
  571. padding: 30px;
  572. border-bottom: 2px solid transparent;
  573. transition: .5s all;
  574. margin-bottom: 20px;
  575. }
  576. .about .block:hover {
  577. border-bottom: 2px solid #57cbcc;
  578. }
  579. .about .block:hover .icon-box {
  580. -webkit-transform: translateY(-10px);
  581. transform: translateY(-10px);
  582. }
  583. .about .block .icon-box {
  584. position: relative;
  585. width: 160px;
  586. height: 92.38px;
  587. background-color: transparent;
  588. margin: 46.19px auto 60px;
  589. padding: 20px 0;
  590. border-left: 2px solid rgba(236, 239, 241, 0.07);
  591. border-right: 2px solid rgba(236, 239, 241, 0.07);
  592. font-size: 50px;
  593. -webkit-transform: translateZ(0px);
  594. transform: translateZ(0px);
  595. transition-duration: 0.3s;
  596. transition-property: -webkit-transform;
  597. transition-property: transform;
  598. transition-property: transform, -webkit-transform;
  599. }
  600. .about .block .icon-box:after,
  601. .about .block .icon-box:before {
  602. content: "";
  603. position: absolute;
  604. z-index: 1;
  605. width: 113.14px;
  606. height: 113.14px;
  607. background-color: inherit;
  608. left: 20.4315px;
  609. -webkit-transform: scaleY(0.5774) rotate(-45deg);
  610. transform: scaleY(0.5774) rotate(-45deg);
  611. }
  612. .about .block .icon-box:before {
  613. top: -56.5685px;
  614. border-top: 2px solid rgba(236, 239, 241, 0.07);
  615. border-right: 2px solid rgba(236, 239, 241, 0.07);
  616. }
  617. .about .block .icon-box:after {
  618. bottom: -56.5685px;
  619. border-bottom: 2px solid rgba(236, 239, 241, 0.07);
  620. border-left: 2px solid rgba(236, 239, 241, 0.07);
  621. }
  622. .about .block .icon-box h3 {
  623. color: #afbac4;
  624. }
  625. /*=================================================================
  626. About us 2 section
  627. ==================================================================*/
  628. .about-2 .content-block {
  629. padding: 40px;
  630. }
  631. .about-2 .content-block .media {
  632. margin-top: 25px;
  633. }
  634. .about-2 .content-block .media .pull-left {
  635. padding-right: 15px;
  636. }
  637. .about-2 .content-block .media i {
  638. font-size: 30px;
  639. color: #57cbcc;
  640. }
  641. .about-2 .content-block .media h4 {
  642. font-size: 16px;
  643. font-weight: 600;
  644. }
  645. /*=================================================================
  646. Call To Action 1
  647. ==================================================================*/
  648. .call-to-action {
  649. background-attachment: fixed;
  650. }
  651. .call-to-action h2 {
  652. font-weight: 700;
  653. color: #444;
  654. }
  655. .call-to-action p {
  656. font-size: 16px;
  657. color: #666;
  658. }
  659. .call-to-action .btn-main {
  660. margin-top: 20px;
  661. }
  662. /*=================================================================
  663. Call To Action 2
  664. ==================================================================*/
  665. .call-to-action-2 {
  666. padding: 100px 0;
  667. background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  668. background-size: cover;
  669. color: #fff;
  670. }
  671. .call-to-action-2 h2 {
  672. line-height: 1.5;
  673. }
  674. .call-to-action-2 p {
  675. color: #fff;
  676. }
  677. .call-to-action-2 .btn-main {
  678. margin-top: 20px;
  679. }
  680. .contact-us {
  681. padding-top: 50px;
  682. }
  683. @media (max-width: 768px)
  684. {
  685. .contact-us {
  686. padding-top: 80px;
  687. }
  688. }
  689. .contact-form {
  690. margin-bottom: 60px;
  691. }
  692. .form-meghna .form-control {
  693. background-color: transparent;
  694. border-radius: 0;
  695. padding: 5px 10px;
  696. color: #ddd;
  697. border: 1px solid rgba(236, 239, 241, 0.07);
  698. }
  699. .form-meghna .form-control:focus
  700. {
  701. border-color: none;
  702. box-shadow: none;
  703. }
  704. .form-meghna input:hover,
  705. .form-meghna textarea:hover,
  706. #contact-submit:hover {
  707. border-color: #57cbcc;
  708. }
  709. .form-meghna ::placeholder
  710. {
  711. color: #ddd !important;
  712. }
  713. #contact-submit {
  714. border: 1px solid rgba(236, 239, 241, 0.07);
  715. background: #57cbcc;
  716. padding: 12px 0;
  717. width: 100%;
  718. margin: 0;
  719. }
  720. .google-map #map-canvas {
  721. height: 400px;
  722. }
  723. .contact-info p {
  724. margin-bottom: 25px;
  725. }
  726. .con-info {
  727. margin-bottom: 20px;
  728. }
  729. .con-info i,
  730. .con-info span {
  731. padding-right: 5px;
  732. }
  733. .error {
  734. display: none;
  735. padding: 10px;
  736. color: #D8000C;
  737. border-radius: 4px;
  738. font-size: 13px;
  739. background-color: #FFBABA;
  740. }
  741. .success {
  742. background-color: #6cb670;
  743. border-radius: 4px;
  744. color: #fff;
  745. display: none;
  746. font-size: 13px;
  747. padding: 10px;
  748. }
  749. #map {
  750. height: 370px;
  751. width: 100%;
  752. }
  753. /*=================================================================
  754. Item counter section
  755. ==================================================================*/
  756. .counters-item {
  757. padding: 25px 0;
  758. margin-bottom: 10px;
  759. background: #292F36;
  760. }
  761. .counters-item i {
  762. margin-bottom: 10px;
  763. font-size: 40px;
  764. display: inline-block;
  765. }
  766. .counters-item span {
  767. display: block;
  768. font-weight: bold;
  769. font-size: 35px;
  770. line-height: 50px;
  771. }
  772. .counters-item h3 {
  773. font-size: 20px;
  774. margin: 0;
  775. }
  776. /*=================================================================
  777. Pricing section
  778. ==================================================================*/
  779. .price-item {
  780. border: 1px solid rgba(236, 239, 241, 0.07);
  781. padding-bottom: 30px;
  782. margin-bottom: 15px;
  783. }
  784. .price-title {
  785. background-color: #292F36;
  786. padding: 30px 0 20px;
  787. }
  788. .price-title h3 {
  789. color: #57cbcc;
  790. margin: 0 0 10px;
  791. text-transform: uppercase;
  792. }
  793. .price-title p {
  794. font-size: 18px;
  795. font-weight: 400;
  796. }
  797. .price-title .value {
  798. color: #57cbcc;
  799. font-size: 30px;
  800. }
  801. .pricing ul, .skill-bar {
  802. list-style-type: none;
  803. margin: 0;
  804. padding: 0;
  805. }
  806. .pricing li {
  807. padding: 10px 0;
  808. }
  809. .pricing li:last-child {
  810. border-bottom: 1px solid rgba(236, 239, 241, 0.07);
  811. margin-bottom: 20px;
  812. }
  813. .pricing li:nth-child(2n) {
  814. background-color: #292F36;
  815. }
  816. .pricing li .btn {
  817. text-transform: uppercase;
  818. margin: 20px 0;
  819. }
  820. /*=================================================================
  821. Portfolio section
  822. ==================================================================*/
  823. .portfolio-filter {
  824. margin-bottom: 40px;
  825. text-align: center;
  826. }
  827. .portfolio-filter button {
  828. border: none;
  829. outline: none;
  830. border: 1px solid rgba(236, 239, 241, 0.07);
  831. background: transparent;
  832. display: inline-block;
  833. font-size: 16px;
  834. padding: 6px 20px;
  835. font-weight: 700;
  836. color: #737f8a;
  837. transition: .3s all;
  838. }
  839. .portfolio-filter button.mixitup-control-active {
  840. border: 1px solid #57cbcc;
  841. color: #57cbcc;
  842. }
  843. .portfolio-items-wrapper .mix {
  844. padding: 5px;
  845. }
  846. .portfolio-block {
  847. position: relative;
  848. }
  849. .portfolio-block:before {
  850. transition: all 0.3s ease-in-out;
  851. background: white;
  852. opacity: 0;
  853. top: 20px;
  854. right: 20px;
  855. bottom: 20px;
  856. left: 20px;
  857. position: absolute;
  858. content: '';
  859. }
  860. .portfolio-block img {
  861. width: 100%;
  862. height: auto;
  863. }
  864. .portfolio-block:hover:before {
  865. opacity: 1;
  866. }
  867. .portfolio-block:hover .caption h4 {
  868. top: 45%;
  869. }
  870. .portfolio-block:hover .caption {
  871. opacity: 1;
  872. top: 55%;
  873. }
  874. .portfolio-block .caption {
  875. position: absolute;
  876. top: 50%;
  877. left: 50%;
  878. opacity: 0;
  879. -webkit-transform: translate(-50%, -50%);
  880. transform: translate(-50%, -50%);
  881. z-index: 9;
  882. transition: all 0.2s ease-in-out;
  883. text-align: center;
  884. }
  885. .portfolio-block .caption h4 {
  886. font-size: 16px;
  887. font-weight: 600;
  888. }
  889. .portfolio-block .caption h4 a {
  890. color: #555;
  891. }
  892. .portfolio-block .caption .search-icon {
  893. background: #57cbcc;
  894. width: 50px;
  895. height: 50px;
  896. color: #fff;
  897. display: inline-block;
  898. font-size: 20px;
  899. border-radius: 30px;
  900. }
  901. .portfolio-block .caption .search-icon i {
  902. line-height: 50px;
  903. }
  904. /*=================================================================
  905. Services section
  906. ==================================================================*/
  907. .service-block {
  908. padding: 60px 20px;
  909. border-left: 1px solid rgba(236, 239, 241, 0.07);
  910. border-top: 1px solid rgba(236, 239, 241, 0.07);
  911. margin-bottom: 40px;
  912. box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(255, 255, 255, 0.7);
  913. }
  914. .service-block .service-icon {
  915. margin-bottom: 10px;
  916. font-size: 50px;
  917. }
  918. /*=================================================================
  919. Services section 2
  920. ==================================================================*/
  921. .service-2 .service-item {
  922. border: 1px solid #eee;
  923. margin-bottom: 30px;
  924. padding: 50px 20px;
  925. transition: all 0.3s ease 0s;
  926. }
  927. .service-2 .service-item:hover {
  928. box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  929. -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  930. }
  931. .service-2 .service-item:hover i {
  932. background: #fff;
  933. color: #57cbcc;
  934. }
  935. .service-2 .service-item i {
  936. font-size: 30px;
  937. display: inline-block;
  938. background: #57cbcc none repeat scroll 0 0;
  939. border-radius: 30px;
  940. box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  941. color: #fff;
  942. height: 55px;
  943. line-height: 55px;
  944. margin-bottom: 20px;
  945. width: 55px;
  946. transition: all 0.3s ease 0s;
  947. }
  948. /*=================================================================
  949. Our skills
  950. ==================================================================*/
  951. .skill-bar p {
  952. font-size: 18px;
  953. margin-bottom: 0;
  954. }
  955. .skill-bar p span {
  956. font-style: italic;
  957. font-size: 30px;
  958. color: rgba(187, 187, 187, 0.34);
  959. display: inline-block;
  960. vertical-align: middle;
  961. }
  962. .skill-bar .progress {
  963. height: 6px;
  964. border-radius: 0;
  965. }
  966. .skill-bar .progress .progress-bar {
  967. background: #57cbcc;
  968. }
  969. /*=================================================================
  970. Our Team
  971. ==================================================================*/
  972. .team-member {
  973. background-color: #292F36;
  974. margin-bottom: 10px;
  975. }
  976. .team-member:hover .mask {
  977. cursor: pointer;
  978. opacity: 1;
  979. filter: alpha(opacity=100);
  980. -webkit-transform: rotateY(0deg) scale(1, 1);
  981. transform: rotateY(0deg) scale(1, 1);
  982. }
  983. .member-photo {
  984. overflow: hidden;
  985. position: relative;
  986. }
  987. @media (max-width: 768px) {
  988. .member-photo {
  989. text-align: center;
  990. }
  991. }
  992. .member-photo:hover img {
  993. -webkit-transform: scale(1.2);
  994. transform: scale(1.2);
  995. }
  996. .member-photo img {
  997. transition: all 0.4s ease 0s;
  998. }
  999. @media (max-width: 768px) {
  1000. .member-photo img {
  1001. display: inline-block;
  1002. }
  1003. }
  1004. .member-photo .mask {
  1005. background-color: rgba(87, 203, 204, 0.7);
  1006. position: absolute;
  1007. text-align: center;
  1008. height: 100%;
  1009. width: 100%;
  1010. left: 0;
  1011. top: 0;
  1012. opacity: 0;
  1013. filter: alpha(opacity=0);
  1014. transition: all .5s ease-out 0s;
  1015. -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  1016. transform: rotateY(180deg) scale(0.5, 0.5);
  1017. }
  1018. .member-photo .mask ul {
  1019. text-align: center;
  1020. position: relative;
  1021. top: 125px;
  1022. }
  1023. .member-photo .mask ul li a {
  1024. border: 1px solid #fff;
  1025. color: #fff;
  1026. display: block;
  1027. font-size: 20px;
  1028. height: 35px;
  1029. line-height: 35px;
  1030. text-align: center;
  1031. width: 35px;
  1032. }
  1033. .member-photo .mask ul li a:hover {
  1034. background-color: #fff;
  1035. color: #57cbcc;
  1036. border: 1px solid transparent;
  1037. }
  1038. .member-meta {
  1039. padding: 15px;
  1040. }
  1041. .member-meta h4 {
  1042. margin: 0 0 5px;
  1043. }
  1044. .member-meta span {
  1045. font-size: 12px;
  1046. }
  1047. /*=================================================================
  1048. Testimonial section
  1049. ==================================================================*/
  1050. .testimonial:before {
  1051. background: rgba(42, 48, 55, 0.7);
  1052. }
  1053. .client-info {
  1054. margin: 0 auto;
  1055. width: 45%;
  1056. }
  1057. @media (max-width: 768px) {
  1058. .client-info {
  1059. width: 90%;
  1060. }
  1061. }
  1062. .client-comment p {
  1063. color: #afbac4;
  1064. font-size: 18px;
  1065. }
  1066. .client-thumb img {
  1067. border-radius: 50%;
  1068. margin: 0 auto;
  1069. max-width: 115px;
  1070. width: 100%;
  1071. }
  1072. .client-meta {
  1073. margin: 0 0 10px;
  1074. }
  1075. .client-meta h3 {
  1076. margin: 15px 0 5px .0;
  1077. }
  1078. .client-meta span {
  1079. font-size: 12px;
  1080. }
  1081. .owl-pagination,
  1082. .owl-buttons {
  1083. text-align: center;
  1084. }
  1085. .owl-controls .owl-page {
  1086. display: inline-block;
  1087. }
  1088. .owl-controls .owl-page span {
  1089. background-color: transparent;
  1090. border: 2px solid #fff;
  1091. border-radius: 50px;
  1092. display: block;
  1093. height: 13px;
  1094. margin: 0 4px;
  1095. width: 13px;
  1096. opacity: 1;
  1097. filter: alpha(opacity=100);
  1098. }
  1099. .owl-controls .owl-page.active span,
  1100. .owl-controls .owl-page:hover span {
  1101. background-color: #57cbcc;
  1102. border: 2px solid transparent;
  1103. }
  1104. .our-clients {
  1105. margin: 30px 0 0;
  1106. }
  1107. #our-clietns .item img {
  1108. max-width: 150px;
  1109. width: 100%;
  1110. }
  1111. #our-clietns .owl-next,
  1112. #our-clietns .owl-prev {
  1113. border: 1px solid #ddd;
  1114. border-radius: 50px;
  1115. display: inline-block;
  1116. margin: 45px 0 0;
  1117. padding: 3px 15px;
  1118. position: relative;
  1119. text-align: center;
  1120. }
  1121. #our-clietns .owl-next i,
  1122. #our-clietns .owl-prev i {
  1123. line-height: 34px;
  1124. }
  1125. #our-clietns .owl-prev {
  1126. margin-right: 15px;
  1127. }
  1128. #our-clients .item {
  1129. margin: 10px;
  1130. }
  1131. /*=================================================================
  1132. Latest Posts
  1133. ==================================================================*/
  1134. .note {
  1135. background-color: #292F36;
  1136. border: 1px solid #4e595f;
  1137. }
  1138. .post-block {
  1139. background-color: #292F36;
  1140. margin-bottom: 10px;
  1141. }
  1142. .post-block .content {
  1143. padding: 20px;
  1144. }
  1145. .post-block .content h3 {
  1146. margin: 0 0 6px;
  1147. font-size: 20px;
  1148. line-height: 1.5;
  1149. text-transform: capitalize;
  1150. }
  1151. .note .media-wrapper {
  1152. border-bottom: 1px solid #4e595f;
  1153. }
  1154. .note .excerpt h3 {
  1155. font-size: 20px;
  1156. line-height: 1.5;
  1157. text-transform: capitalize;
  1158. }
  1159. .all-post {
  1160. margin-top: 50px;
  1161. }
  1162. /*=================================================================
  1163. Single Blog Page
  1164. ==================================================================*/
  1165. #blog-banner {
  1166. padding-bottom: 100px;
  1167. padding-top: 150px;
  1168. }
  1169. #blog-page {
  1170. margin: 0 0 40px;
  1171. }
  1172. .post-meta {
  1173. font-size: 13px;
  1174. margin: 20px 0 0;
  1175. padding: 0 20px 10px;
  1176. }
  1177. .post-meta a {
  1178. color: #57cbcc;
  1179. }
  1180. .post-meta>span {
  1181. color: #666;
  1182. border-right: 1px solid #dedede;
  1183. display: inline-block;
  1184. font-size: 13px;
  1185. margin: 10px 10px 0 0;
  1186. padding-right: 10px;
  1187. }
  1188. .post-meta>span:last-child {
  1189. border-right: 0;
  1190. }
  1191. .post-meta>span i {
  1192. margin-right: 5px;
  1193. }
  1194. .post-excerpt {
  1195. padding: 0 20px;
  1196. margin-bottom: 60px;
  1197. }
  1198. .post-excerpt h3 a {
  1199. color: #000;
  1200. }
  1201. .post-excerpt blockquote {
  1202. line-height: 22px;
  1203. margin: 20px 0;
  1204. font-size: 16px;
  1205. }
  1206. .single-blog {
  1207. background-color: #fff;
  1208. margin-bottom: 50px;
  1209. padding: 20px;
  1210. }
  1211. .blog-subtitle {
  1212. font-size: 15px;
  1213. padding-bottom: 10px;
  1214. border-bottom: 1px solid #dedede;
  1215. margin-bottom: 25px;
  1216. text-transform: uppercase;
  1217. }
  1218. .next-prev {
  1219. border-bottom: 1px solid #dedede;
  1220. border-top: 1px solid #dedede;
  1221. margin: 20px 0;
  1222. padding: 25px 0;
  1223. }
  1224. .next-prev a {
  1225. color: #000;
  1226. }
  1227. .next-prev a:hover {
  1228. color: #57cbcc;
  1229. }
  1230. .next-prev .prev-post i {
  1231. margin-right: 10px;
  1232. }
  1233. .next-prev .next-post i {
  1234. margin-left: 10px;
  1235. }
  1236. .social-profile ul li {
  1237. margin: 0 10px 0 0;
  1238. display: inline-block;
  1239. }
  1240. .social-profile ul li a {
  1241. color: #4e595f;
  1242. display: block;
  1243. font-size: 16px;
  1244. }
  1245. .social-profile ul li a i:hover {
  1246. color: #57cbcc;
  1247. }
  1248. .comments-section {
  1249. margin-top: 35px;
  1250. }
  1251. .author-about {
  1252. margin-top: 40px;
  1253. }
  1254. .post-author {
  1255. margin-right: 20px;
  1256. }
  1257. .post-author>img {
  1258. border: 1px solid #dedede;
  1259. max-width: 120px;
  1260. padding: 5px;
  1261. width: 100%;
  1262. }
  1263. .comment-list ul {
  1264. margin-top: 20px;
  1265. }
  1266. .comment-list ul li {
  1267. margin-bottom: 20px;
  1268. }
  1269. .comment-wrap {
  1270. border: 1px solid #dedede;
  1271. border-radius: 1px;
  1272. margin-left: 20px;
  1273. padding: 10px;
  1274. position: relative;
  1275. }
  1276. .comment-wrap .author-avatar {
  1277. margin-right: 10px;
  1278. }
  1279. .comment-wrap .media .media-heading {
  1280. font-size: 14px;
  1281. margin-bottom: 8px;
  1282. }
  1283. .comment-wrap .media .media-heading a {
  1284. color: #57cbcc;
  1285. font-size: 13px;
  1286. }
  1287. .comment-wrap .media .comment-meta {
  1288. font-size: 12px;
  1289. color: #888;
  1290. }
  1291. .comment-wrap .media p {
  1292. margin-top: 15px;
  1293. }
  1294. .comment-reply-form {
  1295. margin-top: 80px;
  1296. }
  1297. .comment-reply-form input,
  1298. .comment-reply-form textarea {
  1299. height: 35px;
  1300. border-radius: 0;
  1301. box-shadow: none;
  1302. }
  1303. .comment-reply-form input:focus,
  1304. .comment-reply-form textarea:focus {
  1305. box-shadow: none;
  1306. border: 1px solid #57cbcc;
  1307. }
  1308. .comment-reply-form textarea,
  1309. .comment-reply-form .btn-main {
  1310. height: auto;
  1311. }
  1312. /* Staticman Comments */
  1313. #staticman-form:before {
  1314. display: block;
  1315. height: 90px;
  1316. margin-top: -90px;
  1317. visibility: hidden;
  1318. content: "";
  1319. }
  1320. @media (max-width: 768px) {
  1321. #staticman-form:before {
  1322. display: block;
  1323. height: 80px;
  1324. margin-top: -80px;
  1325. visibility: hidden;
  1326. content: "";
  1327. }
  1328. }
  1329. .post-comment {
  1330. background-color: #292f36;;
  1331. padding: 20px;
  1332. margin-top: 20px;
  1333. margin-bottom: 20px;
  1334. }
  1335. .post-comment-header {
  1336. margin-bottom: 20px;
  1337. }
  1338. .post-comment-avatar {
  1339. display: inline-block;
  1340. vertical-align: middle;
  1341. border-radius: 50%;
  1342. }
  1343. .post-comment-info {
  1344. display: inline-block;
  1345. margin-left: 20px;
  1346. margin-bottom: 0;
  1347. vertical-align: middle;
  1348. }
  1349. .post-comment-field {
  1350. display: block;
  1351. font: inherit;
  1352. padding: 10px;
  1353. margin-top: 20px;
  1354. outline-color: #F76C5E;
  1355. width: 100%;
  1356. }
  1357. .post-comment-name {
  1358. color: #afbac4;
  1359. font-weight: 500;
  1360. font-size: 18px;
  1361. }
  1362. .post-time {
  1363. color: #737f8a;
  1364. }
  1365. input#e-mail, #hidden_iframe {
  1366. display: none;
  1367. }
  1368. /*=================================================================
  1369. Footer section
  1370. ==================================================================*/
  1371. .social-icon {
  1372. padding: 60px 0 35px;
  1373. }
  1374. .social-icon ul {
  1375. text-align: center;
  1376. }
  1377. .social-icon ul li {
  1378. margin-bottom: 4px;
  1379. }
  1380. .social-icon ul li:hover a {
  1381. background-color: #57cbcc;
  1382. -webkit-transform: rotateY(0deg);
  1383. transform: rotateY(0deg);
  1384. }
  1385. .social-icon ul li:hover a i {
  1386. color: #fff;
  1387. opacity: 1;
  1388. filter: alpha(opacity=100);
  1389. -webkit-transform: rotateY(0deg);
  1390. transform: rotateY(0deg);
  1391. }
  1392. .social-icon ul li a {
  1393. background-color: #26292e;
  1394. border: 1px solid transparent;
  1395. display: block;
  1396. height: 70px;
  1397. width: 70px;
  1398. -webkit-transform: rotateY(180deg);
  1399. transform: rotateY(180deg);
  1400. transition: all 400ms ease-out 0s;
  1401. }
  1402. @media (max-width: 768px) {
  1403. .social-icon ul li a {
  1404. width: 55px;
  1405. height: 55px;
  1406. }
  1407. }
  1408. .social-icon ul li a i {
  1409. color: #55606a;
  1410. display: inline-block;
  1411. font-size: 32px;
  1412. line-height: 70px;
  1413. margin: 0;
  1414. opacity: 0.3;
  1415. filter: alpha(opacity=30);
  1416. -webkit-transform: rotateY(180deg);
  1417. transform: rotateY(180deg);
  1418. transition: all 400ms ease-out 0s;
  1419. }
  1420. @media (max-width: 768px) {
  1421. .social-icon ul li a i {
  1422. line-height: 55px;
  1423. font-size: 25px;
  1424. }
  1425. }
  1426. .copyright {
  1427. padding: 20px 0;
  1428. color: #fff;
  1429. }
  1430. .copyright img {
  1431. margin-bottom: 15px;
  1432. }
  1433. .copyright p {
  1434. margin-top: 10px;
  1435. }
  1436. #scrollUp {
  1437. border: 1px solid #4e595f;
  1438. bottom: 15px;
  1439. color: #fff;
  1440. display: none;
  1441. padding: 8px 12px;
  1442. position: fixed;
  1443. right: 20px;
  1444. z-index: 600;
  1445. }
  1446. #scrollUp:hover {
  1447. background-color: #57cbcc;
  1448. border: 1px solid #57cbcc;
  1449. }
  1450. /*=================================================================
  1451. Twitter Feed
  1452. ==================================================================*/
  1453. #twitter-feed {
  1454. background-image: url("../images/parallax/twitter.jpg");
  1455. padding-bottom: 100px;
  1456. padding-top: 80px;
  1457. }
  1458. .twitter-bird span {
  1459. border: 2px solid #6cb670;
  1460. border-radius: 50px;
  1461. color: #6cb670;
  1462. display: inline-block;
  1463. margin-bottom: 50px;
  1464. height: 90px;
  1465. width: 90px;
  1466. }
  1467. .twitter-bird span i {
  1468. line-height: 90px;
  1469. }
  1470. .tweet {
  1471. margin-bottom: 10px;
  1472. }
  1473. .tweet a {
  1474. color: #6cb670;
  1475. }
  1476. /*=================================================================
  1477. Blog Page
  1478. ==================================================================*/
  1479. #blog-banner {
  1480. padding-bottom: 100px;
  1481. padding-top: 150px;
  1482. }
  1483. .blog-icon {
  1484. border: 1px solid #6CB670;
  1485. border-radius: 50%;
  1486. color: #6CB670;
  1487. display: inline-block;
  1488. padding: 16px 20px;
  1489. }
  1490. .blog-title h1 {
  1491. text-transform: uppercase;
  1492. }
  1493. #blog-page {
  1494. margin: 0 0 40px;
  1495. }
  1496. .post-item .entry {
  1497. border: 1px solid #4e595f;
  1498. margin-bottom: 30px;
  1499. }
  1500. .entry .post-excerpt {
  1501. padding: 0 20px;
  1502. }
  1503. #gallery-post .owl-prev,
  1504. #post-thumb .owl-prev,
  1505. #gallery-post .owl-next,
  1506. #post-thumb .owl-next {
  1507. padding: 5px 17px;
  1508. position: absolute;
  1509. top: 45%;
  1510. transition: all .5s ease-in 0s;
  1511. }
  1512. #gallery-post .owl-prev,
  1513. #post-thumb .owl-prev {
  1514. left: -45px;
  1515. }
  1516. #gallery-post .owl-next,
  1517. #post-thumb .owl-next {
  1518. right: -45px;
  1519. }
  1520. #gallery-post:hover .owl-prev,
  1521. #post-thumb:hover .owl-prev {
  1522. left: 0;
  1523. }
  1524. #gallery-post:hover .owl-next,
  1525. #post-thumb:hover .owl-next {
  1526. right: 0;
  1527. }
  1528. #gallery-post,
  1529. #post-thumb {
  1530. overflow-x: hidden;
  1531. }
  1532. #post-thumb .owl-buttons {
  1533. color: #fff;
  1534. }
  1535. .post-meta {
  1536. background-color: #3d444a;
  1537. border-top: 1px solid #4e595f;
  1538. font-size: 13px;
  1539. margin: 20px 0 0;
  1540. padding: 0 20px 10px;
  1541. }
  1542. .post-meta>span {
  1543. border-right: 1px solid #4e595f;
  1544. display: inline-block;
  1545. font-size: 12px;
  1546. margin: 10px 10px 0 0;
  1547. padding-right: 10px;
  1548. }
  1549. .post-meta>span:last-child {
  1550. border-right: 0;
  1551. }
  1552. .post-meta>span>i {
  1553. margin-right: 5px;
  1554. }
  1555. .post-meta a:hover {
  1556. color: #6CB670;
  1557. }
  1558. .post-excerpt .more {
  1559. margin-top: 20px;
  1560. }
  1561. .post-excerpt .more a {
  1562. display: inline-block;
  1563. font-size: 13px;
  1564. padding: 10px 25px;
  1565. }
  1566. .post-excerpt .more a:hover {
  1567. background-color: #6CB670;
  1568. color: #fff;
  1569. }
  1570. aside.widget {
  1571. margin-bottom: 25px;
  1572. }
  1573. .widget-title>h3 {
  1574. color: #fff;
  1575. margin-bottom: 15px;
  1576. margin-top: 0;
  1577. position: relative;
  1578. }
  1579. #search-form {
  1580. position: relative;
  1581. }
  1582. #search-submit {
  1583. background: none;
  1584. border: 0;
  1585. color: #C8C8CA;
  1586. display: block;
  1587. font-size: 16px;
  1588. height: 32px;
  1589. outline: 0;
  1590. position: absolute;
  1591. right: 0;
  1592. text-align: center;
  1593. top: 0;
  1594. width: 32px;
  1595. }
  1596. .widget-content .tab-content {
  1597. background-color: #2f383d;
  1598. padding: 20px;
  1599. }
  1600. .tab-post-nav {
  1601. background-color: #4A535A;
  1602. }
  1603. .tab-post-nav li {
  1604. float: left;
  1605. }
  1606. .tab-post-nav li.active a {
  1607. border-top: 3px solid #6cb670;
  1608. background-color: #2F383D;
  1609. color: #6CB670;
  1610. }
  1611. .tab-pane.active .clearfix:first-child {
  1612. margin-bottom: 25px;
  1613. }
  1614. .tab-excerpt>span {
  1615. display: block;
  1616. font-size: 12px;
  1617. margin-bottom: 10px;
  1618. }
  1619. .tab-excerpt h4 a {
  1620. color: #fff;
  1621. }
  1622. .tab-excerpt h4 a:hover {
  1623. color: #6cb670;
  1624. }
  1625. .tab-post-nav li a {
  1626. border-top: 3px solid transparent;
  1627. color: #fff;
  1628. display: block;
  1629. padding: 13px 18px;
  1630. text-align: center;
  1631. }
  1632. .categories li {
  1633. margin-bottom: 10px;
  1634. transition: all .5s ease-in 0s;
  1635. }
  1636. .categories>li:hover a {
  1637. padding-left: 10px;
  1638. color: #6CB670;
  1639. }
  1640. .categories>li:last-child {
  1641. border-bottom: 0;
  1642. }
  1643. .categories li a {
  1644. padding-left: 5px;
  1645. }
  1646. .widget-content .tag {
  1647. background-color: #2F383D;
  1648. color: #fff;
  1649. display: inline-block;
  1650. margin-bottom: 10px;
  1651. margin-right: 5px;
  1652. padding: 5px 13px;
  1653. }
  1654. .widget-content .tag:hover {
  1655. background-color: #6CB670;
  1656. color: #fff;
  1657. }
  1658. .post-pagination {
  1659. display: inline-block;
  1660. margin-bottom: 20px;
  1661. }
  1662. .post-pagination ul li {
  1663. margin-right: 5px;
  1664. float: left;
  1665. }
  1666. .post-pagination ul li:last-child {
  1667. margin-right: 0;
  1668. }
  1669. .post-pagination ul li.disabled a {
  1670. cursor: not-allowed;
  1671. }
  1672. .post-pagination ul li.disabled a:hover {
  1673. background-color: #2E373C;
  1674. color: #9aa8b3;
  1675. }
  1676. .post-pagination ul li a {
  1677. background-color: #30393e;
  1678. color: #9aa8b3;
  1679. display: block;
  1680. padding: 8px 18px;
  1681. }
  1682. .post-pagination ul li a:hover,
  1683. .post-pagination ul li.active a {
  1684. background-color: #6CB670;
  1685. color: #fff;
  1686. }
  1687. /*=================================================================
  1688. Single Blog Page
  1689. ==================================================================*/
  1690. .single-blog {
  1691. background-color: #fff;
  1692. margin-bottom: 50px;
  1693. padding: 20px;
  1694. }
  1695. blockquote {
  1696. border-left: 5px solid #6cb670;
  1697. font-style: italic;
  1698. line-height: 22px;
  1699. margin: 20px 0;
  1700. }
  1701. .next-prev {
  1702. border-bottom: 1px solid #4e595f;
  1703. border-top: 1px solid #4e595f;
  1704. margin: 20px 0;
  1705. padding: 15px 0 10px;
  1706. }
  1707. .next-prev a:hover {
  1708. color: #6CB670;
  1709. }
  1710. .prev-post i {
  1711. float: left;
  1712. margin-right: 10px;
  1713. margin-top: -4px;
  1714. }
  1715. .next-post i {
  1716. float: right;
  1717. margin-left: 10px;
  1718. margin-top: -3px;
  1719. }
  1720. .post-author {
  1721. margin-right: 20px;
  1722. }
  1723. .post-author>img {
  1724. border: 1px solid #4e595f;
  1725. max-width: 120px;
  1726. padding: 5px;
  1727. width: 100%;
  1728. }
  1729. .comment-reply-form>h3,
  1730. .author-about>h4,
  1731. .comments>h4 {
  1732. border-bottom: 1px solid #4e595f;
  1733. margin-bottom: 15px;
  1734. margin-top: 0;
  1735. padding-bottom: 10px;
  1736. position: relative;
  1737. }
  1738. .author-bio h5 {
  1739. display: inline-block;
  1740. }
  1741. .post-item .comments-section {
  1742. margin-top: 35px;
  1743. }
  1744. .comment-list ul {
  1745. margin-top: 20px;
  1746. }
  1747. .comment-list li {
  1748. margin-bottom: 20px;
  1749. }
  1750. .comment-wrap {
  1751. border: 1px solid #4e595f;
  1752. border-radius: 1px;
  1753. margin-left: 20px;
  1754. padding: 10px;
  1755. position: relative;
  1756. }
  1757. .comment-wrap .author-avatar {
  1758. margin-left: -25px;
  1759. margin-right: 20px;
  1760. }
  1761. .author-comment {
  1762. margin-bottom: 15px;
  1763. overflow: hidden;
  1764. }
  1765. .author-comment cite a:hover,
  1766. .replay:hover {
  1767. color: #6CB670;
  1768. text-decoration: underline;
  1769. }
  1770. .author-comment cite {
  1771. margin-bottom: 2px;
  1772. padding-top: 4px;
  1773. }
  1774. .comment-content {
  1775. margin-left: 45px;
  1776. }
  1777. .comment-list ul li {
  1778. padding-left: 25px;
  1779. }
  1780. .comment-reply-form {
  1781. margin-top: 80px;
  1782. }
  1783. #comment-form {
  1784. margin-top: 35px;
  1785. }
  1786. #comment-form .form-control:hover {
  1787. border-color: #6CB670;
  1788. }
  1789. .form-group:last-child,
  1790. .form-group:last-child input {
  1791. margin: 0;
  1792. }
  1793. .form-control-meghna .form-control {
  1794. background-color: transparent;
  1795. padding: 5px 10px;
  1796. color: #ddd;
  1797. border: 1px solid rgba(236, 239, 241, 0.07);
  1798. }
  1799. .form-control-meghna .form-control:focus
  1800. {
  1801. border-color: #57cbcc;
  1802. box-shadow: 0 0 0 0.2rem rgba(0, 174, 255, 0.432);
  1803. }
  1804. figure img {
  1805. display: block;
  1806. margin: 0 auto 5px;
  1807. }
  1808. figcaption {
  1809. text-align: center;
  1810. }
  1811. /*! Social sharing buttons from Sharingbuttons.io */
  1812. .resp-sharing-button__link,
  1813. .resp-sharing-button__icon {
  1814. display: inline-block
  1815. }
  1816. .resp-sharing-button__link {
  1817. text-decoration: none;
  1818. color: #fff;
  1819. margin: 0.5em
  1820. }
  1821. .resp-sharing-button {
  1822. border-radius: 5px;
  1823. transition: 25ms ease-out;
  1824. padding: 0.5em 0.75em;
  1825. font-family: Helvetica Neue,Helvetica,Arial, sans-serif;
  1826. }
  1827. .resp-sharing-button__icon svg {
  1828. width: 1em;
  1829. height: 1em;
  1830. margin-right: 0.4em;
  1831. vertical-align: top
  1832. }
  1833. .resp-sharing-button--small svg {
  1834. margin: 0;
  1835. vertical-align: middle
  1836. }
  1837. /* Non solid icons get a stroke */
  1838. .resp-sharing-button__icon {
  1839. stroke: #fff;
  1840. fill: none
  1841. }
  1842. /* Solid icons get a fill */
  1843. .resp-sharing-button__icon--solid,
  1844. .resp-sharing-button__icon--solidcircle {
  1845. fill: #fff;
  1846. stroke: none
  1847. }
  1848. .resp-sharing-button--twitter {
  1849. background-color: #55acee
  1850. }
  1851. .resp-sharing-button--twitter:hover {
  1852. background-color: #2795e9
  1853. }
  1854. .resp-sharing-button--pinterest {
  1855. background-color: #bd081c
  1856. }
  1857. .resp-sharing-button--pinterest:hover {
  1858. background-color: #8c0615
  1859. }
  1860. .resp-sharing-button--facebook {
  1861. background-color: #3b5998
  1862. }
  1863. .resp-sharing-button--facebook:hover {
  1864. background-color: #2d4373
  1865. }
  1866. .resp-sharing-button--tumblr {
  1867. background-color: #35465C
  1868. }
  1869. .resp-sharing-button--tumblr:hover {
  1870. background-color: #222d3c
  1871. }
  1872. .resp-sharing-button--reddit {
  1873. background-color: #5f99cf
  1874. }
  1875. .resp-sharing-button--reddit:hover {
  1876. background-color: #3a80c1
  1877. }
  1878. .resp-sharing-button--google {
  1879. background-color: #dd4b39
  1880. }
  1881. .resp-sharing-button--google:hover {
  1882. background-color: #c23321
  1883. }
  1884. .resp-sharing-button--linkedin {
  1885. background-color: #0077b5
  1886. }
  1887. .resp-sharing-button--linkedin:hover {
  1888. background-color: #046293
  1889. }
  1890. .resp-sharing-button--email {
  1891. background-color: #777
  1892. }
  1893. .resp-sharing-button--email:hover {
  1894. background-color: #5e5e5e
  1895. }
  1896. .resp-sharing-button--xing {
  1897. background-color: #1a7576
  1898. }
  1899. .resp-sharing-button--xing:hover {
  1900. background-color: #114c4c
  1901. }
  1902. .resp-sharing-button--whatsapp {
  1903. background-color: #25D366
  1904. }
  1905. .resp-sharing-button--whatsapp:hover {
  1906. background-color: #1da851
  1907. }
  1908. .resp-sharing-button--hackernews {
  1909. background-color: #FF6600
  1910. }
  1911. .resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus { background-color: #FB6200 }
  1912. .resp-sharing-button--vk {
  1913. background-color: #507299
  1914. }
  1915. .resp-sharing-button--vk:hover {
  1916. background-color: #43648c
  1917. }
  1918. .resp-sharing-button--facebook {
  1919. background-color: #3b5998;
  1920. border-color: #3b5998;
  1921. }
  1922. .resp-sharing-button--facebook:hover,
  1923. .resp-sharing-button--facebook:active {
  1924. background-color: #2d4373;
  1925. border-color: #2d4373;
  1926. }
  1927. .resp-sharing-button--twitter {
  1928. background-color: #55acee;
  1929. border-color: #55acee;
  1930. }
  1931. .resp-sharing-button--twitter:hover,
  1932. .resp-sharing-button--twitter:active {
  1933. background-color: #2795e9;
  1934. border-color: #2795e9;
  1935. }
  1936. .resp-sharing-button--google {
  1937. background-color: #dd4b39;
  1938. border-color: #dd4b39;
  1939. }
  1940. .resp-sharing-button--google:hover,
  1941. .resp-sharing-button--google:active {
  1942. background-color: #c23321;
  1943. border-color: #c23321;
  1944. }
  1945. .resp-sharing-button--email {
  1946. background-color: #777777;
  1947. border-color: #777777;
  1948. }
  1949. .resp-sharing-button--email:hover,
  1950. .resp-sharing-button--email:active {
  1951. background-color: #5e5e5e;
  1952. border-color: #5e5e5e;
  1953. }
  1954. .resp-sharing-button--reddit {
  1955. background-color: #5f99cf;
  1956. border-color: #5f99cf;
  1957. }
  1958. .resp-sharing-button--reddit:hover,
  1959. .resp-sharing-button--reddit:active {
  1960. background-color: #3a80c1;
  1961. border-color: #3a80c1;
  1962. }
  1963. .resp-sharing-button--whatsapp {
  1964. background-color: #25D366;
  1965. border-color: #25D366;
  1966. }
  1967. .resp-sharing-button--whatsapp:hover,
  1968. .resp-sharing-button--whatsapp:active {
  1969. background-color: #1DA851;
  1970. border-color: #1DA851;
  1971. }
  1972. .resp-sharing-button--telegram {
  1973. background-color: #54A9EB;
  1974. }
  1975. .resp-sharing-button--telegram:hover {
  1976. background-color: #4B97D1;}
  1977. /*# sourceMappingURL=maps/style.css.map */