|
@@ -622,6 +622,7 @@ body .learn-more:hover {
|
|
|
|
|
|
#sec-works #sec-work-box .work-box .card {
|
|
|
text-align: center;
|
|
|
+ display: inline-block !important;
|
|
|
-webkit-transition: 0.3s;
|
|
|
transition: 0.3s;
|
|
|
}
|
|
@@ -1773,8 +1774,8 @@ body .learn-more:hover {
|
|
|
|
|
|
#sec06 #sec06-container .card {
|
|
|
margin: 10px;
|
|
|
- display: inline-block !important;
|
|
|
- height: 480px !important;
|
|
|
+ height: 480px;
|
|
|
+ display: inline-block;
|
|
|
border-radius: 0%;
|
|
|
-webkit-box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
|
|
|
box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
|
|
@@ -1974,11 +1975,10 @@ body .learn-more:hover {
|
|
|
}
|
|
|
|
|
|
#sec08 #sec08-title h1 {
|
|
|
- text-align: center;
|
|
|
+ padding: 15px;
|
|
|
color: #fff;
|
|
|
font-size: 45px;
|
|
|
font-weight: 900;
|
|
|
- padding: 5px 10px;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@@ -2029,15 +2029,26 @@ body .learn-more:hover {
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
|
|
|
+#sec08 #sec08-container .sec08-1 {
|
|
|
+ padding: 0px !important;
|
|
|
+}
|
|
|
+
|
|
|
#sec08 #sec08-container .col-3 {
|
|
|
margin: 10px 0;
|
|
|
}
|
|
|
|
|
|
#sec08 #sec08-container .col-3 img {
|
|
|
+ padding: 40px;
|
|
|
-o-object-fit: cover;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ #sec08 #sec08-container .col-3 img {
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
#sec09 #sec09-container-box {
|
|
|
background-size: contain;
|
|
|
background-repeat: no-repeat;
|
|
@@ -2046,12 +2057,11 @@ body .learn-more:hover {
|
|
|
|
|
|
#sec09 #sec09-title {
|
|
|
padding: 5vw;
|
|
|
- background: #fff;
|
|
|
+ background: #414141;
|
|
|
}
|
|
|
|
|
|
#sec09 #sec09-title h1 {
|
|
|
- text-align: center;
|
|
|
- color: #000;
|
|
|
+ color: #fff;
|
|
|
font-size: 45px;
|
|
|
font-weight: 900;
|
|
|
padding: 5px 10px;
|
|
@@ -2101,15 +2111,10 @@ body .learn-more:hover {
|
|
|
-webkit-box-align: center;
|
|
|
-ms-flex-align: center;
|
|
|
align-items: center;
|
|
|
- margin: 0 30px;
|
|
|
- width: 300px;
|
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- #sec09 #sec09-container .card .adv4 img {
|
|
|
- width: 100px;
|
|
|
- margin: 0px;
|
|
|
- }
|
|
|
+#sec09 #sec09-container .sec09-1 {
|
|
|
+ padding: 70px;
|
|
|
}
|
|
|
|
|
|
#sec09 #sec09-container .col-4 {
|
|
@@ -2118,17 +2123,11 @@ body .learn-more:hover {
|
|
|
}
|
|
|
|
|
|
#sec09 #sec09-container .col-4 img {
|
|
|
- width: 200px;
|
|
|
+ padding: 50px;
|
|
|
-o-object-fit: cover;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- #sec09 #sec09-container .col-4 img {
|
|
|
- width: 100px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
#footer {
|
|
|
width: 100vw;
|
|
|
text-align: center;
|