Commit 91610710dd2bba8839c3ceedd080d24991d2652e
1 parent
db981416
width1200
Showing
5 changed files
with
60 additions
and
56 deletions
img/logo.png
img/logoname.png
0 โ 100755
802 Bytes
img/logotitle.png
0 โ 100755
2.41 KB
index.html
@@ -66,12 +66,16 @@ | @@ -66,12 +66,16 @@ | ||
66 | <div class="header-inner"> | 66 | <div class="header-inner"> |
67 | <div class="container"> | 67 | <div class="container"> |
68 | <div class="row"> | 68 | <div class="row"> |
69 | - <div class="col-md-3 col-sm-2 col-xs-2"> | 69 | + <div class="col-md-4 col-sm-2 col-xs-2"> |
70 | <div class="logo"> | 70 | <div class="logo"> |
71 | - <a href="index.html"><img src="img/logo.png" alt="logo.png"></a> | 71 | + <a href="index.html"> |
72 | + <img src="img/logo.png" alt="logo.png"> | ||
73 | + <img src="img/logoname.png" alt="logoname.png"> | ||
74 | + <img src="img/logotitle.png" alt="logotitle.png"> | ||
75 | + </a> | ||
72 | </div> | 76 | </div> |
73 | </div> | 77 | </div> |
74 | - <div class="col-md-9 col-sm-10"> | 78 | + <div class="col-md-8 col-sm-8"> |
75 | <div class="mobile-menu"></div> | 79 | <div class="mobile-menu"></div> |
76 | <nav class="navbar navbar-default"> | 80 | <nav class="navbar navbar-default"> |
77 | <div class="collapse navbar-collapse"> | 81 | <div class="collapse navbar-collapse"> |
style.css
@@ -36,7 +36,7 @@ ul, li{ | @@ -36,7 +36,7 @@ ul, li{ | ||
36 | list-style:none; | 36 | list-style:none; |
37 | padding:0; | 37 | padding:0; |
38 | margin:0; | 38 | margin:0; |
39 | - | 39 | + |
40 | } | 40 | } |
41 | a,button{ | 41 | a,button{ |
42 | -webkit-transition:all 0.3s ease; | 42 | -webkit-transition:all 0.3s ease; |
@@ -267,7 +267,7 @@ a:hover{ | @@ -267,7 +267,7 @@ a:hover{ | ||
267 | } | 267 | } |
268 | .header .header-inner.sticky{ | 268 | .header .header-inner.sticky{ |
269 | z-index:99999; | 269 | z-index:99999; |
270 | - | 270 | + |
271 | } | 271 | } |
272 | .header .navbar-collapse{ | 272 | .header .navbar-collapse{ |
273 | padding:0; | 273 | padding:0; |
@@ -275,12 +275,12 @@ a:hover{ | @@ -275,12 +275,12 @@ a:hover{ | ||
275 | 275 | ||
276 | .header .header-inner { | 276 | .header .header-inner { |
277 | z-index:999; | 277 | z-index:999; |
278 | - height: 80px; | ||
279 | - background:#f5f5f5; | ||
280 | - -webkit-box-shadow:0px 0px 5px #000; | ||
281 | - -moz-box-shadow:0px 0px 5px #000; | ||
282 | - box-shadow:0px 0px 5px #000; | ||
283 | - | 278 | + height: 82px; |
279 | + background:rgba(26,29,41,1); | ||
280 | + /*-webkit-box-shadow:0px 0px 5px #000;*/ | ||
281 | + /*-moz-box-shadow:0px 0px 5px #000;*/ | ||
282 | + /*box-shadow:0px 0px 5px #000;*/ | ||
283 | + | ||
284 | } | 284 | } |
285 | .header .logo { | 285 | .header .logo { |
286 | float: left; | 286 | float: left; |
@@ -463,7 +463,7 @@ a:hover{ | @@ -463,7 +463,7 @@ a:hover{ | ||
463 | -webkit-transition:all 0.4s ease; | 463 | -webkit-transition:all 0.4s ease; |
464 | -moz-transition:all 0.4s ease; | 464 | -moz-transition:all 0.4s ease; |
465 | transition:all 0.4s ease; | 465 | transition:all 0.4s ease; |
466 | - | 466 | + |
467 | } | 467 | } |
468 | #slider .button:hover .btn::after{ | 468 | #slider .button:hover .btn::after{ |
469 | height: 100%; | 469 | height: 100%; |
@@ -525,7 +525,7 @@ a:hover{ | @@ -525,7 +525,7 @@ a:hover{ | ||
525 | features CSS | 525 | features CSS |
526 | ===========================*/ | 526 | ===========================*/ |
527 | #features{ | 527 | #features{ |
528 | - | 528 | + |
529 | } | 529 | } |
530 | #features .feature-left{} | 530 | #features .feature-left{} |
531 | #features .feature-left img { | 531 | #features .feature-left img { |
@@ -534,7 +534,7 @@ a:hover{ | @@ -534,7 +534,7 @@ a:hover{ | ||
534 | margin-top: 30px; | 534 | margin-top: 30px; |
535 | } | 535 | } |
536 | #features .feature-right{ | 536 | #features .feature-right{ |
537 | - | 537 | + |
538 | } | 538 | } |
539 | #features .single-right{ | 539 | #features .single-right{ |
540 | position:relative; | 540 | position:relative; |
@@ -579,7 +579,7 @@ a:hover{ | @@ -579,7 +579,7 @@ a:hover{ | ||
579 | ===========================*/ | 579 | ===========================*/ |
580 | #Services{ | 580 | #Services{ |
581 | background:#fff; | 581 | background:#fff; |
582 | -} | 582 | +} |
583 | #Services .single-service { | 583 | #Services .single-service { |
584 | padding: 20px; | 584 | padding: 20px; |
585 | background: #F6F6F6; | 585 | background: #F6F6F6; |
@@ -639,7 +639,7 @@ a:hover{ | @@ -639,7 +639,7 @@ a:hover{ | ||
639 | Latest Works CSS | 639 | Latest Works CSS |
640 | =====================*/ | 640 | =====================*/ |
641 | .latest-works{ | 641 | .latest-works{ |
642 | - | 642 | + |
643 | } | 643 | } |
644 | .latest-works .works-menu{ | 644 | .latest-works .works-menu{ |
645 | text-align:center; | 645 | text-align:center; |
@@ -707,7 +707,7 @@ a:hover{ | @@ -707,7 +707,7 @@ a:hover{ | ||
707 | left:0; | 707 | left:0; |
708 | width:100%; | 708 | width:100%; |
709 | height:100%; | 709 | height:100%; |
710 | - padding:30px; | 710 | + padding:30px; |
711 | opacity:0; | 711 | opacity:0; |
712 | visibility:hidden; | 712 | visibility:hidden; |
713 | -webkit-transition:all 0.4s ease; | 713 | -webkit-transition:all 0.4s ease; |
@@ -789,7 +789,7 @@ a:hover{ | @@ -789,7 +789,7 @@ a:hover{ | ||
789 | -webkit-transition:all 0.4s ease; | 789 | -webkit-transition:all 0.4s ease; |
790 | -moz-transition:all 0.4s ease; | 790 | -moz-transition:all 0.4s ease; |
791 | transition:all 0.4s ease; | 791 | transition:all 0.4s ease; |
792 | - | 792 | + |
793 | } | 793 | } |
794 | .latest-works .button:hover .btn::after{ | 794 | .latest-works .button:hover .btn::after{ |
795 | height: 100%; | 795 | height: 100%; |
@@ -850,7 +850,7 @@ a:hover{ | @@ -850,7 +850,7 @@ a:hover{ | ||
850 | transition: all 0.4s ease; | 850 | transition: all 0.4s ease; |
851 | height: 400px; | 851 | height: 400px; |
852 | width: 500px; | 852 | width: 500px; |
853 | - | 853 | + |
854 | } | 854 | } |
855 | #single-pf .single-news img:hover{ | 855 | #single-pf .single-news img:hover{ |
856 | transform:scale(1.1); | 856 | transform:scale(1.1); |
@@ -919,7 +919,7 @@ a:hover{ | @@ -919,7 +919,7 @@ a:hover{ | ||
919 | font-size:16px; | 919 | font-size:16px; |
920 | } | 920 | } |
921 | 921 | ||
922 | - | 922 | + |
923 | #single-pf .owl-nav{ | 923 | #single-pf .owl-nav{ |
924 | margin: 0; | 924 | margin: 0; |
925 | position: absolute; | 925 | position: absolute; |
@@ -948,7 +948,7 @@ a:hover{ | @@ -948,7 +948,7 @@ a:hover{ | ||
948 | #single-pf .owl-nav .owl-prev { | 948 | #single-pf .owl-nav .owl-prev { |
949 | left:0; | 949 | left:0; |
950 | } | 950 | } |
951 | -#single-pf .owl-nav .owl-next{ | 951 | +#single-pf .owl-nav .owl-next{ |
952 | right:0; | 952 | right:0; |
953 | } | 953 | } |
954 | 954 | ||
@@ -1007,7 +1007,7 @@ a:hover{ | @@ -1007,7 +1007,7 @@ a:hover{ | ||
1007 | text-transform:capitalize; | 1007 | text-transform:capitalize; |
1008 | position:relative; | 1008 | position:relative; |
1009 | font-weight:300; | 1009 | font-weight:300; |
1010 | - | 1010 | + |
1011 | } | 1011 | } |
1012 | #testimonials .single-testimonial p i { | 1012 | #testimonials .single-testimonial p i { |
1013 | margin-right: 10px; | 1013 | margin-right: 10px; |
@@ -1091,7 +1091,7 @@ a:hover{ | @@ -1091,7 +1091,7 @@ a:hover{ | ||
1091 | } | 1091 | } |
1092 | #blog .single-news .news-body .title span{ | 1092 | #blog .single-news .news-body .title span{ |
1093 | display:inline-block; | 1093 | display:inline-block; |
1094 | - | 1094 | + |
1095 | } | 1095 | } |
1096 | #blog .single-news .news-body .title .user{ | 1096 | #blog .single-news .news-body .title .user{ |
1097 | font-size:14px; | 1097 | font-size:14px; |
@@ -1121,7 +1121,7 @@ a:hover{ | @@ -1121,7 +1121,7 @@ a:hover{ | ||
1121 | margin-left: 40px; | 1121 | margin-left: 40px; |
1122 | margin-top: -20px; | 1122 | margin-top: -20px; |
1123 | text-transform:capitalize; | 1123 | text-transform:capitalize; |
1124 | - | 1124 | + |
1125 | } | 1125 | } |
1126 | #blog .single-news .news-body h2 a{ | 1126 | #blog .single-news .news-body h2 a{ |
1127 | text-decoration:none; | 1127 | text-decoration:none; |
@@ -1202,7 +1202,7 @@ a:hover{ | @@ -1202,7 +1202,7 @@ a:hover{ | ||
1202 | -webkit-transition:all 0.4s ease; | 1202 | -webkit-transition:all 0.4s ease; |
1203 | -moz-transition:all 0.4s ease; | 1203 | -moz-transition:all 0.4s ease; |
1204 | transition:all 0.4s ease; | 1204 | transition:all 0.4s ease; |
1205 | - | 1205 | + |
1206 | } | 1206 | } |
1207 | #blog .button:hover .btn::after{ | 1207 | #blog .button:hover .btn::after{ |
1208 | height: 100%; | 1208 | height: 100%; |
@@ -1250,7 +1250,7 @@ a:hover{ | @@ -1250,7 +1250,7 @@ a:hover{ | ||
1250 | #blog-single .single-news{ | 1250 | #blog-single .single-news{ |
1251 | background:#faf9f9; | 1251 | background:#faf9f9; |
1252 | border:1px solid #eeeeee; | 1252 | border:1px solid #eeeeee; |
1253 | - | 1253 | + |
1254 | margin-bottom: 40px; | 1254 | margin-bottom: 40px; |
1255 | } | 1255 | } |
1256 | #blog-single .single-news img{ | 1256 | #blog-single .single-news img{ |
@@ -1287,7 +1287,7 @@ a:hover{ | @@ -1287,7 +1287,7 @@ a:hover{ | ||
1287 | } | 1287 | } |
1288 | #blog-single .single-news .news-body .title span{ | 1288 | #blog-single .single-news .news-body .title span{ |
1289 | display:inline-block; | 1289 | display:inline-block; |
1290 | - | 1290 | + |
1291 | } | 1291 | } |
1292 | #blog-single .single-news .news-body .title .user{ | 1292 | #blog-single .single-news .news-body .title .user{ |
1293 | font-size:14px; | 1293 | font-size:14px; |
@@ -1317,7 +1317,7 @@ a:hover{ | @@ -1317,7 +1317,7 @@ a:hover{ | ||
1317 | margin-left: 40px; | 1317 | margin-left: 40px; |
1318 | margin-top: -20px; | 1318 | margin-top: -20px; |
1319 | text-transform:capitalize; | 1319 | text-transform:capitalize; |
1320 | - | 1320 | + |
1321 | } | 1321 | } |
1322 | #blog-single .single-news .news-body h2 a{ | 1322 | #blog-single .single-news .news-body h2 a{ |
1323 | text-decoration:none; | 1323 | text-decoration:none; |
@@ -1378,8 +1378,8 @@ a:hover{ | @@ -1378,8 +1378,8 @@ a:hover{ | ||
1378 | #blog-single .pagination ul li{ | 1378 | #blog-single .pagination ul li{ |
1379 | display:inline-block; | 1379 | display:inline-block; |
1380 | border-right:1px solid #666; | 1380 | border-right:1px solid #666; |
1381 | - | ||
1382 | - | 1381 | + |
1382 | + | ||
1383 | } | 1383 | } |
1384 | 1384 | ||
1385 | #blog-single .pagination ul li:last-child{ | 1385 | #blog-single .pagination ul li:last-child{ |
@@ -1391,7 +1391,7 @@ a:hover{ | @@ -1391,7 +1391,7 @@ a:hover{ | ||
1391 | display:block; | 1391 | display:block; |
1392 | padding: 10px 20px; | 1392 | padding: 10px 20px; |
1393 | font-weight:600; | 1393 | font-weight:600; |
1394 | - | 1394 | + |
1395 | } | 1395 | } |
1396 | #blog-single .pagination ul li i{ | 1396 | #blog-single .pagination ul li i{ |
1397 | margin:0px 5px; | 1397 | margin:0px 5px; |
@@ -1416,7 +1416,7 @@ a:hover{ | @@ -1416,7 +1416,7 @@ a:hover{ | ||
1416 | width:100%; | 1416 | width:100%; |
1417 | background:#000; | 1417 | background:#000; |
1418 | opacity:0.9; | 1418 | opacity:0.9; |
1419 | - | 1419 | + |
1420 | } | 1420 | } |
1421 | /* single-fun */ | 1421 | /* single-fun */ |
1422 | .fun-facts .single-fun{ | 1422 | .fun-facts .single-fun{ |
@@ -1432,14 +1432,14 @@ a:hover{ | @@ -1432,14 +1432,14 @@ a:hover{ | ||
1432 | display: block; | 1432 | display: block; |
1433 | margin-bottom: 14px; | 1433 | margin-bottom: 14px; |
1434 | line-height: 80px; | 1434 | line-height: 80px; |
1435 | - | 1435 | + |
1436 | } | 1436 | } |
1437 | 1437 | ||
1438 | .fun-facts .single-fun span{ | 1438 | .fun-facts .single-fun span{ |
1439 | color:#fff; | 1439 | color:#fff; |
1440 | font-weight:600; | 1440 | font-weight:600; |
1441 | font-size:30px; | 1441 | font-size:30px; |
1442 | - | 1442 | + |
1443 | } | 1443 | } |
1444 | .fun-facts .single-fun p{ | 1444 | .fun-facts .single-fun p{ |
1445 | color:#fff; | 1445 | color:#fff; |
@@ -1569,31 +1569,31 @@ a:hover{ | @@ -1569,31 +1569,31 @@ a:hover{ | ||
1569 | overflow:hidden; | 1569 | overflow:hidden; |
1570 | transition:all 0.4s ease; | 1570 | transition:all 0.4s ease; |
1571 | margin-top:85px; | 1571 | margin-top:85px; |
1572 | - | 1572 | + |
1573 | } | 1573 | } |
1574 | .p-table4 .table-head{} | 1574 | .p-table4 .table-head{} |
1575 | .p-table4 .table-head .title-head{ | 1575 | .p-table4 .table-head .title-head{ |
1576 | - | ||
1577 | - | ||
1578 | - | 1576 | + |
1577 | + | ||
1578 | + | ||
1579 | } | 1579 | } |
1580 | .p-table4 .table-head h2.medium{ | 1580 | .p-table4 .table-head h2.medium{ |
1581 | - | 1581 | + |
1582 | color:#000428; | 1582 | color:#000428; |
1583 | } | 1583 | } |
1584 | .p-table4 .table-head h2 { | 1584 | .p-table4 .table-head h2 { |
1585 | background-color:#000428; | 1585 | background-color:#000428; |
1586 | - | 1586 | + |
1587 | color:#fff; | 1587 | color:#fff; |
1588 | padding: 40px 0px; | 1588 | padding: 40px 0px; |
1589 | text-transform:uppercase; | 1589 | text-transform:uppercase; |
1590 | - | 1590 | + |
1591 | } | 1591 | } |
1592 | .p-table4 .table-head .price { | 1592 | .p-table4 .table-head .price { |
1593 | background-color: #000428; | 1593 | background-color: #000428; |
1594 | top: 52px; | 1594 | top: 52px; |
1595 | padding-bottom:135px; | 1595 | padding-bottom:135px; |
1596 | - | 1596 | + |
1597 | } | 1597 | } |
1598 | .p-table4 .table-head .amount { | 1598 | .p-table4 .table-head .amount { |
1599 | color: #fff; | 1599 | color: #fff; |
@@ -1620,7 +1620,7 @@ a:hover{ | @@ -1620,7 +1620,7 @@ a:hover{ | ||
1620 | font-weight:300; | 1620 | font-weight:300; |
1621 | } | 1621 | } |
1622 | .p-table4 .single-table .table-list { | 1622 | .p-table4 .single-table .table-list { |
1623 | - | 1623 | + |
1624 | } | 1624 | } |
1625 | 1625 | ||
1626 | .p-table4 .single-table .table-list{} | 1626 | .p-table4 .single-table .table-list{} |
@@ -1678,7 +1678,7 @@ a:hover{ | @@ -1678,7 +1678,7 @@ a:hover{ | ||
1678 | -webkit-transition:all 0.4s ease; | 1678 | -webkit-transition:all 0.4s ease; |
1679 | -moz-transition:all 0.4s ease; | 1679 | -moz-transition:all 0.4s ease; |
1680 | transition:all 0.4s ease; | 1680 | transition:all 0.4s ease; |
1681 | - | 1681 | + |
1682 | } | 1682 | } |
1683 | 1683 | ||
1684 | .p-table4 .button span::before { | 1684 | .p-table4 .button span::before { |
@@ -1750,7 +1750,7 @@ a:hover{ | @@ -1750,7 +1750,7 @@ a:hover{ | ||
1750 | } | 1750 | } |
1751 | 1751 | ||
1752 | .error .error-left .button-head{ | 1752 | .error .error-left .button-head{ |
1753 | - | 1753 | + |
1754 | } | 1754 | } |
1755 | 1755 | ||
1756 | .error .error-left .button{ | 1756 | .error .error-left .button{ |
@@ -1788,7 +1788,7 @@ a:hover{ | @@ -1788,7 +1788,7 @@ a:hover{ | ||
1788 | -webkit-transition:all 0.4s ease; | 1788 | -webkit-transition:all 0.4s ease; |
1789 | -moz-transition:all 0.4s ease; | 1789 | -moz-transition:all 0.4s ease; |
1790 | transition:all 0.4s ease; | 1790 | transition:all 0.4s ease; |
1791 | - | 1791 | + |
1792 | } | 1792 | } |
1793 | .error .error-left .button:hover .btn::after{ | 1793 | .error .error-left .button:hover .btn::after{ |
1794 | height: 100%; | 1794 | height: 100%; |
@@ -1893,7 +1893,7 @@ a:hover{ | @@ -1893,7 +1893,7 @@ a:hover{ | ||
1893 | -webkit-transition:all 0.4s ease; | 1893 | -webkit-transition:all 0.4s ease; |
1894 | -moz-transition:all 0.4s ease; | 1894 | -moz-transition:all 0.4s ease; |
1895 | transition:all 0.4s ease; | 1895 | transition:all 0.4s ease; |
1896 | - | 1896 | + |
1897 | } | 1897 | } |
1898 | .mail-success .mail-head .button:hover .btn::after{ | 1898 | .mail-success .mail-head .button:hover .btn::after{ |
1899 | height: 100%; | 1899 | height: 100%; |
@@ -2035,7 +2035,7 @@ a:hover{ | @@ -2035,7 +2035,7 @@ a:hover{ | ||
2035 | #contact .contact-left h3{ | 2035 | #contact .contact-left h3{ |
2036 | color:#333; | 2036 | color:#333; |
2037 | border-bottom:1px solid; | 2037 | border-bottom:1px solid; |
2038 | - | 2038 | + |
2039 | } | 2039 | } |
2040 | 2040 | ||
2041 | #contact .contact-left p{ | 2041 | #contact .contact-left p{ |
@@ -2110,7 +2110,7 @@ a:hover{ | @@ -2110,7 +2110,7 @@ a:hover{ | ||
2110 | -moz-transition: all 0.4s ease; | 2110 | -moz-transition: all 0.4s ease; |
2111 | transition: all 0.4s ease; | 2111 | transition: all 0.4s ease; |
2112 | margin-top: 10px;; | 2112 | margin-top: 10px;; |
2113 | - | 2113 | + |
2114 | } | 2114 | } |
2115 | .contact .form .btn:hover{ | 2115 | .contact .form .btn:hover{ |
2116 | box-shadow: 2px 8px 8px #0000004d; | 2116 | box-shadow: 2px 8px 8px #0000004d; |
@@ -2141,7 +2141,7 @@ a:hover{ | @@ -2141,7 +2141,7 @@ a:hover{ | ||
2141 | } | 2141 | } |
2142 | 2142 | ||
2143 | .clients .single-clients img{ | 2143 | .clients .single-clients img{ |
2144 | - | 2144 | + |
2145 | } | 2145 | } |
2146 | /*=================== | 2146 | /*=================== |
2147 | End Clients CSS | 2147 | End Clients CSS |
@@ -2158,7 +2158,7 @@ a:hover{ | @@ -2158,7 +2158,7 @@ a:hover{ | ||
2158 | } | 2158 | } |
2159 | .footer .footer-top{ | 2159 | .footer .footer-top{ |
2160 | padding:50px 0px; | 2160 | padding:50px 0px; |
2161 | - | 2161 | + |
2162 | } | 2162 | } |
2163 | .footer .logo{ | 2163 | .footer .logo{ |
2164 | margin-bottom:23px; | 2164 | margin-bottom:23px; |
@@ -2281,7 +2281,7 @@ a:hover{ | @@ -2281,7 +2281,7 @@ a:hover{ | ||
2281 | .footer .copyright{ | 2281 | .footer .copyright{ |
2282 | text-align:center; | 2282 | text-align:center; |
2283 | padding:20px 0; | 2283 | padding:20px 0; |
2284 | - | 2284 | + |
2285 | } | 2285 | } |
2286 | .footer .copyright .copyright-content{ | 2286 | .footer .copyright .copyright-content{ |
2287 | float:left; | 2287 | float:left; |
@@ -2294,7 +2294,7 @@ a:hover{ | @@ -2294,7 +2294,7 @@ a:hover{ | ||
2294 | .footer .copyright .social{ | 2294 | .footer .copyright .social{ |
2295 | float:right; | 2295 | float:right; |
2296 | margin-right:15px; | 2296 | margin-right:15px; |
2297 | - | 2297 | + |
2298 | } | 2298 | } |
2299 | .footer .copyright .social{} | 2299 | .footer .copyright .social{} |
2300 | .footer .copyright .social li{ | 2300 | .footer .copyright .social li{ |
@@ -2307,7 +2307,7 @@ a:hover{ | @@ -2307,7 +2307,7 @@ a:hover{ | ||
2307 | height:25px; | 2307 | height:25px; |
2308 | line-height:25px; | 2308 | line-height:25px; |
2309 | display:block; | 2309 | display:block; |
2310 | - | 2310 | + |
2311 | } | 2311 | } |
2312 | .footer .copyright .social li a:hover{ | 2312 | .footer .copyright .social li a:hover{ |
2313 | color:#fff; | 2313 | color:#fff; |
@@ -2315,8 +2315,8 @@ a:hover{ | @@ -2315,8 +2315,8 @@ a:hover{ | ||
2315 | } | 2315 | } |
2316 | .footer .copyright .social ul li a i{ | 2316 | .footer .copyright .social ul li a i{ |
2317 | font-size:15px; | 2317 | font-size:15px; |
2318 | - | 2318 | + |
2319 | } | 2319 | } |
2320 | /*=================== | 2320 | /*=================== |
2321 | End Footer CSS | 2321 | End Footer CSS |
2322 | -=====================*/ | ||
2323 | \ No newline at end of file | 2322 | \ No newline at end of file |
2323 | +=====================*/ |