style.css 17 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000
  1. /*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
  2. /*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
  3. @import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
  4. @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
  5. @import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
  6. @import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
  7. /*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
  8. 2) font-family: 'Poppins', sans-serif;
  9. ----------------------------------------*****/
  10. /*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/
  11. @import url(animate.min.css);
  12. @import url(normalize.css);
  13. @import url(icomoon.css);
  14. @import url(font-awesome.min.css);
  15. @import url(meanmenu.css);
  16. @import url(owl.carousel.min.css);
  17. @import url(swiper.min.css);
  18. @import url(slick.css);
  19. @import url(jquery.fancybox.min.css);
  20. @import url(jquery-ui.css);
  21. @import url(nice-select.css);
  22. /*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
  23. * {
  24. box-sizing: border-box !important;
  25. }
  26. .container {
  27. max-width: 1170px;
  28. }
  29. html {
  30. scroll-behavior: smooth;
  31. }
  32. body {
  33. color: #666666;
  34. font-size: 14px;
  35. font-family: 'Poppins', sans-serif;
  36. line-height: 1.80857;
  37. font-weight: normal;
  38. }
  39. a {
  40. color: #1f1f1f;
  41. text-decoration: none !important;
  42. outline: none !important;
  43. -webkit-transition: all .3s ease-in-out;
  44. -moz-transition: all .3s ease-in-out;
  45. -ms-transition: all .3s ease-in-out;
  46. -o-transition: all .3s ease-in-out;
  47. transition: all .3s ease-in-out;
  48. }
  49. h1,
  50. h2,
  51. h3,
  52. h4,
  53. h5,
  54. h6 {
  55. letter-spacing: 0;
  56. font-weight: normal;
  57. position: relative;
  58. padding: 0 0 10px 0;
  59. font-weight: normal;
  60. line-height: normal;
  61. color: #111111;
  62. margin: 0
  63. }
  64. h1 {
  65. font-size: 24px;
  66. }
  67. h2 {
  68. font-size: 22px;
  69. }
  70. h3 {
  71. font-size: 18px;
  72. }
  73. h4 {
  74. font-size: 16px
  75. }
  76. h5 {
  77. font-size: 14px
  78. }
  79. h6 {
  80. font-size: 13px
  81. }
  82. *,
  83. *::after,
  84. *::before {
  85. -webkit-box-sizing: border-box;
  86. -moz-box-sizing: border-box;
  87. box-sizing: border-box;
  88. }
  89. h1 a,
  90. h2 a,
  91. h3 a,
  92. h4 a,
  93. h5 a,
  94. h6 a {
  95. color: #212121;
  96. text-decoration: none!important;
  97. opacity: 1
  98. }
  99. button:focus {
  100. outline: none;
  101. }
  102. ul,
  103. li,
  104. ol {
  105. margin: 0px;
  106. padding: 0px;
  107. list-style: none;
  108. }
  109. p {
  110. margin: 0px;
  111. font-weight: 400;
  112. color: #2e2d2d;
  113. font-size: 17px;
  114. line-height: 24px;
  115. }
  116. a {
  117. color: #222222;
  118. text-decoration: none;
  119. outline: none !important;
  120. }
  121. a,
  122. .btn {
  123. text-decoration: none !important;
  124. outline: none !important;
  125. -webkit-transition: all .3s ease-in-out;
  126. -moz-transition: all .3s ease-in-out;
  127. -ms-transition: all .3s ease-in-out;
  128. -o-transition: all .3s ease-in-out;
  129. transition: all .3s ease-in-out;
  130. }
  131. img {
  132. max-width: 100%;
  133. height: auto;
  134. }
  135. :focus {
  136. outline: 0;
  137. }
  138. .btn-custom {
  139. margin-top: 20px;
  140. background-color: transparent !important;
  141. border: 2px solid #ddd;
  142. padding: 12px 40px;
  143. font-size: 16px;
  144. }
  145. .lead {
  146. font-size: 18px;
  147. line-height: 30px;
  148. color: #767676;
  149. margin: 0;
  150. padding: 0;
  151. }
  152. .form-control:focus {
  153. border-color: #ffffff !important;
  154. box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
  155. }
  156. .navbar-form input {
  157. border: none !important;
  158. }
  159. .badge {
  160. font-weight: 500;
  161. }
  162. blockquote {
  163. margin: 20px 0 20px;
  164. padding: 30px;
  165. }
  166. button {
  167. border: 0;
  168. margin: 0;
  169. padding: 0;
  170. cursor: pointer;
  171. }
  172. .full {
  173. float: left;
  174. width: 100%;
  175. }
  176. .full {
  177. width: 100%;
  178. float: left;
  179. margin: 0;
  180. padding: 0;
  181. }
  182. /**-- heading section --**/
  183. /*---------------------------- preloader area ----------------------------*/
  184. .loader_bg {
  185. position: fixed;
  186. z-index: 9999999;
  187. background: #fff;
  188. width: 100%;
  189. height: 100%;
  190. }
  191. .loader {
  192. height: 100%;
  193. width: 100%;
  194. position: absolute;
  195. left: 0;
  196. top: 0;
  197. display: flex;
  198. justify-content: center;
  199. align-items: center;
  200. }
  201. .loader img {
  202. width: 280px;
  203. }
  204. /*-- header area --*/
  205. /*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/
  206. .header {
  207. width: 100%;
  208. height: 86px;
  209. padding: 24px 60px;
  210. background: #fff;
  211. }
  212. .logo a img {
  213. z-index: 9999;
  214. position: relative;
  215. }
  216. .logo::before {
  217. position: absolute;
  218. content: "";
  219. background-color: #E1C9A9;
  220. width: 385px;
  221. height: 86px;
  222. left: -75px;
  223. top: -24px;
  224. }
  225. /*-- navigation--*/
  226. .navigation.navbar {
  227. float: right;
  228. padding: 0;
  229. }
  230. .navigation.navbar-dark .navbar-nav .nav-link {
  231. padding: 8px 20px;
  232. color: #2e2d2d;
  233. font-size: 16px;
  234. line-height: 20px;
  235. font-weight: 500;
  236. }
  237. .navigation.navbar-dark .navbar-nav .nav-link:focus,
  238. .navigation.navbar-dark .navbar-nav .nav-link:hover {
  239. color: #fff;
  240. background-color: #432D2D;
  241. }
  242. .navigation.navbar-dark .navbar-nav .active>.nav-link,
  243. .navigation.navbar-dark .navbar-nav .nav-link.active,
  244. .navigation.navbar-dark .navbar-nav .nav-link.show,
  245. .navigation.navbar-dark .navbar-nav .show>.nav-link {
  246. color: #fff;
  247. background-color: #432D2D;
  248. }
  249. .navbar-expand-md .navbar-nav {
  250. padding-right: 10px;
  251. }
  252. ul.social_icon {
  253. padding-top: 3px;
  254. float: right;
  255. }
  256. ul.social_icon li {
  257. display: inline-block;
  258. }
  259. ul.social_icon li a {
  260. display: flex;
  261. align-items: center;
  262. justify-content: center;
  263. font-size: 17px;
  264. border-radius: 30px;
  265. margin: 0 3px;
  266. color: #fff;
  267. background-color: #432D2D;
  268. width: 32px;
  269. height: 32px;
  270. }
  271. ul.social_icon li a:hover {
  272. color: #fff;
  273. background-color: #E1C9A9;
  274. }
  275. /** banner section **/
  276. .banner_main::before {
  277. position: absolute;
  278. content: "";
  279. background-color: #E1C9A9;
  280. width: 370px;
  281. height: 764px;
  282. left: 0;
  283. }
  284. .banner1 {
  285. position: relative;
  286. padding: 50px 0 100px 0;
  287. }
  288. .relative {
  289. position: inherit;
  290. padding: 0;
  291. text-align: left;
  292. }
  293. .relative span {
  294. color: #ddd;
  295. }
  296. .relative h1 {
  297. font-size: 74px;
  298. line-height: 80px;
  299. font-weight: 500;
  300. color: #2e2d2d;
  301. }
  302. .relative p {
  303. color: #2e2d2d;
  304. padding-bottom: 70px;
  305. }
  306. .get_btn {
  307. background-color: #432D2D;
  308. color: #fff;
  309. text-align: center;
  310. max-width: 216px;
  311. width: 100%;
  312. height: 40px;
  313. font-size: 17px;
  314. display: block;
  315. padding: 4px 0;
  316. }
  317. .get_btn:hover {
  318. color: #E1C9A9;
  319. }
  320. .bann_img {
  321. padding-left: 59px;
  322. padding-right: 20px;
  323. }
  324. #myCarousel .carousel-control-prev,
  325. #myCarousel .carousel-control-next {
  326. width: 55px;
  327. height: 55px;
  328. background: #432D2D;
  329. opacity: 1;
  330. font-size: 20px;
  331. color: #ffffff;
  332. top: 90%;
  333. }
  334. #myCarousel .carousel-control-prev:hover,
  335. #myCarousel .carousel-control-next:hover,
  336. #myCarousel .carousel-control-prev:focus,
  337. #myCarousel .carousel-control-next:focus {
  338. background: #432D2D;
  339. color: #E1C9A9;
  340. }
  341. #myCarousel .carousel-control-prev {
  342. left: inherit;
  343. right: 100px;
  344. }
  345. #myCarousel .carousel-control-next {
  346. right: 30px;
  347. }
  348. .banner .carousel-indicators li {
  349. width: 20px;
  350. height: 20px;
  351. border-radius: 30px;
  352. background: #000;
  353. }
  354. .carousel-indicators {
  355. display: none;
  356. }
  357. /** end banner section **/
  358. .titlepage {
  359. text-align: center;
  360. padding-bottom: 40px;
  361. }
  362. .titlepage h2 {
  363. font-size: 45px;
  364. color: #2e2d2d;
  365. line-height: 45px;
  366. font-weight: bold;
  367. padding: 0;
  368. margin: 0;
  369. }
  370. .d_flex {
  371. display: flex;
  372. align-items: center;
  373. flex-wrap: wrap;
  374. }
  375. .read_more {
  376. font-size: 17px;
  377. background-color: #432D2D;
  378. color: #fff;
  379. padding: 12px 0px;
  380. width: 100%;
  381. max-width: 210px;
  382. text-align: center;
  383. display: inline-block;
  384. transition: ease-in all 0.5s;
  385. font-weight: 500;
  386. height: 56px;
  387. }
  388. .read_more:hover {
  389. background: #E1C9A9;
  390. color: #fff;
  391. transition: ease-in all 0.5s;
  392. }
  393. /** What We Do section **/
  394. .we_do {
  395. padding-top: 90px;
  396. padding-bottom: 147px;
  397. background-color: #fff;
  398. position: relative;
  399. }
  400. .slin::before {
  401. position: absolute;
  402. content: "";
  403. bottom: 0%;
  404. background: url(../images/slin.png);
  405. background-repeat: no-repeat;
  406. max-width: 820px;
  407. height: 147px;
  408. right: 15%;
  409. width: 100%;
  410. }
  411. .we_box {
  412. text-align: center;
  413. margin-bottom: 30px;
  414. }
  415. .we_box i {
  416. border-radius: 50%;
  417. border: #404040 solid 1px;
  418. width: 210px;
  419. height: 210px;
  420. display: flex;
  421. justify-content: center;
  422. align-items: center;
  423. flex-wrap: wrap;
  424. margin: 0 auto;
  425. }
  426. .we_box h3 {
  427. font-size: 24px;
  428. font-weight: bold;
  429. line-height: 25px;
  430. padding-bottom: 5px;
  431. color: #2e2d2d;
  432. padding-top: 30px;
  433. }
  434. /** end What We Do section **/
  435. /** end team section **/
  436. .about {
  437. background-color: #fff;
  438. padding-top: 90px;
  439. position: relative;
  440. padding-bottom: 170px;
  441. }
  442. .slin2::before {
  443. position: absolute;
  444. content: "";
  445. bottom: 0%;
  446. background: url(../images/slin2.png);
  447. background-repeat: no-repeat;
  448. max-width: 820px;
  449. height: 147px;
  450. left: 15%;
  451. width: 100%;
  452. }
  453. .about .titlepage {
  454. text-align: left;
  455. padding-bottom: 0;
  456. }
  457. .about .titlepage h2 {
  458. margin-bottom: 30px;
  459. }
  460. .about .titlepage p {
  461. font-weight: 400;
  462. font-size: 17px;
  463. line-height: 28px;
  464. padding-bottom: 40px;
  465. }
  466. .about_img {
  467. overflow: hidden;
  468. }
  469. .about_img figure {
  470. margin: 0;
  471. }
  472. .about_img figure img {
  473. width: 100%;
  474. transition: all .5s;
  475. }
  476. .about_img figure img:hover {
  477. transform: scale(1.2);
  478. }
  479. /** our pricing section **/
  480. .pricing {
  481. background-color: #fff;
  482. padding: 90px 0 170px 0;
  483. position: relative;
  484. }
  485. .pricing .titlepage {
  486. text-align: center;
  487. padding-bottom: 45px;
  488. }
  489. .pricing_box {
  490. border: #432D2D solid 1px;
  491. padding: 74px 101px 80px 101px;
  492. }
  493. .pricing_box_ti {
  494. text-align: center;
  495. }
  496. .pricing_box_ti h3 {
  497. font-size: 40px;
  498. font-weight: bold;
  499. padding-bottom: 5px;
  500. }
  501. .pricing_box_ti h3::before {
  502. position: absolute;
  503. content: "";
  504. background-color: #432D2D;
  505. width: 84px;
  506. height: 4px;
  507. border-radius: 5px;
  508. bottom: 0;
  509. }
  510. .pricing_box_ti h3 span {
  511. color: #000000;
  512. }
  513. .pricing_box_ti h3 strong {
  514. font-size: 15px;
  515. font-weight: normal;
  516. }
  517. .our_pricing {
  518. text-align: center;
  519. }
  520. .our_pricing span {
  521. text-transform: uppercase;
  522. font-size: 25px;
  523. font-weight: bold;
  524. line-height: 25px;
  525. padding-bottom: 20px;
  526. color: #2e2d2d;
  527. padding-top: 30px;
  528. display: block;
  529. }
  530. .our_pricing p {
  531. line-height: 39px;
  532. }
  533. .mar_top {
  534. margin-top: -20px !important;
  535. margin: 0 auto;
  536. display: block;
  537. max-width: 142px;
  538. height: 40px;
  539. padding: 4px 0;
  540. font-weight: normal;
  541. margin-bottom: 30px;
  542. }
  543. /** end our pricing section **/
  544. /** Experts section **/
  545. .experts {
  546. background-color: #fff;
  547. padding: 90px 0 147px 0;
  548. position: relative;
  549. }
  550. .experts .titlepage {
  551. text-align: center;
  552. padding-bottom: 45px;
  553. }
  554. .experts .experts_box {
  555. text-align: left;
  556. background-color: #fff;
  557. transition: ease-in all 0.5s;
  558. }
  559. .experts .experts_box .experts_img {
  560. overflow: hidden;
  561. }
  562. .experts .experts_box .experts_img figure {
  563. margin: 0;
  564. }
  565. .experts .experts_box .experts_img figure img {
  566. width: 100%;
  567. transition: all .5s;
  568. border-top: #ffffff solid 20px;
  569. border-bottom: #ffffff solid 20px;
  570. border-left: #ffffff solid 30px;
  571. border-right: #ffffff solid 30px;
  572. }
  573. #exp:hover .experts_img figure img {
  574. border-top: #E1C9A9 solid 20px;
  575. border-bottom: #E1C9A9 solid 20px;
  576. border-left: #E1C9A9 solid 30px;
  577. border-right: #E1C9A9 solid 30px;
  578. }
  579. .experts .experts_box .meet {
  580. padding: 33px 30px;
  581. text-align: center;
  582. }
  583. .experts .experts_box .meet h3 {
  584. color: #343434;
  585. font-size: 25px;
  586. line-height: 20px;
  587. padding-bottom: 12px;
  588. transition: ease-in all 0.5s;
  589. margin: auto;
  590. text-transform: uppercase;
  591. font-weight: bold;
  592. }
  593. .experts .experts_box .meet p {
  594. font-size: 17px;
  595. line-height: 28px;
  596. }
  597. .exper {
  598. max-width: 171px;
  599. height: 47px;
  600. padding: 9px 0;
  601. margin-top: 10px !important;
  602. margin-bottom: 0;
  603. }
  604. /** end Experts section **/
  605. /** contact section **/
  606. .contact {
  607. background: #fff;
  608. margin-top: 90px;
  609. position: relative;
  610. }
  611. .contact::before {
  612. position: absolute;
  613. content: "";
  614. right: 0;
  615. background: url(../images/co_right.png);
  616. background-repeat: no-repeat;
  617. width: 156px;
  618. height: 283px;
  619. top: 14%;
  620. }
  621. .main_form .contactus {
  622. border: #fff solid 1px;
  623. padding: 0 15px;
  624. margin-bottom: 25px;
  625. width: 100%;
  626. height: 58px;
  627. background: #fff;
  628. color: #737272;
  629. font-size: 18px;
  630. font-weight: normal;
  631. box-shadow: 0px 0px 13px rgba(14, 14, 13, 0.17);
  632. }
  633. .main_form .textarea {
  634. border: #fff solid 1px;
  635. margin-bottom: 25px;
  636. width: 100%;
  637. background: #fff;
  638. color: #737272;
  639. font-size: 18px;
  640. font-weight: normal;
  641. padding: 50px 15px 0 15px;
  642. box-shadow: 0px 0px 13px rgba(14, 14, 13, 0.17);
  643. height: 150px;
  644. }
  645. .main_form .send_btn {
  646. font-size: 20px;
  647. transition: ease-in all 0.5s;
  648. background-color: #432D2D;
  649. text-transform: uppercase;
  650. color: #fff;
  651. padding: 10px 0px;
  652. max-width: 193px;
  653. width: 100%;
  654. display: block;
  655. margin-top: 10px !important;
  656. font-weight: 500;
  657. margin-bottom: 60px !important;
  658. margin: 0 auto;
  659. }
  660. .main_form .send_btn:hover {
  661. background-color: #E1C9A9;
  662. transition: ease-in all 0.5s;
  663. color: #fff;
  664. }
  665. #request *::placeholder {
  666. color: #737272;
  667. opacity: 1;
  668. }
  669. /** end contact section **/
  670. /** footer **/
  671. .footer {
  672. background: #432D2D;
  673. padding-top: 60px;
  674. text-align: center;
  675. }
  676. .footer h3 {
  677. font-weight: 600;
  678. font-size: 17px;
  679. line-height: 19px;
  680. text-align: left;
  681. color: #fff;
  682. padding-bottom: 15px;
  683. display: table;
  684. text-transform: uppercase;
  685. }
  686. .variat {
  687. color: #757575;
  688. text-align: left;
  689. padding-right: 40px;
  690. }
  691. ul.conta {
  692. text-align: left;
  693. margin-bottom: 55px;
  694. }
  695. ul.conta li {
  696. color: #fff;
  697. text-align: left;
  698. padding-bottom: 20px;
  699. font-size: 17px;
  700. display: inline-block;
  701. padding-right: 70px;
  702. }
  703. ul.conta li:last-child {
  704. padding-right: 0;
  705. }
  706. ul.conta li i {
  707. padding-right: 15px;
  708. text-align: center;
  709. font-size: 30px;
  710. }
  711. ul.conta li a {
  712. color: #fff;
  713. }
  714. ul.link_menu li {
  715. display: block;
  716. text-align: left;
  717. }
  718. ul.link_menu li.active a {
  719. color: #E1C9A9;
  720. }
  721. ul.link_menu li a {
  722. color: #fff;
  723. font-size: 17px;
  724. line-height: 28px;
  725. display: block;
  726. width: -moz-max-content;
  727. }
  728. ul.link_menu li a:hover {
  729. color: #A9612B;
  730. }
  731. .bottom_form {
  732. display: flex;
  733. flex-wrap: wrap;
  734. margin-top: 8px;
  735. }
  736. .bottom_form h3 {
  737. font-weight: 600;
  738. font-size: 20px;
  739. line-height: 25px;
  740. text-align: left;
  741. color: #fff;
  742. padding-top: 12px;
  743. margin-right: 93px;
  744. text-transform: uppercase;
  745. border: inherit;
  746. }
  747. .bottom_form .enter {
  748. border: inherit;
  749. padding: 0px 50px 0px 19px;
  750. width: 100%;
  751. height: 45px;
  752. background: #fffffff2;
  753. color: #ccc8c8;
  754. font-size: 17px;
  755. font-weight: 300;
  756. float: left;
  757. margin-bottom: 20px;
  758. }
  759. .right_btn {
  760. font-size: 17px;
  761. transition: ease-in all 0.5s;
  762. background-color: #E1C9A9;
  763. color: #fff;
  764. padding: 8px 16px;
  765. font-weight: 500;
  766. text-transform: uppercase;
  767. height: 45px;
  768. position: absolute;
  769. right: 14px;
  770. }
  771. .right_btn:hover {
  772. background-color: #A9612B;
  773. transition: ease-in all 0.5s;
  774. color: #432D2D;
  775. }
  776. .bottom_form p {
  777. color: #757575;
  778. text-align: left;
  779. }
  780. .copyright {
  781. margin-top: 60px;
  782. padding-bottom: 20px;
  783. background-color: #fff;
  784. border-right: inherit;
  785. border-left: inherit;
  786. }
  787. .copyright p {
  788. color: #000;
  789. font-size: 18px;
  790. line-height: 22px;
  791. text-align: center;
  792. padding-top: 25px;
  793. font-weight: normal;
  794. }
  795. .copyright a {
  796. color: #000;
  797. }
  798. .copyright a:hover {
  799. color: #fa8c17;
  800. }
  801. /** end footer **/
  802. /** endinner page css **/
  803. .back_re {
  804. background-color: #2e2d2d;
  805. }
  806. .back_re .title {
  807. text-align: center;
  808. }
  809. .back_re .title h2 {
  810. color: #fff;
  811. font-size: 40px;
  812. padding: 40px 0;
  813. font-weight: 600;
  814. text-transform: uppercase;
  815. line-height: 35px;
  816. }
  817. .margin_0 {
  818. margin: 0 !important;
  819. }