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